Version Description
Upgrade normally via your Wordpress admin -> Plugins panel.
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
- readme.txt +4 -2
- shortcodes-ultimate.php +1 -1
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: gn_themes
|
3 |
Donate link: http://ilovecode.ru/
|
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
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.2
|
7 |
-
Stable tag: 2.2.
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
@@ -13,6 +13,8 @@ Provides support for multiple useful shortcodes
|
|
13 |
|
14 |
= In this version =
|
15 |
* New shortcode: document
|
|
|
|
|
16 |
|
17 |
With this plugin you can easily add buttons, dividers, spacers, boxes, notes and much more
|
18 |
= Complete list of available shortcodes =
|
1 |
=== Plugin Name ===
|
2 |
Contributors: gn_themes
|
3 |
Donate link: http://ilovecode.ru/
|
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, rss
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.2
|
7 |
+
Stable tag: 2.2.1
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
13 |
|
14 |
= In this version =
|
15 |
* New shortcode: document
|
16 |
+
* New shortcode: members
|
17 |
+
* New shortcode: feed
|
18 |
|
19 |
With this plugin you can easily add buttons, dividers, spacers, boxes, notes and much more
|
20 |
= Complete list of available shortcodes =
|
shortcodes-ultimate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Shortcodes Ultimate
|
5 |
Plugin URI: http://ilovecode.ru/?p=122
|
6 |
-
Version: 2.2.
|
7 |
Author: Vladimir Anokhin
|
8 |
Author URI: http://ilovecode.ru/
|
9 |
Description: Provides support for many easy to use shortcodes
|
3 |
/*
|
4 |
Plugin Name: Shortcodes Ultimate
|
5 |
Plugin URI: http://ilovecode.ru/?p=122
|
6 |
+
Version: 2.2.1
|
7 |
Author: Vladimir Anokhin
|
8 |
Author URI: http://ilovecode.ru/
|
9 |
Description: Provides support for many easy to use shortcodes
|