From 2de057c7d5a160938457886ad04abb4c3eb6f1c2 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 11 Oct 2021 05:50:00 +0000 Subject: [PATCH] chore(release): 1.7.0 #### [Version 1.7.0](https://github.com/Codeinwp/otter-blocks/compare/v1.6.9...v1.7.0) (2021-10-11) - Add Masonry Variation to Gallery - Add Countdown Block - Add Popup Block - Add Contact Form Block - Add Box Shadow extension for Image Block - Add Review Comparison Table Block for Neve Pro - Add Block Conditions Extension for Neve Pro - Add WooCommerce Extension to Review Block for Neve Pro - Add Add to Cart Block for Neve Pro - Add Business Hours Block for Neve Pro - Add WooCommerce Comparison Table Block for Neve Pro - Use date format specified in general WordPress settings - Remove duplicate category picker from Posts Block - Allow Decimal ratings in Product Review Block - Fix Accordion Block Styles - Fix blocks not working on Widgets Editor - Fix wp_enqueue_script() was called incorrectly error - Fix price not removing in Product Review Block - Fix Font Awesome Styles loading on all Dynamic Blocks - Improve Review Block styles for Mobile Devices - CSS loading improvements --- CHANGELOG.md | 24 ++++++++++++++++++++++++ composer.json | 2 +- otter-blocks.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.md | 27 +++++++++++++++++++++++++++ readme.txt | 27 +++++++++++++++++++++++++++ 7 files changed, 83 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d00aa12..ef9750f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +#### [Version 1.7.0](https://github.com/Codeinwp/otter-blocks/compare/v1.6.9...v1.7.0) (2021-10-11) + +- Add Masonry Variation to Gallery +- Add Countdown Block +- Add Popup Block +- Add Contact Form Block +- Add Box Shadow extension for Image Block +- Add Review Comparison Table Block for Neve Pro +- Add Block Conditions Extension for Neve Pro +- Add WooCommerce Extension to Review Block for Neve Pro +- Add Add to Cart Block for Neve Pro +- Add Business Hours Block for Neve Pro +- Add WooCommerce Comparison Table Block for Neve Pro +- Use date format specified in general WordPress settings +- Remove duplicate category picker from Posts Block +- Allow Decimal ratings in Product Review Block +- Fix Accordion Block Styles +- Fix blocks not working on Widgets Editor +- Fix wp_enqueue_script() was called incorrectly error +- Fix price not removing in Product Review Block +- Fix Font Awesome Styles loading on all Dynamic Blocks +- Improve Review Block styles for Mobile Devices +- CSS loading improvements + ##### [Version 1.6.9](https://github.com/Codeinwp/otter-blocks/compare/v1.6.8...v1.6.9) (2021-07-02) - Fix links in Review Block diff --git a/composer.json b/composer.json index a17fcc121..1dc9e7245 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.9", + "version": "1.7.0", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index 95b588632..31e7924ee 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.9 + * Version: 1.7.0 * 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.9' ); +define( 'OTTER_BLOCKS_VERSION', '1.7.0' ); $vendor_file = OTTER_BLOCKS_PATH . '/packages/autoload.php'; if ( is_readable( $vendor_file ) ) { diff --git a/package-lock.json b/package-lock.json index 606873b3c..4294eb9da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.9", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 684542c39..5f0019a74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.6.9", + "version": "1.7.0", "description": "Gutenberg Blocks and Template Library by Otter", "scripts": { "build": "wp-scripts build", diff --git a/readme.md b/readme.md index 7d5b336d0..123ac41d1 100644 --- a/readme.md +++ b/readme.md @@ -96,6 +96,33 @@ Help your site shine with design options built to enhance your brand. Every bloc ## Changelog ## +#### [Version 1.7.0](https://github.com/Codeinwp/otter-blocks/compare/v1.6.9...v1.7.0) (2021-10-11) + +- Add Masonry Variation to Gallery +- Add Countdown Block +- Add Popup Block +- Add Contact Form Block +- Add Box Shadow extension for Image Block +- Add Review Comparison Table Block for Neve Pro +- Add Block Conditions Extension for Neve Pro +- Add WooCommerce Extension to Review Block for Neve Pro +- Add Add to Cart Block for Neve Pro +- Add Business Hours Block for Neve Pro +- Add WooCommerce Comparison Table Block for Neve Pro +- Use date format specified in general WordPress settings +- Remove duplicate category picker from Posts Block +- Allow Decimal ratings in Product Review Block +- Fix Accordion Block Styles +- Fix blocks not working on Widgets Editor +- Fix wp_enqueue_script() was called incorrectly error +- Fix price not removing in Product Review Block +- Fix Font Awesome Styles loading on all Dynamic Blocks +- Improve Review Block styles for Mobile Devices +- CSS loading improvements + + + + ##### [Version 1.6.9](https://github.com/Codeinwp/otter-blocks/compare/v1.6.8...v1.6.9) (2021-07-02) - Fix links in Review Block diff --git a/readme.txt b/readme.txt index 3ab2116c4..20d3131dd 100644 --- a/readme.txt +++ b/readme.txt @@ -96,6 +96,33 @@ Help your site shine with design options built to enhance your brand. Every bloc == Changelog == +#### [Version 1.7.0](https://github.com/Codeinwp/otter-blocks/compare/v1.6.9...v1.7.0) (2021-10-11) + +- Add Masonry Variation to Gallery +- Add Countdown Block +- Add Popup Block +- Add Contact Form Block +- Add Box Shadow extension for Image Block +- Add Review Comparison Table Block for Neve Pro +- Add Block Conditions Extension for Neve Pro +- Add WooCommerce Extension to Review Block for Neve Pro +- Add Add to Cart Block for Neve Pro +- Add Business Hours Block for Neve Pro +- Add WooCommerce Comparison Table Block for Neve Pro +- Use date format specified in general WordPress settings +- Remove duplicate category picker from Posts Block +- Allow Decimal ratings in Product Review Block +- Fix Accordion Block Styles +- Fix blocks not working on Widgets Editor +- Fix wp_enqueue_script() was called incorrectly error +- Fix price not removing in Product Review Block +- Fix Font Awesome Styles loading on all Dynamic Blocks +- Improve Review Block styles for Mobile Devices +- CSS loading improvements + + + + ##### [Version 1.6.9](https://github.com/Codeinwp/otter-blocks/compare/v1.6.8...v1.6.9) (2021-07-02) - Fix links in Review Block