Plugin Directory

Changeset 3413703


Ignore:
Timestamp:
12/07/2025 08:21:29 PM (4 months ago)
Author:
malakontask
Message:

Version 2.8.7 - Fixed UTF-8 BOM causing activation warning

Location:
transfer-brands-for-woocommerce/trunk
Files:
2 edited

Legend:

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

    r3413440 r3413703  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 2.8.6
     6Stable tag: 2.8.7
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    119119== Changelog ==
    120120
     121= 2.8.7 =
     122* Fixed: Removed UTF-8 BOM that caused "3 characters of unexpected output" warning during activation
     123
     124
    121125= 2.8.6 =
    122126* Updated: Compatibility with WordPress 6.9
  • transfer-brands-for-woocommerce/trunk/transfer-brands-for-woocommerce.php

    r3413700 r3413703  
    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.6
     6 * Version: 2.8.7
    77 * Requires at least: 6.0
    88 * Requires PHP: 7.4
     
    3636
    3737// Define plugin constants
    38 define('TBFW_VERSION', '2.8.6');
     38define('TBFW_VERSION', '2.8.7');
    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.