Version Description
(8th Mar 2022) = * Enhancement: Fixed issues with admin bar settings
Download this release
Release Info
Developer | expresstech |
Plugin | Responsive Menu |
Version | 4.1.9 |
Comparing to | |
See all releases |
Code changes from version 4.1.8 to 4.1.9
- readme.txt +51 -48
- responsive-menu.php +2 -2
- v4.0.0/inc/classes/class-rmp-migration.php +1 -1
- v4.0.0/inc/helpers/default-options.php +1 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: expresstech, responsivemenu, imvarunkmr, surajkumarsingh, infosate
|
|
3 |
Tags: responsive, mega menu, navigation, mobile, hamburger
|
4 |
Requires at least: 3.6
|
5 |
Tested up to: 5.9
|
6 |
-
Stable tag: 4.1.
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -117,6 +117,9 @@ To view our FAQ, please go to [https://responsive.menu/faq/](https://responsive.
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
120 |
= 4.1.8 (8th Feb 2022) =
|
121 |
* Bug: Fixed security vulnerabilities
|
122 |
* Bug: Fixed w3 validator CSS errors
|
@@ -133,63 +136,63 @@ To view our FAQ, please go to [https://responsive.menu/faq/](https://responsive.
|
|
133 |
* Enhancement: Moved inline scripts to wp_enqueue_script and wp_add_inline_script
|
134 |
|
135 |
= 4.1.5 (17th Nov 2021) =
|
136 |
-
Enhancement: Refactored code to use wp_enqueue functions while including JS and CSS
|
137 |
-
Enhancement: Removed external dependencies (CDN url and third party server scripts)
|
138 |
-
Enhancement: Removed legacy code and rollback feature
|
139 |
-
Enhancement: Removed encrypted code from third party libraries
|
140 |
-
Enhancement: "Sanitized, Escaped, and Validated" all variable, file uploads and data
|
141 |
|
142 |
= 4.1.4 (17th Sep 2021) =
|
143 |
-
Bug: Fixed transparent background issue.
|
144 |
-
Feature: Added option to search settings in customizer.
|
145 |
-
Feature: Added shortcuts to related settings in different sections of customizer.
|
146 |
-
Feature: Added custom selector for hamburger icon position.
|
147 |
-
Enhancement: Moved "Padding" setting from (Mobile Menu > Container > Menu) to (Menu Styling > Menu Settings)
|
148 |
-
Enhancement: Moved "Enable Smooth Scrolling" setting from (Menu Styling > Menu Settings) to (Setting > Advance Setting > Technical)
|
149 |
|
150 |
= 4.1.3 (25th June 2021) =
|
151 |
-
Bug: Fixed Adjust Page option issue
|
152 |
-
Bug: Fixed the issue of conflict with WooCommerce plugin
|
153 |
-
Bug: Fixed the issue of wrong button text position
|
154 |
-
Feature: Added banner for providing plugin feedback
|
155 |
-
Enhancement: Renamed `Roadmap` to `What's Next`
|
156 |
|
157 |
= 4.1.2 (1st May 2021) =
|
158 |
-
Feature: Added dark mode option for menu customizer
|
159 |
-
Enhancement: Added new filter rmp_menu_markups
|
160 |
-
Enhancement: Added demo links for free themes
|
161 |
-
Enhancement: Enabled device visibility options by default
|
162 |
|
163 |
= 4.1.1 (19th April 2021) =
|
164 |
-
Bug: Fixed responsive menu elementor widget issue with PHP version 7.2 and older
|
165 |
|
166 |
= 4.1.0 (26th February 2021) =
|
167 |
-
Feature: Bundled all free themes in plugin
|
168 |
-
Feature: Added new option for font weight and font family for menu title
|
169 |
-
Feature: Added home button on preview device
|
170 |
-
Feature: Added border radius as new option for toggle button
|
171 |
-
Feature: Added theme upload feature in wizards
|
172 |
-
Feature: To support the advanced menu themes
|
173 |
-
Enhancement: Improved push animation to work with only body element
|
174 |
-
Enhancement: Added loader to show while uploading and changing theme
|
175 |
-
Enhancement: Show message when theme page is empty
|
176 |
-
Enhancement: Show spinner while deleting theme
|
177 |
-
Enhancement: Redirected user directly to customizer after creating a new menu
|
178 |
-
Enhancement: Prevent deleting a theme if being used by active menu
|
179 |
-
Enhancement: Added color alpha feature and push animation
|
180 |
-
Enhancement: Added custom admin notice to upgrade
|
181 |
-
Enhancement: Added admin notice with doc link if no menu created.
|
182 |
-
Enhancement: Improved the default theme with new UI
|
183 |
-
Enhancement: Improved the wizards UI
|
184 |
-
Enhancement: Added hide menu input in new menu wizard
|
185 |
-
Enhancement: Improved caching and minimize API requests
|
186 |
-
Enhancement: Added support for WordPress core version 5.7
|
187 |
-
Bug: Prevent to load the customizer screen in preview section
|
188 |
-
Bug: Fixed additional contents to process the shortcode
|
189 |
-
Bug: Fixed Menu item height issue with long text
|
190 |
-
Bug: Fixed default wp menu items
|
191 |
-
Bug: Improved live preview and update required
|
192 |
-
Bug: Fixed PHP warning and errors
|
193 |
|
194 |
= 4.0.4 (19th January 2021) =
|
195 |
* Bug: Fixed security vulnerabilities
|
3 |
Tags: responsive, mega menu, navigation, mobile, hamburger
|
4 |
Requires at least: 3.6
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 4.1.9
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= 4.1.9 (8th Mar 2022) =
|
121 |
+
* Enhancement: Fixed issues with admin bar settings
|
122 |
+
|
123 |
= 4.1.8 (8th Feb 2022) =
|
124 |
* Bug: Fixed security vulnerabilities
|
125 |
* Bug: Fixed w3 validator CSS errors
|
136 |
* Enhancement: Moved inline scripts to wp_enqueue_script and wp_add_inline_script
|
137 |
|
138 |
= 4.1.5 (17th Nov 2021) =
|
139 |
+
* Enhancement: Refactored code to use wp_enqueue functions while including JS and CSS
|
140 |
+
* Enhancement: Removed external dependencies (CDN url and third party server scripts)
|
141 |
+
* Enhancement: Removed legacy code and rollback feature
|
142 |
+
* Enhancement: Removed encrypted code from third party libraries
|
143 |
+
* Enhancement: "Sanitized, Escaped, and Validated" all variable, file uploads and data
|
144 |
|
145 |
= 4.1.4 (17th Sep 2021) =
|
146 |
+
* Bug: Fixed transparent background issue.
|
147 |
+
* Feature: Added option to search settings in customizer.
|
148 |
+
* Feature: Added shortcuts to related settings in different sections of customizer.
|
149 |
+
* Feature: Added custom selector for hamburger icon position.
|
150 |
+
* Enhancement: Moved "Padding" setting from (Mobile Menu > Container > Menu) to (Menu Styling > Menu Settings)
|
151 |
+
* Enhancement: Moved "Enable Smooth Scrolling" setting from (Menu Styling > Menu Settings) to (Setting > Advance Setting > Technical)
|
152 |
|
153 |
= 4.1.3 (25th June 2021) =
|
154 |
+
* Bug: Fixed Adjust Page option issue
|
155 |
+
* Bug: Fixed the issue of conflict with WooCommerce plugin
|
156 |
+
* Bug: Fixed the issue of wrong button text position
|
157 |
+
* Feature: Added banner for providing plugin feedback
|
158 |
+
* Enhancement: Renamed `Roadmap` to `What's Next`
|
159 |
|
160 |
= 4.1.2 (1st May 2021) =
|
161 |
+
* Feature: Added dark mode option for menu customizer
|
162 |
+
* Enhancement: Added new filter rmp_menu_markups
|
163 |
+
* Enhancement: Added demo links for free themes
|
164 |
+
* Enhancement: Enabled device visibility options by default
|
165 |
|
166 |
= 4.1.1 (19th April 2021) =
|
167 |
+
* Bug: Fixed responsive menu elementor widget issue with PHP version 7.2 and older
|
168 |
|
169 |
= 4.1.0 (26th February 2021) =
|
170 |
+
* Feature: Bundled all free themes in plugin
|
171 |
+
* Feature: Added new option for font weight and font family for menu title
|
172 |
+
* Feature: Added home button on preview device
|
173 |
+
* Feature: Added border radius as new option for toggle button
|
174 |
+
* Feature: Added theme upload feature in wizards
|
175 |
+
* Feature: To support the advanced menu themes
|
176 |
+
* Enhancement: Improved push animation to work with only body element
|
177 |
+
* Enhancement: Added loader to show while uploading and changing theme
|
178 |
+
* Enhancement: Show message when theme page is empty
|
179 |
+
* Enhancement: Show spinner while deleting theme
|
180 |
+
* Enhancement: Redirected user directly to customizer after creating a new menu
|
181 |
+
* Enhancement: Prevent deleting a theme if being used by active menu
|
182 |
+
* Enhancement: Added color alpha feature and push animation
|
183 |
+
* Enhancement: Added custom admin notice to upgrade
|
184 |
+
* Enhancement: Added admin notice with doc link if no menu created.
|
185 |
+
* Enhancement: Improved the default theme with new UI
|
186 |
+
* Enhancement: Improved the wizards UI
|
187 |
+
* Enhancement: Added hide menu input in new menu wizard
|
188 |
+
* Enhancement: Improved caching and minimize API requests
|
189 |
+
* Enhancement: Added support for WordPress core version 5.7
|
190 |
+
* Bug: Prevent to load the customizer screen in preview section
|
191 |
+
* Bug: Fixed additional contents to process the shortcode
|
192 |
+
* Bug: Fixed Menu item height issue with long text
|
193 |
+
* Bug: Fixed default wp menu items
|
194 |
+
* Bug: Improved live preview and update required
|
195 |
+
* Bug: Fixed PHP warning and errors
|
196 |
|
197 |
= 4.0.4 (19th January 2021) =
|
198 |
* Bug: Fixed security vulnerabilities
|
responsive-menu.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Responsive Menu
|
5 |
Plugin URI: https://expresstech.io
|
6 |
Description: Highly Customisable Responsive Menu Plugin for WordPress
|
7 |
-
Version: 4.1.
|
8 |
Author: ExpressTech
|
9 |
Text Domain: responsive-menu
|
10 |
Author URI: https://responsive.menu
|
@@ -16,7 +16,7 @@ Tags: responsive, menu, responsive menu, mega menu, max mega menu, max menu
|
|
16 |
* Constant as plugin version.
|
17 |
*/
|
18 |
if ( ! defined( 'RMP_PLUGIN_VERSION' ) ) {
|
19 |
-
define( 'RMP_PLUGIN_VERSION', '4.1.
|
20 |
}
|
21 |
|
22 |
define( 'RESPONSIVE_MENU_URL', plugin_dir_url( __FILE__ ) );
|
4 |
Plugin Name: Responsive Menu
|
5 |
Plugin URI: https://expresstech.io
|
6 |
Description: Highly Customisable Responsive Menu Plugin for WordPress
|
7 |
+
Version: 4.1.9
|
8 |
Author: ExpressTech
|
9 |
Text Domain: responsive-menu
|
10 |
Author URI: https://responsive.menu
|
16 |
* Constant as plugin version.
|
17 |
*/
|
18 |
if ( ! defined( 'RMP_PLUGIN_VERSION' ) ) {
|
19 |
+
define( 'RMP_PLUGIN_VERSION', '4.1.9' );
|
20 |
}
|
21 |
|
22 |
define( 'RESPONSIVE_MENU_URL', plugin_dir_url( __FILE__ ) );
|
v4.0.0/inc/classes/class-rmp-migration.php
CHANGED
@@ -256,7 +256,7 @@ if ( ! class_exists( 'RMP_Migration' ) ) :
|
|
256 |
$global_options['rmp_remove_glyphicon'] = $older_options['remove_bootstrap'];
|
257 |
$global_options['rmp_scripts_in_footer'] = $older_options['scripts_in_footer'];
|
258 |
$global_options['rmp_remove_fontawesome'] = $older_options['remove_fontawesome'];
|
259 |
-
$global_options['menu_adjust_for_wp_admin_bar'] = '
|
260 |
$global_options['rmp_wp_footer_hook'] = 'on';
|
261 |
|
262 |
$global_options = array_merge( rmp_global_default_setting_options(), $global_options );
|
256 |
$global_options['rmp_remove_glyphicon'] = $older_options['remove_bootstrap'];
|
257 |
$global_options['rmp_scripts_in_footer'] = $older_options['scripts_in_footer'];
|
258 |
$global_options['rmp_remove_fontawesome'] = $older_options['remove_fontawesome'];
|
259 |
+
$global_options['menu_adjust_for_wp_admin_bar'] = 'adjust';
|
260 |
$global_options['rmp_wp_footer_hook'] = 'on';
|
261 |
|
262 |
$global_options = array_merge( rmp_global_default_setting_options(), $global_options );
|
v4.0.0/inc/helpers/default-options.php
CHANGED
@@ -19,7 +19,7 @@ function rmp_global_default_setting_options() {
|
|
19 |
'rmp_custom_css' => '',
|
20 |
'rmp_dark_mode' => 'off',
|
21 |
'rmp_license_key' => '',
|
22 |
-
'menu_adjust_for_wp_admin_bar' => '
|
23 |
'rmp_external_files' => 'on',
|
24 |
'rmp_minify_scripts' => 'on',
|
25 |
'rmp_scripts_in_footer' => 'on',
|
19 |
'rmp_custom_css' => '',
|
20 |
'rmp_dark_mode' => 'off',
|
21 |
'rmp_license_key' => '',
|
22 |
+
'menu_adjust_for_wp_admin_bar' => 'adjust',
|
23 |
'rmp_external_files' => 'on',
|
24 |
'rmp_minify_scripts' => 'on',
|
25 |
'rmp_scripts_in_footer' => 'on',
|