Plugin Directory

Changeset 1706522


Ignore:
Timestamp:
08/01/2017 07:42:29 PM (9 years ago)
Author:
kstover
Message:

Release 3.1.8, see readme.txt for the changelog.

Location:
ninja-forms
Files:
4 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ninja-forms/tags/3.1.8/deprecated/ninja-forms.php

    r1706513 r1706522  
    266266        // Plugin version
    267267        if ( ! defined( 'NF_PLUGIN_VERSION' ) )
    268             define( 'NF_PLUGIN_VERSION', '3.1.7' );
     268            define( 'NF_PLUGIN_VERSION', '3.1.8' );
    269269
    270270        // Plugin Folder Path
  • ninja-forms/tags/3.1.8/ninja-forms.php

    r1706513 r1706522  
    44Plugin URI: http://ninjaforms.com/
    55Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
    6 Version: 3.1.7
     6Version: 3.1.8
    77Author: The WP Ninjas
    88Author URI: http://ninjaforms.com
     
    5353         * @since 3.0
    5454         */
    55         const VERSION = '3.1.7';
     55        const VERSION = '3.1.8';
    5656
    5757        const WP_MIN_VERSION = '4.6';
  • ninja-forms/tags/3.1.8/readme.txt

    r1706513 r1706522  
    44Requires at least: 4.6
    55Tested up to: 4.8
    6 Stable tag: 3.1.7
     6Stable tag: 3.1.8
    77License: GPLv2 or later
    88
     
    115115== Upgrade Notice ==
    116116
    117 = 3.1.7 (01 August 2017) =
     117= 3.1.8 (01 August 2017) =
    118118
    119119*Features:*
     
    136136*Bugs:*
    137137
     138* Fixed a bug that could cause the dashboard to fail to display.
    138139* Updated form templates for consistency.
    139140* Email action errors should only show to admin users who are logged-in.
     
    149150
    150151== Changelog ==
     152
     153= 3.1.8 (01 August 2017) =
     154
     155*Features:*
     156
     157* You can now limit form submissions based upon unique fields.
     158
     159*Changes:*
     160
     161* Simplified the collect payment action by making it easier to set a paymen total.
     162* Form titles should appear in form export filenames.
     163* Added a filter to submissions table view labels.
     164* Removed the wrapper class for the ReCaptcha field.
     165* WordPress date settings are now the default for datepicker fields.
     166* Condensed admin notices into an easier to dismiss format.
     167* Links to media files entered into the RTE for actions should now use the title of that media item.
     168* Added a confirm dialog to the rollback button.
     169* Term merge tags should use the term label now, rather than the ID.
     170* Added a minimum WordPress version check to the Get Help->System Status page.
     171
     172*Bugs:*
     173
     174* Fixed a bug that could cause the dashboard to fail to display.
     175* Updated form templates for consistency.
     176* Email action errors should only show to admin users who are logged-in.
     177* Translation of submission labels and text should work properly.
     178* Password fields should not save in the database.
     179* Empty h3 tags are no longer output when a form title is empty.
     180* Merge tags should work more consistently in all contexts.
     181* The delete animation on the dashboard should be clearer.
     182* Fixed conflicts with other plugins using our EOS math library.
     183* Created On dates for imported and duplicated forms should reflect the current date.
     184* Fixed a bug with calculations that could cause a NaN error in JavaScript.
     185* Merge tags should work properly when previewing a form with unpublished changes.
    151186
    152187= 3.1.7 (01 August 2017) =
  • ninja-forms/trunk/deprecated/ninja-forms.php

    r1706513 r1706522  
    266266        // Plugin version
    267267        if ( ! defined( 'NF_PLUGIN_VERSION' ) )
    268             define( 'NF_PLUGIN_VERSION', '3.1.7' );
     268            define( 'NF_PLUGIN_VERSION', '3.1.8' );
    269269
    270270        // Plugin Folder Path
  • ninja-forms/trunk/ninja-forms.php

    r1706513 r1706522  
    44Plugin URI: http://ninjaforms.com/
    55Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
    6 Version: 3.1.7
     6Version: 3.1.8
    77Author: The WP Ninjas
    88Author URI: http://ninjaforms.com
     
    5353         * @since 3.0
    5454         */
    55         const VERSION = '3.1.7';
     55        const VERSION = '3.1.8';
    5656
    5757        const WP_MIN_VERSION = '4.6';
  • ninja-forms/trunk/readme.txt

    r1706513 r1706522  
    44Requires at least: 4.6
    55Tested up to: 4.8
    6 Stable tag: 3.1.7
     6Stable tag: 3.1.8
    77License: GPLv2 or later
    88
     
    115115== Upgrade Notice ==
    116116
    117 = 3.1.7 (01 August 2017) =
     117= 3.1.8 (01 August 2017) =
    118118
    119119*Features:*
     
    136136*Bugs:*
    137137
     138* Fixed a bug that could cause the dashboard to fail to display.
    138139* Updated form templates for consistency.
    139140* Email action errors should only show to admin users who are logged-in.
     
    149150
    150151== Changelog ==
     152
     153= 3.1.8 (01 August 2017) =
     154
     155*Features:*
     156
     157* You can now limit form submissions based upon unique fields.
     158
     159*Changes:*
     160
     161* Simplified the collect payment action by making it easier to set a paymen total.
     162* Form titles should appear in form export filenames.
     163* Added a filter to submissions table view labels.
     164* Removed the wrapper class for the ReCaptcha field.
     165* WordPress date settings are now the default for datepicker fields.
     166* Condensed admin notices into an easier to dismiss format.
     167* Links to media files entered into the RTE for actions should now use the title of that media item.
     168* Added a confirm dialog to the rollback button.
     169* Term merge tags should use the term label now, rather than the ID.
     170* Added a minimum WordPress version check to the Get Help->System Status page.
     171
     172*Bugs:*
     173
     174* Fixed a bug that could cause the dashboard to fail to display.
     175* Updated form templates for consistency.
     176* Email action errors should only show to admin users who are logged-in.
     177* Translation of submission labels and text should work properly.
     178* Password fields should not save in the database.
     179* Empty h3 tags are no longer output when a form title is empty.
     180* Merge tags should work more consistently in all contexts.
     181* The delete animation on the dashboard should be clearer.
     182* Fixed conflicts with other plugins using our EOS math library.
     183* Created On dates for imported and duplicated forms should reflect the current date.
     184* Fixed a bug with calculations that could cause a NaN error in JavaScript.
     185* Merge tags should work properly when previewing a form with unpublished changes.
    151186
    152187= 3.1.7 (01 August 2017) =
Note: See TracChangeset for help on using the changeset viewer.