Version Description
Upgrade normally via your Wordpress admin -> Plugins panel.
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- readme.txt +9 -8
- shortcodes-ultimate.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://ilovecode.ru/donate/
|
|
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: 3.2.9
|
7 |
-
Stable tag: 3.1.
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
@@ -25,20 +25,20 @@ With this plugin you can easily add buttons, dividers, spacers, boxes, notes and
|
|
25 |
* Twitter: http://twitter.com/gn_themes
|
26 |
|
27 |
= Thanks for translations =
|
28 |
-
Fr - Aurélien DENIS [ http://wpchannel.com/ ]
|
29 |
-
Sp - Esteban Truelsegaard [ http://www.netmdp.com/ ]
|
30 |
|
31 |
Have a translation? Contact me - ano.vladimir@gmail.com
|
32 |
|
33 |
|
34 |
== Installation ==
|
35 |
|
36 |
-
|
37 |
|
38 |
Resulted names will be:
|
39 |
'./wp-content/plugins/shortcodes-ultimate/*'
|
40 |
|
41 |
-
|
42 |
|
43 |
|
44 |
== Upgrade Notice ==
|
@@ -58,9 +58,10 @@ Upgrade normally via your Wordpress admin -> Plugins panel.
|
|
58 |
|
59 |
= What mean compatibility mode? =
|
60 |
This mode adds a prefix to all plugin shortcodes
|
61 |
-
[button] => [gn_button]
|
62 |
-
[tabs] => [gn_tabs]
|
63 |
-
[tab] => [gn_tab]
|
|
|
64 |
|
65 |
= Where is WYSIWYG button? =
|
66 |
Search it near Upload/Insert buttons. See screenshots.
|
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: 3.2.9
|
7 |
+
Stable tag: 3.1.1
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
25 |
* Twitter: http://twitter.com/gn_themes
|
26 |
|
27 |
= Thanks for translations =
|
28 |
+
* Fr - Aurélien DENIS [ http://wpchannel.com/ ]
|
29 |
+
* Sp - Esteban Truelsegaard [ http://www.netmdp.com/ ]
|
30 |
|
31 |
Have a translation? Contact me - ano.vladimir@gmail.com
|
32 |
|
33 |
|
34 |
== Installation ==
|
35 |
|
36 |
+
Unzip plugin files and upload them under your '/wp-content/plugins/' directory.
|
37 |
|
38 |
Resulted names will be:
|
39 |
'./wp-content/plugins/shortcodes-ultimate/*'
|
40 |
|
41 |
+
Activate plugin at "Plugins" administration page.
|
42 |
|
43 |
|
44 |
== Upgrade Notice ==
|
58 |
|
59 |
= What mean compatibility mode? =
|
60 |
This mode adds a prefix to all plugin shortcodes
|
61 |
+
* [button] => [gn_button]
|
62 |
+
* [tabs] => [gn_tabs]
|
63 |
+
* [tab] => [gn_tab]
|
64 |
+
* etc.
|
65 |
|
66 |
= Where is WYSIWYG button? =
|
67 |
Search it near Upload/Insert buttons. See screenshots.
|
shortcodes-ultimate.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://ilovecode.ru/?p=122
|
5 |
-
Version: 3.1.
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://ilovecode.ru/
|
8 |
Description: Provides support for many easy to use shortcodes
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://ilovecode.ru/?p=122
|
5 |
+
Version: 3.1.1
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://ilovecode.ru/
|
8 |
Description: Provides support for many easy to use shortcodes
|