Skip to content

Releases: scandipwa/cms-graphql

Path: Function accessibility change

10 Feb 13:36
Compare
Choose a tag to compare

What's inside

  • Change function accessibility df62ca0

That's all there is to it :)

Patch: Support for Magento 2.4.4

11 Jun 00:02
2566d13
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Fix for translation

09 Jun 19:18
f3a1ea4
Compare
Choose a tag to compare

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

10 Sep 16:37
bc80aa8
Compare
Choose a tag to compare

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

01 Sep 16:45
a83a84a
Compare
Choose a tag to compare

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

10 Nov 14:51
cb0f409
Compare
Choose a tag to compare

What's inside

Feature break-down

  • Recently viewed widget support

That's all there is to it :)

Patch of Category CMS block

30 Oct 13:55
bce755e
Compare
Choose a tag to compare

What's inside

  • Bug fixes

Bug fixes

  • Patch of category CMS block

Exact module dependencies

07 Sep 10:51
Compare
Choose a tag to compare

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 and support sections from composer.json in preparation for mono-repo setup

Updated to retrieve CMS by identifier

19 Dec 15:42
8ae780d
Compare
Choose a tag to compare

In this release the intended M2 behavior was implemented back.

Stores are now respected

11 Dec 09:08
98cd444
Compare
Choose a tag to compare

In this release the current store id became respected by the resolver.