From 0a5dd004117a00c3dbb4d8fe8a7fd5d7921e8e85 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 11 Jun 2021 14:04:57 +0000 Subject: [PATCH] chore(release): 1.6.7 ##### [Version 1.6.7](https://github.com/Codeinwp/otter-blocks/compare/v1.6.6...v1.6.7) (2021-06-11) * Enhance translation compatibility --- CHANGELOG.md | 4 ++++ composer.json | 2 +- otter-blocks.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.md | 7 +++++++ readme.txt | 7 +++++++ 7 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c030ed2..00d4c1ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 1.6.7](https://github.com/Codeinwp/otter-blocks/compare/v1.6.6...v1.6.7) (2021-06-11) + +* Enhance translation compatibility + ##### [Version 1.6.6](https://github.com/Codeinwp/otter-blocks/compare/v1.6.5...v1.6.6) (2021-05-24) - Fix Product Review Block conflict with WooCommerce diff --git a/composer.json b/composer.json index d15416709..44564c3b0 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.6", + "version": "1.6.7", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index 7941d842f..ede3fc415 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.6 + * Version: 1.6.7 * 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.6' ); +define( 'OTTER_BLOCKS_VERSION', '1.6.7' ); define( 'OTTER_BLOCKS_DEV', false ); $vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php'; diff --git a/package-lock.json b/package-lock.json index fba8787c8..b9c2f6d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.6", + "version": "1.6.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3fd25e65..2d90ba9e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.6", + "version": "1.6.7", "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 2367552c5..3ccfc20b8 100644 --- a/readme.md +++ b/readme.md @@ -91,6 +91,13 @@ Help your site shine with design options built to enhance your brand. Every bloc ## Changelog ## +##### [Version 1.6.7](https://github.com/Codeinwp/otter-blocks/compare/v1.6.6...v1.6.7) (2021-06-11) + +* Enhance translation compatibility + + + + ##### [Version 1.6.6](https://github.com/Codeinwp/otter-blocks/compare/v1.6.5...v1.6.6) (2021-05-24) - Fix Product Review Block conflict with WooCommerce diff --git a/readme.txt b/readme.txt index c000a2e09..ef0c2dbad 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,13 @@ Help your site shine with design options built to enhance your brand. Every bloc == Changelog == +##### [Version 1.6.7](https://github.com/Codeinwp/otter-blocks/compare/v1.6.6...v1.6.7) (2021-06-11) + +* Enhance translation compatibility + + + + ##### [Version 1.6.6](https://github.com/Codeinwp/otter-blocks/compare/v1.6.5...v1.6.6) (2021-05-24) - Fix Product Review Block conflict with WooCommerce