Plugin Directory

Changeset 2073951


Ignore:
Timestamp:
04/24/2019 11:18:43 AM (7 years ago)
Author:
ovann86
Message:

1.6.5

*Fix: resolve conflict with Gutenberg - adding form using a shortcode would give an error message

Location:
list-field-number-format-for-gravity-forms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • list-field-number-format-for-gravity-forms/trunk/list-field-number-format-for-gravity-forms.php

    r2064539 r2073951  
    33Plugin Name: List Field Number Format for Gravity Forms
    44Description: Turn your list field columns into repeatable number fields
    5 Version: 1.6.4
     5Version: 1.6.5
    66Author: Adrian Gordon
    77Author URI: https://www.itsupportguides.com
     
    5858    class ITSG_GF_ListField_Number_Format extends GFAddOn {
    5959
    60         protected $_version = '1.6.4';
     60        protected $_version = '1.6.5';
    6161        protected $_min_gravityforms_version = '2';
    6262        protected $_slug = 'list-field-number-format-for-gravity-forms';
     
    222222
    223223            wp_localize_script( 'itsg_gf_listnumformat_js', 'itsg_gf_listnumformat_js_settings', $settings_array );
    224 
    225             ?><script><?php
    226         //  GFCommon::gf_global();
    227         //  GFCommon::gf_vars();
    228             ?></script><?php
    229224
    230225        } // END localize_scripts
  • list-field-number-format-for-gravity-forms/trunk/readme.txt

    r2064539 r2073951  
    55Requires at least: 5.0
    66Tested up to: 5.1
    7 Stable tag: 1.6.4
     7Stable tag: 1.6.5
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878
    7979== Changelog ==
     80
     81= 1.6.5 =
     82*Fix: resolve conflict with Gutenberg - adding form using a shortcode would give an error message
    8083
    8184= 1.6.4 =
Note: See TracChangeset for help on using the changeset viewer.