- 2022/03/04
- 9,295
- 1,906
- $5,025
thanks to dear member @netman updated Mageworx SEO Suite Ultimate extension for Magento 2 with a new update entry:
August 29, 2024
Read the rest of this update entry...
August 29, 2024
What's new
Adds support for custom redirects in GraphQL
Adds support for Mage-OS
Adds support for the AlpineJS event shorthand syntax
Read the rest of this update entry...
- 2020/05/31
- 2,683
- 1,548
- $11,061
3 monthsDoes this resource have free updates after purchase?
thanks to dear member @hargrave updated Mageworx SEO Suite Ultimate extension for Magento 2 with a new update entry:
changelog
Read the rest of this update entry...
changelog
update to 2.39.3
Read the rest of this update entry...
- 2020/05/31
- 2,683
- 1,548
- $11,061
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
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);
}
to
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: "%1".', $value));
}
$this->setValue($value);
}
A new update for Mageworx SEO Suite Ultimate extension for Magento 2 2.40.4 is now available. Big thanks to the contribution from our member @hellobut !
changelog
Read the rest of this update entry...Bug fix
- Fixes the issue with redirect status
- Minor performance improvements
类似主题
- 回复
- 20
- 浏览
- 2K
- 回复
- 12
- 浏览
- 1K
- 置顶
- 回复
- 4
- 浏览
- 983