Change log for Magento 2 Dynamic Categories Extension
Version 2.5.4 (August 14, 2024)
Fixes:
- - Optimized Categories creation process, when "Pattern" is used as Categories Type.
- - Optimized Reindex Process.
- - Security improvements. Magento SecureRenderer is used to whitelist an inline script.
- - Updated dependency magefan/module-dynamic-product-attributes 2.1.3.
Version 2.5.3 (June 11, 2024)
Fixes:
- - Fixed an issue on Magento v2.3.x versions: ArgumentCountError: Too few arguments to function Magefan\DynamicCategory\Plugin\Frontend\Magento\Framework\Pricing\Render::afterRender(), 4 passed in /vendor/magento/framework/Interception/Interceptor.php on line 146 and exactly 5 expected in vendor/magefan/module-dynamic-category/Plugin/Frontend/Magento/Framework/Pricing/Render.php:67
Version 2.5.2 (May 14, 2024)
Fixes:
- - Fixed the "Column not found: 1054 Unknown column 'id" issue.
Version 2.5.1 (April 10, 2024)
Features:
- - Added a "Duplicate" button to the rule.
- - Added ability to sort products in the category by product attribute.
Version 2.5.0 (March 21, 2024)
Features:
- - Save & Apply button now applies only current rule.
- - The logic for dynamic product attributes is moved to magefan/module-dynamic-product-attributes 2.1.0.
- - Improved "Product Type" option in "Product Conditions"— added select with product types.
Version 2.4.2 (January 09, 2024)
Features:
- - Option to use Product Type in Product Conditions.
Version 2.4.1 (September 13, 2023)
Fixes:
- - Product Brand Logo always shows on a product page.
Version 2.4.0 (September 11, 2023)
Features:
- - Added Shop By Brand Functionality.
- - Added Shop By Brand List Widget.
- - Added Shop By Brand Slider Widget.
- - Ability to show the Brand Logo on the product page and product list.
Version 2.3.1 (July 19, 2023)
Features:
- - Improved automatic empty category disabling and enabling when products are added back.
Version 2.3.0 (May 16, 2023)
Features:
- - Replaced PHP rule validation on MySQL to improve performance.
- - Added compatibility with jQuery 3.x.
Version 2.2.6 (April 21, 2023)
Features:
- - Updated dependency magefan/module-dynamic-product-attributes 2.0.5.
Version 2.2.5 (April 18, 2023)
Features:
- - Compatibility changes for Magento 2.4.6 and PHP 8.2.
- - Improvements for Dynamic Category generation by attributes pattern.
- - Minor code improvements.
Version 2.2.4 (March 24, 2023)
Features:
- - Removed option "Allow Only Product With The Same Attribute As In Category Name" from dynamic category rules. Now, this option is hidden and automatically enabled when "Categories Type" equals "pattern".
- - Removed option "Assign Product With Attributes" from category. Now, this option is hidden and for technical use only.
- - Automatically enable disabled dynamic category if products were added to it.
- - Added ability to rename categories without altering the dynamic categories generation by pattern.
Version 2.2.3 (March 14, 2023)
Features:
- - Changed default value for the "Apply By" option.
Version 2.2.2 (February 06, 2023)
Fixes:
- - SQL error on dynamic product attribute value update in Magento Commerce.
Version 2.2.1 (February 01, 2023)
Features:
- - Improved compatibility with Magento Commerce and Commerce on Cloud.
Fixes:
- - When the "UPDATE BY SCHEDULE" index mode is enabled, the Idle (backlog items) appear repeatedly.
Version 2.2.0 (October 27, 2022)
Features:
- - Compatibility with PHP 8.
- - Moved dynamic product attributes logic to separate module magefan/module-dynamic-product-attributes.
- - Added multi website compatibility.
Version 2.1.0 (March 7, 2022)
Features:
- - Automatically redirect from the disabled category to the parent category.
- - Automatically disable empty categories.
- - Ability to create category names dynamically using the pattern by product attributes.
Version 2.0.8 (March 8, 2021)
Features:
- - Option to dynamically define a date for product date attributes (e.g. is today +/- N days).
- - Minor code refactor.
Version 2.0.7 (September 23, 2020)
Features:
- - Added support of Multi Source Inventory.
- - Improved dynamic product attributes generation on multi-website Magento.
Version 2.0.6 (August 25, 2020)
Features:
- - Added New Dynamic product attributes: Best Sellers (QTY) Per Week, Months, 3 Moths, Year, Is New (based on New From-To Date attribute).
- - Created separate cron group for the dynamic category cron jobs.
- - Dynamic product attribute cron job is now running every hour instead of once a day.
- - Improved compatibility with multi-website Magento.
Version 2.0.4 (May 29, 2020)
Features:
- - Now can use products from Catalog Price Rules in the Dynamic Category settings.
- - Command-line interface bin/magento magefan:dyc:product-attribute:update, bin/magento magefan:dyc:apply-rules.
- - Code style and admin fields label, comments improvements.
Fixes:
- - The issue with dynamic product attribute update and catalog price rules on Magento EE.
Version 2.0.3 (March 15, 2020)
Features:
- - Rule preview products list.
- - Button to manually update dynamic attributes.
- - Minor code improvements.
Fixes:
- - Save and Apply button does not save the rule.
- - Cannot set rule's "Websites" option on multi-website Magento.
- - Quantity summary dynamic attribute now can accept negative values and update even if a product is out of stock.
- - Is on Sale attribute is not always updated.
Version 2.0.2 (January 27, 2020)
Features:
- - Priority field in the dynamic category rules.
- - Rule save and apply button.
- - Option to remove products from other categories.
- - Condition by product QTY.
- - Update product attributes on product save.
Fixes:
- - Important changes in apply rule algorithm.
- - Errors on Magento EE.