Plugin Directory

Changeset 3017821


Ignore:
Timestamp:
01/05/2024 12:59:17 PM (2 years ago)
Author:
formidableforms
Message:

Update to version 6.7.2 from GitHub

Location:
formidable
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • formidable/tags/6.7.2/classes/helpers/FrmAppHelper.php

    r3017166 r3017821  
    3434     * @var string
    3535     */
    36     public static $plug_version = '6.7.1';
     36    public static $plug_version = '6.7.2';
    3737
    3838    /**
  • formidable/tags/6.7.2/classes/helpers/FrmFormsHelper.php

    r3017166 r3017821  
    952952        } elseif ( is_array( $form ) && ! empty( $form['parent_form_id'] ) ) {
    953953            $form = $form['parent_form_id'];
    954         } elseif ( is_array( $form ) && ! empty( $form['custom_style'] ) ) {
     954        } elseif ( is_array( $form ) && isset( $form['custom_style'] ) ) {
    955955            $style = $form['custom_style'];
    956956        }
  • formidable/tags/6.7.2/classes/views/frm-settings/permissions.php

    r2667231 r3017821  
    55?>
    66<p class="howto">
    7     <?php esc_html_e( 'Select users that are allowed access to Formidable. Without access to View Forms, users will be unable to see the Formidable menu.', 'formidable' ); ?>
     7    <?php esc_html_e( 'Select users that are allowed access to Formidable. Without access to View Forms List, users will be unable to see the Formidable menu.', 'formidable' ); ?>
    88</p>
    99
  • formidable/tags/6.7.2/formidable.php

    r3017166 r3017821  
    33 * Plugin Name: Formidable Forms
    44 * Description: Quickly and easily create drag-and-drop forms
    5  * Version: 6.7.1
     5 * Version: 6.7.2
    66 * Plugin URI: https://formidableforms.com/
    77 * Author URI: https://formidableforms.com/
  • formidable/tags/6.7.2/languages/formidable.pot

    r3017166 r3017821  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Formidable Forms 6.7.1\n"
     5"Project-Id-Version: Formidable Forms 6.7.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/formidable\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-03T19:57:32+00:00\n"
     12"POT-Creation-Date: 2024-01-05T12:53:33+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
     
    63096309
    63106310#: classes/views/frm-settings/permissions.php:7
    6311 msgid "Select users that are allowed access to Formidable. Without access to View Forms, users will be unable to see the Formidable menu."
     6311msgid "Select users that are allowed access to Formidable. Without access to View Forms List, users will be unable to see the Formidable menu."
    63126312msgstr ""
    63136313
  • formidable/tags/6.7.2/readme.txt

    r3017166 r3017821  
    66Tested up to: 6.4.2
    77Requires PHP: 5.6
    8 Stable tag: 6.7.1
     8Stable tag: 6.7.2
    99
    1010The most advanced WordPress forms plugin. Go beyond contact forms with our drag and drop form builder for surveys, quizzes, and more.
     
    443443
    444444== Changelog ==
     445= 6.7.2 =
     446* Fix: The setting to disable Formidable styling on a form was not working and the Formidable styling would still getting applied.
     447
    445448= 6.7.1 =
    446449* Security: Form input from unprivileged users will now be sanitized more with strict rules and filtered more on display, allowing only a few basic HTML tags (p, i, b, strong and br) with no support for attributes. The allowed tags can be modified using a new frm_allowed_form_input_html filter.
  • formidable/trunk/classes/helpers/FrmAppHelper.php

    r3017166 r3017821  
    3434     * @var string
    3535     */
    36     public static $plug_version = '6.7.1';
     36    public static $plug_version = '6.7.2';
    3737
    3838    /**
  • formidable/trunk/classes/helpers/FrmFormsHelper.php

    r3017166 r3017821  
    952952        } elseif ( is_array( $form ) && ! empty( $form['parent_form_id'] ) ) {
    953953            $form = $form['parent_form_id'];
    954         } elseif ( is_array( $form ) && ! empty( $form['custom_style'] ) ) {
     954        } elseif ( is_array( $form ) && isset( $form['custom_style'] ) ) {
    955955            $style = $form['custom_style'];
    956956        }
  • formidable/trunk/classes/views/frm-settings/permissions.php

    r2667231 r3017821  
    55?>
    66<p class="howto">
    7     <?php esc_html_e( 'Select users that are allowed access to Formidable. Without access to View Forms, users will be unable to see the Formidable menu.', 'formidable' ); ?>
     7    <?php esc_html_e( 'Select users that are allowed access to Formidable. Without access to View Forms List, users will be unable to see the Formidable menu.', 'formidable' ); ?>
    88</p>
    99
  • formidable/trunk/formidable.php

    r3017166 r3017821  
    33 * Plugin Name: Formidable Forms
    44 * Description: Quickly and easily create drag-and-drop forms
    5  * Version: 6.7.1
     5 * Version: 6.7.2
    66 * Plugin URI: https://formidableforms.com/
    77 * Author URI: https://formidableforms.com/
  • formidable/trunk/languages/formidable.pot

    r3017166 r3017821  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Formidable Forms 6.7.1\n"
     5"Project-Id-Version: Formidable Forms 6.7.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/formidable\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-03T19:57:32+00:00\n"
     12"POT-Creation-Date: 2024-01-05T12:53:33+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
     
    63096309
    63106310#: classes/views/frm-settings/permissions.php:7
    6311 msgid "Select users that are allowed access to Formidable. Without access to View Forms, users will be unable to see the Formidable menu."
     6311msgid "Select users that are allowed access to Formidable. Without access to View Forms List, users will be unable to see the Formidable menu."
    63126312msgstr ""
    63136313
  • formidable/trunk/readme.txt

    r3017166 r3017821  
    66Tested up to: 6.4.2
    77Requires PHP: 5.6
    8 Stable tag: 6.7.1
     8Stable tag: 6.7.2
    99
    1010The most advanced WordPress forms plugin. Go beyond contact forms with our drag and drop form builder for surveys, quizzes, and more.
     
    443443
    444444== Changelog ==
     445= 6.7.2 =
     446* Fix: The setting to disable Formidable styling on a form was not working and the Formidable styling would still getting applied.
     447
    445448= 6.7.1 =
    446449* Security: Form input from unprivileged users will now be sanitized more with strict rules and filtered more on display, allowing only a few basic HTML tags (p, i, b, strong and br) with no support for attributes. The allowed tags can be modified using a new frm_allowed_form_input_html filter.
Note: See TracChangeset for help on using the changeset viewer.