From 25d418d7168095a720718a8ac4f186af5581d927 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 21 May 2021 18:25:52 +0000 Subject: [PATCH] chore(release): 1.6.5 ##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21) - Add Product Review Block - Make blocks AMP-ready - Fix the post excerpt becoming corrupted when containing multi-byte character - Fix Section's Overlay Gradient not working - Fix Icon List reset on refresh - Add Product Review Block - Make blocks AMP-ready - Fix the post excerpt becoming corrupted when containing multi-byte character - Fix Section's Overlay Gradient not working - Fix Icon List reset on refresh --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- otter-blocks.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.md | 18 +++++++++++++++++- readme.txt | 16 ++++++++++++++++ 7 files changed, 51 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1f784fe..1b8656248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21) + +- Add Product Review Block +- Make blocks AMP-ready +- Fix the post excerpt becoming corrupted when containing multi-byte character +- Fix Section's Overlay Gradient not working +- Fix Icon List reset on refresh +- Add Product Review Block +- Make blocks AMP-ready +- Fix the post excerpt becoming corrupted when containing multi-byte character +- Fix Section's Overlay Gradient not working +- Fix Icon List reset on refresh + ##### [Version 1.6.4](https://github.com/Codeinwp/otter-blocks/compare/v1.6.3...v1.6.4) (2021-04-12) - Fix button not centering diff --git a/composer.json b/composer.json index a2c5b0388..49e46ffd2 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.4", + "version": "1.6.5", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index ad7617c55..85e072ca5 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.4 + * Version: 1.6.5 * 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.4' ); +define( 'OTTER_BLOCKS_VERSION', '1.6.5' ); define( 'OTTER_BLOCKS_DEV', false ); $vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php'; diff --git a/package-lock.json b/package-lock.json index b81228b65..595b96fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.4", + "version": "1.6.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ada160aa0..fc9dd6194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.4", + "version": "1.6.5", "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 d0eb4e523..59a69c130 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Gutenberg Blocks and Template Library by Otter # **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [soarerobertdaniel7](https://profiles.wordpress.org/soarerobertdaniel7), [mariamunteanu1](https://profiles.wordpress.org/mariamunteanu1) -**Tags:** gutenberg blocks, gutenberg, block,post grid block, google map block, columns block, advanced columns, section, row, layout, templates, lottie, progress bar +**Tags:** gutenberg blocks, gutenberg, block,post grid block, google map block, columns block, advanced columns, section, row, layout, templates, lottie, progress bar, product review, review **Requires at least:** 5.4 **Tested up to:** 5.7 **Requires PHP:** 5.4 @@ -91,6 +91,22 @@ Help your site shine with design options built to enhance your brand. Every bloc ## Changelog ## +##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21) + +- Add Product Review Block +- Make blocks AMP-ready +- Fix the post excerpt becoming corrupted when containing multi-byte character +- Fix Section's Overlay Gradient not working +- Fix Icon List reset on refresh +- Add Product Review Block +- Make blocks AMP-ready +- Fix the post excerpt becoming corrupted when containing multi-byte character +- Fix Section's Overlay Gradient not working +- Fix Icon List reset on refresh + + + + ##### [Version 1.6.4](https://github.com/Codeinwp/otter-blocks/compare/v1.6.3...v1.6.4) (2021-04-12) - Fix button not centering diff --git a/readme.txt b/readme.txt index 66bee75c8..9af1e5d9c 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,22 @@ Help your site shine with design options built to enhance your brand. Every bloc == Changelog == +##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21) + +- Add Product Review Block +- Make blocks AMP-ready +- Fix the post excerpt becoming corrupted when containing multi-byte character +- Fix Section's Overlay Gradient not working +- Fix Icon List reset on refresh +- Add Product Review Block +- Make blocks AMP-ready +- Fix the post excerpt becoming corrupted when containing multi-byte character +- Fix Section's Overlay Gradient not working +- Fix Icon List reset on refresh + + + + ##### [Version 1.6.4](https://github.com/Codeinwp/otter-blocks/compare/v1.6.3...v1.6.4) (2021-04-12) - Fix button not centering