Changeset 3413440
- Timestamp:
- 12/07/2025 10:03:39 AM (4 months ago)
- Location:
- transfer-brands-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/2.8.6 (copied) (copied from transfer-brands-for-woocommerce/trunk)
-
tags/2.8.6/readme.txt (modified) (2 diffs)
-
tags/2.8.6/transfer-brands-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/transfer-brands-for-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
transfer-brands-for-woocommerce/tags/2.8.6/readme.txt
r3408329 r3413440 3 3 Tags: woocommerce, brands, migration, taxonomy, transfer 4 4 Requires at least: 6.0 5 Tested up to: 6. 8.26 Stable tag: 2.8. 55 Tested up to: 6.9 6 Stable tag: 2.8.6 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 WC requires at least: 8.0.0 11 WC tested up to: 10. 0.411 WC tested up to: 10.3.6 12 12 13 13 Migrate brand attributes to WooCommerce brand taxonomy with backup, image transfer, and progress tracking. … … 119 119 == Changelog == 120 120 121 = 2.8.6 = 122 * Updated: Compatibility with WordPress 6.9 123 * Updated: Compatibility with WooCommerce 10.3.6 124 121 125 = 2.8.5 = 122 126 * Added: Support for Perfect Brands for WooCommerce plugin (pwb-brand taxonomy) -
transfer-brands-for-woocommerce/tags/2.8.6/transfer-brands-for-woocommerce.php
r3408329 r3413440 4 4 * Plugin URI: https://pluginatlas.com/transfer-brands-for-woocommerce 5 5 * Description: Official migration tool for WooCommerce 9.6 Brands. Safely transfer your product brand attributes to the new brand taxonomy with image support, batch processing, and full backup capabilities. 6 * Version: 2.8. 56 * Version: 2.8.6 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 15 15 * Domain Path: /languages 16 16 * WC requires at least: 8.0.0 17 * WC tested up to: 10. 0.417 * WC tested up to: 10.3.6 18 18 * 19 19 * This program is free software: you can redistribute it and/or modify … … 36 36 37 37 // Define plugin constants 38 define('TBFW_VERSION', '2.8. 5');38 define('TBFW_VERSION', '2.8.6'); 39 39 define('TBFW_PLUGIN_DIR', plugin_dir_path(__FILE__)); 40 40 define('TBFW_PLUGIN_URL', plugin_dir_url(__FILE__)); -
transfer-brands-for-woocommerce/trunk/readme.txt
r3408329 r3413440 3 3 Tags: woocommerce, brands, migration, taxonomy, transfer 4 4 Requires at least: 6.0 5 Tested up to: 6. 8.26 Stable tag: 2.8. 55 Tested up to: 6.9 6 Stable tag: 2.8.6 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 WC requires at least: 8.0.0 11 WC tested up to: 10. 0.411 WC tested up to: 10.3.6 12 12 13 13 Migrate brand attributes to WooCommerce brand taxonomy with backup, image transfer, and progress tracking. … … 119 119 == Changelog == 120 120 121 = 2.8.6 = 122 * Updated: Compatibility with WordPress 6.9 123 * Updated: Compatibility with WooCommerce 10.3.6 124 121 125 = 2.8.5 = 122 126 * Added: Support for Perfect Brands for WooCommerce plugin (pwb-brand taxonomy) -
transfer-brands-for-woocommerce/trunk/transfer-brands-for-woocommerce.php
r3408329 r3413440 4 4 * Plugin URI: https://pluginatlas.com/transfer-brands-for-woocommerce 5 5 * Description: Official migration tool for WooCommerce 9.6 Brands. Safely transfer your product brand attributes to the new brand taxonomy with image support, batch processing, and full backup capabilities. 6 * Version: 2.8. 56 * Version: 2.8.6 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 15 15 * Domain Path: /languages 16 16 * WC requires at least: 8.0.0 17 * WC tested up to: 10. 0.417 * WC tested up to: 10.3.6 18 18 * 19 19 * This program is free software: you can redistribute it and/or modify … … 36 36 37 37 // Define plugin constants 38 define('TBFW_VERSION', '2.8. 5');38 define('TBFW_VERSION', '2.8.6'); 39 39 define('TBFW_PLUGIN_DIR', plugin_dir_path(__FILE__)); 40 40 define('TBFW_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.