Skip to content

Releases: scandipwa/menu-organizer

Patch: Fix for Menu creation in Single Store Mode

06 Oct 22:27
daaf265
Compare
Choose a tag to compare

What's inside

That's all there is to it :)

Patch: Fixed field selector in admin panel

28 Jul 12:30
d69e640
Compare
Choose a tag to compare

What's inside

  • Fixed field selector so that it hides CMS options when not needed.

Related to issue #3024.

That's all there is to it!

Patch: Migration of reference for CMS pages by their identifier to their IDs

19 Jul 16:46
828aca8
Compare
Choose a tag to compare

What's inside

  • Magento prevents cascading on updates. Instead, it sets it to value "restricted", which will prevent the query from being executing. Thus we've changed the reference to match the page ID instead, which will not update.

Related to issue #2377.

That's all there is to it!

Patch: Fix for infinite load in admin filters

13 Jul 21:21
5b83e9a
Compare
Choose a tag to compare

What's inside

  • Fixed the issue of infinite load when Admin used search. The issue was an ambiguous field definition when trying to search menu items by “Item CSS Class”, “Position” and “Status”.

Related to issue #2494.

That's all there is to it!

Code quality improvements

05 Mar 07:04
09e6e5e
Compare
Choose a tag to compare

What's inside

  • Code quality improvements (by @dfelton @rut4)
  • Admin grid sorting patch
  • Removed misleading note about .svg support

That's all there is to it :)

Exact module dependencies

07 Sep 11:00
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

Support of URL rewrites

26 Jun 09:19
Compare
Choose a tag to compare

Now CMS pages and Categories return the URL rewrite assigned.

Previously they did return:

  • URL path in the case of Categories
  • Identifier in the case of CMS Pages

Better category binding

18 Jun 09:16
Compare
Choose a tag to compare

Now, if the item has no valid URL, it will not show-up in the response.

Additionally following "bindings" has been added:

  • If menu is assigned to category and category "is_active" field changes - menu item reflects that change
  • If category gets deleted, the assigned menu item gets disabled

Better CMS page support

15 Jun 13:38
58a11b9
Compare
Choose a tag to compare

If URL of CMS Page switches, the cache of Menu-manager is flushed and the CMS page is updated.

Patch for 2.3.5 forever loading menu items

25 May 15:26
Compare
Choose a tag to compare

The 2.3.5 support is here. Looks like some grid-building logic was changed in Magento core, changed it to handle params.