Change log for Magefan Product Labels Extension
Version 2.3.3 (September 22, 2025)
Features:
- - Added the "Rule Validation Scope" option. Now, you can choose what scope to validate the conditions by (Global, Default Store View(s) per Website, or Selected Store View(s) per Rule).
Compatibilities:
- - Breeze theme product gallery compatibility (selector: .images).
Version 2.3.2 (May 8, 2025)
General:
- - GraphQL endpoint improvements (Extra).
Compatibilities:
- - Added compatibility with PHP 8.4.
Version 2.3.1 (April 1, 2025)
General:
- - Dependency updates. Now, the extension requires magefan/module-dynamic-product-attributes v2.1.9.
- - Implemented secure JS scripts rendering for the Hyva template.
Features:
- - New "Redirect URL" option for shape labels.
Version 2.3.0 (January 23, 2025)
Features:
- - Added an ability to create custom positions and use them in rules.
Version 2.2.1 (December 30, 2024)
Features:
- - Added GraphQL Resolver (Extra).
- - Added ability to apply specific rules via CLI (bin/magento magefan:product-label-rules:apply --ids="2,5,9")
Fixes:
- - Improved calculation of the discount amount, and the percent discount amount with different tax settings.
Version 2.2.0 (December 5, 2024)
Features:
- - Added support for configurable products.
- - Added the Display On Parent option (for a configurable product).
- - Added Codazon Theme compatibility.
- - Now product labels work with the Ajax requests.
- - Updated dependency magefan/module-dynamic-product-attributes 2.1.5.
- - Added ability to update Dynamic Product Attributes on product save.
- - Code refactoring.
Version 2.1.4 (November 14, 2024)
Features:
- - Now you can replace the spectrum colour picker on jQuery colour picker (Extra).
Fixes:
- - Fixed an issue of "Area code is not set" during execution of CLI command to apply product labels.
- - Fixed an issue of preventing adding a Label to the gallery block if there is no "img" tag.
Version 2.1.3 (November 1, 2024)
Features:
- - Improved JSON Validator.
- - Added compatibility with MageSuite Product Tile.
Fixes:
- - Fixed an issue with minified js in the admin panel. (Plus)
Version 2.1.2 (September 24, 2024)
Features:
- - Updated dependency magefan/module-dynamic-product-attributes 2.1.4.
Version 2.1.1 (September 13, 2024)
Features:
- - Added compatibility with the Hyva theme.
- - Security improvements. Now Magento SecureRenderer is used to whitelist an inline script.
Version 2.1.0 (August 16, 2024)
Features:
- - Added the 'Apply By' option to choose when labels will be applied (manually, cron, on product save) (Extra)
- - Added the "Don't Use On Pages" option to exclude labels from selected pages.
- - Added console command magefan:product-label-rules:apply to apply rules via CLI
Version 2.0.1 (May 20, 2024)
Features:
- - Increased default value of the "Max. Number Of Labels Applied To Product" option (Plus).
- - Minor code improvements.