diff --git a/lib/enqueue-scripts.php b/lib/enqueue-scripts.php index b6cfbd23d..aa825195c 100755 --- a/lib/enqueue-scripts.php +++ b/lib/enqueue-scripts.php @@ -36,7 +36,7 @@ function novablocks_admin_init() { 'nova-blocks-js', novablocks_get_plugin_url() . $block_path, $script_dependencies, - '1.5.3', + '1.5.4', true ); @@ -52,7 +52,7 @@ function novablocks_admin_init() { 'nova-blocks-editor-css', novablocks_get_plugin_url() . $style_path, array(), - '1.5.3' + '1.5.4' ); } add_action( 'admin_init', 'novablocks_admin_init' ); @@ -71,7 +71,7 @@ function novablocks_enqueue_assets() { 'nova-blocks', novablocks_get_plugin_url() . $style_path, array(), - '1.5.3' + '1.5.4' ); wp_style_add_data( 'nova-blocks', 'rtl', 'replace' ); @@ -137,7 +137,7 @@ function novablocks_enqueue_frontend_assets() { 'nova-blocks-frontend', novablocks_get_plugin_url() . $block_path, $script_dependencies, - '1.5.3', + '1.5.4', true ); } diff --git a/nova-blocks.php b/nova-blocks.php index 4c7302d17..f0526dd53 100644 --- a/nova-blocks.php +++ b/nova-blocks.php @@ -3,7 +3,7 @@ * 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: 1.5.3 + * Version: 1.5.4 * Author: Pixelgrade * Author URI: https://www.pixelgrade.com * Text Domain: __plugin_txtd diff --git a/package.json b/package.json index 27fc877ea..5af7cbe3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nova-blocks", - "version": "1.5.3", + "version": "1.5.4", "main": "blocks/index.js", "license": "GPL-3.0+", "scripts": { diff --git a/readme.txt b/readme.txt index 97aabc1c2..500cbd102 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Blocks, editor, gutenberg, gutenberg blocks, page builder, block enabled, Requires at least: 5.2.2 Tested up to: 5.4.2 Requires PHP: 5.4.0 -Stable tag: 1.5.3 +Stable tag: 1.5.4 License: GPL v2.0 (or later) License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +94,13 @@ Yes! Nova Block's core features are free to use. == Changelog == += 1.5.4 = +* Fix Media Card Constellation block Image Resizing and Image Position options +* Fix buttons alignment inside Cards Collection when using Content Alignment option +* Reduce size of placeholder images fetched from Unsplash on Slideshow Me the Way +* Load Posts Collection block only for themes which support this block +* Allow the accent colour of the map to be updated after the a block was saved to a page + = 1.5.3 = * Add caption and description to Media Card and Gallery of the stars images * Add toggle to hide content of the Hero block