From 5d68d520470cd8330b75310be6cfe764b8064070 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 7 Feb 2022 21:55:36 +0000 Subject: [PATCH] chore(release): 1.7.5 ##### [Version 1.7.5](https://github.com/Codeinwp/otter-blocks/compare/v1.7.4...v1.7.5) (2022-02-07) - Increase Section's Max Width - Fix vertical alignment not working in Section block - Improve CSS Animation module - Fix CSS Animation conflicting with third-party plugins - Disable CSS Editor for Site Editor - Fix errors occurring with WordPress 5.9 - Fix child tabs block not working properly --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- otter-blocks.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- plugins/blocks-animation/blocks-animation.php | 2 +- plugins/blocks-animation/readme.md | 2 +- plugins/blocks-css/blocks-css.php | 2 +- plugins/blocks-css/readme.md | 2 +- plugins/blocks-export-import/readme.md | 2 +- readme.md | 13 +++++++++++++ readme.txt | 13 +++++++++++++ 12 files changed, 46 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe5b4702..55e87598c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +##### [Version 1.7.5](https://github.com/Codeinwp/otter-blocks/compare/v1.7.4...v1.7.5) (2022-02-07) + +- Increase Section's Max Width +- Fix vertical alignment not working in Section block +- Improve CSS Animation module +- Fix CSS Animation conflicting with third-party plugins +- Disable CSS Editor for Site Editor +- Fix errors occurring with WordPress 5.9 +- Fix child tabs block not working properly + ##### [Version 1.7.4](https://github.com/Codeinwp/otter-blocks/compare/v1.7.3...v1.7.4) (2021-12-02) - Fix Leaflet scripts not loading properly diff --git a/composer.json b/composer.json index e311d9f97..057996bdc 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.7.4", + "version": "1.7.5", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index 9c068a0d6..6f2fca993 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.7.4 + * Version: 1.7.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.7.4' ); +define( 'OTTER_BLOCKS_VERSION', '1.7.5' ); $vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php'; diff --git a/package-lock.json b/package-lock.json index e99644672..6dbdaf2ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.7.4", + "version": "1.7.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 324c25c74..39df67fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "1.7.4", + "version": "1.7.5", "description": "Gutenberg Blocks and Template Library by Otter", "scripts": { "build": "wp-scripts build", diff --git a/plugins/blocks-animation/blocks-animation.php b/plugins/blocks-animation/blocks-animation.php index f3e8e0cee..bd3642c89 100644 --- a/plugins/blocks-animation/blocks-animation.php +++ b/plugins/blocks-animation/blocks-animation.php @@ -10,7 +10,7 @@ * Plugin Name: Blocks Animation: CSS Animations for Gutenberg Blocks * Plugin URI: https://github.com/Codeinwp/otter-blocks * Description: Blocks Animation allows you to add CSS Animations to all of your Gutenberg blocks in the most elegent way. - * Version: 1.7.4 + * Version: 1.7.5 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-3.0+ diff --git a/plugins/blocks-animation/readme.md b/plugins/blocks-animation/readme.md index 6f06acf93..29d71513b 100644 --- a/plugins/blocks-animation/readme.md +++ b/plugins/blocks-animation/readme.md @@ -2,7 +2,7 @@ **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/), [mariamunteanu1](https://profiles.wordpress.org/mariamunteanu1/) **Tags:** gutenberg, block, block editor, editor, animation, animations, animate, styles, block animations **Requires at least:** 5.4 -**Tested up to:** 5.9 +**Tested up to:** 5.8 **Requires PHP:** 5.4 **Stable tag:** trunk **License:** GPLv3 diff --git a/plugins/blocks-css/blocks-css.php b/plugins/blocks-css/blocks-css.php index d63264119..f99adef78 100644 --- a/plugins/blocks-css/blocks-css.php +++ b/plugins/blocks-css/blocks-css.php @@ -10,7 +10,7 @@ * Plugin Name: Blocks CSS: CSS Editor for Gutenberg Blocks * Plugin URI: https://github.com/Codeinwp/otter-blocks * Description: Blocks CSS allows you add custom CSS to your Blocks straight from the Block Editor (Gutenberg). - * Version: 1.7.4 + * Version: 1.7.5 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-3.0+ diff --git a/plugins/blocks-css/readme.md b/plugins/blocks-css/readme.md index e72dd7ab6..d80212543 100644 --- a/plugins/blocks-css/readme.md +++ b/plugins/blocks-css/readme.md @@ -2,7 +2,7 @@ **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/) **Tags:** gutenberg, block, css, css editor, blocks css **Requires at least:** 5.2 -**Tested up to:** 5.9 +**Tested up to:** 5.8 **Requires PHP:** 5.4 **Stable tag:** trunk **License:** GPLv3 diff --git a/plugins/blocks-export-import/readme.md b/plugins/blocks-export-import/readme.md index 111c91deb..70143f46a 100644 --- a/plugins/blocks-export-import/readme.md +++ b/plugins/blocks-export-import/readme.md @@ -2,7 +2,7 @@ **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/) **Tags:** gutenberg, block, blocks, export, import, exporter, importer, block exporter, block export, block import, block importer **Requires at least:** 5.3 -**Tested up to:** 5.9 +**Tested up to:** 5.8 **Requires PHP:** 5.4 **Stable tag:** trunk **License:** GPLv3 diff --git a/readme.md b/readme.md index 86bd2bfc3..54eac1b0a 100644 --- a/readme.md +++ b/readme.md @@ -96,6 +96,19 @@ Help your site shine with design options built to enhance your brand. Every bloc ## Changelog ## +##### [Version 1.7.5](https://github.com/Codeinwp/otter-blocks/compare/v1.7.4...v1.7.5) (2022-02-07) + +- Increase Section's Max Width +- Fix vertical alignment not working in Section block +- Improve CSS Animation module +- Fix CSS Animation conflicting with third-party plugins +- Disable CSS Editor for Site Editor +- Fix errors occurring with WordPress 5.9 +- Fix child tabs block not working properly + + + + ##### [Version 1.7.4](https://github.com/Codeinwp/otter-blocks/compare/v1.7.3...v1.7.4) (2021-12-02) - Fix Leaflet scripts not loading properly diff --git a/readme.txt b/readme.txt index 0eef8b19d..9a038aec5 100644 --- a/readme.txt +++ b/readme.txt @@ -96,6 +96,19 @@ Help your site shine with design options built to enhance your brand. Every bloc == Changelog == +##### [Version 1.7.5](https://github.com/Codeinwp/otter-blocks/compare/v1.7.4...v1.7.5) (2022-02-07) + +- Increase Section's Max Width +- Fix vertical alignment not working in Section block +- Improve CSS Animation module +- Fix CSS Animation conflicting with third-party plugins +- Disable CSS Editor for Site Editor +- Fix errors occurring with WordPress 5.9 +- Fix child tabs block not working properly + + + + ##### [Version 1.7.4](https://github.com/Codeinwp/otter-blocks/compare/v1.7.3...v1.7.4) (2021-12-02) - Fix Leaflet scripts not loading properly