WP Responsive Menu - Version 3.1.7.3

Version Description

Download this release

Release Info

Developer Magnigenie
Plugin Icon 128x128 WP Responsive Menu
Version 3.1.7.3
Comparing to
See all releases

Code changes from version 3.1.7.2 to 3.1.7.3

inc/assets/js/wprmenu-options.js CHANGED
@@ -328,6 +328,12 @@ jQuery( document ).ready( function($) {
328
  $( '#section-hide_menubar_on_scroll' ).css( 'display', 'none' );
329
  }
330
 
 
 
 
 
 
 
331
  $( "#section-menu_type input" ).on( 'change', function() {
332
  var menutype = $( 'input[name="wprmenu_options[menu_type]"]:checked', '#section-menu_type' ).val();
333
  if( menutype == 'default' ) {
328
  $( '#section-hide_menubar_on_scroll' ).css( 'display', 'none' );
329
  }
330
 
331
+ if ( menutype == 'custom' ) {
332
+
333
+ $( '#section-bar_logo, #section-logo_link, #section-bar_title, #section-bar_logo_pos' ).css( 'display', 'none' );
334
+
335
+ }
336
+
337
  $( "#section-menu_type input" ).on( 'change', function() {
338
  var menutype = $( 'input[name="wprmenu_options[menu_type]"]:checked', '#section-menu_type' ).val();
339
  if( menutype == 'default' ) {
inc/class-wp-responsive-menu.php CHANGED
File without changes
inc/google-web-fonts.php CHANGED
File without changes
inc/includes/class-wprmenu-interface.php CHANGED
@@ -52,9 +52,11 @@ class WPRMenu_Framework_Interface {
52
  'select' => array(
53
  'id' => true,
54
  'class' => true,
 
55
  ),
56
  'option' => array(
57
- 'selected' => true
 
58
  ),
59
  'label' => array(
60
  'id' => true,
52
  'select' => array(
53
  'id' => true,
54
  'class' => true,
55
+ 'name' => true,
56
  ),
57
  'option' => array(
58
+ 'selected' => true,
59
+ 'value' => true,
60
  ),
61
  'label' => array(
62
  'id' => true,
inc/includes/class-wprmenu-sanitization.php CHANGED
File without changes
inc/wprmenu-loader.php CHANGED
@@ -19,7 +19,7 @@ final class WPR_Menu_Loader {
19
  *
20
  * @var string
21
  */
22
- public $version = '3.1.7.2';
23
 
24
 
25
  /**
19
  *
20
  * @var string
21
  */
22
+ public $version = '3.1.7.3';
23
 
24
 
25
  /**
inc/wprmenu-options.php CHANGED
File without changes
languages/wprmenu.pot CHANGED
@@ -1,16 +1,16 @@
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
4
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: WP Responsive Menu\n"
6
- "POT-Creation-Date: 2019-11-18 16:14+0530\n"
7
- "PO-Revision-Date: 2019-11-18 16:13+0530\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.2.4\n"
 
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: wp-responsive-menu.php\n"
@@ -21,35 +21,33 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23
 
24
- #: inc/class-wp-responsive-menu.php:89 inc/class-wp-responsive-menu.php:541
25
  msgid "Settings"
26
  msgstr ""
27
 
28
- #: inc/class-wp-responsive-menu.php:90 inc/class-wp-responsive-menu.php:530
29
  msgid "Get Pro Version"
30
  msgstr ""
31
 
32
- #: inc/class-wp-responsive-menu.php:91
33
  msgid "Check Demo"
34
  msgstr ""
35
 
36
- #: inc/class-wp-responsive-menu.php:457
37
- msgid ""
38
- "It seems that still you haven't created any menu. Please create menu from <a "
39
- "href=\""
40
  msgstr ""
41
 
42
- #: inc/class-wp-responsive-menu.php:462
43
  msgid ""
44
- "You have not set any menu in the menu settings. Please check Select Menu "
45
- "from General tab"
46
  msgstr ""
47
 
48
- #: inc/class-wp-responsive-menu.php:501 inc/wprmenu-options.php:110
49
  msgid "Live Preview"
50
  msgstr ""
51
 
52
- #: inc/class-wp-responsive-menu.php:531
53
  msgid "Check Our Other Plugins"
54
  msgstr ""
55
 
@@ -58,141 +56,141 @@ msgstr ""
58
  msgid "Theme Options"
59
  msgstr ""
60
 
61
- #: inc/includes/class-wprmenu-framework-admin.php:205
62
- #: inc/includes/class-wprmenu-framework-admin.php:260
63
  msgid "Please Wait !"
64
  msgstr ""
65
 
66
- #: inc/includes/class-wprmenu-framework-admin.php:206
67
- #: inc/includes/class-wprmenu-framework-admin.php:265
68
  msgid "Import Done"
69
  msgstr ""
70
 
71
- #: inc/includes/class-wprmenu-framework-admin.php:207
72
- #: inc/includes/class-wprmenu-framework-admin.php:261
73
- #: inc/includes/class-wprmenu-framework-admin.php:269
74
  msgid "Please reload the page by doing click the button below"
75
  msgstr ""
76
 
77
- #: inc/includes/class-wprmenu-framework-admin.php:208
78
- #: inc/includes/class-wprmenu-framework-admin.php:271
79
  msgid "Seems like navigating away"
80
  msgstr ""
81
 
82
- #: inc/includes/class-wprmenu-framework-admin.php:209
83
- #: inc/includes/class-wprmenu-framework-admin.php:272
84
  msgid ""
85
  "Are you sure to navigate away? Please save all the changes otherwise the "
86
  "recent changes will be reverted back"
87
  msgstr ""
88
 
89
- #: inc/includes/class-wprmenu-framework-admin.php:210
90
  msgid "Options Saved!"
91
  msgstr ""
92
 
93
- #: inc/includes/class-wprmenu-framework-admin.php:211
94
  msgid "Options Not Saved!"
95
  msgstr ""
96
 
97
- #: inc/includes/class-wprmenu-framework-admin.php:212
98
  msgid ""
99
  "The options has been saved. Please reload this page by doing click on the "
100
  "button below."
101
  msgstr ""
102
 
103
- #: inc/includes/class-wprmenu-framework-admin.php:213
104
- #: inc/includes/class-wprmenu-framework-admin.php:263
105
  msgid "Oops..."
106
  msgstr ""
107
 
108
- #: inc/includes/class-wprmenu-framework-admin.php:214
109
  msgid "Please upgrade to PRO Version to import this demo."
110
  msgstr ""
111
 
112
- #: inc/includes/class-wprmenu-framework-admin.php:217
113
- #: inc/includes/class-wprmenu-framework-admin.php:259
114
- #: inc/includes/class-wprmenu-framework-admin.php:264
115
  msgid "Something went wrong"
116
  msgstr ""
117
 
118
- #: inc/includes/class-wprmenu-framework-admin.php:255
119
- #: inc/includes/class-wprmenu-interface.php:594
120
  msgid "View Demo"
121
  msgstr ""
122
 
123
- #: inc/includes/class-wprmenu-framework-admin.php:256
124
  msgid "Preview Done"
125
  msgstr ""
126
 
127
- #: inc/includes/class-wprmenu-framework-admin.php:257
128
  msgid "Loading Preview"
129
  msgstr ""
130
 
131
- #: inc/includes/class-wprmenu-framework-admin.php:258
132
- #: inc/includes/class-wprmenu-framework-admin.php:522
133
- #: inc/includes/class-wprmenu-interface.php:582
134
  msgid "Import Demo"
135
  msgstr ""
136
 
137
- #: inc/includes/class-wprmenu-framework-admin.php:262
138
- #: inc/includes/class-wprmenu-framework-admin.php:270
139
  msgid "Reload"
140
  msgstr ""
141
 
142
- #: inc/includes/class-wprmenu-framework-admin.php:266
143
  msgid "Please Update Your License Key To Import Demo"
144
  msgstr ""
145
 
146
- #: inc/includes/class-wprmenu-framework-admin.php:267
147
  msgid "Import requires PRO version"
148
  msgstr ""
149
 
150
- #: inc/includes/class-wprmenu-framework-admin.php:273
151
  msgid "Pro Version"
152
  msgstr ""
153
 
154
- #: inc/includes/class-wprmenu-framework-admin.php:274
155
  msgid "This demo requires pro version to be activated"
156
  msgstr ""
157
 
158
- #: inc/includes/class-wprmenu-framework-admin.php:275
159
  msgid "Upgrade to PRO to use this option."
160
  msgstr ""
161
 
162
- #: inc/includes/class-wprmenu-framework-admin.php:278
163
  msgid "Do you really want to remove this social link?"
164
  msgstr ""
165
 
166
- #: inc/includes/class-wprmenu-framework-admin.php:339
167
- #: inc/includes/class-wprmenu-interface.php:629
168
  msgid "Restore Defaults"
169
  msgstr ""
170
 
171
- #: inc/includes/class-wprmenu-framework-admin.php:386
172
  msgid "Default options restored."
173
  msgstr ""
174
 
175
- #: inc/includes/class-wprmenu-framework-admin.php:446
176
  msgid "WP Responsive Menu Options Saved."
177
  msgstr ""
178
 
179
- #: inc/includes/class-wprmenu-framework-admin.php:533
180
  msgid "Easy Setup With Our Predefined Demos\n"
181
  msgstr ""
182
 
183
- #: inc/includes/class-wprmenu-interface.php:574
184
  msgid " Version Demo"
185
  msgstr ""
186
 
187
- #: inc/includes/class-wprmenu-interface.php:587
188
  msgid "Available In Pro"
189
  msgstr ""
190
 
191
- #: inc/includes/class-wprmenu-interface.php:612
192
  msgid "SAVE"
193
  msgstr ""
194
 
195
- #: inc/includes/class-wprmenu-interface.php:625
196
  msgid "Save Settings"
197
  msgstr ""
198
 
@@ -218,86 +216,86 @@ msgstr ""
218
  msgid "View File"
219
  msgstr ""
220
 
221
- #: inc/includes/class-wprmenu-sanitization.php:249
222
  msgid "No Repeat"
223
  msgstr ""
224
 
225
- #: inc/includes/class-wprmenu-sanitization.php:250
226
  msgid "Repeat Horizontally"
227
  msgstr ""
228
 
229
- #: inc/includes/class-wprmenu-sanitization.php:251
230
  msgid "Repeat Vertically"
231
  msgstr ""
232
 
233
- #: inc/includes/class-wprmenu-sanitization.php:252
234
  msgid "Repeat All"
235
  msgstr ""
236
 
237
- #: inc/includes/class-wprmenu-sanitization.php:265
238
  msgid "Top Left"
239
  msgstr ""
240
 
241
- #: inc/includes/class-wprmenu-sanitization.php:266
242
  msgid "Top Center"
243
  msgstr ""
244
 
245
- #: inc/includes/class-wprmenu-sanitization.php:267
246
  msgid "Top Right"
247
  msgstr ""
248
 
249
- #: inc/includes/class-wprmenu-sanitization.php:268
250
  msgid "Middle Left"
251
  msgstr ""
252
 
253
- #: inc/includes/class-wprmenu-sanitization.php:269
254
  msgid "Middle Center"
255
  msgstr ""
256
 
257
- #: inc/includes/class-wprmenu-sanitization.php:270
258
  msgid "Middle Right"
259
  msgstr ""
260
 
261
- #: inc/includes/class-wprmenu-sanitization.php:271
262
  msgid "Bottom Left"
263
  msgstr ""
264
 
265
- #: inc/includes/class-wprmenu-sanitization.php:272
266
  msgid "Bottom Center"
267
  msgstr ""
268
 
269
- #: inc/includes/class-wprmenu-sanitization.php:273
270
  msgid "Bottom Right"
271
  msgstr ""
272
 
273
- #: inc/includes/class-wprmenu-sanitization.php:286
274
  msgid "Scroll Normally"
275
  msgstr ""
276
 
277
- #: inc/includes/class-wprmenu-sanitization.php:287
278
  msgid "Fixed in Place"
279
  msgstr ""
280
 
281
- #: inc/includes/class-wprmenu-sanitization.php:361
282
  msgid "Normal"
283
  msgstr ""
284
 
285
- #: inc/includes/class-wprmenu-sanitization.php:362
286
  msgid "Italic"
287
  msgstr ""
288
 
289
- #: inc/includes/class-wprmenu-sanitization.php:363
290
  msgid "Bold"
291
  msgstr ""
292
 
293
- #: inc/includes/class-wprmenu-sanitization.php:364
294
  msgid "Bold Italic"
295
  msgstr ""
296
 
297
  #: inc/wprmenu-options.php:75
298
  msgid ""
299
- "It seems that you haven't created any menu. Please create menu from <a href="
300
- "\""
301
  msgstr ""
302
 
303
  #: inc/wprmenu-options.php:100
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
 
4
  "Project-Id-Version: WP Responsive Menu\n"
5
+ "POT-Creation-Date: 2022-11-12 12:20+0530\n"
6
+ "PO-Revision-Date: 2022-11-12 12:20+0530\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
13
+ "X-Generator: Poedit 3.2\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: wp-responsive-menu.php\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.min.js\n"
23
 
24
+ #: inc/class-wp-responsive-menu.php:87 inc/class-wp-responsive-menu.php:490
25
  msgid "Settings"
26
  msgstr ""
27
 
28
+ #: inc/class-wp-responsive-menu.php:88 inc/class-wp-responsive-menu.php:479
29
  msgid "Get Pro Version"
30
  msgstr ""
31
 
32
+ #: inc/class-wp-responsive-menu.php:89
33
  msgid "Check Demo"
34
  msgstr ""
35
 
36
+ #: inc/class-wp-responsive-menu.php:334 inc/class-wp-responsive-menu.php:423
37
+ msgid "Error while verifying your request! Try again."
 
 
38
  msgstr ""
39
 
40
+ #: inc/class-wp-responsive-menu.php:406
41
  msgid ""
42
+ "You have not set any menu in the menu settings. Please select a menu from "
43
+ "General settings tab"
44
  msgstr ""
45
 
46
+ #: inc/class-wp-responsive-menu.php:450 inc/wprmenu-options.php:110
47
  msgid "Live Preview"
48
  msgstr ""
49
 
50
+ #: inc/class-wp-responsive-menu.php:480
51
  msgid "Check Our Other Plugins"
52
  msgstr ""
53
 
56
  msgid "Theme Options"
57
  msgstr ""
58
 
59
+ #: inc/includes/class-wprmenu-framework-admin.php:207
60
+ #: inc/includes/class-wprmenu-framework-admin.php:263
61
  msgid "Please Wait !"
62
  msgstr ""
63
 
64
+ #: inc/includes/class-wprmenu-framework-admin.php:208
65
+ #: inc/includes/class-wprmenu-framework-admin.php:268
66
  msgid "Import Done"
67
  msgstr ""
68
 
69
+ #: inc/includes/class-wprmenu-framework-admin.php:209
70
+ #: inc/includes/class-wprmenu-framework-admin.php:264
71
+ #: inc/includes/class-wprmenu-framework-admin.php:272
72
  msgid "Please reload the page by doing click the button below"
73
  msgstr ""
74
 
75
+ #: inc/includes/class-wprmenu-framework-admin.php:210
76
+ #: inc/includes/class-wprmenu-framework-admin.php:274
77
  msgid "Seems like navigating away"
78
  msgstr ""
79
 
80
+ #: inc/includes/class-wprmenu-framework-admin.php:211
81
+ #: inc/includes/class-wprmenu-framework-admin.php:275
82
  msgid ""
83
  "Are you sure to navigate away? Please save all the changes otherwise the "
84
  "recent changes will be reverted back"
85
  msgstr ""
86
 
87
+ #: inc/includes/class-wprmenu-framework-admin.php:212
88
  msgid "Options Saved!"
89
  msgstr ""
90
 
91
+ #: inc/includes/class-wprmenu-framework-admin.php:213
92
  msgid "Options Not Saved!"
93
  msgstr ""
94
 
95
+ #: inc/includes/class-wprmenu-framework-admin.php:214
96
  msgid ""
97
  "The options has been saved. Please reload this page by doing click on the "
98
  "button below."
99
  msgstr ""
100
 
101
+ #: inc/includes/class-wprmenu-framework-admin.php:215
102
+ #: inc/includes/class-wprmenu-framework-admin.php:266
103
  msgid "Oops..."
104
  msgstr ""
105
 
106
+ #: inc/includes/class-wprmenu-framework-admin.php:216
107
  msgid "Please upgrade to PRO Version to import this demo."
108
  msgstr ""
109
 
110
+ #: inc/includes/class-wprmenu-framework-admin.php:219
111
+ #: inc/includes/class-wprmenu-framework-admin.php:262
112
+ #: inc/includes/class-wprmenu-framework-admin.php:267
113
  msgid "Something went wrong"
114
  msgstr ""
115
 
116
+ #: inc/includes/class-wprmenu-framework-admin.php:258
117
+ #: inc/includes/class-wprmenu-interface.php:682
118
  msgid "View Demo"
119
  msgstr ""
120
 
121
+ #: inc/includes/class-wprmenu-framework-admin.php:259
122
  msgid "Preview Done"
123
  msgstr ""
124
 
125
+ #: inc/includes/class-wprmenu-framework-admin.php:260
126
  msgid "Loading Preview"
127
  msgstr ""
128
 
129
+ #: inc/includes/class-wprmenu-framework-admin.php:261
130
+ #: inc/includes/class-wprmenu-framework-admin.php:519
131
+ #: inc/includes/class-wprmenu-interface.php:670
132
  msgid "Import Demo"
133
  msgstr ""
134
 
135
+ #: inc/includes/class-wprmenu-framework-admin.php:265
136
+ #: inc/includes/class-wprmenu-framework-admin.php:273
137
  msgid "Reload"
138
  msgstr ""
139
 
140
+ #: inc/includes/class-wprmenu-framework-admin.php:269
141
  msgid "Please Update Your License Key To Import Demo"
142
  msgstr ""
143
 
144
+ #: inc/includes/class-wprmenu-framework-admin.php:270
145
  msgid "Import requires PRO version"
146
  msgstr ""
147
 
148
+ #: inc/includes/class-wprmenu-framework-admin.php:276
149
  msgid "Pro Version"
150
  msgstr ""
151
 
152
+ #: inc/includes/class-wprmenu-framework-admin.php:277
153
  msgid "This demo requires pro version to be activated"
154
  msgstr ""
155
 
156
+ #: inc/includes/class-wprmenu-framework-admin.php:278
157
  msgid "Upgrade to PRO to use this option."
158
  msgstr ""
159
 
160
+ #: inc/includes/class-wprmenu-framework-admin.php:281
161
  msgid "Do you really want to remove this social link?"
162
  msgstr ""
163
 
164
+ #: inc/includes/class-wprmenu-framework-admin.php:342
165
+ #: inc/includes/class-wprmenu-interface.php:717
166
  msgid "Restore Defaults"
167
  msgstr ""
168
 
169
+ #: inc/includes/class-wprmenu-framework-admin.php:389
170
  msgid "Default options restored."
171
  msgstr ""
172
 
173
+ #: inc/includes/class-wprmenu-framework-admin.php:443
174
  msgid "WP Responsive Menu Options Saved."
175
  msgstr ""
176
 
177
+ #: inc/includes/class-wprmenu-framework-admin.php:530
178
  msgid "Easy Setup With Our Predefined Demos\n"
179
  msgstr ""
180
 
181
+ #: inc/includes/class-wprmenu-interface.php:662
182
  msgid " Version Demo"
183
  msgstr ""
184
 
185
+ #: inc/includes/class-wprmenu-interface.php:675
186
  msgid "Available In Pro"
187
  msgstr ""
188
 
189
+ #: inc/includes/class-wprmenu-interface.php:700
190
  msgid "SAVE"
191
  msgstr ""
192
 
193
+ #: inc/includes/class-wprmenu-interface.php:713
194
  msgid "Save Settings"
195
  msgstr ""
196
 
216
  msgid "View File"
217
  msgstr ""
218
 
219
+ #: inc/includes/class-wprmenu-sanitization.php:275
220
  msgid "No Repeat"
221
  msgstr ""
222
 
223
+ #: inc/includes/class-wprmenu-sanitization.php:276
224
  msgid "Repeat Horizontally"
225
  msgstr ""
226
 
227
+ #: inc/includes/class-wprmenu-sanitization.php:277
228
  msgid "Repeat Vertically"
229
  msgstr ""
230
 
231
+ #: inc/includes/class-wprmenu-sanitization.php:278
232
  msgid "Repeat All"
233
  msgstr ""
234
 
235
+ #: inc/includes/class-wprmenu-sanitization.php:291
236
  msgid "Top Left"
237
  msgstr ""
238
 
239
+ #: inc/includes/class-wprmenu-sanitization.php:292
240
  msgid "Top Center"
241
  msgstr ""
242
 
243
+ #: inc/includes/class-wprmenu-sanitization.php:293
244
  msgid "Top Right"
245
  msgstr ""
246
 
247
+ #: inc/includes/class-wprmenu-sanitization.php:294
248
  msgid "Middle Left"
249
  msgstr ""
250
 
251
+ #: inc/includes/class-wprmenu-sanitization.php:295
252
  msgid "Middle Center"
253
  msgstr ""
254
 
255
+ #: inc/includes/class-wprmenu-sanitization.php:296
256
  msgid "Middle Right"
257
  msgstr ""
258
 
259
+ #: inc/includes/class-wprmenu-sanitization.php:297
260
  msgid "Bottom Left"
261
  msgstr ""
262
 
263
+ #: inc/includes/class-wprmenu-sanitization.php:298
264
  msgid "Bottom Center"
265
  msgstr ""
266
 
267
+ #: inc/includes/class-wprmenu-sanitization.php:299
268
  msgid "Bottom Right"
269
  msgstr ""
270
 
271
+ #: inc/includes/class-wprmenu-sanitization.php:312
272
  msgid "Scroll Normally"
273
  msgstr ""
274
 
275
+ #: inc/includes/class-wprmenu-sanitization.php:313
276
  msgid "Fixed in Place"
277
  msgstr ""
278
 
279
+ #: inc/includes/class-wprmenu-sanitization.php:387
280
  msgid "Normal"
281
  msgstr ""
282
 
283
+ #: inc/includes/class-wprmenu-sanitization.php:388
284
  msgid "Italic"
285
  msgstr ""
286
 
287
+ #: inc/includes/class-wprmenu-sanitization.php:389
288
  msgid "Bold"
289
  msgstr ""
290
 
291
+ #: inc/includes/class-wprmenu-sanitization.php:390
292
  msgid "Bold Italic"
293
  msgstr ""
294
 
295
  #: inc/wprmenu-options.php:75
296
  msgid ""
297
+ "It looks like you haven't created any menu yet. Please create menu from <a "
298
+ "href=\""
299
  msgstr ""
300
 
301
  #: inc/wprmenu-options.php:100
readme.txt CHANGED
@@ -1,10 +1,11 @@
1
  === WP Responsive Menu ===
2
  Contributors: sagarseth9,magnigenie,kshirod-patel
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.0
5
  Requires PHP: 5.4
6
- Tested up to: 6.0.2
7
- Stable tag: 3.1.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -86,6 +87,12 @@ If you have any suggestions for a new plugin, feel free to email us at info@mag
86
 
87
  == ChangeLog ==
88
 
 
 
 
 
 
 
89
  = Version 3.1.7.2 =
90
 
91
  * Fixed security issues
@@ -240,6 +247,6 @@ If you have any suggestions for a new plugin, feel free to email us at info@mag
240
 
241
  == Upgrade Notice ==
242
 
243
- = Version 3.1.7.2 =
244
 
245
  * New update is available.
1
  === WP Responsive Menu ===
2
  Contributors: sagarseth9,magnigenie,kshirod-patel
3
+ Tags: menu, responsive, responsive menu, mobile, mobile responsive, mobile menu, 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
+ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=pay@magnigeeks.com&item_name=wp-responsive-menu%20WordPress&return=http://wordpress.org/extend/plugins/wp-responsive-menu/
5
  Requires at least: 3.0
6
  Requires PHP: 5.4
7
+ Tested up to: 6.1
8
+ Stable tag: 3.1.7.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
87
 
88
  == ChangeLog ==
89
 
90
+ = Version 3.1.7.3 =
91
+
92
+ * Fixed select option values save issues
93
+ * Removed unused setting options for "Custom menu"
94
+ * Code cleanup
95
+
96
  = Version 3.1.7.2 =
97
 
98
  * Fixed security issues
247
 
248
  == Upgrade Notice ==
249
 
250
+ = Version 3.1.7.3 =
251
 
252
  * New update is available.
wp-responsive-menu.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: WP Responsive Menu is mobile menu plugin that lets you add a highly customizable responsive menu to any WordPress site in no time.
5
  * Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
6
  * Author: MagniGenie
7
- * Version: 3.1.7.2
8
  * Author URI: http://magnigenie.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
9
  * Text Domain: wprmenu
10
  * Domain Path: /languages/
4
  * Description: WP Responsive Menu is mobile menu plugin that lets you add a highly customizable responsive menu to any WordPress site in no time.
5
  * Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
6
  * Author: MagniGenie
7
+ * Version: 3.1.7.3
8
  * Author URI: http://magnigenie.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
9
  * Text Domain: wprmenu
10
  * Domain Path: /languages/