Skip to content

Commit bf85e5f

Browse files
committed
chore(release): 2.4.1
##### [Version 2.4.1](v2.4.0...v2.4.1) (2023-10-25) ### New Features - **Live Search Extension Asset Loading**: Now allows you to load assets required for live search with a hook. - **Rank Math Compatibility**: Added support for Rank Maths internal links detection in Posts Block. ### Improvements - **Enhancement for Tabs Block**: Makes it easier to switch between tabs in the editor. - **Decrease Delay in Dashboard Options**: This PR decreases the delay in enabling/disabling dashboard options. - **State Consistency for Dashboard Buttons**: Improved the state consistency of buttons in the Dashboard. - **Typography Control Enhancements**: Made enhancements to typography controls for better user experience. - **Black Friday Preparations**: Getting set for upcoming Black Friday updates. ### Bug Fixes - **Widget Assets**: Fixed the issue where assets for widgets appeared even in pages where the asset doesn’t exist. - **Typing Animation Cursor Color**: Addressed the issue with the typing animation cursor color not being correct. - **Build Files Placement**: Resolved the problem of build files being added to unnecessary places.
1 parent 6967f6e commit bf85e5f

File tree

10 files changed

+91
-22
lines changed

10 files changed

+91
-22
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
##### [Version 2.4.1](https://github.com/Codeinwp/otter-blocks/compare/v2.4.0...v2.4.1) (2023-10-25)
2+
3+
### New Features
4+
- **Live Search Extension Asset Loading**: Now allows you to load assets required for live search with a hook.
5+
- **Rank Math Compatibility**: Added support for Rank Maths internal links detection in Posts Block.
6+
7+
### Improvements
8+
- **Enhancement for Tabs Block**: Makes it easier to switch between tabs in the editor.
9+
- **Decrease Delay in Dashboard Options**: This PR decreases the delay in enabling/disabling dashboard options.
10+
- **State Consistency for Dashboard Buttons**: Improved the state consistency of buttons in the Dashboard.
11+
- **Typography Control Enhancements**: Made enhancements to typography controls for better user experience.
12+
- **Black Friday Preparations**: Getting set for upcoming Black Friday updates.
13+
14+
### Bug Fixes
15+
- **Widget Assets**: Fixed the issue where assets for widgets appeared even in pages where the asset doesn’t exist.
16+
- **Typing Animation Cursor Color**: Addressed the issue with the typing animation cursor color not being correct.
17+
- **Build Files Placement**: Resolved the problem of build files being added to unnecessary places.
18+
119
#### [Version 2.4.0](https://github.com/Codeinwp/otter-blocks/compare/v2.3.4...v2.4.0) (2023-09-21)
220

