Skip to content

Commit 7c9177a

Browse files
committed
chore(release): 2.2.0
#### [Version 2.2.0](v2.1.6...v2.2.0) (2023-01-10) - Added Stripe Block - Added hCaptcha Integration - Added Live Search Addon - Added Parameter Based Dynamic Value - Added a Country Location for Dynamic Value & Conditions - Added Cookie-based Block Conditions - Added Copy/Paste-keyboard Shortcuts - Added New Otter Block Icons - Added Image Size Option to Review Block - Added Option to Show Last Updated Date in the Posts Block - Redesigned Global Defaults UI & Block Visibility Controls - Redesigned UI for Block Extensions - Allow Non-standard Characters in Anchor - Allow Description for Product Review Block - Improve Query String-Based Visibility Conditions - Improve Evergreen Countdown - Fix Popup Position Not Being Changed - Fix Popup Width Not Being Responsive on Mobile - Fix Button Group Styles Not Working in FSE Editor - Fix Advanced Heading Margin Control - Fix Lotties Console Error - Fix Slider Block Not Working in RTL - Fix the Form Block Not Working Inside a Popup
1 parent 60d33ed commit 7c9177a

10 files changed

+93
-9
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
#### [Version 2.2.0](https://github.com/Codeinwp/otter-blocks/compare/v2.1.6...v2.2.0) (2023-01-10)
2+
3+
- Added Stripe Block
4+
- Added hCaptcha Integration
5+
- Added Live Search Addon
6+
- Added Parameter Based Dynamic Value
7+
- Added a Country Location for Dynamic Value & Conditions
8+
- Added Cookie-based Block Conditions
9+
- Added Copy/Paste-keyboard Shortcuts
10+
- Added New Otter Block Icons
11+
- Added Image Size Option to Review Block
12+
- Added Option to Show Last Updated Date in the Posts Block
13+
- Redesigned Global Defaults UI & Block Visibility Controls
14+
- Redesigned UI for Block Extensions
15+
- Allow Non-standard Characters in Anchor
16+
- Allow Description for Product Review Block
17+
- Improve Query String-Based Visibility Conditions
18+
- Improve Evergreen Countdown
19+
- Fix Popup Position Not Being Changed
20+
- Fix Popup Width Not Being Responsive on Mobile
21+
- Fix Button Group Styles Not Working in FSE Editor
22+
- Fix Advanced Heading Margin Control
23+
- Fix Lotties Console Error
24+
- Fix Slider Block Not Working in RTL
25+
- Fix the Form Block Not Working Inside a Popup
26+
127
##### [Version 2.1.6](https://github.com/Codeinwp/otter-blocks/compare/v2.1.5...v2.1.6) (2022-12-09)
228

329
- Add option to show Sticky Posts in Posts Block

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

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

readme.md

+29
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,35 @@ You can check Otter documentation [here](https://docs.themeisle.com/article/1478
207207

208208
## Changelog ##
209209

210+
#### [Version 2.2.0](https://github.com/Codeinwp/otter-blocks/compare/v2.1.6...v2.2.0) (2023-01-10)
211+
212+
- Added Stripe Block
213+
- Added hCaptcha Integration
214+
- Added Live Search Addon
215+
- Added Parameter Based Dynamic Value
216+
- Added a Country Location for Dynamic Value & Conditions
217+
- Added Cookie-based Block Conditions
218+
- Added Copy/Paste-keyboard Shortcuts
219+
- Added New Otter Block Icons
220+
- Added Image Size Option to Review Block
221+
- Added Option to Show Last Updated Date in the Posts Block
222+
- Redesigned Global Defaults UI & Block Visibility Controls
223+
- Redesigned UI for Block Extensions
224+
- Allow Non-standard Characters in Anchor
225+
- Allow Description for Product Review Block
226+
- Improve Query String-Based Visibility Conditions
227+
- Improve Evergreen Countdown
228+
- Fix Popup Position Not Being Changed
229+
- Fix Popup Width Not Being Responsive on Mobile
230+
- Fix Button Group Styles Not Working in FSE Editor
231+
- Fix Advanced Heading Margin Control
232+
- Fix Lotties Console Error
233+
- Fix Slider Block Not Working in RTL
234+
- Fix the Form Block Not Working Inside a Popup
235+
236+
237+
238+
210239
##### [Version 2.1.6](https://github.com/Codeinwp/otter-blocks/compare/v2.1.5...v2.1.6) (2022-12-09)
211240

212241
- Add option to show Sticky Posts in Posts Block

readme.txt

+29
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,35 @@ You can check Otter documentation [here](https://docs.themeisle.com/article/1478
207207

208208
== Changelog ==
209209

210+
#### [Version 2.2.0](https://github.com/Codeinwp/otter-blocks/compare/v2.1.6...v2.2.0) (2023-01-10)
211+
212+
- Added Stripe Block
213+
- Added hCaptcha Integration
214+
- Added Live Search Addon
215+
- Added Parameter Based Dynamic Value
216+
- Added a Country Location for Dynamic Value & Conditions
217+
- Added Cookie-based Block Conditions
218+
- Added Copy/Paste-keyboard Shortcuts
219+
- Added New Otter Block Icons
220+
- Added Image Size Option to Review Block
221+
- Added Option to Show Last Updated Date in the Posts Block
222+
- Redesigned Global Defaults UI & Block Visibility Controls
223+
- Redesigned UI for Block Extensions
224+
- Allow Non-standard Characters in Anchor
225+
- Allow Description for Product Review Block
226+
- Improve Query String-Based Visibility Conditions
227+
- Improve Evergreen Countdown
228+
- Fix Popup Position Not Being Changed
229+
- Fix Popup Width Not Being Responsive on Mobile
230+
- Fix Button Group Styles Not Working in FSE Editor
231+
- Fix Advanced Heading Margin Control
232+
- Fix Lotties Console Error
233+
- Fix Slider Block Not Working in RTL
234+
- Fix the Form Block Not Working Inside a Popup
235+
236+
237+
238+
210239
##### [Version 2.1.6](https://github.com/Codeinwp/otter-blocks/compare/v2.1.5...v2.1.6) (2022-12-09)
211240

212241
- Add option to show Sticky Posts in Posts Block

0 commit comments

Comments
 (0)