Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Scroll to the frontpage contact section for Zerif Lite/Zerif Pro #333 #339

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

### v2.4.4 - 2018-07-13
**Changes:**
* Fixed compatibility with All in One SEO Pack plugin
* Fixed problem with form not working with the ajax option
* Option to save the attachments files
* Improved recaptcha button layout on mobile devices

### v2.4.3 - 2018-06-25
**Changes:**
* New Gutenberg block for the default Pirate Forms form
Expand Down
2 changes: 1 addition & 1 deletion includes/class-pirateforms-phpformbuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function build_form( $elements, $pirate_forms_options, $from_widget ) {

$this->set_element( 'custom_fields', $custom_fields );

$form_attributes = array_filter( apply_filters( 'pirate_forms_form_attributes', array( 'action' => '' ) ) );
$form_attributes = array_filter( apply_filters( 'pirate_forms_form_attributes', array( 'action' => '', 'id' => $id ) ) );
if ( $form_attributes ) {
// if additiona classes are provided, add them to our classes.
if ( array_key_exists( 'class', $form_attributes ) ) {
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 - 2018-07-13 ###

* Fixed compatibility with All in One SEO Pack plugin
* Fixed problem with form not working with the ajax option
* Option to save the attachments files
* Improved recaptcha button layout on mobile devices


### 2.4.3 - 2018-06-25 ###

* New Gutenberg block for the default Pirate Forms form
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 - 2018-07-13 =

* Fixed compatibility with All in One SEO Pack plugin
* Fixed problem with form not working with the ajax option
* Option to save the attachments files
* Improved recaptcha button layout on mobile devices


= 2.4.3 - 2018-06-25 =

* New Gutenberg block for the default Pirate Forms form
Expand Down