Changeset 3029458
- Timestamp:
- 01/31/2024 11:37:53 AM (2 years ago)
- Location:
- dn-wc-extra-fields/trunk
- Files:
-
- 2 edited
-
dn-checkout-extra-fields.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dn-wc-extra-fields/trunk/dn-checkout-extra-fields.php
r2894632 r3029458 2 2 Plugin Name: DN Checkout Extra Fields 3 3 Description: Custom extra fields for WooCommerce: partita iva, codice fiscale, sdi, pec, note aggiuntive, etc. 4 Version: 1.0. 34 Version: 1.0.4 5 5 Author: Digireturn 6 6 Author URI: https://digireturn.it/ … … 13 13 define('DN_CHECKOUT_EXTRA_FIELDS_PATH',dirname(__file__).'/'); 14 14 define('DN_CHECKOUT_EXTRA_FIELDS_NAME','Checkout Extra Fields'); 15 define('DN_CHECKOUT_EXTRA_FIELDS_VERSION','1.0. 3');15 define('DN_CHECKOUT_EXTRA_FIELDS_VERSION','1.0.4'); 16 16 define('DN_CHECKOUT_EXTRA_FIELDS_HOME','admin.php?page=dn_checkout_extra_fields_manage'); 17 17 define('DN_CHECKOUT_EXTRA_FIELDS_REPOSITARY','https://wordpress.org/plugins/dn-wc-extra-fields/'); -
dn-wc-extra-fields/trunk/readme.txt
r2894632 r3029458 3 3 Tags: woocommerce, custom field, partita iva, codice fiscale, checkout field 4 4 Requires at least: 5.0 5 Tested up to: 6. 25 Tested up to: 6.4.3 6 6 Requires PHP: 5.6 7 Stable tag: trunk7 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 = 1.0.4 = 43 Tested up to WordPress 6.4.3 42 44 = 1.0.3 = 43 45 * tested on WordPress 6.2
Note: See TracChangeset
for help on using the changeset viewer.