Skip to content

Commit af9b2a0

Browse files
committed
chore(release): 3.0.12
##### [Version 3.0.12](v3.0.11...v3.0.12) (2025-05-27) - Updated dependencies
1 parent eb540ad commit af9b2a0

File tree

16 files changed

+48
-45
lines changed

16 files changed

+48
-45
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 3.0.12](https://github.com/Codeinwp/otter-blocks/compare/v3.0.11...v3.0.12) (2025-05-27)
2+
3+
- Updated dependencies
4+
15
##### [Version 3.0.11](https://github.com/Codeinwp/otter-blocks/compare/v3.0.10...v3.0.11) (2025-04-16)
26

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

plugins/blocks-animation/readme.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
# Blocks Animation: CSS Animations for Gutenberg Blocks
2-
1+
# Blocks Animation: CSS Animations for Gutenberg Blocks #
32
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/), [mariamunteanu1](https://profiles.wordpress.org/mariamunteanu1/)
43
**Tags:** gutenberg, block, block editor, editor, animation, animations, animate, styles, block animations
54
**Requires at least:** 6.2
65
**Tested up to:** 6.8
76
**Requires PHP:** 5.4
8-
**Stable tag:** 3.0.11
7+
**Stable tag:** 3.0.12
98
**License:** GPLv3
10-
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
9+
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1110

1211
Blocks Animation allows you to add CSS Animations to all of your Gutenberg blocks in the most elegant way.
1312

14-
## Description
13+
## Description ##
14+
1515

1616
Blocks Animation allows you to add CSS Animations to all of your Gutenberg blocks in the most elegant way.
1717

1818
The UI for Blocks Animation feels so native and intuitive, you won't even notice it's installed. Just install, and you will see animation settings in all the blocks, right in the Block Settings Sidebar.
1919

2020
All the code and sources for this plugin are publicly available as part of https://github.com/Codeinwp/otter-blocks.
2121

22-
## Screenshots
22+
## Screenshots ##
2323

2424
1. Block Animations
2525

26-
## Changelog
26+
27+
## Changelog ##
2728

2829
You can check the changelog [here.](https://github.com/Codeinwp/otter-blocks/blob/master/CHANGELOG.md)

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.8
66
Requires PHP: 5.4
7-
Stable tag: 3.0.11
7+
Stable tag: 3.0.12
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.0.11
13+
* Version: 3.0.12
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

plugins/blocks-css/readme.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
# Blocks CSS: CSS Editor for Gutenberg Blocks
2-
1+
# Blocks CSS: CSS Editor for Gutenberg Blocks #
32
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani/)
43
**Tags:** gutenberg, block, css, css editor, blocks css
5-
**Requires at least:** 6.2
4+
**Requires at least:** 6.2
65
**Tested up to:** 6.8
7-
**Requires PHP:** 5.4
8-
**Stable tag:** 3.0.11
9-
**License:** GPLv3
10-
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
6+
**Requires PHP:** 5.4
7+
**Stable tag:** 3.0.12
8+
**License:** GPLv3
9+
**License URI:** https://www.gnu.org/licenses/gpl-3.0.en.html
1110

1211
Blocks CSS allows you add custom CSS to your Blocks straight from the Block Editor (Gutenberg).
1312

14-
## Description
13+
## Description ##
1514

1615
Blocks CSS allows you add custom CSS to your Blocks straight from the Block Editor (Gutenberg).
1716

1817
It adds a syntax-highlighted CSS Editor where you can add additional CSS to your Gutenberg Blocks to style them the way you want.
1918

2019
All the code and sources for this plugin are publicly available as part of https://github.com/Codeinwp/otter-blocks.
2120

22-
## Screenshots
21+
## Screenshots ##
2322

2423
1. CSS Editor
2524
2. CSS Editor
2625

27-
## Changelog
26+
## Changelog ##
2827

2928
You can check the changelog [here.](https://github.com/Codeinwp/otter-blocks/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)