Skip to content

Commit e948a83

Browse files
committed
chore(release): 2.2.4
##### [Version 2.2.4](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
1 parent 0c202ee commit e948a83

File tree

13 files changed

+55
-13
lines changed

13 files changed

+55
-13
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
##### [Version 2.2.4](https://github.com/Codeinwp/otter-blocks/compare/v2.2.3...v2.2.4) (2023-03-30)
2+
3+
- Add Preview for Dynamic Data in the Popover Control
4+
- Add New Patterns & Templates
5+
- Add New Closing/Opening Anchor Actions in Popup
6+
- Add Autoresponder Option to Form Block
7+
- WordPress 6.2 Compatibility Testing & Fixes
8+
- Fix CSS Class Not Being Removed If Custom CSS Is Empty
9+
- Fix Custom CSS Not Reflected on Front-end When Used with FSE
10+
- Fix Block Styles Not Loading with Custom Layouts
11+
- Fix WooCommerce Blocks Not Working with the Latest Version of Woo
12+
113
##### [Version 2.2.3](https://github.com/Codeinwp/otter-blocks/compare/v2.2.2...v2.2.3) (2023-03-06)
214

315
- Button Group Block Enhancements

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeinwp/otter-blocks",
33
"description": "A set of awesome Gutenberg Blocks by ThemeIsle.",
44
"type": "wordpress-plugin",
5-
"version": "2.2.3",
5+
"version": "2.2.4",
66
"require-dev": {
77
"squizlabs/php_codesniffer": "^3.3",
88
"wp-coding-standards/wpcs": "^1",

otter-blocks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: Otter – Page Builder Blocks & Extensions for Gutenberg
88
* Plugin URI: https://themeisle.com/plugins/otter-blocks
99
* 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.
10-
* Version: 2.2.3
10+
* Version: 2.2.4
1111
* Author: ThemeIsle
1212
* Author URI: https://themeisle.com
1313
* License: GPL-2.0+
@@ -26,7 +26,7 @@
2626
define( 'OTTER_BLOCKS_BASEFILE', __FILE__ );
2727
define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) );
2828
define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) );
29-
define( 'OTTER_BLOCKS_VERSION', '2.2.3' );
29+
define( 'OTTER_BLOCKS_VERSION', '2.2.4' );
3030
define( 'OTTER_BLOCKS_PRO_SUPPORT', true );
3131
define( 'OTTER_BLOCKS_SHOW_NOTICES', false );
3232

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otter-blocks",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Otter – Page Builder Blocks & Extensions for Gutenberg",
55
"scripts": {
66
"build": "npm-run-all --parallel prod:*",

plugins/blocks-animation/blocks-animation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Blocks Animation: CSS Animations for Gutenberg Blocks
1111
* Plugin URI: https://github.com/Codeinwp/otter-blocks
1212
* Description: Blocks Animation allows you to add CSS Animations to all of your Gutenberg blocks in the most elegent way.
13-
* Version: 2.2.3
13+
* Version: 2.2.4
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

plugins/blocks-animation/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/), [mariamunteanu1](https://profiles.wordpress.org/mariamunteanu1/)
33
**Tags:** gutenberg, block, block editor, editor, animation, animations, animate, styles, block animations
44
**Requires at least:** 5.9
5-
**Tested up to:** 6.1
5+
**Tested up to:** 6.2
66
**Requires PHP:** 5.4
77
**Stable tag:** trunk
88
**License:** GPLv3

plugins/blocks-css/blocks-css.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Blocks CSS: CSS Editor for Gutenberg Blocks
1111
* Plugin URI: https://github.com/Codeinwp/otter-blocks
1212
* Description: Blocks CSS allows you add custom CSS to your Blocks straight from the Block Editor (Gutenberg).
13-
* Version: 2.2.3
13+
* Version: 2.2.4
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

plugins/blocks-css/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/)
33
**Tags:** gutenberg, block, css, css editor, blocks css
44
**Requires at least:** 5.9
5-
**Tested up to:** 6.1
5+
**Tested up to:** 6.2
66
**Requires PHP:** 5.4
77
**Stable tag:** trunk
88
**License:** GPLv3

