Changeset 3413703
- Timestamp:
- 12/07/2025 08:21:29 PM (4 months ago)
- Location:
- transfer-brands-for-woocommerce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
transfer-brands-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
transfer-brands-for-woocommerce/trunk/readme.txt
r3413440 r3413703 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 2.8. 66 Stable tag: 2.8.7 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 119 119 == Changelog == 120 120 121 = 2.8.7 = 122 * Fixed: Removed UTF-8 BOM that caused "3 characters of unexpected output" warning during activation 123 124 121 125 = 2.8.6 = 122 126 * Updated: Compatibility with WordPress 6.9 -
transfer-brands-for-woocommerce/trunk/transfer-brands-for-woocommerce.php
r3413700 r3413703 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. 66 * Version: 2.8.7 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 36 36 37 37 // Define plugin constants 38 define('TBFW_VERSION', '2.8. 6');38 define('TBFW_VERSION', '2.8.7'); 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.