HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,175 @@
### v2.3.4 - 2018-02-15
**Changes:**
* Added missing Loader.gif file
* Fixed undefined notice
* Fix submit button leaving form when ReCaptcha is enabled
### v2.3.3 - 2018-01-06
**Changes:**
* Fix double reCAPTCHA box bug.
* Fix custom spam trap alignement error.
### v2.3.2 - 2017-12-28
**Changes:**
* Fix for tooltip admin behavior.
### v2.3.1 - 2017-12-28
**Changes:**
* Improves layout and compatibility with various themes.
* Improves form default email format.
* Fix issues with various special characters in the magic tag fields.
### v2.3.0 - 2017-11-27
**Changes:**
* Adds email content wysiwyg editor.
* Improves layout for custom spam trap.
### v2.2.5 - 2017-11-16
**Changes:**
* Adds compatibility with WordPress 4.9
* Minor improvement for toggle the password in the admin form fields.
### v2.2.4 - 2017-11-13
**Changes:**
* Improved assets loading, loading them only they are necessary.
* Remove hide/show effect for reCaptcha.
* Add toggle for password field.
* Add new docs, keeping them in sync with HelpScout .
* Adds more integration with the pro version.
### v2.2.3 - 2017-10-24
**Changes:**
* Improves compatibility with Hestia theme.
* Adds option to set form label classes.
### v2.2.2 - 2017-10-20
**Changes:**
* Hide email entries in frontend queries.
* Adds filter for form attributes.
* Fix issue with attachment fields not working when spam trap is active.
* Adds support for more integrations in the pro version.
### v2.2.1 - 2017-10-10
**Changes:**
* Fix issue for multiple forms on the same page.
* Fix issue with reCAPTCHA keys.
* Capture failure reasons and corrected email status.
### v2.2.0 - 2017-09-27
**Changes:**
* Adds integration with Akismet for spam block.
* Adds another spam tramp mechanism, independent from Google reCAPTCHA.
* Adds filter for customizing the email body.
* Improvements for compatibility with the pro version.
### v2.1.0 - 2017-08-26
**Changes:**
* Improved compatibility with the pro version.
* Fixed broken form layout on certain themes.
* Improved security.
* Added test email functionality.
### v2.0.5 - 2017-08-16
**Changes:**
* Fixed compatibility with the pro version for multiple fields.
* Fixed default consistency between forms.
### v2.0.4 - 2017-08-14
**Changes:**
* All fields are now optional.
* Fixed redirect after form submission.
* Added more flexibility for changing the layout via dynamic CSS classes.
### v2.0.3 - 2017-08-10
**Changes:**
* Fixed fatal errors on some environments because of anonymous functions usage.
* Fixed thank you message when nonces are disabled.
* Added compatibility with pro version.
### v2.0.2 - 2017-08-07
**Changes:**
* Fixed none option for thank you page.
* Fixed various issues with form layout.
* Added support for future pro version.
### v2.0.1 - 2017-08-01
**Changes:**
* Fixed backwards compatibility with Zerif themes
### v2.0.0 - 2017-08-01
**Changes:**
* Major code refactor ( Please TEST BEFORE updating).
* Added multiple filters and hooks to be easily extended by developers.
* Fixed some issues with attachment fields.
* Added support for TLS.
* Added support to change browser required messages.
### v1.2.5 - 2017-05-31
**Changes:**
- Added themeisle-sdk.
- Added new deployment stack.
### 1.2.0 - 19/01/2017
**Changes:**
- Fixed security error for file field.
- Added dashboard widget.
### 1.1.3 - 11/01/2017
**Changes:**
- Update readme.txt
### 1.1.3 - 20/12/2016
**Changes:**
- Sync with wp.org
### 1.1.2 - 20/12/2016
**Changes:**
- Added upsell for custom emails plugin
- Fixed text domains errors
- Added travis and grunt
### 1.1.1 - 19/12/2016
**Changes:**
- Update changelog
### 1.1.0 - 19/12/2016
**Changes:**
- Escape form fields
### 1.0.18 - 07/11/2016
**Changes:**
- Fixed php strict standards error
- Update tags
- Tested up to WordPress 4.6
### 1.0.17 - 25/07/2016
**Changes:**

View File

@@ -0,0 +1,110 @@
/*
Version: 2.3.4
*/
.pirate_forms_wrap .form_field_wrap,
.widget .pirate_forms_wrap .form_field_wrap {
margin-bottom: 20px;
}
.pirate_forms_wrap {
width: 100%;
}
.sidebar .pirate_forms_wrap,
.sidebar-wrap .pirate_forms_wrap,
#sidebar-secondary .pirate_forms_wrap {
margin-bottom: 20px;
}
.widget .form_field_wrap,
.sidebar .form_field_wrap,
.sidebar-wrap .form_field_wrap,
#sidebar-secondary .form_field_wrap {
width: 100%;
max-width: 100%;
}
.pirate_forms_clearfix,
.pirate-forms-fields-container:after,
.pirate-forms-file-upload-wrapper:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
font-size: 0;
content: " ";
}
.contact_submit_wrap {
text-align: right;
}
.pirate-forms-maps-custom {
min-width: 150px;
}
.pirate-forms-maps-custom input {
display: inline;
width: auto;
}
.pirate-forms-maps-custom label {
display: inline;
cursor: pointer;
}
.pirate-forms-maps-custom span {
margin-left: 5px;
}
.pirate-forms-fields-container .form_field_wrap {
box-sizing: border-box;
padding-right: 15px;
padding-left: 15px;
}
.pirate_forms_three_inputs_wrap .form_field_wrap input {
box-sizing: border-box;
width: 100%;
max-width: 100%;
margin: 0;
}
.pirate-forms-fields-container .form_field_wrap textarea {
width: 100%;
max-width: 100%;
margin: 0;
}
.pirate_forms_wrap .form_field_wrap .pirate-forms-submit-button {
display: inline-block;
width: auto;
}
.pirate_forms_wrap .pirate-forms-footer {
display: table;
float: left;
width: 100%;
}
.pirate_forms_wrap .pirate-forms-footer .form_field_wrap {
width: auto;
display: table-cell;
float: none;
margin: 0;
vertical-align: middle;
padding-bottom: 10px;
}
@media (max-width: 480px) {
.pirate_forms_wrap .pirate-forms-footer .form_field_wrap,
.pirate_forms_wrap .form_field_wrap .pirate-forms-submit-button {
display: block;
width: 100%;
}
.pirate_forms_wrap .pirate-forms-footer .pirateform_wrap_classes_spam_wrap,
.pirate_forms_wrap .pirate-forms-footer .form_captcha_wrap {
margin-bottom: 20px;
}
}