plugins/blocks-export-import/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/)
33
**Tags:** gutenberg, block, blocks, export, import, exporter, importer, block exporter, block export, block import, block importer
44
**Requires at least:** 5.9
5-
**Tested up to:** 6.1
5+
**Tested up to:** 6.2
66
**Requires PHP:** 5.4
77
**Stable tag:** trunk
88
**License:** GPLv3

plugins/otter-pro/otter-pro.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: Otter Pro
88
* Plugin URI: https://themeisle.com/plugins/otter-blocks
99
* 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.
10-
* Version: 2.2.3
10+
* Version: 2.2.4
1111
* Author: ThemeIsle
1212
* Author URI: https://themeisle.com
1313
* License: GPL-2.0+
@@ -28,7 +28,7 @@
2828
define( 'OTTER_PRO_PATH', dirname( __FILE__ ) );
2929
define( 'OTTER_PRO_BUILD_URL', plugins_url( '/', __FILE__ ) . 'build/pro/' );
3030
define( 'OTTER_PRO_BUILD_PATH', dirname( __FILE__ ) . '/build/pro/' );
31-
define( 'OTTER_PRO_VERSION', '2.2.3' );
31+
define( 'OTTER_PRO_VERSION', '2.2.4' );
3232

3333
require_once dirname( __FILE__ ) . '/autoloader.php';
3434
$autoloader = new \ThemeIsle\OtterPro\Autoloader();

readme.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**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/)
33
**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
44
**Requires at least:** 5.9
5-
**Tested up to:** 6.1
5+
**Tested up to:** 6.2
66
**Requires PHP:** 5.4
77
**Stable tag:** trunk
88
**License:** GPLv3
@@ -229,6 +229,21 @@ The Patterns have been designed to make it easier for you to build your site usi
229229

230230
## Changelog ##
231231

232+
##### [Version 2.2.4](https://github.com/Codeinwp/otter-blocks/compare/v2.2.3...v2.2.4) (2023-03-30)
233+
234+
- Add Preview for Dynamic Data in the Popover Control
235+
- Add New Patterns & Templates
236+
- Add New Closing/Opening Anchor Actions in Popup
237+
- Add Autoresponder Option to Form Block
238+
- WordPress 6.2 Compatibility Testing & Fixes
239+
- Fix CSS Class Not Being Removed If Custom CSS Is Empty
240+
- Fix Custom CSS Not Reflected on Front-end When Used with FSE
241+
- Fix Block Styles Not Loading with Custom Layouts
242+
- Fix WooCommerce Blocks Not Working with the Latest Version of Woo
243+
244+
245+
246+
232247
##### [Version 2.2.3](https://github.com/Codeinwp/otter-blocks/compare/v2.2.2...v2.2.3) (2023-03-06)
233248

234249
- Button Group Block Enhancements

readme.txt

+15
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,21 @@ The Patterns have been designed to make it easier for you to build your site usi
229229

230230
== Changelog ==
231231

232+
##### [Version 2.2.4](https://github.com/Codeinwp/otter-blocks/compare/v2.2.3...v2.2.4) (2023-03-30)
233+
234+
- Add Preview for Dynamic Data in the Popover Control
235+
- Add New Patterns & Templates
236+
- Add New Closing/Opening Anchor Actions in Popup
237+
- Add Autoresponder Option to Form Block
238+
- WordPress 6.2 Compatibility Testing & Fixes
239+
- Fix CSS Class Not Being Removed If Custom CSS Is Empty
240+
- Fix Custom CSS Not Reflected on Front-end When Used with FSE
241+
- Fix Block Styles Not Loading with Custom Layouts
242+
- Fix WooCommerce Blocks Not Working with the Latest Version of Woo
243+
244+
245+
246+
232247
##### [Version 2.2.3](https://github.com/Codeinwp/otter-blocks/compare/v2.2.2...v2.2.3) (2023-03-06)
233248

234249
- Button Group Block Enhancements

0 commit comments

Comments
 (0)