WP Responsive Menu - Version 2.0.4

Version Description

Download this release

Release Info

Developer sagarseth9
Plugin Icon 128x128 WP Responsive Menu
Version 2.0.4
Comparing to
See all releases

Code changes from version 2.0.3 to 2.0.4

Files changed (3) hide show
  1. js/wprmenu.js +4 -1
  2. readme.txt +6 -2
  3. wp-responsive-menu.php +1 -1
js/wprmenu.js CHANGED
@@ -96,9 +96,12 @@ jQuery(document).ready(function( $ ) {
96
  //Additional fixes on change device orientation
97
  if( $.browser.mozilla ) {
98
  screen.addEventListener("orientationchange", function() {updateOrientation()}); //firefox
99
- } else {
100
  window.addEventListener('orientationchange', updateOrientation, false);
101
  }
 
 
 
102
  function updateOrientation() {
103
  window.scrollBy(1,1);
104
  window.scrollBy(-1,-1);
96
  //Additional fixes on change device orientation
97
  if( $.browser.mozilla ) {
98
  screen.addEventListener("orientationchange", function() {updateOrientation()}); //firefox
99
+ } else if( window.addEventListener ) {
100
  window.addEventListener('orientationchange', updateOrientation, false);
101
  }
102
+ else {
103
+ window.attachEvent( "orientationchange" );
104
+ }
105
  function updateOrientation() {
106
  window.scrollBy(1,1);
107
  window.scrollBy(-1,-1);
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: sagarseth9,magnigenie
3
  Tags: Wordpress Responsive Menu, Genesis responsive menu, Genesis Mobile Menu, Thesis Mobile Menu, Thesis Responsive Menu, Mobile Menu, Responsive Menu Plugin, WP Responsive Menu, Wordpress mobile menu
4
  Requires at least: 3.4
5
  Tested up to: 3.9.2
6
- Stable tag: 2.0.3
7
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=sagar.seth9@gmail.com&item_name=WP%20Responsive%20Menu&return=http://magnigenie.com
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -55,6 +55,10 @@ Check out [the demo](http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin
55
 
56
  == ChangeLog ==
57
 
 
 
 
 
58
  = Version 2.0.3 =
59
 
60
  * Fixed the submenu icon not showing error.
@@ -83,6 +87,6 @@ Check out [the demo](http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin
83
 
84
  == Upgrade Notice ==
85
 
86
- = Version 2.0.3 =
87
 
88
  * As I have updated the plugin options panel so there might be few settings problems. If you are having any such problem try to check the plugin settings and configure it accordingly.
3
  Tags: Wordpress Responsive Menu, Genesis responsive menu, Genesis Mobile Menu, Thesis Mobile Menu, Thesis Responsive Menu, Mobile Menu, Responsive Menu Plugin, WP Responsive Menu, Wordpress mobile menu
4
  Requires at least: 3.4
5
  Tested up to: 3.9.2
6
+ Stable tag: 2.0.4
7
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=sagar.seth9@gmail.com&item_name=WP%20Responsive%20Menu&return=http://magnigenie.com
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
55
 
56
  == ChangeLog ==
57
 
58
+ = Version 2.0.4 =
59
+
60
+ * Fixed browser javascript issue for lower versions of IE.
61
+
62
  = Version 2.0.3 =
63
 
64
  * Fixed the submenu icon not showing error.
87
 
88
  == Upgrade Notice ==
89
 
90
+ = Version 2.0.4 =
91
 
92
  * As I have updated the plugin options panel so there might be few settings problems. If you are having any such problem try to check the plugin settings and configure it accordingly.
wp-responsive-menu.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Responsive Menu
4
  Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/
5
  Description: WP Responsive menu is a mobile menu plugin which comes with 1 click installation and has lots of admin option to customize the plugin as per your needs.
6
- Version: 2.0.3
7
  Author: Nirmal Ram
8
  Author URI: http://magnigenie.com
9
  License: GPLv2 or later
3
  Plugin Name: WP Responsive Menu
4
  Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress/
5
  Description: WP Responsive menu is a mobile menu plugin which comes with 1 click installation and has lots of admin option to customize the plugin as per your needs.
6
+ Version: 2.0.4
7
  Author: Nirmal Ram
8
  Author URI: http://magnigenie.com
9
  License: GPLv2 or later