diff --git a/class-coblocks.php b/class-coblocks.php index 924e02d78d7..e8352cafe4b 100644 --- a/class-coblocks.php +++ b/class-coblocks.php @@ -6,7 +6,7 @@ * Author: Rich Tabor from CoBlocks * Author URI: https://coblocks.com * Tags: gutenberg, editor, block, layout, writing - * Version: 1.1.7 + * Version: 1.1.8 * Text Domain: '@@pkg.name' * Domain Path: languages * Tested up to: @@pkg.tested_up_to diff --git a/package.json b/package.json index f0c7f6d4841..3a34d99716f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coblocks", "title": "CoBlocks", - "version": "1.1.7", + "version": "1.1.8", "private": true, "author": "Rich Tabor from CoBlocks", "author_shop": "CoBlocks", diff --git a/readme.txt b/readme.txt index 409b8db72e3..ee7321c4ab7 100644 --- a/readme.txt +++ b/readme.txt @@ -83,6 +83,18 @@ Please reach out via the official [support forum on WordPress.org](https://wordp == Changelog == += 1.1.8, September 12, 2018 = +* New: Refactor Pricing Table block +* New: Add Pricing Table Item child-block +* New: Now add up to four pricing tables +* Fix: Resolve Pricing Table block line height bug +* Fix: Resolve left/right/center alignment bug in the Gif block +* Fix: Resolve issue where the unified toolbar displayed some controls oddly +* Tweak: Update icons to reflect Gutenberg's updated UI +* Tweak: Update Pricing Table block icons to better represent each button URL field +* Tweak: Resolve deprecated .value prop in color objects (for Gutenberg 3.9+) +* Tweak: Update getColorClass to getColorClassName + = 1.1.7, August 29, 2018 = * New: Add transforms for improved copy/pasting of CoBlocks blocks * New: Add support for color classes in the Dynamic HR block