Skip to content

Commit

Permalink
Bump version to 1.4.3 and update readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
razwan committed Jun 5, 2020
1 parent 087d734 commit 6cc1427
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 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.4.2',
'1.4.3',
true
);

Expand All @@ -52,7 +52,7 @@ function novablocks_admin_init() {
'nova-blocks-editor-css',
novablocks_get_plugin_url() . $style_path,
array(),
'1.4.2'
'1.4.3'
);
}
add_action( 'admin_init', 'novablocks_admin_init' );
Expand All @@ -70,7 +70,7 @@ function novablocks_enqueue_assets() {
'nova-blocks',
novablocks_get_plugin_url() . $style_path,
array(),
'1.4.2'
'1.4.3'
);
}
add_action( 'enqueue_block_assets', 'novablocks_enqueue_assets' );
Expand Down Expand Up @@ -134,7 +134,7 @@ function novablocks_enqueue_frontend_assets() {
'nova-blocks-frontend',
novablocks_get_plugin_url() . $block_path,
$script_dependencies,
'1.4.2',
'1.4.3',
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.4.2
* Version: 1.4.3
* Author: Pixelgrade
* Author URI: https://www.pixelgrade.com
* Text Domain: __plugin_txtd
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.2",
"version": "1.4.3",
"main": "blocks/index.js",
"license": "GPL-3.0+",
"scripts": {
Expand Down
7 changes: 6 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.0
Requires PHP: 5.4.0
Stable tag: 1.4.2
Stable tag: 1.4.3
License: GPL v2.0 (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 ==

= 1.4.3 =
* Add video support for Slideshow Block
* Fix video background autoplay for Hero block on mobile devices
* Fix alignment and display for Slideshow Block in editor

= 1.4.2 =
* Improved labels for Map block options in the editor
* Improved Cards Collection block alignment
Expand Down

0 comments on commit 6cc1427

Please sign in to comment.