Plugin Directory

Changeset 3344790


Ignore:
Timestamp:
08/14/2025 04:46:43 PM (7 months ago)
Author:
malakontask
Message:

Update readme.txt with version 2.8.1 changelog details - Performance improvements and optimizations for large stores

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

Legend:

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

    r3344786 r3344790  
    118118
    119119== Changelog ==
     120
     121= 2.8.1 =
     122* Performance improvements for large stores and multisite installations
     123* Optimized debug logging to use buffered writes and limit log size
     124* Converted heavy options to non-autoloaded to reduce memory usage
     125* Replaced global cache flushes with targeted cache deletion for better performance
     126* Fixed slow queries caused by frequent option reads/writes
     127* Enhanced security by escaping debug output in admin area
     128* Improved overall plugin performance on stores with thousands of products
     129
    120130= 2.8.0 =
    121131* **Major Enhancement**: Universal theme compatibility for brand images
  • transfer-brands-for-woocommerce/trunk/readme.txt

    r3344786 r3344790  
    118118
    119119== Changelog ==
     120
     121= 2.8.1 =
     122* Performance improvements for large stores and multisite installations
     123* Optimized debug logging to use buffered writes and limit log size
     124* Converted heavy options to non-autoloaded to reduce memory usage
     125* Replaced global cache flushes with targeted cache deletion for better performance
     126* Fixed slow queries caused by frequent option reads/writes
     127* Enhanced security by escaping debug output in admin area
     128* Improved overall plugin performance on stores with thousands of products
     129
    120130= 2.8.0 =
    121131* **Major Enhancement**: Universal theme compatibility for brand images
Note: See TracChangeset for help on using the changeset viewer.