Column Shortcodes - Version 0.6.6

Version Description

  • [Fixed] Swapped images for 5/6 columns
Download this release

Release Info

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

Code changes from version 0.6.5 to 0.6.6

assets/css/admin-rtl.css CHANGED
File without changes
assets/css/admin.css CHANGED
File without changes
assets/css/shortcodes-rtl.css CHANGED
File without changes
assets/css/shortcodes.css CHANGED
File without changes
assets/images/columns-rtl.png CHANGED
Binary file
assets/images/columns.png CHANGED
Binary file
assets/js/admin.js CHANGED
File without changes
column-shortcodes.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  Plugin Name: Column Shortcodes
5
- Version: 0.6.5
6
  Description: Adds shortcodes to easily create columns in your posts or pages
7
  Author: Codepress
8
  Author URI: http://www.codepresshq.com/
@@ -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.5' );
31
  define( 'CPSH_URL', plugins_url( '', __FILE__ ) );
32
  define( 'CPSH_TEXTDOMAIN', 'column-shortcodes' );
33
 
2
 
3
  /*
4
  Plugin Name: Column Shortcodes
5
+ Version: 0.6.6
6
  Description: Adds shortcodes to easily create columns in your posts or pages
7
  Author: Codepress
8
  Author URI: http://www.codepresshq.com/
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
 
30
+ define( 'CPSH_VERSION', '0.6.6' );
31
  define( 'CPSH_URL', plugins_url( '', __FILE__ ) );
32
  define( 'CPSH_TEXTDOMAIN', 'column-shortcodes' );
33
 
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.9.2
7
- Stable tag: 0.6.45
8
 
9
  Adds shortcodes to easily create columns in your posts or pages.
10
 
@@ -259,6 +259,9 @@ You will find a .po file in the languages folder which you can use. You can send
259
 
260
  == Changelog ==
261
 
 
 
 
262
  = 0.6.5 =
263
  * added filter to prevent loading of frontend styles: add_filter( 'cpsh_load_styles', '__return_false' );
264
  * added 5/6 column;
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: 4.1
7
+ Stable tag: 0.6.6
8
 
9
  Adds shortcodes to easily create columns in your posts or pages.
10
 
259
 
260
  == Changelog ==
261
 
262
+ = 0.6.6 =
263
+ * [Fixed] Swapped images for 5/6 columns
264
+
265
  = 0.6.5 =
266
  * added filter to prevent loading of frontend styles: add_filter( 'cpsh_load_styles', '__return_false' );
267
  * added 5/6 column;