Skip to content

Releases: experius/Magento-2-Module-PageNotFound

1.3.5

02 Feb 13:47
Compare
Choose a tag to compare

Full Changelog: 1.3.5...1.3.5

[FEATURE][M2FIX]: Declared dynamic property to fix PHP8.2 error

09 May 13:47
6f04116
Compare
Choose a tag to compare
1.3.4

Declared dynamic property to fix PHP8.2 error

[BUGFIX] - Deprecated Functionality: explode(): Passing null to parameter #2 ($string) of type string is deprecated

28 Apr 13:03
389bd71
Compare
Choose a tag to compare

Fix Deprecated Functionality: explode(): Passing null to parameter #2 ($string) of type string is deprecated

1.3.2: Merge pull request #30 from experius/bugfix/acl

02 Aug 13:42
fe6c752
Compare
Choose a tag to compare
[BUGFIX] Use page_not_found_view ACL resource

1.3.1: Merge pull request #28 from gijsblanken/feature/STJ-937

15 Jul 07:36
909e139
Compare
Choose a tag to compare
[BUGFIX][STJ-937] Added classWhitelist on the configurable object.

1.3.0: Merge pull request #26 from experius/feature/add-index-for-performance

18 Sep 08:33
03d8e71
Compare
Choose a tag to compare
[PERFORMANCE] Added index to the experius_page_not_found

1.2.8: Merge pull request #25 from pascalexperius/patch-1

06 May 06:09
f8bf918
Compare
Choose a tag to compare
Added handout for product import to readme.md

Magento 2.3.3 Support

27 Nov 12:31
a39a17d
Compare
Choose a tag to compare
Merge pull request #24 from experius/2.3.3

[BUGFIX] Magento 2.3.3 admin grid fix

1.2.6: Merge pull request #23 from rubenexp/master

30 Aug 12:13
5afc764
Compare
Choose a tag to compare
Code standard warning/bug fixes

Changed logic for the 410 to prevent the 302 redirect

11 Jan 17:44
d5292bb
Compare
Choose a tag to compare
Merge pull request #19 from experius/410-response

[BUGFIX] Forward to 410 instate of redirecting to the controller to p…