321
- Introducing Otter AI Block With Form AI & Content AI Support

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": "2.4.0",
5+
"version": "2.4.1",
66
"require-dev": {
77
"squizlabs/php_codesniffer": "^3.3",
88
"wp-coding-standards/wpcs": "^1",

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: 2.4.0
10+
* Version: 2.4.1
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.4.0' );
29+
define( 'OTTER_BLOCKS_VERSION', '2.4.1' );
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": "2.4.0",
3+
"version": "2.4.1",
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: 2.4.0
13+
* Version: 2.4.1
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: 2.4.0
13+
* Version: 2.4.1
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: 2.4.0
10+
* Version: 2.4.1
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.4.0' );
31+
define( 'OTTER_PRO_VERSION', '2.4.1' );
3232

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

readme.md

Lines changed: 43 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,24 @@ Otter is a Gutenberg Blocks page builder plugin that adds extra functionality to
1616

1717
## Quick Links 🔗
1818

19-
- Want to see Otter blocks in action before installing? [SEE OTTER BLOCKS DEMO](https://demo.themeisle.com/otter-blocks/?utm_source=wpadmin&utm_medium=readme&utm_campaign=otter-blocks)
19+
- Do you want to see Otter blocks in action before installing? [SEE OTTER BLOCKS DEMO](https://demo.themeisle.com/otter-blocks/?utm_source=wpadmin&utm_medium=readme&utm_campaign=otter-blocks)
2020
- New to the Gutenberg Blocks ecosystem? Check out our article on [GUTENBERG EXPLAINED](https://themeisle.com/blog/gutenberg-blocks-explained/)
2121
- Need any help with setup? Checkout our [DOCUMENTATION](https://docs.themeisle.com/article/1478-otter-blocks-documentation)
2222
- Interested in Otter Pro? Here are more details about [OTTER PRO](https://themeisle.com/plugins/otter-blocks/upgrade/?utm_source=wpadmin&utm_medium=readme&utm_campaign=otter-blocks)
2323

2424
## With Otter Blocks, You Get Access To
2525

26-
- 23+ extra blocks for Gutenberg
26+
- 26+ extra blocks for Gutenberg
2727
- Collection of Patterns
2828
- Visibility Conditions
2929
- Custom CSS
3030
- Animations and more
3131

3232
For all blocks including third-party blocks present on your website.
3333

34-
The Custom CSS block feature makes it possible to directly customize the CSS properties of any Gutenberg block on the page, while the Animation feature makes it quick and easy to add animations to any block to enhance the appeal of your different page blocks and sections. With the Visibility Conditions feature by Otter, you can set which conditions should be met for your chosen blocks to be displayed on the page.
34+
The Custom CSS block feature makes it possible to directly customize the CSS properties of any Gutenberg block on the page, while the Animation feature makes it quick and easy to add animations to any block to enhance the appeal of your different page blocks and sections.
35+
36+
With the Visibility Conditions feature by Otter, you can set which conditions should be met for your chosen blocks to be displayed on the page.
3537

3638
Patterns Library, contains a range of different elements in a variety of styles to help you build great pages. All of your website’s most important areas are covered: headers, testimonials, pricing tables, sections and more.
3739

@@ -42,7 +44,7 @@ https://www.youtube.com/watch?v=WcS2Vi4IOYw
4244

4345
### A WordPress Gutenberg Blocks Plugin
4446

45-
Otter adds 23+ amazing and useful blocks to make page building in Gutenberg a breeze!
47+
Otter adds 26+ amazing and useful blocks to make page building in Gutenberg a breeze!
4648

4749
More than just blocks, you need advanced customisation options to give you control over style and appearance. With Otter, you’ve got it all.
4850

@@ -67,17 +69,20 @@ Want to show certain blocks only when a user is Logged in or Logged Out? How abo
6769
- WooCommerce Products in Cart
6870
- WooCommerce Total Spent
6971
- WooCommerce Cart Total
72+
- Cookie-based
7073
- And more
7174

7275
### A WordPress Gutenberg Blocks Animation Plugin
7376

74-
WOW your website visitors with amazing animations that can be added to any block on the page. With over 50+ animations available to choose from; Otter makes it possible to add some extra flare to any post or page on your website
77+
WOW, your website visitors with amazing animations that can be added to any block on the page. With over 50+ animations available to choose from; Otter makes it possible to add some extra flare to any post or page on your website
7578

7679
### A WordPress Gutenberg Popup Plugin
7780

78-
Popups are one of the oldest lead-capturing and notice-conveying techniques on the web. With the Gutenberg Popup Block available in Otter, you can create popups made from any other block available in Gutenberg! Fine-tune your popup by setting when they should appear and how they can be closed.
81+
Popups are one of the oldest lead-capturing and notice-conveying techniques on the web. With the Gutenberg Popup Block available in Otter, you can create popups made from any other block available in Gutenberg!
82+
83+
Fine-tune your popups by setting when they should appear and how they can be closed. With our popup block, you gain access to multiple triggers such as on load, on exit, on anchor click, and on scroll.
7984

80-
With our popup block, you gain access to multiple triggers such as on load, on exit, on anchor click, and on scroll. Additionally, you can design your popup with custom overlays to align with your brand identity and capture more attention. [Check live demo](https://demo.themeisle.com/otter-blocks/popup/)
85+
Additionally, you can design your popup with custom overlays to align with your brand identity and capture more attention. [Check live demo](https://demo.themeisle.com/otter-blocks/popup/)
8186

8287
### Global Defaults for Otter's Blocks
8388

@@ -119,7 +124,7 @@ Counting down to a big event? Show it by making use of these Gutenberg blocks. C
119124

120125
#### Contact Form Gutenberg Block [FREE]
121126

122-
Quickly and easily insert a contact form anywhere on the page. Optionally, turn the form into a lead-generating machine by integrating it with Brevo(Sendinblue) or Mailchimp. [Check live demo](https://demo.themeisle.com/otter-blocks/form/)
127+
Quickly and easily insert a contact form anywhere on the page. Optionally, turn the form into a lead-generating machine by integrating it with Brevo(Sendinblue) or Mailchimp. Plus, streamline data management with webhook integration and ensure enhanced security with hCaptcha integration. [Check live demo](https://demo.themeisle.com/otter-blocks/form/)
123128

124129
#### Masonry Gallery Gutenberg Block [FREE]
125130

@@ -133,6 +138,10 @@ Use this block to insert items from posts, pages and custom post types into the
133138

134139
Blogging about a product you love? Or maybe you run a review website? Use this block to create a review table for the item and list its features, pros and cons as well as optional buy links. [Check live demo](https://demo.themeisle.com/otter-blocks/product-review/)
135140

141+
#### AI Block [FREE]
142+
143+
Step inside the AI Block, your gateway to effortless content and form creation, all powered by AI. With the AI Content Generator, crafting text, dynamic headings, and insightful paragraphs is a breeze, while the AI Form Generator simplifies building forms. It's your all-in-one solution for seamless work — everything you need with AI, neatly packed into a single block.
144+
136145
#### Service Gutenberg Block [FREE]
137146

138147
Use this block to list your business services with an optional button to lead to more details. [Check live demo](https://demo.themeisle.com/otter-blocks/service/)
@@ -145,9 +154,9 @@ Use this block to quickly create beautiful pricing tables for your services/prod
145154

146155
Display your customer reviews on any post or page using Otter's Gutenberg Testimonial Block.
147156

148-
#### About Author Gutenberg Block [FREE]
157+
#### Stripe Checkout [FREE]
149158

150-
The About Author Gutenberg block allows editors to add their bio at the end of the blog posts that they publish.
159+
This block will be very useful if you want to sell a couple of products without setting up a whole store, such as ebooks, some licenses, etc.
151160

152161
#### Icon Gutenberg Block [FREE]
153162

@@ -204,12 +213,12 @@ With [Otter Pro](https://themeisle.com/plugins/otter-blocks/upgrade/?utm_source=
204213
- More Visibility Conditions options
205214
- and more!
206215

207-
You can try a live demo of Otter Pro [by clicking here](https://themeisle.com/plugins/otter-blocks/try-otter/?utm_source=wpadmin&utm_medium=readme&utm_campaign=otter-blocks).
216+
You can try a live demo of Otter Blocks - no setup required. [Click here](https://themeisle.com/plugins/otter-blocks/try-otter/?utm_source=wpadmin&utm_medium=readme&utm_campaign=otter-blocks) to try it out.
208217

209218
## Who is Otter For? 👀
210219

211220
- Anyone looking to bring out the best features of the new Gutenberg Editor with useful and easy-to-use Gutenberg blocks.
212-
- Anyone thinking of moving away from traditional page builders like Elementor and Divi Builder in favor of the new Gutenberg Block Editor.
221+
- Anyone thinking of moving away from traditional page builders like Elementor and Divi Builder in favour of the new Gutenberg Block Editor.
213222
- Anyone trying to build quick Gutenberg pages in record time.
214223
- Anyone trying to hide/show Gutenberg blocks based on conditions like user logged in/out status.
215224
- Anyone trying to add animations to Gutenberg blocks.
@@ -230,7 +239,7 @@ Otter opens up a world of opportunities! Discover how different audience segment
230239

231240
- **Content Creators and Digital Product Sellers:** Stripe checkout gutenberg block offers a convenient way to sell digital products, such as e-books, online courses, software licenses, or digital artwork, without the need to set up a full-fledged online store. By integrating this block, you can provide a streamlined and secure checkout experience to customers.
232241

233-
- **Product Reviewers:** Create informative and attractive product review comparisons with Review Comparison Table, helping users make informed decisions.
242+
- **Product Reviewers:** Create informative and attractive product review comparisons with a Review Comparison Table, helping users make informed decisions.
234243

235244
- **Restaurant Owners:** Display your business hours in a stylish format using Business Hours blocks, making it easy for customers to find you.
236245

@@ -308,6 +317,27 @@ The Patterns have been designed to make it easier for you to build your site usi
308317

309318
## Changelog ##
310319

320+
##### [Version 2.4.1](https://github.com/Codeinwp/otter-blocks/compare/v2.4.0...v2.4.1) (2023-10-25)
321+
322+
### New Features
323+
- **Live Search Extension Asset Loading**: Now allows you to load assets required for live search with a hook.
324+
- **Rank Math Compatibility**: Added support for Rank Maths internal links detection in Posts Block.
325+
326+
### Improvements
327+
- **Enhancement for Tabs Block**: Makes it easier to switch between tabs in the editor.
328+
- **Decrease Delay in Dashboard Options**: This PR decreases the delay in enabling/disabling dashboard options.
329+
- **State Consistency for Dashboard Buttons**: Improved the state consistency of buttons in the Dashboard.
330+
- **Typography Control Enhancements**: Made enhancements to typography controls for better user experience.
331+
- **Black Friday Preparations**: Getting set for upcoming Black Friday updates.
332+
333+
### Bug Fixes
334+
- **Widget Assets**: Fixed the issue where assets for widgets appeared even in pages where the asset doesn’t exist.
335+
- **Typing Animation Cursor Color**: Addressed the issue with the typing animation cursor color not being correct.
336+
- **Build Files Placement**: Resolved the problem of build files being added to unnecessary places.
337+
338+
339+
340+
311341
#### [Version 2.4.0](https://github.com/Codeinwp/otter-blocks/compare/v2.3.4...v2.4.0) (2023-09-21)
312342

313343
- Introducing Otter AI Block With Form AI & Content AI Support

readme.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,27 @@ The Patterns have been designed to make it easier for you to build your site usi
317317

318318
== Changelog ==
319319

320+
##### [Version 2.4.1](https://github.com/Codeinwp/otter-blocks/compare/v2.4.0...v2.4.1) (2023-10-25)
321+
322+
### New Features
323+
- **Live Search Extension Asset Loading**: Now allows you to load assets required for live search with a hook.
324+
- **Rank Math Compatibility**: Added support for Rank Maths internal links detection in Posts Block.
325+
326+
### Improvements
327+
- **Enhancement for Tabs Block**: Makes it easier to switch between tabs in the editor.
328+
- **Decrease Delay in Dashboard Options**: This PR decreases the delay in enabling/disabling dashboard options.
329+
- **State Consistency for Dashboard Buttons**: Improved the state consistency of buttons in the Dashboard.
330+
- **Typography Control Enhancements**: Made enhancements to typography controls for better user experience.
331+
- **Black Friday Preparations**: Getting set for upcoming Black Friday updates.
332+
333+
### Bug Fixes
334+
- **Widget Assets**: Fixed the issue where assets for widgets appeared even in pages where the asset doesn’t exist.
335+
- **Typing Animation Cursor Color**: Addressed the issue with the typing animation cursor color not being correct.
336+
- **Build Files Placement**: Resolved the problem of build files being added to unnecessary places.
337+
338+
339+
340+
320341
#### [Version 2.4.0](https://github.com/Codeinwp/otter-blocks/compare/v2.3.4...v2.4.0) (2023-09-21)
321342

322343
- Introducing Otter AI Block With Form AI & Content AI Support

0 commit comments

Comments
 (0)