Skip to content

Commit d1794e9

Browse files
committed
chore(release): 3.0.9
##### [Version 3.0.9](v3.0.8...v3.0.9) (2025-01-16) - Fixed compatibility with WordPress 6.7, causing images to display incorrectly in the front-end
1 parent 3a0e985 commit d1794e9

File tree

10 files changed

+17
-13
lines changed

10 files changed

+17
-13
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.9](https://github.com/Codeinwp/otter-blocks/compare/v3.0.8...v3.0.9) (2025-01-16)
2+
3+
- Fixed compatibility with WordPress 6.7, causing images to display incorrectly in the front-end
4+
15
##### [Version 3.0.8](https://github.com/Codeinwp/otter-blocks/compare/v3.0.7...v3.0.8) (2024-11-28)
26

37
- Adds Template Cloud integration

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.8",
5+
"version": "3.0.9",
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.8
10+
* Version: 3.0.9
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.8' );
29+
define( 'OTTER_BLOCKS_VERSION', '3.0.9' );
3030
define( 'OTTER_BLOCKS_PRO_SUPPORT', true );
3131
define( 'OTTER_BLOCKS_SHOW_NOTICES', false );
3232

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.8",
3+
"version": "3.0.9",
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.8
13+
* Version: 3.0.9
1414
* Author: ThemeIsle
1515
* Author URI: https://themeisle.com
1616
* License: GPL-3.0+

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

plugins/otter-pro/otter-pro.php

Lines changed: 2 additions & 2 deletions
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: 3.0.8
10+
* Version: 3.0.9
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', '3.0.8' );
31+
define( 'OTTER_PRO_VERSION', '3.0.9' );
3232

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

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ The Patterns have been designed to make it easier for you to build your site usi
365365

366366
## Changelog ##
367367

368-
##### [Version 3.0.8](https://github.com/Codeinwp/otter-blocks/compare/v3.0.7...v3.0.8) (2024-11-28)
368+
##### [Version 3.0.9](https://github.com/Codeinwp/otter-blocks/compare/v3.0.8...v3.0.9) (2025-01-16)
369369

370-
- Adds Template Cloud integration
370+
- Fixed compatibility with WordPress 6.7, causing images to display incorrectly in the front-end
371371

372372

373373

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ The Patterns have been designed to make it easier for you to build your site usi
365365

366366
== Changelog ==
367367

368-
##### [Version 3.0.8](https://github.com/Codeinwp/otter-blocks/compare/v3.0.7...v3.0.8) (2024-11-28)
368+
##### [Version 3.0.9](https://github.com/Codeinwp/otter-blocks/compare/v3.0.8...v3.0.9) (2025-01-16)
369369

370-
- Adds Template Cloud integration
370+
- Fixed compatibility with WordPress 6.7, causing images to display incorrectly in the front-end
371371

372372

373373

0 commit comments

Comments
 (0)