From 6bf61d2350b6c896499fe6ce5e3aeee2d8544f9f Mon Sep 17 00:00:00 2001 From: Vlad Olaru Date: Fri, 6 May 2022 11:09:36 +0300 Subject: [PATCH] Changelog and version bump to 2.0.1 --- nova-blocks.php | 6 +++--- readme.txt | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/nova-blocks.php b/nova-blocks.php index 8540b0400..053d366a9 100644 --- a/nova-blocks.php +++ b/nova-blocks.php @@ -3,14 +3,14 @@ * 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.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 @@ -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. diff --git a/readme.txt b/readme.txt index 2eef3cd18..4222390f8 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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