Skip to content

Commit fe5801e

Browse files
committed
chore(release): 3.1.5
##### [Version 3.1.5](v3.1.4...v3.1.5) (2026-02-27) - Added title for Close button from the Popup block - Fixed issue when form validation was not appearing when you click on the Submit button - Fixed issue with Team Members Pattern having errors in the mobile preview - Fixed issue with assets not being enqueued for block template parts - Fixed issue where WP Enlarge on click option was not working when using Otters animations - Fixed Visibility conditions that were not applied to 767px and 768px screens - Fixed tabs broken on mobile view - Enhanced security
1 parent bdf5265 commit fe5801e

File tree

16 files changed

+53
-26
lines changed

16 files changed

+53
-26
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
##### [Version 3.1.5](https://github.com/Codeinwp/otter-blocks/compare/v3.1.4...v3.1.5) (2026-02-27)
2+
3+
- Added title for Close button from the Popup block
4+
- Fixed issue when form validation was not appearing when you click on the Submit button
5+
- Fixed issue with Team Members Pattern having errors in the mobile preview
6+
- Fixed issue with assets not being enqueued for block template parts
7+
- Fixed issue where WP Enlarge on click option was not working when using Otters animations
8+
- Fixed Visibility conditions that were not applied to 767px and 768px screens
9+
- Fixed tabs broken on mobile view
10+
- Enhanced security
11+
112
##### [Version 3.1.4](https://github.com/Codeinwp/otter-blocks/compare/v3.1.3...v3.1.4) (2025-12-12)
213

314
- Updated dependencies

composer.json

Lines changed: 1 addition & 1 deletion
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": "3.1.4",
5+
"version": "3.1.5",
66
"repositories":[
77
{
88
"type":"composer",

otter-blocks.php

Lines changed: 2 additions & 2 deletions
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: 3.1.4
10+
* Version: 3.1.5
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', __DIR__ );
29-
define( 'OTTER_BLOCKS_VERSION', '3.1.4' );
29+
define( 'OTTER_BLOCKS_VERSION', '3.1.5' );
3030
define( 'OTTER_BLOCKS_PRO_SUPPORT', true );
3131
define( 'OTTER_BLOCKS_SHOW_NOTICES', false );
3232
define( 'OTTER_PRODUCT_SLUG', basename( OTTER_BLOCKS_PATH ) );

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

plugins/blocks-animation/blocks-animation.php

Lines changed: 1 addition & 1 deletion
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: 3.1.4
13+
* Version: 3.1.5
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

plugins/blocks-animation/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 6.2
55
**Tested up to:** 6.9
66
**Requires PHP:** 5.4
7-
**Stable tag:** 3.1.4
7+
**Stable tag:** 3.1.5
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

plugins/blocks-animation/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, block, block editor, editor, animation, animations, animate, st
44
Requires at least: 6.2
55
Tested up to: 6.9
66
Requires PHP: 5.4
7-
Stable tag: 3.1.4
7+
Stable tag: 3.1.5
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

plugins/blocks-css/blocks-css.php

Lines changed: 1 addition & 1 deletion
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: 3.1.4
13+
* Version: 3.1.5
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

plugins/blocks-css/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 6.2
55
**Tested up to:** 6.9
66
**Requires PHP:** 5.4
7-
**Stable tag:** 3.1.4
7+
**Stable tag:** 3.1.5
88
**License:** GPLv3
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1010

0 commit comments

Comments
 (0)