Lv.6
Bronze Member
Iron Member
- 25/12/2022
- 139
- 189
- $255
please update to 2.39.0
What's new
Adds support for custom redirects in GraphQL
Adds support for Mage-OS
Adds support for the AlpineJS event shorthand syntax
3 monthsDoes this resource have free updates after purchase?
update to 2.39.3
Thanks for update
Does the module work correctly for everyone? On my Magento 2.4.7-p3 the SEO section settings are not saved - it says Invalid file name
frommagento2/app/code/Magento/Config/Model/Config/Backend/File.php
private function setValueAfterValidation(string $value): void
{
if (preg_match('/[^a-z0-9_\/\\-\\.]+/i', $value)
// phpcs:ignore Magento2.Functions.DiscouragedFunction
|| !$this->_mediaDirectory->isFile($this->_getUploadDir() . DIRECTORY_SEPARATOR . basename($value))
) {
throw new LocalizedException(__('Invalid file name'));
}
$this->setValue($value);
}
private function setValueAfterValidation(string $value): void
{
if (preg_match('/[^a-z0-9_\/\\-\\.]+/i', $value)
// phpcs:ignore Magento2.Functions.DiscouragedFunction
|| !$this->_mediaDirectory->isFile($this->_getUploadDir() . DIRECTORY_SEPARATOR . basename($value))
) {
throw new LocalizedException(__('Invalid file name: "%1".', $value));
}
$this->setValue($value);
}
Read the rest of this update entry...Bug fix
- Fixes the issue with redirect status
- Minor performance improvements