From 7356538ef0536480a23b0b17e5d0df0446ed794f Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Thu, 28 Mar 2024 15:28:47 -0400 Subject: [PATCH] Bump version to 1.123.1. --- changelog.txt | 6 ++++++ google-site-kit.php | 4 ++-- readme.txt | 25 +++---------------------- 3 files changed, 11 insertions(+), 24 deletions(-) diff --git a/changelog.txt b/changelog.txt index df831c0cbf1..9eaeb354f07 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ == Changelog == += 1.123.1 = + +**Fixed** + +* Fix a bug in the regional configurationĀ of Consent Mode which caused defaults to be applied globally. See [#8444](https://github.com/google/site-kit-wp/issues/8444). + = 1.123.0 = **Added** diff --git a/google-site-kit.php b/google-site-kit.php index 47c4371054f..14ecdf01a76 100644 --- a/google-site-kit.php +++ b/google-site-kit.php @@ -11,7 +11,7 @@ * Plugin Name: Site Kit by Google * Plugin URI: https://sitekit.withgoogle.com * Description: Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web. - * Version: 1.123.0 + * Version: 1.123.1 * Requires at least: 5.2 * Requires PHP: 5.6 * Author: Google @@ -26,7 +26,7 @@ } // Define most essential constants. -define( 'GOOGLESITEKIT_VERSION', '1.123.0' ); +define( 'GOOGLESITEKIT_VERSION', '1.123.1' ); define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ ); define( 'GOOGLESITEKIT_PHP_MINIMUM', '5.6.0' ); define( 'GOOGLESITEKIT_WP_MINIMUM', '5.2.0' ); diff --git a/readme.txt b/readme.txt index c6aef425836..bf1f71ab7be 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: google Requires at least: 5.2 Tested up to: 6.5 Requires PHP: 5.6 -Stable tag: 1.123.0 +Stable tag: 1.123.1 License: Apache License 2.0 License URI: https://www.apache.org/licenses/LICENSE-2.0 Tags: google, search-console, analytics, adsense, pagespeed-insights @@ -109,29 +109,10 @@ Please create a new topic on our [WordPress.org support forum](https://wordpress == Changelog == -= 1.123.0 = - -**Added** - -* Add Analytics events to AdSense + Analytics success notification. See [#8214](https://github.com/google/site-kit-wp/issues/8214). -* Add a cron task to synchronize the AdSense linked state for GA4 in the background. See [#8049](https://github.com/google/site-kit-wp/issues/8049). - -**Enhanced** - -* Display overlay notification to prompt AdSense + Analytics 4 users to link their accounts. See [#8236](https://github.com/google/site-kit-wp/issues/8236). -* Add a left-hand spinner variant of the `SpinnerButton` component. See [#8163](https://github.com/google/site-kit-wp/issues/8163). -* Add the Audience Segmentation Info Notice as a component in Storybook. See [#8137](https://github.com/google/site-kit-wp/issues/8137). -* Migrate settings from the legacy to the new Analytics module. See [#8082](https://github.com/google/site-kit-wp/issues/8082). -* Replace the legacy `analytics` module with `analytics-4`. See [#7932](https://github.com/google/site-kit-wp/issues/7932). - -**Changed** - -* Refactor Site Kit to use a singular Analytics module. See [#8306](https://github.com/google/site-kit-wp/issues/8306). -* Remove the legacy `analytics` module (UA) from Site Kit. See [#7843](https://github.com/google/site-kit-wp/issues/7843). += 1.123.1 = **Fixed** -* Fix a bug that prevented "Set up Google Analytics" step from appearing in Site Kit setup flow. See [#8397](https://github.com/google/site-kit-wp/issues/8397). -* Fix bug that could cause the "Enable automatic updates" banner to appear then disappear briefly when the user has a slow internet connection. See [#8235](https://github.com/google/site-kit-wp/issues/8235). +* Fix a bug in the regional configurationĀ of Consent Mode which caused defaults to be applied globally. See [#8444](https://github.com/google/site-kit-wp/issues/8444). [See changelog for all versions](https://raw.githubusercontent.com/google/site-kit-wp/main/changelog.txt).