Version Description
- Fixed [column] margins
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 4.0.6 |
Comparing to | |
See all releases |
Code changes from version 4.0.5 to 4.0.6
- assets/css/box-shortcodes.css +2 -2
- readme.txt +4 -1
- shortcodes-ultimate.php +1 -1
assets/css/box-shortcodes.css
CHANGED
@@ -251,9 +251,9 @@
|
|
251 |
-moz-box-sizing: border-box;
|
252 |
box-sizing: border-box;
|
253 |
}
|
254 |
-
.su-column-last
|
255 |
-
.su-row .su-column:first-child { margin-right: 0 }
|
256 |
.su-row .su-column { margin: 0 0 1em 4%; }
|
|
|
257 |
.su-column img,
|
258 |
.su-column iframe,
|
259 |
.su-column object,
|
251 |
-moz-box-sizing: border-box;
|
252 |
box-sizing: border-box;
|
253 |
}
|
254 |
+
.su-column-last { margin-right: 0; }
|
|
|
255 |
.su-row .su-column { margin: 0 0 1em 4%; }
|
256 |
+
.su-row .su-column:first-child { margin-left: 0; }
|
257 |
.su-column img,
|
258 |
.su-column iframe,
|
259 |
.su-column object,
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
5 |
Tags: shortcode, shortcodes, short code, video, responsive, responsive video, youtube, vimeo, audio, mp3, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordion, slider, plugin, admin, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, guests, membership, documents, carousel, rss, touch, icon, icons
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.0
|
8 |
-
Stable tag: 4.0.
|
9 |
|
10 |
Supercharge your WordPress theme with mega pack of shortcodes
|
11 |
|
@@ -86,6 +86,9 @@ Upgrade normally via your Wordpress admin -> Plugins panel.
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= 4.0.5 =
|
90 |
* Added backward compatibility for [tabs]. Now it accepts style=3 and vertical attributes
|
91 |
* Added backward compatibility for [spoiler]. Now it accepts 0 and 1 as values for attribute open. Also, it now accepts style attribute (1, 2, default, fancy, simple)
|
5 |
Tags: shortcode, shortcodes, short code, video, responsive, responsive video, youtube, vimeo, audio, mp3, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordion, slider, plugin, admin, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, guests, membership, documents, carousel, rss, touch, icon, icons
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.0
|
8 |
+
Stable tag: 4.0.6
|
9 |
|
10 |
Supercharge your WordPress theme with mega pack of shortcodes
|
11 |
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 4.0.6 =
|
90 |
+
* Fixed [column] margins
|
91 |
+
|
92 |
= 4.0.5 =
|
93 |
* Added backward compatibility for [tabs]. Now it accepts style=3 and vertical attributes
|
94 |
* Added backward compatibility for [spoiler]. Now it accepts 0 and 1 as values for attribute open. Also, it now accepts style attribute (1, 2, default, fancy, simple)
|
shortcodes-ultimate.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://gndev.info/shortcodes-ultimate/
|
5 |
-
Version: 4.0.
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Supercharge your WordPress theme with mega pack of shortcodes
|
2 |
/*
|
3 |
Plugin Name: Shortcodes Ultimate
|
4 |
Plugin URI: http://gndev.info/shortcodes-ultimate/
|
5 |
+
Version: 4.0.6
|
6 |
Author: Vladimir Anokhin
|
7 |
Author URI: http://gndev.info/
|
8 |
Description: Supercharge your WordPress theme with mega pack of shortcodes
|