Skip to content

Commit

Permalink
woorelease: Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Yu-Hsun Lin authored and Ian Yu-Hsun Lin committed Aug 6, 2024
1 parent 464e264 commit 5b7bc49
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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 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
Expand All @@ -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' );

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,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",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/API/Google/AdsCampaignLabel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 5b7bc49

Please sign in to comment.