diff --git a/nova-blocks.php b/nova-blocks.php index 1d3b765c..09a9dc38 100644 --- a/nova-blocks.php +++ b/nova-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: Nova Blocks * Plugin URI: https://github.com/pixelgrade/nova-blocks/ * Description: Nova Blocks is a collection of distinctive Gutenberg blocks, 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. - * Version: 2.1.1 + * Version: 2.1.2 * Author: Pixelgrade * Author URI: https://www.pixelgrade.com * License: GPLv2 or later @@ -29,7 +29,7 @@ exit; } -define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.1' ); +define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.2' ); /** * Gets this plugin's directory file path. diff --git a/package.json b/package.json index 68cd9ede..a30ed82c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nova-blocks", - "version": "2.1.1", + "version": "2.1.2", "description": "A collection of WordPress blocks infused with Pixelgrade's special sauce.", "main": "blocks/index.js", "private": false, diff --git a/readme.txt b/readme.txt index 5faa340d..a596a6d2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: pixelgrade, vlad.olaru, babbardel, razvanonofrei, gorby31 Tags: blocks, editor, gutenberg, gutenberg blocks, page builder, block enabled, page building, full site editing, site editor, posts collection Requires at least: 5.9 Tested up to: 6.0.0 -Stable tag: 2.1.1 +Stable tag: 2.1.2 Requires PHP: 7.1 License: GPLv2 or later 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. == Changelog == += 2.1.2 = +* Add the ability to preview the scrolling effect set for supernova blocks inside the editor +* Add the block appender to the novablocks/supernova-item block for easier inner blocks insertion +* Add support for custom id and classnames for supernova and supernova-item blocks +* Fix header foreground color when overlapping colorful blocks +* Fix header block animation on scroll in Safari + = 2.1.1 = * Fix Supernova block controlling its innerBlocks count and their attributes * Fix shapes generated by ShapeModeling component; remove animations from editor