Skip to content

Commit

Permalink
Release version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkamp committed Apr 29, 2021
1 parent 97bf2ec commit 37dcbb3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
*** WooCommerce Google Listings and Ads Changelog ***

= 0.5.3 - 2021-04-29 =
* Fix - Fix popover width.
* Fix - Fix the giant icon problem in the warning messages.
* Fix - South Korea is only supported for currency KRW.

= 0.5.2 - 2021-04-28 =
* Fix - Consistent i18n domain name.
* Fix - Include Merchant Center beta countries.
Expand Down
4 changes: 2 additions & 2 deletions google-listings-and-ads.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Google Listings and Ads
* Plugin URL: https://woocommerce.com/
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
* Version: 0.5.2
* Version: 0.5.3
* Author: WooCommerce
* Author URI: https://woocommerce.com/
* Text Domain: google-listings-and-ads
Expand All @@ -26,7 +26,7 @@

defined( 'ABSPATH' ) || exit;

define( 'GLA_VERSION', '0.5.2' ); // WRCS: DEFINED_VERSION.
define( 'GLA_VERSION', '0.5.3' ); // WRCS: DEFINED_VERSION.

// Load and initialize the autoloader.
require_once __DIR__ . '/src/Autoloader.php';
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
Expand Up @@ -2,7 +2,7 @@
"name": "google-listings-and-ads",
"title": "Google Listings and Ads",
"license": "GPL-3.0-or-later",
"version": "0.5.2",
"version": "0.5.3",
"description": "google-listings-and-ads",
"repository": {
"type": "git",
Expand Down

0 comments on commit 37dcbb3

Please sign in to comment.