Column Shortcodes - Version 0.6.4

Version Description

  • updated icon for WP3.8
Download this release

Release Info

Developer tschutter
Plugin Icon 128x128 Column Shortcodes
Version 0.6.4
Comparing to
See all releases

Code changes from version 0.6.3 to 0.6.4

Files changed (2) hide show
  1. column-shortcodes.php +6 -6
  2. readme.txt +5 -2
column-shortcodes.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  Plugin Name: Column Shortcodes
5
- Version: 0.6.3
6
  Description: Adds shortcodes to easily create columns in your posts or pages
7
  Author: Codepress
8
  Author URI: http://www.codepresshq.com/
@@ -11,7 +11,7 @@ Text Domain: column-shortcodes
11
  Domain Path: /languages
12
  License: GPLv2
13
 
14
- Copyright 2011-2013 Codepress info@codepress.nl
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License version 2 as published by
@@ -27,7 +27,7 @@ along with this program; if not, write to the Free Software
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
 
30
- define( 'CPSH_VERSION', '0.6.3' );
31
  define( 'CPSH_URL', plugins_url( '', __FILE__ ) );
32
  define( 'CPSH_TEXTDOMAIN', 'column-shortcodes' );
33
 
@@ -260,7 +260,7 @@ class Codepress_Column_Shortcodes {
260
  */
261
  public function add_shortcode_button( $page = null, $target = null ) {
262
  ?>
263
- <a href="#TB_inline?width=640&amp;height=600&amp;inlineId=cpsh-wrap" class="thickbox" title="<?php _e( 'Select shortcode', CPSH_TEXTDOMAIN ); ?>" data-page="<?php echo $page; ?>" data-target="<?php echo $target; ?>">
264
  <img src="<?php echo CPSH_URL . "/assets/images/shortcode.png";?>" alt="" />
265
  </a>
266
  <?php
@@ -331,7 +331,7 @@ class Codepress_Column_Shortcodes {
331
 
332
  </div><!--cpsh-generator-shell-->
333
 
334
- <p class='description'>This is a <a href="http://www.codepresshq.com">Codepress</a> plugin.</p>
335
  </div>
336
  </div>
337
 
@@ -459,4 +459,4 @@ class Codepress_Column_Shortcodes {
459
  }
460
  }
461
 
462
- new Codepress_Column_Shortcodes();
2
 
3
  /*
4
  Plugin Name: Column Shortcodes
5
+ Version: 0.6.4
6
  Description: Adds shortcodes to easily create columns in your posts or pages
7
  Author: Codepress
8
  Author URI: http://www.codepresshq.com/
11
  Domain Path: /languages
12
  License: GPLv2
13
 
14
+ Copyright 2011-2014 Codepress info@codepress.nl
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License version 2 as published by
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
 
30
+ define( 'CPSH_VERSION', '0.6.4' );
31
  define( 'CPSH_URL', plugins_url( '', __FILE__ ) );
32
  define( 'CPSH_TEXTDOMAIN', 'column-shortcodes' );
33
 
260
  */
261
  public function add_shortcode_button( $page = null, $target = null ) {
262
  ?>
263
+ <a href="#TB_inline?width=640&amp;height=600&amp;inlineId=cpsh-wrap" class="thickbox button" title="<?php _e( 'Select shortcode', CPSH_TEXTDOMAIN ); ?>" data-page="<?php echo $page; ?>" data-target="<?php echo $target; ?>">
264
  <img src="<?php echo CPSH_URL . "/assets/images/shortcode.png";?>" alt="" />
265
  </a>
266
  <?php
331
 
332
  </div><!--cpsh-generator-shell-->
333
 
334
+ <p class='description'>Checkout <a href="http://www.codepresshq.com">other plugins by Codepress</a>.</p>
335
  </div>
336
  </div>
337
 
459
  }
460
  }
461
 
462
+ new Codepress_Column_Shortcodes();
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: codepress, tschutter, davidmosterd
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: columns, column, shortcodes, shortcode, divider, layout, posts, editor, wp-admin, admin, codepress, wordpress
5
  Requires at least: 3.1
6
- Tested up to: 3.7.1
7
- Stable tag: 0.6.3
8
 
9
  Adds shortcodes to easily create columns in your posts or pages.
10
 
@@ -247,6 +247,9 @@ You will find a .po file in the languages folder which you can use. You can send
247
 
248
  == Changelog ==
249
 
 
 
 
250
  = 0.6.3 =
251
  * updated languages
252
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: columns, column, shortcodes, shortcode, divider, layout, posts, editor, wp-admin, admin, codepress, wordpress
5
  Requires at least: 3.1
6
+ Tested up to: 3.8
7
+ Stable tag: 0.6.4
8
 
9
  Adds shortcodes to easily create columns in your posts or pages.
10
 
247
 
248
  == Changelog ==
249
 
250
+ = 0.6.4 =
251
+ * updated icon for WP3.8
252
+
253
  = 0.6.3 =
254
  * updated languages
255