Plugin Directory

Changeset 2739039


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

wcff_new_field_id filter added for overriding field id.
Unnecessary meta list box reemoved

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

Legend:

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

    r2738843 r2739039  
    11=== WC Fields Factory ===
    2 Contributors: mycholan, sarkparanjothi
     2Contributors: sarkware, sarkparanjothi, mycholan
    33Tags: wc fields factory, custom product fields, custom admin fields, overriding product price, custom woocommerce fee, customize woocommerce product page, add custom fields to woocommerce product page, custom fields validations, wmpl compatibility
    44Requires at least: 3.5
    55Tested up to: 6.0
    6 Stable tag: 4.0.0
     6Stable tag: 4.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 It's a woocommerce extenstion, which helps you to collect extra options from user.
    15 The extra options will be carried over to cart -> checkout -> order & email.
     14It's a woocommerce extenstion, which helps you to collect extra options from user. The extra options will be carried over to cart -> checkout -> order & email.
    1615
    1716Using it's simple field configuration views, you can easily create and publish custom fields to your wooocmmerce products.
     
    109108
    110109== Changelog ==
     110
     111= 4.0.1 =
     112* wcff_new_field_id filter added for overriding field id.
     113* Unnecessary meta list box reemoved
    111114
    112115= 4.0.0 =
  • wc-fields-factory/trunk/wcff.php

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