Releases: baldwin-agency/magento2-module-url-data-integrity-checker
Releases · baldwin-agency/magento2-module-url-data-integrity-checker
1.5.3
New
- Added compatibility with PHP 8.3 and symfony/console 6 for the upcoming Magento 2.4.7 release (3307531)
1.5.2
Bugfixes
- The emoji's in the translation texts could cause issues in certain translation systems that use the database, removed them, thanks to @RPrudon (#42)
1.5.1
New
- Added compatibility with PHP 8.2 for the upcoming Magento 2.4.6 release (#41)
1.5.0
New
- Added an edit link to the admin grids for the relevant product or category, thanks to @fredden (#37)
1.4.0
New
- Added compatibility with PHP 8.1 for the upcoming Magento 2.4.4 release (f78bf28 & d9ad393)
- Added a configuration option in Stores > Configuration > Catalog > Url Data Integrity Checker, to disable checking for problems with products that are invisible (#31)
Improvements
- Version 1.3.2 added a bugfix, but it introduced a small performance problem with that, this has been improved now (27c8c97)
- Small code improvements based on newer versions of static analyser tools
1.3.2
Bugfixes
- Some url_path problems with categories weren't being detected if a parent category overwrote the url_path on storeview level while the category being investigated didn't. This has been corrected now (f875a53)
1.3.1
Improvements
- Should an error have occurred while running the checkers, it will now be displayed in red in the backoffice (936e744)
- Improved error message you get when a category id is used in another category's path that no longer exists (936e744)
Bugfixes
- Remove metadata flag that a command is still running after it ran into an exception (#30, 8a1ddb4)
1.3.0
New
- You can now specify the location of where the json files that store the results are saved on the filesystem. This is now possible using the setting: Stores > Configuration > Catalog > Url Data Integrity Checker, thanks to @DominicWatts (#28)
Improvements
- Removed some calls to deprecated methods (aa47d04)
1.2.2
Bugfixes
- The category url key duplicated checker now no longer shows problems that were exactly the same as another reported problem - #23
1.2.1
Bugfixes
- Admin grids no longer crash on Magento 2.4.2 - #17