Skip to content

Commit

Permalink
Changelog and version bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed May 6, 2022
1 parent e852628 commit 6bf61d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions nova-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* 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.0.0
* Version: 2.0.1
* Author: Pixelgrade
* Author URI: https://www.pixelgrade.com
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: __plugin_txtd
* Requires at least: 5.9
* Tested up to: 5.9.0
* Tested up to: 5.9.4
* Requires PHP: 7.1
* GitHub Plugin URI: pixelgrade/nova-blocks
* Release Asset: true
Expand All @@ -29,7 +29,7 @@
exit;
}

define( 'Pixelgrade\NovaBlocks\VERSION', '2.0.0' );
define( 'Pixelgrade\NovaBlocks\VERSION', '2.0.1' );

/**
* Gets this plugin's directory file path.
Expand Down
10 changes: 6 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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: 5.9.3
Stable tag: 2.0.0
Tested up to: 5.9.4
Stable tag: 2.0.1
Requires PHP: 7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -97,13 +97,15 @@ Yes! Nova Block's core features are free to use.
= 2.0.1 =
* Ensure blocks full compatibility with other custom post types (e.g. WooCommerce products)
* Minor improvements and fixes for the integration with the Style Manager plugin and its Color and Fonts Systems
* Blocks interface improvements and fixes
* Fixes for the google-map block
* General blocks interface improvements and fixes
* Improvements and fixes for the google-map block
* Improve global spacing styling
* Improvements and fixes for the carousel styles
* Improvements and fixes for the header block
* Improve masonry layouts styling for Cards Collection blocks
* Fixes for the sharing popup colors
* Fixes for card button alignment
* Fixes for the OpenTable block
* Update blocks interface copy
* Ensure compatibility with the latest Gutenberg version

Expand Down

0 comments on commit 6bf61d2

Please sign in to comment.