Shortcodes Ultimate - Version 2.5.1

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.1
Comparing to
See all releases

Code changes from version 2.5.0 to 2.5.1

nbproject/private/private.properties ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ copy.src.files=false
2
+ copy.src.target=D:\\xampp\\htdocs\\shortcodes-ultimate
3
+ index.file=
4
+ remote.connection=___htmlgeek
5
+ remote.directory=/domains/wp.vladimir-anokhin.ru/wp-content/plugins/shortcodes-ultimate
6
+ remote.upload=ON_SAVE
7
+ run.as=REMOTE
8
+ url=http://wp.vladimir-anokhin.ru/
nbproject/private/private.xml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
3
+ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1">
4
+ <file>
5
+ <url>lib/admin.php</url>
6
+ <line>179</line>
7
+ </file>
8
+ <file>
9
+ <url>css/nivoslider.css</url>
10
+ <line>40</line>
11
+ </file>
12
+ </editor-bookmarks>
13
+ </project-private>
nbproject/project.properties ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ include.path=${php.global.include.path}
2
+ php.version=PHP_5
3
+ source.encoding=UTF-8
4
+ src.dir=.
5
+ tags.asp=false
6
+ tags.short=true
7
+ web.root=.
nbproject/project.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xmlns="http://www.netbeans.org/ns/project/1">
3
+ <type>org.netbeans.modules.php.project</type>
4
+ <configuration>
5
+ <data xmlns="http://www.netbeans.org/ns/php-project/1">
6
+ <name>shortcodes-ultimate</name>
7
+ </data>
8
+ </configuration>
9
+ </project>
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.0
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.1
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.0
7
  Author: Vladimir Anokhin
8
  Author URI: http://ilovecode.ru/
9
  Description: Provides support for many easy to use shortcodes
@@ -98,17 +98,17 @@
98
  wp_enqueue_script( 'shortcodes-ultimate' );
99
  }
100
 
101
- // Custom theme CSS
102
- $custom_theme_css_location[] = get_template_directory_uri() . '/shortcodes-ultimate.css';
103
- $custom_theme_css_location[] = get_template_directory_uri() . '/css/shortcodes-ultimate.css';
104
-
105
- if ( @fopen( $custom_theme_css_location['0'], 'r' ) ) {
106
- wp_register_style( 'shortcodes-ultimate-theme-css', $custom_theme_css_location['0'], false, su_get_version(), 'all' );
107
- wp_enqueue_style( 'shortcodes-ultimate-theme-css' );
108
- } elseif ( @fopen( $custom_theme_css_location['1'], 'r' ) ) {
109
- wp_register_style( 'shortcodes-ultimate-theme-css', $custom_theme_css_location['1'], false, su_get_version(), 'all' );
110
- wp_enqueue_style( 'shortcodes-ultimate-theme-css' );
111
- }
112
  }
113
 
114
  // Back-end scripts and styles
3
  /*
4
  Plugin Name: Shortcodes Ultimate
5
  Plugin URI: http://ilovecode.ru/?p=122
6
+ Version: 2.5.1
7
  Author: Vladimir Anokhin
8
  Author URI: http://ilovecode.ru/
9
  Description: Provides support for many easy to use shortcodes
98
  wp_enqueue_script( 'shortcodes-ultimate' );
99
  }
100
 
101
+ // // Custom theme CSS
102
+ // $custom_theme_css_location[] = get_template_directory_uri() . '/shortcodes-ultimate.css';
103
+ // $custom_theme_css_location[] = get_template_directory_uri() . '/css/shortcodes-ultimate.css';
104
+ //
105
+ // if ( @fopen( $custom_theme_css_location['0'], 'r' ) ) {
106
+ // wp_register_style( 'shortcodes-ultimate-theme-css', $custom_theme_css_location['0'], false, su_get_version(), 'all' );
107
+ // wp_enqueue_style( 'shortcodes-ultimate-theme-css' );
108
+ // } elseif ( @fopen( $custom_theme_css_location['1'], 'r' ) ) {
109
+ // wp_register_style( 'shortcodes-ultimate-theme-css', $custom_theme_css_location['1'], false, su_get_version(), 'all' );
110
+ // wp_enqueue_style( 'shortcodes-ultimate-theme-css' );
111
+ // }
112
  }
113
 
114
  // Back-end scripts and styles