From deb5cc4c990d3d107213a00476586f3d4f0a4d99 Mon Sep 17 00:00:00 2001 From: Vlad Olaru Date: Tue, 25 Oct 2022 21:33:34 +0300 Subject: [PATCH] Version bump to 2.1.5 --- nova-blocks.php | 8 ++++---- readme.txt | 9 +++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/nova-blocks.php b/nova-blocks.php index c721021c..2b6a0a97 100644 --- a/nova-blocks.php +++ b/nova-blocks.php @@ -3,15 +3,15 @@ * 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.4 + * Version: 2.1.5 * 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: 6.0.1 - * Requires PHP: 7.1 + * Tested up to: 6.0.3 + * Requires PHP: 7.4 * GitHub Plugin URI: pixelgrade/nova-blocks * Release Asset: true * @@ -29,7 +29,7 @@ exit; } -define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.4' ); +define( 'Pixelgrade\NovaBlocks\VERSION', '2.1.5' ); /** * Gets this plugin's directory file path. diff --git a/readme.txt b/readme.txt index e710815c..97429a18 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,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: 6.0.1 -Stable tag: 2.1.4 -Requires PHP: 7.1 +Stable tag: 2.1.5 +Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +94,11 @@ Yes! Nova Block's core features are free to use. == Changelog == += 2.1.5 = +* Fix Supernova query in certain situations. +* Fix PHP warnings. +* Test with the latest WordPress version (6.0.3). + = 2.1.4 = * Add scrolling effect preview for Supernova blocks with carousel layout. * Improve container and content height behavior for blocks with or without Doppler effect.