From d16ed7598bdd14641f1c39c4858685270fc32b03 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 12 Apr 2021 22:30:37 +0000 Subject: [PATCH] chore(release): 1.6.4 ##### [Version 1.6.4](https://github.com/Codeinwp/otter-blocks/compare/v1.6.3...v1.6.4) (2021-04-12) - Fix button not centering - Fix custom CSS not working on Leaflet Map Block - Fix Columns width resetting - Fix Resizer in Columns --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- otter-blocks.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.md | 10 ++++++++++ readme.txt | 10 ++++++++++ 7 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e563412a..6f1f784fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +##### [Version 1.6.4](https://github.com/Codeinwp/otter-blocks/compare/v1.6.3...v1.6.4) (2021-04-12) + +- Fix button not centering +- Fix custom CSS not working on Leaflet Map Block +- Fix Columns width resetting +- Fix Resizer in Columns + ##### [Version 1.6.3](https://github.com/Codeinwp/otter-blocks/compare/v1.6.2...v1.6.3) (2021-03-29) - Fix Columns range crashing in Section Block. diff --git a/composer.json b/composer.json index 1c966dc52..a2c5b0388 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "codeinwp/otter-blocks", "description": "A set of awesome Gutenberg Blocks by ThemeIsle.", "type": "wordpress-plugin", - "version": "1.6.3", + "version": "1.6.4", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index 87d60ea34..ad7617c55 100644 --- a/otter-blocks.php +++ b/otter-blocks.php @@ -7,7 +7,7 @@ * Plugin Name: Gutenberg Blocks and Template Library by Otter * Plugin URI: https://themeisle.com/plugins/otter-blocks * Description: Create beautiful and attracting posts, pages, and landing pages with Gutenberg Blocks and Template Library by Otter. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages. - * Version: 1.6.3 + * Version: 1.6.4 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-2.0+ @@ -26,7 +26,7 @@ define( 'OTTER_BLOCKS_BASEFILE', __FILE__ ); define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) ); define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) ); -define( 'OTTER_BLOCKS_VERSION', '1.6.3' ); +define( 'OTTER_BLOCKS_VERSION', '1.6.4' ); define( 'OTTER_BLOCKS_DEV', false ); $vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php'; diff --git a/package-lock.json b/package-lock.json index b5a33e0d4..e3ef6e5ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc32beadf..cf6a725b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.3", + "version": "1.6.4", "description": "Gutenberg Blocks and Template Library by Otter", "scripts": { "build": "cross-env BABEL_ENV=default NODE_ENV=production webpack", diff --git a/readme.md b/readme.md index b3e6f8443..a71ab1038 100644 --- a/readme.md +++ b/readme.md @@ -90,6 +90,16 @@ Help your site shine with design options built to enhance your brand. Every bloc ## Changelog ## +##### [Version 1.6.4](https://github.com/Codeinwp/otter-blocks/compare/v1.6.3...v1.6.4) (2021-04-12) + +- Fix button not centering +- Fix custom CSS not working on Leaflet Map Block +- Fix Columns width resetting +- Fix Resizer in Columns + + + + ##### [Version 1.6.3](https://github.com/Codeinwp/otter-blocks/compare/v1.6.2...v1.6.3) (2021-03-29) - Fix Columns range crashing in Section Block. diff --git a/readme.txt b/readme.txt index bbd1b6138..c5836f3f9 100644 --- a/readme.txt +++ b/readme.txt @@ -90,6 +90,16 @@ Help your site shine with design options built to enhance your brand. Every bloc == Changelog == +##### [Version 1.6.4](https://github.com/Codeinwp/otter-blocks/compare/v1.6.3...v1.6.4) (2021-04-12) + +- Fix button not centering +- Fix custom CSS not working on Leaflet Map Block +- Fix Columns width resetting +- Fix Resizer in Columns + + + + ##### [Version 1.6.3](https://github.com/Codeinwp/otter-blocks/compare/v1.6.2...v1.6.3) (2021-03-29) - Fix Columns range crashing in Section Block.