Skip to content

Commit

Permalink
Updates to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Forms committed Aug 24, 2022
1 parent 85242f3 commit 6ffd98c
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 27 deletions.
24 changes: 16 additions & 8 deletions assets/css/dist/admin-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/dist/admin-icons.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.6.6 | 2022-08-23
- Fixed an issue where the a form can have multiple submit buttons if markup is changed with the `gform_field_container` filter.
- Updated the Zapier icon to reflect their new branding.


### 2.6.5 | 2022-08-09
- Fixed a fatal error that can occur on some hosting environments when the license is validated.
- Fixed an issue where inserting a new notification routing rule will sometimes overwrite the following rule.
Expand Down
4 changes: 3 additions & 1 deletion fonts/gform-icons-admin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/gform-icons-admin.ttf
Binary file not shown.
Binary file modified fonts/gform-icons-admin.woff
Binary file not shown.
Binary file modified fonts/gform-icons-admin.woff2
Binary file not shown.
4 changes: 3 additions & 1 deletion form_display.php
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,9 @@ public static function get_field( $field, $value = '', $force_frontend_label = f
* @param string $style Holds the conditional logic display style. Deprecated in 1.9.4.4.
* @param string $field_content The markup for the field content: label, description, inputs, etc.
*/
$field_container = gf_apply_filters( array( 'gform_field_container', $form_id, $field->id ), $field_container, $field, $form, $css_class, $style, $field_content );
if ( rgar( $field, 'type' ) !== 'submit' ) {
$field_container = gf_apply_filters( array( 'gform_field_container', $form_id, $field->id ), $field_container, $field, $form, $css_class, $style, $field_content );
}

$field_markup = str_replace( '{FIELD_CONTENT}', $field_content, $field_container );

Expand Down
4 changes: 2 additions & 2 deletions gravityforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Gravity Forms
Plugin URI: https://gravityforms.com
Description: Easily create web forms and manage form entries within the WordPress admin.
Version: 2.6.5
Version: 2.6.6
Requires at least: 4.0
Requires PHP: 5.6
Author: Gravity Forms
Expand Down Expand Up @@ -236,7 +236,7 @@ class GFForms {
*
* @var string $version The version number.
*/
public static $version = '2.6.5';
public static $version = '2.6.6';

/**
* Handles background upgrade tasks.
Expand Down
28 changes: 14 additions & 14 deletions languages/gravityforms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Gravity Forms 2.6.5\n"
"Project-Id-Version: Gravity Forms 2.6.6\n"
"Report-Msgid-Bugs-To: https://gravityforms.com/support\n"
"Last-Translator: Gravity Forms <[email protected]>\n"
"Language-Team: Gravity Forms <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-08-09T17:39:57+00:00\n"
"POT-Creation-Date: 2022-08-23T18:27:32+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: gravityforms\n"
Expand Down Expand Up @@ -4228,7 +4228,7 @@ msgid "No results matched"
msgstr ""

#: form_display.php:3221
#: form_display.php:3874
#: form_display.php:3876
msgid "of"
msgstr ""

Expand Down Expand Up @@ -4267,48 +4267,48 @@ msgstr ""
msgid "Next"
msgstr ""

#: form_display.php:3874
#: form_display.php:3876
msgid "Step"
msgstr ""

#: form_display.php:3964
#: form_display.php:3966
msgid "Sorry. This form is no longer accepting new submissions."
msgstr ""

#: form_display.php:3984
#: form_display.php:3986
msgid "This form is not yet available."
msgstr ""

#: form_display.php:3989
#: form_display.php:3991
msgid "Sorry. This form is no longer available."
msgstr ""

#: form_display.php:4139
#: form_display.php:4141
msgid "Send Link"
msgstr ""

#: form_display.php:4140
#: form_display.php:4142
#: notification.php:293
msgid "Please enter a valid email address."
msgstr ""

#: form_display.php:4141
#: form_display.php:4143
msgid "Email Address"
msgstr ""

#: form_display.php:4447
#: form_display.php:4449
msgid "Oops! We could not locate your form."
msgstr ""

#: form_display.php:4478
#: form_display.php:4480
msgid "Your form was not submitted. Please try again in a few minutes."
msgstr ""

#: form_display.php:4480
#: form_display.php:4482
msgid "There was a problem with your submission."
msgstr ""

#: form_display.php:4480
#: form_display.php:4482
msgid "Please review the fields below."
msgstr ""

Expand Down

0 comments on commit 6ffd98c

Please sign in to comment.