From 5b7bc49e801a11e649256057d1af3750f8e66a84 Mon Sep 17 00:00:00 2001 From: Ian Yu-Hsun Lin Date: Tue, 6 Aug 2024 14:12:42 +0800 Subject: [PATCH] woorelease: Product version bump update --- google-listings-and-ads.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- src/API/Google/AdsCampaignLabel.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/google-listings-and-ads.php b/google-listings-and-ads.php index 10857a31bd..fd5226ac3a 100644 --- a/google-listings-and-ads.php +++ b/google-listings-and-ads.php @@ -3,7 +3,7 @@ * Plugin Name: Google for WooCommerce * Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/ * Description: Native integration with Google that allows merchants to easily display their products across Google’s network. - * Version: 2.8.0 + * Version: 2.8.1 * Author: WooCommerce * Author URI: https://woocommerce.com/ * Text Domain: google-listings-and-ads @@ -30,7 +30,7 @@ defined( 'ABSPATH' ) || exit; -define( 'WC_GLA_VERSION', '2.8.0' ); // WRCS: DEFINED_VERSION. +define( 'WC_GLA_VERSION', '2.8.1' ); // WRCS: DEFINED_VERSION. define( 'WC_GLA_MIN_PHP_VER', '7.4' ); define( 'WC_GLA_MIN_WC_VER', '6.9' ); diff --git a/package-lock.json b/package-lock.json index afc2dd60fb..c59dc343ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "google-listings-and-ads", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 47d2e1b0d7..4a41074273 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-listings-and-ads", "title": "Google for WooCommerce", - "version": "2.8.0", + "version": "2.8.1", "description": "Google for WooCommerce", "author": "Automattic", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index 1feb48c13a..965697d639 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 5.9 Tested up to: 6.6 Requires PHP: 7.4 Requires PHP Architecture: 64 Bits -Stable tag: 2.8.0 +Stable tag: 2.8.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/src/API/Google/AdsCampaignLabel.php b/src/API/Google/AdsCampaignLabel.php index 40b58bffc2..c7ac7ed675 100644 --- a/src/API/Google/AdsCampaignLabel.php +++ b/src/API/Google/AdsCampaignLabel.php @@ -19,7 +19,7 @@ * Class AdsCampaignLabel * https://developers.google.com/google-ads/api/docs/reporting/labels * - * @since x.x.x + * @since 2.8.1 * * @package Automattic\WooCommerce\GoogleListingsAndAds\API\Google */