Skip to content

Commit

Permalink
Bump version to 2.1.2 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
razwan committed Jun 17, 2022
1 parent 05c9640 commit f51bf5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nova-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Nova Blocks
* Plugin URI: https://github.com/pixelgrade/nova-blocks/
* 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.
* Version: 2.1.1
* Version: 2.1.2
* Author: Pixelgrade
* Author URI: https://www.pixelgrade.com
* License: GPLv2 or later
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f51bf5e

Please sign in to comment.