NavMenu Addon For Elementor - Version 1.1.2

Version Description

  • 2017-11-27
Download this release

Release Info

Developer themeisle
Plugin Icon wp plugin NavMenu Addon For Elementor
Version 1.1.2
Comparing to
See all releases

Code changes from version 1.1.1 to 1.1.2

CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
 
 
 
 
 
2
  ### v1.1.1 - 2017-11-16
3
  **Changes:**
4
  * Add recommendation for Elementor Addons & Widgets.
1
 
2
+ ### v1.1.2 - 2017-11-27
3
+ **Changes:**
4
+ * Fix TGM strings for recommended plugins.
5
+
6
  ### v1.1.1 - 2017-11-16
7
  **Changes:**
8
  * Add recommendation for Elementor Addons & Widgets.
assets/js/editor.js CHANGED
@@ -47,7 +47,7 @@
47
  }
48
  );
49
 
50
- })(jQuery);
51
 
52
 
53
  ( function( $ ) {
@@ -496,7 +496,7 @@
496
 
497
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
498
 
499
- })(jQuery, this.el);
500
 
501
  } )( jQuery );
502
 
47
  }
48
  );
49
 
50
+ })( jQuery );
51
 
52
 
53
  ( function( $ ) {
496
 
497
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
498
 
499
+ })( jQuery, this.el );
500
 
501
  } )( jQuery );
502
 
assets/js/editor.min.js CHANGED
@@ -47,7 +47,7 @@
47
  }
48
  );
49
 
50
- })(jQuery);
51
 
52
 
53
  ( function( $ ) {
@@ -496,7 +496,7 @@
496
 
497
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
498
 
499
- })(jQuery, this.el);
500
 
501
  } )( jQuery );
502
 
47
  }
48
  );
49
 
50
+ })( jQuery );
51
 
52
 
53
  ( function( $ ) {
496
 
497
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
498
 
499
+ })( jQuery, this.el );
500
 
501
  } )( jQuery );
502
 
assets/js/frontend.js CHANGED
@@ -47,7 +47,7 @@
47
  }
48
  );
49
 
50
- })(jQuery);
51
 
52
 
53
  ( function( $ ) {
@@ -496,7 +496,7 @@
496
 
497
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
498
 
499
- })(jQuery, this.el);
500
 
501
  } )( jQuery );
502
 
47
  }
48
  );
49
 
50
+ })( jQuery );
51
 
52
 
53
  ( function( $ ) {
496
 
497
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
498
 
499
+ })( jQuery, this.el );
500
 
501
  } )( jQuery );
502
 
assets/js/frontend.min.js CHANGED
@@ -47,7 +47,7 @@
47
  }
48
  );
49
 
50
- })(jQuery);
51
 
52
 
53
  ( function( $ ) {
@@ -498,9 +498,9 @@
498
 
499
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
500
 
501
- })(jQuery);
502
 
503
- } )( jQuery);
504
 
505
  jQuery( document ).ready(
506
  function() {
47
  }
48
  );
49
 
50
+ })( jQuery );
51
 
52
 
53
  ( function( $ ) {
498
 
499
  var menu = new cbpHorizontalSlideOutMenu( document.getElementById( 'cbp-hsmenu-wrapper' ) );
500
 
501
+ })( jQuery );
502
 
503
+ } )( jQuery );
504
 
