Plugin Directory

Changeset 3029458


Ignore:
Timestamp:
01/31/2024 11:37:53 AM (2 years ago)
Author:
digireturn
Message:

DN Checkout Extra Fields v1.0.4: Tested up to WordPress 6.4.3

Location:
dn-wc-extra-fields/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dn-wc-extra-fields/trunk/dn-checkout-extra-fields.php

    r2894632 r3029458  
    22    Plugin Name: DN Checkout Extra Fields
    33    Description: Custom extra fields for WooCommerce: partita iva, codice fiscale, sdi, pec, note aggiuntive, etc.
    4     Version: 1.0.3
     4    Version: 1.0.4
    55    Author: Digireturn
    66    Author URI: https://digireturn.it/
     
    1313define('DN_CHECKOUT_EXTRA_FIELDS_PATH',dirname(__file__).'/');
    1414define('DN_CHECKOUT_EXTRA_FIELDS_NAME','Checkout Extra Fields');
    15 define('DN_CHECKOUT_EXTRA_FIELDS_VERSION','1.0.3');
     15define('DN_CHECKOUT_EXTRA_FIELDS_VERSION','1.0.4');
    1616define('DN_CHECKOUT_EXTRA_FIELDS_HOME','admin.php?page=dn_checkout_extra_fields_manage');
    1717define('DN_CHECKOUT_EXTRA_FIELDS_REPOSITARY','https://wordpress.org/plugins/dn-wc-extra-fields/');
  • dn-wc-extra-fields/trunk/readme.txt

    r2894632 r3029458  
    33Tags: woocommerce, custom field, partita iva, codice fiscale, checkout field
    44Requires at least: 5.0
    5 Tested up to: 6.2
     5Tested up to: 6.4.3
    66Requires PHP: 5.6
    7 Stable tag: trunk
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42= 1.0.4 =
     43Tested up to WordPress 6.4.3
    4244= 1.0.3 =
    4345* tested on WordPress 6.2
Note: See TracChangeset for help on using the changeset viewer.