Changeset 1706522
- Timestamp:
- 08/01/2017 07:42:29 PM (9 years ago)
- Location:
- ninja-forms
- Files:
-
- 4 added
- 6 edited
- 1 copied
-
tags/3.1.8 (copied) (copied from ninja-forms/trunk)
-
tags/3.1.8/assets/css/dashboard.min.css (added)
-
tags/3.1.8/assets/js/lib/backbone.marionette3.min.js (added)
-
tags/3.1.8/deprecated/ninja-forms.php (modified) (1 diff)
-
tags/3.1.8/ninja-forms.php (modified) (2 diffs)
-
tags/3.1.8/readme.txt (modified) (4 diffs)
-
trunk/assets/css/dashboard.min.css (added)
-
trunk/assets/js/lib/backbone.marionette3.min.js (added)
-
trunk/deprecated/ninja-forms.php (modified) (1 diff)
-
trunk/ninja-forms.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ninja-forms/tags/3.1.8/deprecated/ninja-forms.php
r1706513 r1706522 266 266 // Plugin version 267 267 if ( ! defined( 'NF_PLUGIN_VERSION' ) ) 268 define( 'NF_PLUGIN_VERSION', '3.1. 7' );268 define( 'NF_PLUGIN_VERSION', '3.1.8' ); 269 269 270 270 // Plugin Folder Path -
ninja-forms/tags/3.1.8/ninja-forms.php
r1706513 r1706522 4 4 Plugin URI: http://ninjaforms.com/ 5 5 Description: Ninja Forms is a webform builder with unparalleled ease of use and features. 6 Version: 3.1. 76 Version: 3.1.8 7 7 Author: The WP Ninjas 8 8 Author URI: http://ninjaforms.com … … 53 53 * @since 3.0 54 54 */ 55 const VERSION = '3.1. 7';55 const VERSION = '3.1.8'; 56 56 57 57 const WP_MIN_VERSION = '4.6'; -
ninja-forms/tags/3.1.8/readme.txt
r1706513 r1706522 4 4 Requires at least: 4.6 5 5 Tested up to: 4.8 6 Stable tag: 3.1. 76 Stable tag: 3.1.8 7 7 License: GPLv2 or later 8 8 … … 115 115 == Upgrade Notice == 116 116 117 = 3.1. 7(01 August 2017) =117 = 3.1.8 (01 August 2017) = 118 118 119 119 *Features:* … … 136 136 *Bugs:* 137 137 138 * Fixed a bug that could cause the dashboard to fail to display. 138 139 * Updated form templates for consistency. 139 140 * Email action errors should only show to admin users who are logged-in. … … 149 150 150 151 == 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. 151 186 152 187 = 3.1.7 (01 August 2017) = -
ninja-forms/trunk/deprecated/ninja-forms.php
r1706513 r1706522 266 266 // Plugin version 267 267 if ( ! defined( 'NF_PLUGIN_VERSION' ) ) 268 define( 'NF_PLUGIN_VERSION', '3.1. 7' );268 define( 'NF_PLUGIN_VERSION', '3.1.8' ); 269 269 270 270 // Plugin Folder Path -
ninja-forms/trunk/ninja-forms.php
r1706513 r1706522 4 4 Plugin URI: http://ninjaforms.com/ 5 5 Description: Ninja Forms is a webform builder with unparalleled ease of use and features. 6 Version: 3.1. 76 Version: 3.1.8 7 7 Author: The WP Ninjas 8 8 Author URI: http://ninjaforms.com … … 53 53 * @since 3.0 54 54 */ 55 const VERSION = '3.1. 7';55 const VERSION = '3.1.8'; 56 56 57 57 const WP_MIN_VERSION = '4.6'; -
ninja-forms/trunk/readme.txt
r1706513 r1706522 4 4 Requires at least: 4.6 5 5 Tested up to: 4.8 6 Stable tag: 3.1. 76 Stable tag: 3.1.8 7 7 License: GPLv2 or later 8 8 … … 115 115 == Upgrade Notice == 116 116 117 = 3.1. 7(01 August 2017) =117 = 3.1.8 (01 August 2017) = 118 118 119 119 *Features:* … … 136 136 *Bugs:* 137 137 138 * Fixed a bug that could cause the dashboard to fail to display. 138 139 * Updated form templates for consistency. 139 140 * Email action errors should only show to admin users who are logged-in. … … 149 150 150 151 == 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. 151 186 152 187 = 3.1.7 (01 August 2017) =
Note: See TracChangeset
for help on using the changeset viewer.