Plugin Directory

Changeset 2739781


Ignore:
Timestamp:
06/09/2022 08:58:08 AM (4 years ago)
Author:
mycholan
Message:

Contains fix for duplicate fields

Location:
wc-fields-factory
Files:
100 added
3 edited

Legend:

Unmodified
Added
Removed
  • wc-fields-factory/trunk/includes/wcff_dao.php

    r2739048 r2739781  
    11941194                        } else {
    11951195                            /* Ignore */
     1196                            $location_passed = false;
    11961197                        }                       
    11971198                    } else if ($_template == "archive-product") {
     
    12081209                        } else {
    12091210                            /* Ignore */
     1211                            $location_passed = false;
    12101212                        }
    12111213                    } else if ($_template == "admin") {
  • wc-fields-factory/trunk/readme.txt

    r2739039 r2739781  
    44Requires at least: 3.5
    55Tested up to: 6.0
    6 Stable tag: 4.0.1
     6Stable tag: 4.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108
    109109== Changelog ==
     110
     111
     112= 4.0.2 =
     113* Contains fix for duplicate fields.
     114
    110115
    111116= 4.0.1 =
  • wc-fields-factory/trunk/wcff.php

    r2739039 r2739781  
    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.1
     7 * Version: 4.0.2
    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.1'
     76            'version'           => '4.0.2'
    7777        );
    7878
Note: See TracChangeset for help on using the changeset viewer.