Version Description
- Tested with WordPress 4.0
Download this release
Release Info
Developer | gagan0123 |
Plugin | Shortcode in Menus |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- index.php +2 -2
- readme.txt +5 -2
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Shortcodes in Menus
|
4 |
Description: Allows you to add shortcodes in WordPress Navigation Menus
|
5 |
Plugin URI: http://wordpress.org/plugins/shortcode-in-menus/
|
6 |
-
Version: 1.
|
7 |
Author URI: http://gagan.pro
|
8 |
Author: Gagan Deep Singh
|
9 |
*/
|
@@ -37,4 +37,4 @@ function gs_sim_allow_display_shortcode_custom_links( $url, $orig_url, $context
|
|
37 |
}
|
38 |
return $url;
|
39 |
}
|
40 |
-
add_filter( 'clean_url', 'gs_sim_allow_display_shortcode_custom_links', 1, 3 );
|
3 |
Plugin Name: Shortcodes in Menus
|
4 |
Description: Allows you to add shortcodes in WordPress Navigation Menus
|
5 |
Plugin URI: http://wordpress.org/plugins/shortcode-in-menus/
|
6 |
+
Version: 1.1
|
7 |
Author URI: http://gagan.pro
|
8 |
Author: Gagan Deep Singh
|
9 |
*/
|
37 |
}
|
38 |
return $url;
|
39 |
}
|
40 |
+
add_filter( 'clean_url', 'gs_sim_allow_display_shortcode_custom_links', 1, 3 );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: gagan0123
|
3 |
Tags: Shortcode, Menus, Custom Link
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -27,3 +27,6 @@ generate the links dynamically.
|
|
27 |
|
28 |
= 1.0 =
|
29 |
* Added prefix to function which was conflicting with another plugin
|
|
|
|
|
|
2 |
Contributors: gagan0123
|
3 |
Tags: Shortcode, Menus, Custom Link
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 4.0
|
6 |
+
Stable tag: 1.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
27 |
|
28 |
= 1.0 =
|
29 |
* Added prefix to function which was conflicting with another plugin
|
30 |
+
|
31 |
+
= 1.1 =
|
32 |
+
* Tested with WordPress 4.0
|