Skip to content

Commit 51a4dd9

Browse files
committed
chore(release): 2.4.0
#### [Version 2.4.0](v2.3.4...v2.4.0) (2023-09-21) - Introducing Otter AI Block With Form AI & Content AI Support - Added Webhooks Integration to Form Block - Added Hidden Field to Form Block - Circle Counter Block Enhancements - Adding RequestAnimationFrame() to Scroll Sniffing for Better Performance - Added Stripe Field to Form Block - Add Link Target Setting in Product Review Block - Fix Slider Block Image Arrangement Behaving Weirdly - Fix CSS Not Generating When Switching to FSE Theme - Fix Visual Issues in Section’s Background & Overlay Controls - Fix Box Shadow Not Changing on Section Columns - Fix Block Settings Panel Being Visible for Non-Admins - Fix Form Block Not Saving Changes in FSE Templates - Fix Multiple Otter Notices Appearing at Once - Various Small Fixes
1 parent 2fcf603 commit 51a4dd9

File tree

10 files changed

+69
-9
lines changed

10 files changed

+69
-9
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
#### [Version 2.4.0](https://github.com/Codeinwp/otter-blocks/compare/v2.3.4...v2.4.0) (2023-09-21)
2+
3+
- Introducing Otter AI Block With Form AI & Content AI Support
4+
- Added Webhooks Integration to Form Block
5+
- Added Hidden Field to Form Block
6+
- Circle Counter Block Enhancements
7+
- Adding RequestAnimationFrame() to Scroll Sniffing for Better Performance
8+
- Added Stripe Field to Form Block
9+
- Add Link Target Setting in Product Review Block
10+
- Fix Slider Block Image Arrangement Behaving Weirdly
11+
- Fix CSS Not Generating When Switching to FSE Theme
12+
- Fix Visual Issues in Section’s Background & Overlay Controls
13+
- Fix Box Shadow Not Changing on Section Columns
14+
- Fix Block Settings Panel Being Visible for Non-Admins
15+
- Fix Form Block Not Saving Changes in FSE Templates
16+
- Fix Multiple Otter Notices Appearing at Once
17+
- Various Small Fixes
18+
119
##### [Version 2.3.4](https://github.com/Codeinwp/otter-blocks/compare/v2.3.3...v2.3.4) (2023-08-23)
220

321
- Fix z-index with Shape Divider in Section

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.3.4",
5+
"version": "2.4.0",
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.3.4
10+
* Version: 2.4.0
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.3.4' );
29+
define( 'OTTER_BLOCKS_VERSION', '2.4.0' );
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.3.4",
3+
"version": "2.4.0",
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.3.4
13+
* Version: 2.4.0
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

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.3.4
13+
* Version: 2.4.0
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

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.3.4
10+
* Version: 2.4.0
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.3.4' );
31+
define( 'OTTER_PRO_VERSION', '2.4.0' );
3232

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

readme.md

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

309309
## Changelog ##
310310

311+
#### [Version 2.4.0](https://github.com/Codeinwp/otter-blocks/compare/v2.3.4...v2.4.0) (2023-09-21)
312+
313+
- Introducing Otter AI Block With Form AI & Content AI Support
314+
- Added Webhooks Integration to Form Block
315+
- Added Hidden Field to Form Block
316+
- Circle Counter Block Enhancements
317+
- Adding RequestAnimationFrame() to Scroll Sniffing for Better Performance
318+
- Added Stripe Field to Form Block
319+
- Add Link Target Setting in Product Review Block
320+
- Fix Slider Block Image Arrangement Behaving Weirdly
321+
- Fix CSS Not Generating When Switching to FSE Theme
322+
- Fix Visual Issues in Section’s Background & Overlay Controls
323+
- Fix Box Shadow Not Changing on Section Columns
324+
- Fix Block Settings Panel Being Visible for Non-Admins
325+
- Fix Form Block Not Saving Changes in FSE Templates
326+
- Fix Multiple Otter Notices Appearing at Once
327+
- Various Small Fixes
328+
329+
330+
331+
311332
##### [Version 2.3.4](https://github.com/Codeinwp/otter-blocks/compare/v2.3.3...v2.3.4) (2023-08-23)
312333

313334
- Fix z-index with Shape Divider in Section

readme.txt

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

309309
== Changelog ==
310310

311+
#### [Version 2.4.0](https://github.com/Codeinwp/otter-blocks/compare/v2.3.4...v2.4.0) (2023-09-21)
312+
313+
- Introducing Otter AI Block With Form AI & Content AI Support
314+
- Added Webhooks Integration to Form Block
315+
- Added Hidden Field to Form Block
316+
- Circle Counter Block Enhancements
317+
- Adding RequestAnimationFrame() to Scroll Sniffing for Better Performance
318+
- Added Stripe Field to Form Block
319+
- Add Link Target Setting in Product Review Block
320+
- Fix Slider Block Image Arrangement Behaving Weirdly
321+
- Fix CSS Not Generating When Switching to FSE Theme
322+
- Fix Visual Issues in Section’s Background & Overlay Controls
323+
- Fix Box Shadow Not Changing on Section Columns
324+
- Fix Block Settings Panel Being Visible for Non-Admins
325+
- Fix Form Block Not Saving Changes in FSE Templates
326+
- Fix Multiple Otter Notices Appearing at Once
327+
- Various Small Fixes
328+
329+
330+
331+
311332
##### [Version 2.3.4](https://github.com/Codeinwp/otter-blocks/compare/v2.3.3...v2.3.4) (2023-08-23)
312333

313334
- Fix z-index with Shape Divider in Section

0 commit comments

Comments
 (0)