Skip to content

Releases: baldwin-agency/magento2-module-url-data-integrity-checker

1.5.3

22 Mar 16:53
Compare
Choose a tag to compare

New

  • Added compatibility with PHP 8.3 and symfony/console 6 for the upcoming Magento 2.4.7 release (3307531)

1.5.2

16 Mar 17:23
Compare
Choose a tag to compare

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

01 Mar 14:51
6b3f9de
Compare
Choose a tag to compare

New

  • Added compatibility with PHP 8.2 for the upcoming Magento 2.4.6 release (#41)

1.5.0

07 Jul 14:51
Compare
Choose a tag to compare

New

  • Added an edit link to the admin grids for the relevant product or category, thanks to @fredden (#37)

1.4.0

30 Jan 10:41
Compare
Choose a tag to compare

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

20 Dec 10:55
Compare
Choose a tag to compare

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

23 Oct 15:51
Compare
Choose a tag to compare

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

26 Sep 18:24
Compare
Choose a tag to compare

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

22 Mar 09:25
30f3b12
Compare
Choose a tag to compare

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

04 Mar 21:39
07e3a3f
Compare
Choose a tag to compare

Bugfixes

  • Admin grids no longer crash on Magento 2.4.2 - #17