From dc187422ad6f82d1e0abf14ae2ecd360e7fb7ada Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 2 Mar 2021 19:06:48 +0000 Subject: [PATCH] chore(release): 1.6.1 ##### [Version 1.6.1](https://github.com/Codeinwp/otter-blocks/compare/v1.6.0...v1.6.1) (2021-03-02) - Fix CSS Extensions causing Reusable Blocks to crash. - Add new Map Block - Various fixes --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- otter-blocks.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.md | 9 +++++++++ readme.txt | 9 +++++++++ 7 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2836603..83f392b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 1.6.1](https://github.com/Codeinwp/otter-blocks/compare/v1.6.0...v1.6.1) (2021-03-02) + +- Fix CSS Extensions causing Reusable Blocks to crash. +- Add new Map Block +- Various fixes + #### [Version 1.6.0](https://github.com/Codeinwp/otter-blocks/compare/v1.5.12...v1.6.0) (2021-01-06) - New Icon List Block. diff --git a/composer.json b/composer.json index 73e96c34b..fea4b5b47 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.0", + "version": "1.6.1", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index 889178cb3..6024ece3f 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.0 + * Version: 1.6.1 * 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.0' ); +define( 'OTTER_BLOCKS_VERSION', '1.6.1' ); define( 'OTTER_BLOCKS_DEV', false ); $vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php'; diff --git a/package-lock.json b/package-lock.json index b3155e7e8..1bcf0b8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 667d2e7ec..e5bea6d34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.0", + "version": "1.6.1", "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 cdaaf7a06..6f60a0dee 100644 --- a/readme.md +++ b/readme.md @@ -88,6 +88,15 @@ Help your site shine with design options built to enhance your brand. Every bloc ## Changelog ## +##### [Version 1.6.1](https://github.com/Codeinwp/otter-blocks/compare/v1.6.0...v1.6.1) (2021-03-02) + +- Fix CSS Extensions causing Reusable Blocks to crash. +- Add new Map Block +- Various fixes + + + + #### [Version 1.6.0](https://github.com/Codeinwp/otter-blocks/compare/v1.5.12...v1.6.0) (2021-01-06) - New Icon List Block. diff --git a/readme.txt b/readme.txt index b32a04556..f3fd7c428 100644 --- a/readme.txt +++ b/readme.txt @@ -88,6 +88,15 @@ Help your site shine with design options built to enhance your brand. Every bloc == Changelog == +##### [Version 1.6.1](https://github.com/Codeinwp/otter-blocks/compare/v1.6.0...v1.6.1) (2021-03-02) + +- Fix CSS Extensions causing Reusable Blocks to crash. +- Add new Map Block +- Various fixes + + + + #### [Version 1.6.0](https://github.com/Codeinwp/otter-blocks/compare/v1.5.12...v1.6.0) (2021-01-06) - New Icon List Block.