Skip to content

Commit bb9749c

Browse files
committed
woorelease: Product version bump update
1 parent 18dc896 commit bb9749c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

google-listings-and-ads.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Google for WooCommerce
44
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
55
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
6-
* Version: 3.4.1
6+
* Version: 3.4.2
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com/
99
* Text Domain: google-listings-and-ads
@@ -33,7 +33,7 @@
3333

3434
defined( 'ABSPATH' ) || exit;
3535

36-
define( 'WC_GLA_VERSION', '3.4.1' ); // WRCS: DEFINED_VERSION.
36+
define( 'WC_GLA_VERSION', '3.4.2' ); // WRCS: DEFINED_VERSION.
3737
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
3838
define( 'WC_GLA_MIN_WC_VER', '9.7' );
3939

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "google-listings-and-ads",
33
"title": "Google for WooCommerce",
4-
"version": "3.4.1",
4+
"version": "3.4.2",
55
"description": "Google for WooCommerce",
66
"author": "Automattic",
77
"license": "GPL-3.0-or-later",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 6.6
55
Tested up to: 6.8
66
Requires PHP: 7.4
77
Requires PHP Architecture: 64 Bits
8-
Stable tag: 3.4.1
8+
Stable tag: 3.4.2
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

src/Admin/SystemStatusService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Class SystemStatusService
1616
* This class adds Google for WooCommerce information to the WooCommerce System Status Report
1717
*
18-
* @since x.x.x
18+
* @since 3.4.2
1919
* @package Automattic\WooCommerce\GoogleListingsAndAds\Admin
2020
*/
2121
class SystemStatusService implements Service, Registerable {

0 commit comments

Comments
 (0)