Skip to content

Commit f497ffa

Browse files
committed
Bump version to 1.129.1.
1 parent c3c5a74 commit f497ffa

File tree

3 files changed

+11
-31
lines changed

3 files changed

+11
-31
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
== Changelog ==
22

3+
= 1.129.1 =
4+
5+
**Fixed**
6+
7+
* Remove Ads module setup CTA banner from SK dashboard. See [#8902](https://github.com/google/site-kit-wp/issues/8902).
8+
39
= 1.129.0 =
410

511
**Added**

google-site-kit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Site Kit by Google
1212
* Plugin URI: https://sitekit.withgoogle.com
1313
* 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.
14-
* Version: 1.129.0
14+
* Version: 1.129.1
1515
* Requires at least: 5.2
1616
* Requires PHP: 7.4
1717
* Author: Google
@@ -26,7 +26,7 @@
2626
}
2727

2828
// Define most essential constants.
29-
define( 'GOOGLESITEKIT_VERSION', '1.129.0' );
29+
define( 'GOOGLESITEKIT_VERSION', '1.129.1' );
3030
define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ );
3131
define( 'GOOGLESITEKIT_PHP_MINIMUM', '7.4.0' );
3232
define( 'GOOGLESITEKIT_WP_MINIMUM', '5.2.0' );

readme.txt

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: google
44
Requires at least: 5.2
55
Tested up to: 6.5
66
Requires PHP: 7.4
7-
Stable tag: 1.129.0
7+
Stable tag: 1.129.1
88
License: Apache License 2.0
99
License URI: https://www.apache.org/licenses/LICENSE-2.0
1010
Tags: google, search-console, analytics, adsense, pagespeed-insights
@@ -109,36 +109,10 @@ Please create a new topic on our [WordPress.org support forum](https://wordpress
109109

110110
== Changelog ==
111111

112-
= 1.129.0 =
113-
114-
**Added**
115-
116-
* Update conversion tracking JS to be controlled by new setting. See [#8777](https://github.com/google/site-kit-wp/issues/8777).
117-
118-
**Enhanced**
119-
120-
* Update conversion event sources to be tracked as `event_source` instead of `__source`. See [#8815](https://github.com/google/site-kit-wp/issues/8815).
121-
* Fix layout shift that appears when the audience groups setup CTA banner is displayed. See [#8707](https://github.com/google/site-kit-wp/issues/8707).
122-
* Ensure the "Powered by Site Kit" footer text on the Authorize Application screen is correctly aligned for RTL languages. See [#8664](https://github.com/google/site-kit-wp/issues/8664).
123-
* Add a conversion tracking toggle to the Ads' module's settings page. See [#8618](https://github.com/google/site-kit-wp/issues/8618).
124-
* Add "Enhanced Conversion Tracking" to settings views for Ads and GA4. See [#8617](https://github.com/google/site-kit-wp/issues/8617).
125-
* Improve link color consistency in the Authorize Application screen. See [#8585](https://github.com/google/site-kit-wp/issues/8585).
126-
* Add a Site Health section which lists the Site Kit-created audiences. See [#8181](https://github.com/google/site-kit-wp/issues/8181).
127-
* Introduce Audience selection panel in Site Kit dashboard. See [#8158](https://github.com/google/site-kit-wp/issues/8158).
128-
* Add the Audience Selection Panel as a component which is primarily visible in Storybook pending full integration. See [#8157](https://github.com/google/site-kit-wp/issues/8157).
129-
* Update the Ad Blocking Recovery setup to let users confirm setup if they have already done it. See [#7289](https://github.com/google/site-kit-wp/issues/7289).
130-
131-
**Changed**
132-
133-
* Update PAX integration library to latest version. See [#8852](https://github.com/google/site-kit-wp/issues/8852).
112+
= 1.129.1 =
134113

135114
**Fixed**
136115

137-
* Fix the toggle issue that happened when the user closed the popup dialog for enhanced conversion tracking by clicking somewhere outside of the popup. See [#8818](https://github.com/google/site-kit-wp/issues/8818).
138-
* Update conversion event providers to use the defer approach to load their scripts. See [#8817](https://github.com/google/site-kit-wp/issues/8817).
139-
* Update copy for the Enhanced Conversion Tracking toggle to be different for the Analytics module. See [#8816](https://github.com/google/site-kit-wp/issues/8816).
140-
* Add the `purchase` event tracking for the WooCommerce provider. See [#8814](https://github.com/google/site-kit-wp/issues/8814).
141-
* Update the conversion tracking migration to happen on the backend side. See [#8455](https://github.com/google/site-kit-wp/issues/8455).
142-
* Improve Ad Blocking Recovery Setup screen when visited after completing Ad Blocking Recovery. See [#7338](https://github.com/google/site-kit-wp/issues/7338).
116+
* Remove Ads module setup CTA banner from SK dashboard. See [#8902](https://github.com/google/site-kit-wp/issues/8902).
143117

144118
[See changelog for all versions](https://raw.githubusercontent.com/google/site-kit-wp/main/changelog.txt).

0 commit comments

Comments
 (0)