Plugin Directory

Changeset 2740603


Ignore:
Timestamp:
06/10/2022 07:29:34 PM (4 years ago)
Author:
mycholan
Message:

Contains fix for missing field's configuration when updating.
Check box rules has been updated. Now it has Checked & Un Checked rules for matching.

Location:
wc-fields-factory
Files:
197 added
2 edited

Legend:

Unmodified
Added
Removed
  • wc-fields-factory/trunk/readme.txt

    r2739781 r2740603  
    44Requires at least: 3.5
    55Tested up to: 6.0
    6 Stable tag: 4.0.2
     6Stable tag: 4.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    109109== Changelog ==
    110110
     111= 4.0.3 =
     112* Contains fix for missing field's configuration when updating.
     113* Check box rules has been updated. Now it has Checked & Un Checked rules for matching.
    111114
    112115= 4.0.2 =
    113116* Contains fix for duplicate fields.
    114 
    115117
    116118= 4.0.1 =
  • wc-fields-factory/trunk/wcff.php

    r2739781 r2740603  
    55 * Plugin URI: http://sarkware.com/wc-fields-factory-a-wordpress-plugin-to-add-custom-fields-to-woocommerce-product-page/
    66 * Description: It allows you to add custom fields to your woocommerce product page. You can add custom fields and validations without tweaking any of your theme's code & templates, It also allows you to group the fields and add them to particular products or for particular product categories. Supported field types are text, numbers, email, textarea, checkbox, radio and select.
    7  * Version: 4.0.2
     7 * Version: 4.0.3
    88 * Author: Saravana Kumar K
    99 * Author URI: http://www.iamsark.com/
     
    7474            'inc'               => plugin_dir_path(__FILE__) ."includes",           
    7575            'basename'          => plugin_basename(__FILE__),
    76             'version'           => '4.0.2'
     76            'version'           => '4.0.3'
    7777        );
    7878
Note: See TracChangeset for help on using the changeset viewer.