Changeset 2073951
- Timestamp:
- 04/24/2019 11:18:43 AM (7 years ago)
- Location:
- list-field-number-format-for-gravity-forms/trunk
- Files:
-
- 2 edited
-
list-field-number-format-for-gravity-forms.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
list-field-number-format-for-gravity-forms/trunk/list-field-number-format-for-gravity-forms.php
r2064539 r2073951 3 3 Plugin Name: List Field Number Format for Gravity Forms 4 4 Description: Turn your list field columns into repeatable number fields 5 Version: 1.6. 45 Version: 1.6.5 6 6 Author: Adrian Gordon 7 7 Author URI: https://www.itsupportguides.com … … 58 58 class ITSG_GF_ListField_Number_Format extends GFAddOn { 59 59 60 protected $_version = '1.6. 4';60 protected $_version = '1.6.5'; 61 61 protected $_min_gravityforms_version = '2'; 62 62 protected $_slug = 'list-field-number-format-for-gravity-forms'; … … 222 222 223 223 wp_localize_script( 'itsg_gf_listnumformat_js', 'itsg_gf_listnumformat_js_settings', $settings_array ); 224 225 ?><script><?php226 // GFCommon::gf_global();227 // GFCommon::gf_vars();228 ?></script><?php229 224 230 225 } // END localize_scripts -
list-field-number-format-for-gravity-forms/trunk/readme.txt
r2064539 r2073951 5 5 Requires at least: 5.0 6 6 Tested up to: 5.1 7 Stable tag: 1.6. 47 Stable tag: 1.6.5 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 79 79 == Changelog == 80 81 = 1.6.5 = 82 *Fix: resolve conflict with Gutenberg - adding form using a shortcode would give an error message 80 83 81 84 = 1.6.4 =
Note: See TracChangeset
for help on using the changeset viewer.