Skip to content

Commit f51bf5e

Browse files
committed
Bump version to 2.1.2 and add changelog
1 parent 05c9640 commit f51bf5e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

nova-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Nova Blocks
44
* Plugin URI: https://github.com/pixelgrade/nova-blocks/
55
* Description: Nova Blocks is a collection of <strong>distinctive Gutenberg blocks</strong>, committed to making your site shine like a newborn star. It is taking a design-driven approach to help you made the right decisions and showcase your content in the best shape.
6-
* Version: 2.1.1
6+
* Version: 2.1.2
77
* Author: Pixelgrade
88
* Author URI: https://www.pixelgrade.com
99
* License: GPLv2 or later
@@ -29,7 +29,7 @@
2929
exit;
3030
}
3131

32-
define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.1' );
32+
define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.2' );
3333

3434
/**
3535
* Gets this plugin's directory file path.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nova-blocks",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A collection of WordPress blocks infused with Pixelgrade's special sauce.",
55
"main": "blocks/index.js",
66
"private": false,

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pixelgrade, vlad.olaru, babbardel, razvanonofrei, gorby31
33
Tags: blocks, editor, gutenberg, gutenberg blocks, page builder, block enabled, page building, full site editing, site editor, posts collection
44
Requires at least: 5.9
55
Tested up to: 6.0.0
6-
Stable tag: 2.1.1
6+
Stable tag: 2.1.2
77
Requires PHP: 7.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -94,6 +94,13 @@ Yes! Nova Block's core features are free to use.
9494

9595
== Changelog ==
9696

97+
= 2.1.2 =
98+
* Add the ability to preview the scrolling effect set for supernova blocks inside the editor
99+
* Add the block appender to the novablocks/supernova-item block for easier inner blocks insertion
100+
* Add support for custom id and classnames for supernova and supernova-item blocks
101+
* Fix header foreground color when overlapping colorful blocks
102+
* Fix header block animation on scroll in Safari
103+
97104
= 2.1.1 =
98105
* Fix Supernova block controlling its innerBlocks count and their attributes
99106
* Fix shapes generated by ShapeModeling component; remove animations from editor

0 commit comments

Comments
 (0)