diff --git a/CHANGELOG.md b/CHANGELOG.md index b67ebed..44be4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ + ### v2.4.3 - 2018-06-25 + **Changes:** + * New Gutenberg block for the default Pirate Forms form +* Made the checkbox field to store in the database for GDPR compliance +* New option to disable tracking of the IP for GDPR compliance +* Replaced subscription form with Sendinblue form + ### v2.4.2 - 2018-06-07 **Changes:** * NEW support for submitting Ajax forms with [pirate_forms ajax="yes"] diff --git a/readme.md b/readme.md index 162cad3..12da6ac 100644 --- a/readme.md +++ b/readme.md @@ -103,6 +103,7 @@ This plugin started as a fork of https://wordpress.org/plugins/proper-contact-fo + ### How I can get support for this contact form plugin ? ### You can learn more about PirateForms and ask for help by visiting ThemeIsle website. @@ -265,6 +266,12 @@ You can follow the full documentation [here](http://docs.themeisle.com/article/4 = How to add a select field in a form = [https://docs.themeisle.com/article/867-how-to-add-a-select-field-in-a-form](https://docs.themeisle.com/article/867-how-to-add-a-select-field-in-a-form) + = GDPR and Pirate Forms = + [https://docs.themeisle.com/article/886-gdpr-and-pirate-forms](https://docs.themeisle.com/article/886-gdpr-and-pirate-forms) + + = How to enable form submission without reloading the page using AJAX = + [https://docs.themeisle.com/article/909-how-to-enable-form-submission-without-reloading-the-page-using-ajax](https://docs.themeisle.com/article/909-how-to-enable-form-submission-without-reloading-the-page-using-ajax) + == Installation == Activating the Pirate Contact Form plugin is just like any other plugin. If you've uploaded the plugin package to your server already, skip to step 5 below: @@ -286,6 +293,14 @@ Activating the Pirate Contact Form plugin is just like any other plugin. If you' 4. Screenshot 4. Enabling SMTP ## Changelog ## +### 2.4.3 - 2018-06-25 ### + +* New Gutenberg block for the default Pirate Forms form +* Made the checkbox field to store in the database for GDPR compliance +* New option to disable tracking of the IP for GDPR compliance +* Replaced subscription form with Sendinblue form + + ### 2.4.2 - 2018-06-07 ### * NEW support for submitting Ajax forms with [pirate_forms ajax="yes"] diff --git a/readme.txt b/readme.txt index ec038ec..0bde57f 100644 --- a/readme.txt +++ b/readme.txt @@ -293,6 +293,14 @@ Activating the Pirate Contact Form plugin is just like any other plugin. If you' 4. Screenshot 4. Enabling SMTP == Changelog == += 2.4.3 - 2018-06-25 = + +* New Gutenberg block for the default Pirate Forms form +* Made the checkbox field to store in the database for GDPR compliance +* New option to disable tracking of the IP for GDPR compliance +* Replaced subscription form with Sendinblue form + + = 2.4.2 - 2018-06-07 = * NEW support for submitting Ajax forms with [pirate_forms ajax="yes"]