Skip to content

Commit

Permalink
9.3.5 (#28)
Browse files Browse the repository at this point in the history
- [Menu] Fixed mega menu ACF fields not showing up
  • Loading branch information
hrsetyono authored Sep 7, 2022
1 parent b741b85 commit d2ae1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
4 changes: 2 additions & 2 deletions edje-wp-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
* License: MIT
* Author: Pixel Studio
* Author URI: https://pixelstudio.id
* Version: 9.3.4
* Version: 9.3.5
*/

if (!defined('WPINC')) { die; } // exit if accessed directly

// Constant
define('H_VERSION', '9.3.4');
define('H_VERSION', '9.3.5');
define('H_BASE', basename(dirname(__FILE__)).'/'.basename(__FILE__));

define('H_DIR', __DIR__); // for require
Expand Down
25 changes: 2 additions & 23 deletions module-menu/acf-json/group_62dccbc34b3e8.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,28 +234,7 @@
{
"param": "nav_menu_item",
"operator": "==",
"value": "location\/top-menu-new"
}
],
[
{
"param": "nav_menu_item",
"operator": "==",
"value": "location\/mega-menu-1"
}
],
[
{
"param": "nav_menu_item",
"operator": "==",
"value": "location\/mega-menu-2"
}
],
[
{
"param": "nav_menu_item",
"operator": "==",
"value": "location\/mega-menu-3"
"value": "all"
}
]
],
Expand All @@ -268,5 +247,5 @@
"active": true,
"description": "",
"show_in_rest": 0,
"modified": 1660296979
"modified": 1662540257
}

0 comments on commit d2ae1bd

Please sign in to comment.