You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
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)