From e0cc2b1a4b479568e494e6df02c78c4c5b0b278a Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 6 Feb 2023 12:21:43 +0000 Subject: [PATCH] chore(release): 2.2.2 ##### [Version 2.2.2](https://github.com/Codeinwp/otter-blocks/compare/v2.2.1...v2.2.2) (2023-02-06) - Fix Social Sharing Links When Used with FSE - Fix the Compatibility of the Posts Block with FIFU Plugin - Fix Animation Module Breaking FSE Mobile Menu - Fix Section Block Breaking When Changing Theme - Simplify Dynamic Value Preview - Copy Animations with Copy-paste Style --- CHANGELOG.md | 9 +++++ composer.json | 2 +- otter-blocks.php | 4 +-- package-lock.json | 2 +- package.json | 2 +- plugins/blocks-animation/blocks-animation.php | 2 +- plugins/blocks-css/blocks-css.php | 2 +- plugins/otter-pro/otter-pro.php | 4 +-- readme.md | 34 +++++++++++++++++++ readme.txt | 12 +++++++ 10 files changed, 64 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 625e2bbde..4bdcbf83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +##### [Version 2.2.2](https://github.com/Codeinwp/otter-blocks/compare/v2.2.1...v2.2.2) (2023-02-06) + +- Fix Social Sharing Links When Used with FSE +- Fix the Compatibility of the Posts Block with FIFU Plugin +- Fix Animation Module Breaking FSE Mobile Menu +- Fix Section Block Breaking When Changing Theme +- Simplify Dynamic Value Preview +- Copy Animations with Copy-paste Style + ##### [Version 2.2.1](https://github.com/Codeinwp/otter-blocks/compare/v2.2.0...v2.2.1) (2023-01-30) - Form Block Redesign & Enhancements diff --git a/composer.json b/composer.json index e14cf3e58..ff6e1674e 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.1", + "version": "2.2.2", "require-dev": { "squizlabs/php_codesniffer": "^3.3", "wp-coding-standards/wpcs": "^1", diff --git a/otter-blocks.php b/otter-blocks.php index 1e83ff6e0..94c2ac0d9 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.1 + * Version: 2.2.2 * 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.1' ); +define( 'OTTER_BLOCKS_VERSION', '2.2.2' ); define( 'OTTER_BLOCKS_PRO_SUPPORT', true ); define( 'OTTER_BLOCKS_SHOW_NOTICES', false ); diff --git a/package-lock.json b/package-lock.json index 2f6b564fc..0cc7126e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a2e7e09b..ee9beea0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otter-blocks", - "version": "2.2.1", + "version": "2.2.2", "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 94c8be0a3..24bdd3ea7 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.1 + * Version: 2.2.2 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-3.0+ diff --git a/plugins/blocks-css/blocks-css.php b/plugins/blocks-css/blocks-css.php index 4db1eb479..d3eeaabb1 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.1 + * Version: 2.2.2 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPL-3.0+ diff --git a/plugins/otter-pro/otter-pro.php b/plugins/otter-pro/otter-pro.php index d75b9d407..3899de2dc 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.1 + * Version: 2.2.2 * 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.1' ); +define( 'OTTER_PRO_VERSION', '2.2.2' ); require_once dirname( __FILE__ ) . '/autoloader.php'; $autoloader = new \ThemeIsle\OtterPro\Autoloader(); diff --git a/readme.md b/readme.md index cd02f0096..70eacec43 100644 --- a/readme.md +++ b/readme.md @@ -205,8 +205,42 @@ You can check Otter documentation [here](https://docs.themeisle.com/article/1478 4. Google Map Block 5. Section Block +## Frequently Asked Questions ## + +### Is Otter Blocks free? ### + +Otter comes in both free and premium versions. The [premium version](https://themeisle.com/plugins/otter-blocks/upgrade/) offers a wider variety of blocks and multiple options to customise them, [compared to the free version](https://docs.themeisle.com/article/1487-whats-the-difference-between-otter-free-and-otter-neve-pro). + +### What page builder is compatible with Otter? ### + +Otter provides blocks for Gutenberg, the default WordPress editor and page builder. + +### Can I use Otter with any WordPress theme? ### + +Sure, Otter is compatible with any WordPress theme. + +### Where can I get help? ### + +If you encounter any difficulties or if you have questions about Otter, you can create a ticket on our [support forum](https://wordpress.org/support/plugin/otter-blocks/). Also, feel free to check our [documentation](https://docs.themeisle.com/article/1478-otter-blocks-documentation) to find out more about the features within the plugin and how to use it to its full potential. + +### What are the Patterns and how can I use them? ### + +The Patterns have been designed to make it easier for you to build your site using predefined blocks that can be then customised according to your needs. You can take a look at our [dedicated documentation](https://docs.themeisle.com/article/1785-block-patterns-otter-features-library) to find out all you need to know about the Patterns. + ## Changelog ## +##### [Version 2.2.2](https://github.com/Codeinwp/otter-blocks/compare/v2.2.1...v2.2.2) (2023-02-06) + +- Fix Social Sharing Links When Used with FSE +- Fix the Compatibility of the Posts Block with FIFU Plugin +- Fix Animation Module Breaking FSE Mobile Menu +- Fix Section Block Breaking When Changing Theme +- Simplify Dynamic Value Preview +- Copy Animations with Copy-paste Style + + + + ##### [Version 2.2.1](https://github.com/Codeinwp/otter-blocks/compare/v2.2.0...v2.2.1) (2023-01-30) - Form Block Redesign & Enhancements diff --git a/readme.txt b/readme.txt index dfa1ff8d1..974d912fd 100644 --- a/readme.txt +++ b/readme.txt @@ -229,6 +229,18 @@ The Patterns have been designed to make it easier for you to build your site usi == Changelog == +##### [Version 2.2.2](https://github.com/Codeinwp/otter-blocks/compare/v2.2.1...v2.2.2) (2023-02-06) + +- Fix Social Sharing Links When Used with FSE +- Fix the Compatibility of the Posts Block with FIFU Plugin +- Fix Animation Module Breaking FSE Mobile Menu +- Fix Section Block Breaking When Changing Theme +- Simplify Dynamic Value Preview +- Copy Animations with Copy-paste Style + + + + ##### [Version 2.2.1](https://github.com/Codeinwp/otter-blocks/compare/v2.2.0...v2.2.1) (2023-01-30) - Form Block Redesign & Enhancements