Version Description
Upgrade normally via your Wordpress admin -> Plugins panel.
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 3.9.4 |
Comparing to | |
See all releases |
Code changes from version 3.9.3 to 3.9.4
- images/banners/themefuse.jpg +0 -0
- lib/admin.php +22 -4
- readme.txt +7 -6
- shortcodes-ultimate.php +1 -1
images/banners/themefuse.jpg
ADDED
Binary file
|
lib/admin.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
// Share data
|
9 |
$title = str_replace( '+', '%20', urlencode( __( 'Shortcodes Ultimate', 'shortcodes-ultimate' ) ) );
|
10 |
$text = str_replace( '+', '%20', urlencode( __( 'Must have WordPress plugin - Shortcodes Ultimate', 'shortcodes-ultimate' ) ) );
|
11 |
-
$url = urlencode( 'http://
|
12 |
?>
|
13 |
<div id="su-share">
|
14 |
|
@@ -30,11 +30,20 @@
|
|
30 |
</form>
|
31 |
</div>
|
32 |
<div id="su-donate-label"><?php _e( 'Support project', 'shortcodes-ultimate' ); ?></div>
|
33 |
-
|
34 |
</div>
|
35 |
<?php
|
36 |
}
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
/**
|
39 |
* Register administration page
|
40 |
*/
|
@@ -76,7 +85,7 @@
|
|
76 |
<p class="su-message su-message-error"><?php _e( 'For full functionality of this page it is recommended to enable JavaScript.', 'shortcodes-ultimate' ); ?> <a href="http://www.enable-javascript.com/" target="_blank"><?php _e( 'Instructions', 'shortcodes-ultimate' ); ?></a></p>
|
77 |
<div class="su-onethird-column">
|
78 |
<h3><?php _e( 'FREE Support', 'shortcodes-ultimate' ); ?></h3>
|
79 |
-
<p><a href="http://wordpress.org/
|
80 |
<p><a href="http://twitter.com/gn_themes" target="_blank"><?php _e( 'Twitter', 'shortcodes-ultimate' ); ?></a></p>
|
81 |
</div>
|
82 |
|
@@ -84,10 +93,19 @@
|
|
84 |
<h3><?php _e( 'Do you love this plugin?', 'shortcodes-ultimate' ); ?></h3>
|
85 |
<p><a href="http://wordpress.org/extend/plugins/shortcodes-ultimate/" target="_blank"><?php _e( 'Rate this plugin at wordpress.org', 'shortcodes-ultimate' ); ?></a> (<?php _e( '5 stars', 'shortcodes-ultimate' ); ?>)</p>
|
86 |
<p><?php _e( 'Review this plugin in your blog', 'shortcodes-ultimate' ); ?></p>
|
|
|
87 |
</div>
|
88 |
|
89 |
<div class="su-clear"></div>
|
90 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
</div>
|
93 |
<div class="su-pane">
|
8 |
// Share data
|
9 |
$title = str_replace( '+', '%20', urlencode( __( 'Shortcodes Ultimate', 'shortcodes-ultimate' ) ) );
|
10 |
$text = str_replace( '+', '%20', urlencode( __( 'Must have WordPress plugin - Shortcodes Ultimate', 'shortcodes-ultimate' ) ) );
|
11 |
+
$url = urlencode( 'http://shortcodes-ultimate.com/' );
|
12 |
?>
|
13 |
<div id="su-share">
|
14 |
|
30 |
</form>
|
31 |
</div>
|
32 |
<div id="su-donate-label"><?php _e( 'Support project', 'shortcodes-ultimate' ); ?></div>
|
|
|
33 |
</div>
|
34 |
<?php
|
35 |
}
|
36 |
|
37 |
+
/**
|
38 |
+
* Banners from partners
|
39 |
+
*/
|
40 |
+
function su_show_partners() {
|
41 |
+
?>
|
42 |
+
<h3><?php _e( 'Partners', 'shortcodes-ultimate' ); ?></h3>
|
43 |
+
<p><a href="http://themefuse.com/wp-themes-shop/?plugin=shortcodes-ultimate" target="_blank"><img src="<?php echo su_plugin_url(); ?>/images/banners/themefuse.jpg" alt="ThemeFuse" width="445" height="220" /></a></p>
|
44 |
+
<?php
|
45 |
+
}
|
46 |
+
|
47 |
/**
|
48 |
* Register administration page
|
49 |
*/
|
85 |
<p class="su-message su-message-error"><?php _e( 'For full functionality of this page it is recommended to enable JavaScript.', 'shortcodes-ultimate' ); ?> <a href="http://www.enable-javascript.com/" target="_blank"><?php _e( 'Instructions', 'shortcodes-ultimate' ); ?></a></p>
|
86 |
<div class="su-onethird-column">
|
87 |
<h3><?php _e( 'FREE Support', 'shortcodes-ultimate' ); ?></h3>
|
88 |
+
<p><a href="http://wordpress.org/support/plugin/shortcodes-ultimate" target="_blank"><?php _e( 'Support forum', 'shortcodes-ultimate' ); ?></a></p>
|
89 |
<p><a href="http://twitter.com/gn_themes" target="_blank"><?php _e( 'Twitter', 'shortcodes-ultimate' ); ?></a></p>
|
90 |
</div>
|
91 |
|
93 |
<h3><?php _e( 'Do you love this plugin?', 'shortcodes-ultimate' ); ?></h3>
|
94 |
<p><a href="http://wordpress.org/extend/plugins/shortcodes-ultimate/" target="_blank"><?php _e( 'Rate this plugin at wordpress.org', 'shortcodes-ultimate' ); ?></a> (<?php _e( '5 stars', 'shortcodes-ultimate' ); ?>)</p>
|
95 |
<p><?php _e( 'Review this plugin in your blog', 'shortcodes-ultimate' ); ?></p>
|
96 |
+
<p><strong><a href="http://shortcodes-ultimate.com/" target="_blank"><?php _e( 'Check Premium Addons', 'shortcodes-ultimate' ); ?></a> <?php _e( '(coming soon)', 'shortcodes-ultimate' ); ?></strong></p>
|
97 |
</div>
|
98 |
|
99 |
<div class="su-clear"></div>
|
100 |
+
<?php
|
101 |
+
// Show partners banners
|
102 |
+
su_show_partners();
|
103 |
+
?>
|
104 |
+
<div class="su-clear"></div>
|
105 |
+
<?php
|
106 |
+
// Share buttons
|
107 |
+
su_share();
|
108 |
+
?>
|
109 |
|
110 |
</div>
|
111 |
<div class="su-pane">
|
readme.txt
CHANGED
@@ -4,16 +4,17 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: shortcode, shortcodes, short code, shortcodes, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, frame, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordeon, slider, nivo, nivo slider, plugin, admin, photoshop, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, documents, jcarousel, rss
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.0
|
7 |
-
Stable tag: 3.9.
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
With this plugin you can easily create buttons, boxes, different sliders and much, much more. Turn your free theme to
|
15 |
|
16 |
= Features =
|
|
|
17 |
* 30+ amazing shortcodes
|
18 |
* Handy shortcodes generator
|
19 |
* Custom CSS editor with syntax highlight
|
@@ -23,8 +24,7 @@ With this plugin you can easily create buttons, boxes, different sliders and muc
|
|
23 |
|
24 |
= New in this version =
|
25 |
* Small fixes
|
26 |
-
*
|
27 |
-
* Awesome tutorial by Digital Cascade TV - http://www.youtube.com/watch?v=IjmaXz-b55I
|
28 |
|
29 |
= Demo video =
|
30 |
[youtube http://www.youtube.com/watch?v=Q0jDDIjOKsM]
|
@@ -36,8 +36,8 @@ With this plugin you can easily create buttons, boxes, different sliders and muc
|
|
36 |
* [Creating jcarousel from category posts](http://www.youtube.com/watch?v=jgDsj_adPqM)
|
37 |
|
38 |
= Got a bug or suggestion? =
|
39 |
-
* [Support forum](http://wordpress.org/
|
40 |
-
* [Plugin page](http://
|
41 |
* [Twitter](http://twitter.com/gn_themes)
|
42 |
|
43 |
= Translations =
|
@@ -125,6 +125,7 @@ Also, you can use [jcarousel] and [custom_gallery] according these principles.
|
|
125 |
* Small fixes
|
126 |
* Hebrew translation
|
127 |
* [Awesome tutorial by Digital Cascade TV](http://www.youtube.com/watch?v=IjmaXz-b55I)
|
|
|
128 |
|
129 |
= 3.8 (security release) =
|
130 |
* 2 new translations (Sk, Lt)
|
4 |
Tags: shortcode, shortcodes, short code, shortcodes, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, frame, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordeon, slider, nivo, nivo slider, plugin, admin, photoshop, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, documents, jcarousel, rss
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 3.9.4
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
With this plugin you can easily create buttons, boxes, different sliders and much, much more. Turn your free theme to premium in just a few clicks. Using Shortcodes Ultimate you can quickly and easily retrieve many premium themes features and display it on your site. See screenshots for more information.
|
15 |
|
16 |
= Features =
|
17 |
+
* [Premium Addons](http://shortcodes-ultimate.com/) (coming soon)
|
18 |
* 30+ amazing shortcodes
|
19 |
* Handy shortcodes generator
|
20 |
* Custom CSS editor with syntax highlight
|
24 |
|
25 |
= New in this version =
|
26 |
* Small fixes
|
27 |
+
* Partners section on settings page
|
|
|
28 |
|
29 |
= Demo video =
|
30 |
[youtube http://www.youtube.com/watch?v=Q0jDDIjOKsM]
|
36 |
* [Creating jcarousel from category posts](http://www.youtube.com/watch?v=jgDsj_adPqM)
|
37 |
|
38 |
= Got a bug or suggestion? =
|
39 |
+
* [Support forum](http://wordpress.org/support/plugin/shortcodes-ultimate)
|
40 |
+
* [Plugin page](http://shortcodes-ultimate.com/)
|
41 |
* [Twitter](http://twitter.com/gn_themes)
|
42 |
|
43 |
= Translations =
|
125 |
* Small fixes
|
126 |
* Hebrew translation
|
127 |
* [Awesome tutorial by Digital Cascade TV](http://www.youtube.com/watch?v=IjmaXz-b55I)
|
128 |
+
* Partners section on settings page
|
129 |
|
130 |
= 3.8 (security release) =
|
131 |
* 2 new translations (Sk, Lt)
|
shortcodes-ultimate.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://gndev.info/shortcodes-ultimate/
|
5 |
-
Version: 3.9.
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Provides support for many easy to use shortcodes
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://gndev.info/shortcodes-ultimate/
|
5 |
+
Version: 3.9.4
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Provides support for many easy to use shortcodes
|