Skip to content

Commit d3c07f6

Browse files
bumped version
1 parent 69eb05f commit d3c07f6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

column-shortcodes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Plugin Name: Column Shortcodes
5-
Version: 0.6.5
5+
Version: 0.6.6
66
Description: Adds shortcodes to easily create columns in your posts or pages
77
Author: Codepress
88
Author URI: http://www.codepresshq.com/
@@ -27,7 +27,7 @@
2727
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2828
*/
2929

30-
define( 'CPSH_VERSION', '0.6.5' );
30+
define( 'CPSH_VERSION', '0.6.6' );
3131
define( 'CPSH_URL', plugins_url( '', __FILE__ ) );
3232
define( 'CPSH_TEXTDOMAIN', 'column-shortcodes' );
3333

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: columns, column, shortcodes, shortcode, divider, layout, posts, editor, wp-admin, admin, codepress, wordpress
55
Requires at least: 3.1
66
Tested up to: 3.9.2
7-
Stable tag: 0.6.5
7+
Stable tag: 0.6.6
88

99
Adds shortcodes to easily create columns in your posts or pages.
1010

@@ -259,6 +259,9 @@ You will find a .po file in the languages folder which you can use. You can send
259259

260260
== Changelog ==
261261

262+
= 0.6.6 =
263+
* [Fixed] Swapped images for 5/6 columns
264+
262265
= 0.6.5 =
263266
* added filter to prevent loading of frontend styles: add_filter( 'cpsh_load_styles', '__return_false' );
264267
* added 5/6 column;

0 commit comments

Comments
 (0)