Shortcodes Ultimate - Version 2.5.5

Version Description

Upgrade normally via your Wordpress admin -> Plugins panel.

Download this release

Release Info

Developer gn_themes
Plugin Icon 128x128 Shortcodes Ultimate
Version 2.5.5
Comparing to
See all releases

Code changes from version 2.5.4 to 2.5.5

css/admin.css CHANGED
@@ -150,7 +150,7 @@
150
  }
151
 
152
  .su-table-demos img {
153
- border: 1px solid #aaa;
154
  margin: 10px 0;
155
  }
156
 
150
  }
151
 
152
  .su-table-demos img {
153
+ border: 1px solid #DFDFDF;
154
  margin: 10px 0;
155
  }
156
 
css/style.css CHANGED
@@ -312,6 +312,7 @@
312
  .su-button span {
313
  display: block !important;
314
  text-decoration: none !important;
 
315
  }
316
 
317
  .su-button img {
312
  .su-button span {
313
  display: block !important;
314
  text-decoration: none !important;
315
+ text-transform: uppercase;
316
  }
317
 
318
  .su-button img {
lib/shortcodes.php CHANGED
@@ -242,7 +242,6 @@
242
  'height' => $styles['size'] . 'px',
243
  'line-height' => $styles['size'] . 'px',
244
  'border-top' => '1px solid ' . $styles['light_color'],
245
- 'text-transform' => 'uppercase',
246
  'border-radius' => $styles['border_radius'] . 'px',
247
  'text-shadow' => $styles['text_shadow_position'] . ' 0 ' . $styles['text_shadow'],
248
  '-moz-border-radius' => $styles['border_radius'] . 'px',
242
  'height' => $styles['size'] . 'px',
243
  'line-height' => $styles['size'] . 'px',
244
  'border-top' => '1px solid ' . $styles['light_color'],
 
245
  'border-radius' => $styles['border_radius'] . 'px',
246
  'text-shadow' => $styles['text_shadow_position'] . ' 0 ' . $styles['text_shadow'],
247
  '-moz-border-radius' => $styles['border_radius'] . 'px',
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
7
- Stable tag: 2.5.4
8
 
9
  Provides support for multiple useful shortcodes
10
 
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
7
+ Stable tag: 2.5.5
8
 
9
  Provides support for multiple useful shortcodes
10
 
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.5.4
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.5.5
7
  Author: Vladimir Anokhin
8
  Author URI: http://ilovecode.ru/
9
  Description: Provides support for many easy to use shortcodes