Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit cedb330

Browse files
committed
update versions everywhere
1 parent b160dc4 commit cedb330

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@woocommerce/block-library",
33
"title": "WooCommerce Blocks",
44
"author": "Automattic",
5-
"version": "2.4.3",
5+
"version": "2.4.4",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia, aljullu, mikejolley, nerrad, joshuawold
33
Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
44
Requires at least: 5.0
5-
Tested up to: 5.2
5+
Tested up to: 5.3
66
Requires PHP: 5.6
7-
Stable tag: 2.4.3
7+
Stable tag: 2.4.4
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -103,6 +103,9 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
103103
5. WooCommerce Product Blocks in the block inserter menu
104104

105105
== Changelog ==
106+
= 2.4.4 - 2019-10-15 =
107+
108+
- Fix product search widget due to missing home url on the form action.
106109

107110
= 2.4.3 - 2019-10-14 =
108111

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Package {
1919
*
2020
* @var string
2121
*/
22-
const VERSION = '2.4.3';
22+
const VERSION = '2.4.4';
2323

2424
/**
2525
* Stores if init has ran yet.

woocommerce-gutenberg-products-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Plugin Name: WooCommerce Blocks
44
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
55
* Description: WooCommerce blocks for the Gutenberg editor.
6-
* Version: 2.4.3
6+
* Version: 2.4.4
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
1010
* WC requires at least: 3.6
11-
* WC tested up to: 3.7
11+
* WC tested up to: 3.8
1212
*
1313
* @package WooCommerce\Blocks
1414
* @internal This file is only used when running the REST API as a feature plugin.

0 commit comments

Comments
 (0)