Releases: scandipwa/cms-graphql
Releases · scandipwa/cms-graphql
Path: Function accessibility change
Patch: Support for Magento 2.4.4
What's inside
- Support for Magento 2.4.4. Related to scandipwa/scandipwa#4122
That's all there is to it :)
Patch: Fix for translation
What's inside
- Fix for translation not working in graphql. Related to #17
That's all there is to it :)
Patch: Added default value for $variables
What's inside
- There was an issue of M2.4.3 + SPWA 5.0.4 failing to start right after the installation. The issue was that the virtual type filter wasn't passing variable
$variaibles
while DI wasn't rebuilt. So we've added default value for$variables
.
Related to scandipwa/scandipwa#3318.
That's all there is to it!
Patch: Support for Magento 2.4.3
What's inside
- Updated outdated Filter structure to use Magentos 2.4.3. class structure
- Null check for variable
$varaibles
That's all there is to it :)
Recently viewed widget support
What's inside
Feature break-down
- Recently viewed widget support
That's all there is to it :)
Patch of Category CMS block
What's inside
- Bug fixes
Bug fixes
- Patch of category CMS block
Exact module dependencies
What's inside
- Migration to exact module dependencies
- Bug fixes
Feature break-down
Migration to exact module dependencies
Reference to module magento/magento-base
of specific Magento 2 version got removed. Instead, dependencies onto specific Magento 2 modules was implemented. This affected etc/module.xml
and composer.json
file.
Bug fixes
- Patched comments in
.xml
files - Removed
author
andsupport
sections fromcomposer.json
in preparation for mono-repo setup
Updated to retrieve CMS by identifier
In this release the intended M2 behavior was implemented back.
Stores are now respected
In this release the current store id became respected by the resolver.