Plugin Directory

Changeset 3413440


Ignore:
Timestamp:
12/07/2025 10:03:39 AM (4 months ago)
Author:
malakontask
Message:

v2.8.6 - WordPress 6.9 and WooCommerce 10.3.6 compatibility

Location:
transfer-brands-for-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • transfer-brands-for-woocommerce/tags/2.8.6/readme.txt

    r3408329 r3413440  
    33Tags: woocommerce, brands, migration, taxonomy, transfer
    44Requires at least: 6.0
    5 Tested up to: 6.8.2
    6 Stable tag: 2.8.5
     5Tested up to: 6.9
     6Stable tag: 2.8.6
    77Requires PHP: 7.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010WC requires at least: 8.0.0
    11 WC tested up to: 10.0.4
     11WC tested up to: 10.3.6
    1212
    1313Migrate brand attributes to WooCommerce brand taxonomy with backup, image transfer, and progress tracking.
     
    119119== Changelog ==
    120120
     121= 2.8.6 =
     122* Updated: Compatibility with WordPress 6.9
     123* Updated: Compatibility with WooCommerce 10.3.6
     124
    121125= 2.8.5 =
    122126* 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  
    44 * Plugin URI: https://pluginatlas.com/transfer-brands-for-woocommerce
    55 * 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.5
     6 * Version: 2.8.6
    77 * Requires at least: 6.0
    88 * Requires PHP: 7.4
     
    1515 * Domain Path: /languages
    1616 * WC requires at least: 8.0.0
    17  * WC tested up to: 10.0.4
     17 * WC tested up to: 10.3.6
    1818 *
    1919 * This program is free software: you can redistribute it and/or modify
     
    3636
    3737// Define plugin constants
    38 define('TBFW_VERSION', '2.8.5');
     38define('TBFW_VERSION', '2.8.6');
    3939define('TBFW_PLUGIN_DIR', plugin_dir_path(__FILE__));
    4040define('TBFW_PLUGIN_URL', plugin_dir_url(__FILE__));
  • transfer-brands-for-woocommerce/trunk/readme.txt

    r3408329 r3413440  
    33Tags: woocommerce, brands, migration, taxonomy, transfer
    44Requires at least: 6.0
    5 Tested up to: 6.8.2
    6 Stable tag: 2.8.5
     5Tested up to: 6.9
     6Stable tag: 2.8.6
    77Requires PHP: 7.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010WC requires at least: 8.0.0
    11 WC tested up to: 10.0.4
     11WC tested up to: 10.3.6
    1212
    1313Migrate brand attributes to WooCommerce brand taxonomy with backup, image transfer, and progress tracking.
     
    119119== Changelog ==
    120120
     121= 2.8.6 =
     122* Updated: Compatibility with WordPress 6.9
     123* Updated: Compatibility with WooCommerce 10.3.6
     124
    121125= 2.8.5 =
    122126* Added: Support for Perfect Brands for WooCommerce plugin (pwb-brand taxonomy)
  • transfer-brands-for-woocommerce/trunk/transfer-brands-for-woocommerce.php

    r3408329 r3413440  
    44 * Plugin URI: https://pluginatlas.com/transfer-brands-for-woocommerce
    55 * 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.5
     6 * Version: 2.8.6
    77 * Requires at least: 6.0
    88 * Requires PHP: 7.4
     
    1515 * Domain Path: /languages
    1616 * WC requires at least: 8.0.0
    17  * WC tested up to: 10.0.4
     17 * WC tested up to: 10.3.6
    1818 *
    1919 * This program is free software: you can redistribute it and/or modify
     
    3636
    3737// Define plugin constants
    38 define('TBFW_VERSION', '2.8.5');
     38define('TBFW_VERSION', '2.8.6');
    3939define('TBFW_PLUGIN_DIR', plugin_dir_path(__FILE__));
    4040define('TBFW_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.