505
  jQuery( document ).ready(
506
  function() {
elementor-navmenu.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: Adds new NavMenus to the Elementor Page Builder plugin. Now with Site Branding options, search box, basic MegaMenu and Fullscreen Menu Overlay
5
  * Plugin URI: https://themeisle.com/
6
  * Author: ThemeIsle
7
- * Version: 1.1.1
8
  * Author URI: https://themeisle.com/
9
  *
10
  * Text Domain: navmenu-addon-for-elementor
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
16
  exit;
17
  } // Exit if accessed directly
18
 
19
- define( 'ELEMENTOR_MENUS_VERSION', '1.1.1' );
20
 
21
  define( 'ELEMENTOR_MENUS__FILE__', __FILE__ );
22
  define( 'ELEMENTOR_MENUS_PLUGIN_BASE', plugin_basename( ELEMENTOR_MENUS__FILE__ ) );
4
  * Description: Adds new NavMenus to the Elementor Page Builder plugin. Now with Site Branding options, search box, basic MegaMenu and Fullscreen Menu Overlay
5
  * Plugin URI: https://themeisle.com/
6
  * Author: ThemeIsle
7
+ * Version: 1.1.2
8
  * Author URI: https://themeisle.com/
9
  *
10
  * Text Domain: navmenu-addon-for-elementor
16
  exit;
17
  } // Exit if accessed directly
18
 
19
+ define( 'ELEMENTOR_MENUS_VERSION', '1.1.2' );
20
 
21
  define( 'ELEMENTOR_MENUS__FILE__', __FILE__ );
22
  define( 'ELEMENTOR_MENUS_PLUGIN_BASE', plugin_basename( ELEMENTOR_MENUS__FILE__ ) );
includes/class-tgm-plugin-activation.php CHANGED
@@ -346,8 +346,8 @@ if ( ! class_exists( 'TGM_Plugin_Activation' ) ) {
346
  ),
347
  'notice_can_install_recommended' => _n_noop(
348
  /* translators: 1: plugin name(s). */
349
- 'This theme recommends the following plugin: %1$s.',
350
- 'This theme recommends the following plugins: %1$s.',
351
  'navmenu-addon-for-elementor'
352
  ),
353
  'notice_ask_to_update' => _n_noop(
346
  ),
347
  'notice_can_install_recommended' => _n_noop(
348
  /* translators: 1: plugin name(s). */
349
+ 'NavMenu Addon For Elementor recommends the following plugin: %1$s.',
350
+ 'NavMenu Addon For Elementor recommends the following plugins: %1$s.',
351
  'navmenu-addon-for-elementor'
352
  ),
353
  'notice_ask_to_update' => _n_noop(
readme.md CHANGED
@@ -53,6 +53,11 @@ Done! :)
53
  * For the time being, any changes made to both of the above can be viewed on the frontend of the site. A fix is being sought and will be implemented as soon as a viable solution is found!
54
 
55
  ## Changelog ##
 
 
 
 
 
56
  ### 1.1.1 - 2017-11-16 ###
57
 
58
  * Add recommendation for Elementor Addons & Widgets.
53
  * For the time being, any changes made to both of the above can be viewed on the frontend of the site. A fix is being sought and will be implemented as soon as a viable solution is found!
54
 
55
  ## Changelog ##
56
+ ### 1.1.2 - 2017-11-27 ###
57
+
58
+ * Fix TGM strings for recommended plugins.
59
+
60
+
61
  ### 1.1.1 - 2017-11-16 ###
62
 
63
  * Add recommendation for Elementor Addons & Widgets.
readme.txt CHANGED
@@ -53,6 +53,11 @@ Done! :)
53
  * For the time being, any changes made to both of the above can be viewed on the frontend of the site. A fix is being sought and will be implemented as soon as a viable solution is found!
54
 
55
  == Changelog ==
 
 
 
 
 
56
  = 1.1.1 - 2017-11-16 =
57
 
58
  * Add recommendation for Elementor Addons & Widgets.
53
  * For the time being, any changes made to both of the above can be viewed on the frontend of the site. A fix is being sought and will be implemented as soon as a viable solution is found!
54
 
55
  == Changelog ==
56
+ = 1.1.2 - 2017-11-27 =
57
+
58
+ * Fix TGM strings for recommended plugins.
59
+
60
+
61
  = 1.1.1 - 2017-11-16 =
62
 
63
  * Add recommendation for Elementor Addons & Widgets.