From e948a83feac764d5323dd04aac54b23223b8787c Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 30 Mar 2023 11:25:00 +0000 Subject: [PATCH] chore(release): 2.2.4 ##### [Version 2.2.4](https://github.com/Codeinwp/otter-blocks/compare/v2.2.3...v2.2.4) (2023-03-30) - Add Preview for Dynamic Data in the Popover Control - Add New Patterns & Templates - Add New Closing/Opening Anchor Actions in Popup - Add Autoresponder Option to Form Block - WordPress 6.2 Compatibility Testing & Fixes - Fix CSS Class Not Being Removed If Custom CSS Is Empty - Fix Custom CSS Not Reflected on Front-end When Used with FSE - Fix Block Styles Not Loading with Custom Layouts - Fix WooCommerce Blocks Not Working with the Latest Version of Woo --- CHANGELOG.md | 12 ++++++++++++ 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 +- plugins/otter-pro/otter-pro.php | 4 ++-- readme.md | 17 ++++++++++++++++- readme.txt | 15 +++++++++++++++ 13 files changed, 55 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f0295f0..8cd669d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +##### [Version 2.2.4](https://github.com/Codeinwp/otter-blocks/compare/v2.2.3...v2.2.4) (2023-03-30) + +- Add Preview for Dynamic Data in the Popover Control +- Add New Patterns & Templates +- Add New Closing/Opening Anchor Actions in Popup +- Add Autoresponder Option to Form Block +- WordPress 6.2 Compatibility Testing & Fixes +- Fix CSS Class Not Being Removed If Custom CSS Is Empty +- Fix Custom CSS Not Reflected on Front-end When Used with FSE +- Fix Block Styles Not Loading with Custom Layouts +- Fix WooCommerce Blocks Not Working with the Latest Version of Woo + ##### [Version 2.2.3](https://github.com/Codeinwp/otter-blocks/compare/v2.2.2...v2.2.3) (2023-03-06) - Button Group Block Enhancements diff --git a/composer.json b/composer.json index ab480199c..a2db8ad7e 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": "2.2.3", + "version": "2.2.4", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index 29dbdb9f5..9c84ad7bd 100644 --- a/otter-blocks.php +++ b/otter-blocks.php @@ -7,7 +7,7 @@ * Plugin Name: Otter – Page Builder Blocks & Extensions for Gutenberg * Plugin URI: https://themeisle.com/plugins/otter-blocks * Description: Create beautiful and attracting posts, pages, and landing pages with Otter – Page Builder Blocks & Extensions for Gutenberg. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages. - * Version: 2.2.3 + * Version: 2.2.4 * 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', '2.2.3' ); +define( 'OTTER_BLOCKS_VERSION', '2.2.4' ); define( 'OTTER_BLOCKS_PRO_SUPPORT', true ); define( 'OTTER_BLOCKS_SHOW_NOTICES', false ); diff --git a/package-lock.json b/package-lock.json index 0af30b69b..653cb3034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74fe2998f..c398583db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "2.2.3", + "version": "2.2.4", "description": "Otter – Page Builder Blocks & Extensions for Gutenberg", "scripts": { "build": "npm-run-all --parallel prod:*", diff --git a/plugins/blocks-animation/blocks-animation.php b/plugins/blocks-animation/blocks-animation.php index e66a03498..1f78b7e71 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: 2.2.3 + * Version: 2.2.4 * 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 6a1d5a55f..dbe662936 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.9 -**Tested up to:** 6.1 +**Tested up to:** 6.2 **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 56f7a187b..669b3713a 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: 2.2.3 + * Version: 2.2.4 * 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 9d7ff8df5..e14725a30 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.9 -**Tested up to:** 6.1 +**Tested up to:** 6.2 **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 80fb31b46..dd1bcf157 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.9 -**Tested up to:** 6.1 +**Tested up to:** 6.2 **Requires PHP:** 5.4 **Stable tag:** trunk **License:** GPLv3 diff --git a/plugins/otter-pro/otter-pro.php b/plugins/otter-pro/otter-pro.php index b9fdd5791..b2202ae4f 100644 --- a/plugins/otter-pro/otter-pro.php +++ b/plugins/otter-pro/otter-pro.php @@ -7,7 +7,7 @@ * Plugin Name: Otter Pro * Plugin URI: https://themeisle.com/plugins/otter-blocks * Description: Create beautiful and attracting posts, pages, and landing pages with Otter – Page Builder Blocks & Extensions for Gutenberg. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages. - * Version: 2.2.3 + * Version: 2.2.4 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-2.0+ @@ -28,7 +28,7 @@ define( 'OTTER_PRO_PATH', dirname( __FILE__ ) ); define( 'OTTER_PRO_BUILD_URL', plugins_url( '/', __FILE__ ) . 'build/pro/' ); define( 'OTTER_PRO_BUILD_PATH', dirname( __FILE__ ) . '/build/pro/' ); -define( 'OTTER_PRO_VERSION', '2.2.3' ); +define( 'OTTER_PRO_VERSION', '2.2.4' ); require_once dirname( __FILE__ ) . '/autoloader.php'; $autoloader = new \ThemeIsle\OtterPro\Autoloader(); diff --git a/readme.md b/readme.md index 5c652ce17..6a39be940 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ **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/), [arinat](https://profiles.wordpress.org/arinat/), [uriahs-victor](https://profiles.wordpress.org/uriahs-victor/), [john_pixle](https://profiles.wordpress.org/john_pixle/), [wildmisha](https://profiles.wordpress.org/wildmisha/), [irinelenache](https://profiles.wordpress.org/irinelenache/) **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, accordion, tabs, page builder, countdown, contact form, masonry, popup, review builder **Requires at least:** 5.9 -**Tested up to:** 6.1 +**Tested up to:** 6.2 **Requires PHP:** 5.4 **Stable tag:** trunk **License:** GPLv3 @@ -229,6 +229,21 @@ The Patterns have been designed to make it easier for you to build your site usi ## Changelog ## +##### [Version 2.2.4](https://github.com/Codeinwp/otter-blocks/compare/v2.2.3...v2.2.4) (2023-03-30) + +- Add Preview for Dynamic Data in the Popover Control +- Add New Patterns & Templates +- Add New Closing/Opening Anchor Actions in Popup +- Add Autoresponder Option to Form Block +- WordPress 6.2 Compatibility Testing & Fixes +- Fix CSS Class Not Being Removed If Custom CSS Is Empty +- Fix Custom CSS Not Reflected on Front-end When Used with FSE +- Fix Block Styles Not Loading with Custom Layouts +- Fix WooCommerce Blocks Not Working with the Latest Version of Woo + + + + ##### [Version 2.2.3](https://github.com/Codeinwp/otter-blocks/compare/v2.2.2...v2.2.3) (2023-03-06) - Button Group Block Enhancements diff --git a/readme.txt b/readme.txt index 3cb1c55fc..de908f6b8 100644 --- a/readme.txt +++ b/readme.txt @@ -229,6 +229,21 @@ The Patterns have been designed to make it easier for you to build your site usi == Changelog == +##### [Version 2.2.4](https://github.com/Codeinwp/otter-blocks/compare/v2.2.3...v2.2.4) (2023-03-30) + +- Add Preview for Dynamic Data in the Popover Control +- Add New Patterns & Templates +- Add New Closing/Opening Anchor Actions in Popup +- Add Autoresponder Option to Form Block +- WordPress 6.2 Compatibility Testing & Fixes +- Fix CSS Class Not Being Removed If Custom CSS Is Empty +- Fix Custom CSS Not Reflected on Front-end When Used with FSE +- Fix Block Styles Not Loading with Custom Layouts +- Fix WooCommerce Blocks Not Working with the Latest Version of Woo + + + + ##### [Version 2.2.3](https://github.com/Codeinwp/otter-blocks/compare/v2.2.2...v2.2.3) (2023-03-06) - Button Group Block Enhancements