Skip to content

Commit

Permalink
Bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
madalingorbanescu committed Sep 16, 2020
1 parent e5f2aac commit 5c63e5a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand All @@ -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' );
Expand All @@ -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' );
Expand Down Expand Up @@ -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
);
}
Expand Down
2 changes: 1 addition & 1 deletion nova-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 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: 1.5.3
* Version: 1.5.4
* Author: Pixelgrade
* Author URI: https://www.pixelgrade.com
* Text Domain: __plugin_txtd
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nova-blocks",
"version": "1.5.3",
"version": "1.5.4",
"main": "blocks/index.js",
"license": "GPL-3.0+",
"scripts": {
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 5c63e5a

Please sign in to comment.