Skip to content

Commit

Permalink
Version bump to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Oct 25, 2022
1 parent 211ee93 commit deb5cc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions nova-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* 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.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
*
Expand All @@ -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.
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit deb5cc4

Please sign in to comment.