Changeset 1679952
- Timestamp:
- 06/16/2017 03:12:06 PM (9 years ago)
- Location:
- navmenu-addon-for-elementor
- Files:
-
- 34 added
- 6 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/LICENSE (added)
-
tags/1.0.6/assets (added)
-
tags/1.0.6/assets/css (added)
-
tags/1.0.6/assets/css/editor.css (added)
-
tags/1.0.6/assets/css/editor.min.css (added)
-
tags/1.0.6/assets/css/frontend.css (added)
-
tags/1.0.6/assets/css/frontend.min.css (added)
-
tags/1.0.6/assets/js (added)
-
tags/1.0.6/assets/js/editor.js (added)
-
tags/1.0.6/assets/js/editor.min.js (added)
-
tags/1.0.6/assets/js/frontend.js (added)
-
tags/1.0.6/assets/js/frontend.min.js (added)
-
tags/1.0.6/assets/js/modernizr.custom.js (added)
-
tags/1.0.6/base (added)
-
tags/1.0.6/base/module-base.php (added)
-
tags/1.0.6/classes (added)
-
tags/1.0.6/classes/utils.php (added)
-
tags/1.0.6/elementor-navmenu.php (added)
-
tags/1.0.6/includes (added)
-
tags/1.0.6/includes/modules-manager.php (added)
-
tags/1.0.6/index.php (added)
-
tags/1.0.6/modules (added)
-
tags/1.0.6/modules/menus (added)
-
tags/1.0.6/modules/menus/module.info.php (added)
-
tags/1.0.6/modules/menus/module.php (added)
-
tags/1.0.6/modules/menus/widgets (added)
-
tags/1.0.6/modules/menus/widgets/default-navmenu.php (added)
-
tags/1.0.6/modules/menus/widgets/elementor-branding.php (added)
-
tags/1.0.6/modules/menus/widgets/elementor-search.php (added)
-
tags/1.0.6/modules/menus/widgets/mega-menu.php (added)
-
tags/1.0.6/modules/menus/widgets/navmenu-overlay.php (added)
-
tags/1.0.6/plugin.php (added)
-
tags/1.0.6/readme.txt (added)
-
trunk/assets/css/editor.css (modified) (1 diff)
-
trunk/assets/css/editor.min.css (modified) (1 diff)
-
trunk/assets/css/frontend.css (modified) (1 diff)
-
trunk/assets/css/frontend.min.css (modified) (1 diff)
-
trunk/elementor-navmenu.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
navmenu-addon-for-elementor/trunk/assets/css/editor.css
r1615946 r1679952 871 871 float: none; 872 872 } 873 874 /*875 * Elementor z-index hack for our navmenu876 */877 .elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}878 879 .elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2} -
navmenu-addon-for-elementor/trunk/assets/css/editor.min.css
r1615946 r1679952 871 871 float: none; 872 872 } 873 874 /*875 * Elementor z-index hack for our navmenu876 */877 .elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}878 879 .elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2} -
navmenu-addon-for-elementor/trunk/assets/css/frontend.css
r1615946 r1679952 871 871 float: none; 872 872 } 873 874 /*875 * Elementor z-index hack for our navmenu876 */877 .elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}878 879 .elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2} -
navmenu-addon-for-elementor/trunk/assets/css/frontend.min.css
r1615946 r1679952 871 871 float: none; 872 872 } 873 874 /*875 * Elementor z-index hack for our navmenu876 */877 .elementor-section:nth-child(1) .elementor-widget-wrap {z-index: 3}878 879 .elementor-section:nth-child(2) .elementor-widget-wrap {z-index: 2} -
navmenu-addon-for-elementor/trunk/elementor-navmenu.php
r1677967 r1679952 5 5 * Plugin URI: https://wpdevhq.com/ 6 6 * Author: WPDevHQ 7 * Version: 1.0. 57 * Version: 1.0.6 8 8 * Author URI: https://wpdevhq.com/ 9 9 * … … 13 13 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 14 14 15 define( 'ELEMENTOR_MENUS_VERSION', '1.0. 5' );15 define( 'ELEMENTOR_MENUS_VERSION', '1.0.6' ); 16 16 17 17 define( 'ELEMENTOR_MENUS__FILE__', __FILE__ ); -
navmenu-addon-for-elementor/trunk/readme.txt
r1677967 r1679952 5 5 Requires at least: 4.4 6 6 Tested up to: 4.8.0 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 55 55 56 56 == Changelog == 57 = 1.0.6 = 58 * FIXED: Bug on the new UI column selectors in Elementor V1.5.0 - removed the z-index hack as this will now be taken care of by core! 59 57 60 = 1.0.5 = 58 61 * FIXED: Fatal error when active theme is Element Theme!
Note: See TracChangeset
for help on using the changeset viewer.