Skip to content

Commit 5dd01bb

Browse files
committed
Bump version to 1.156.0.
1 parent f9892af commit 5dd01bb

9 files changed

Lines changed: 36 additions & 21 deletions

File tree

assets/blocks/reader-revenue-manager/block-editor-plugin/tracking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { VIEW_CONTEXT_WP_BLOCK_EDITOR } from '@/js/googlesitekit/constants';
3333
/**
3434
* Tracks changes to the Reader Revenue Manager metadata in the post editor.
3535
*
36-
* @since n.e.x.t
36+
* @since 1.156.0
3737
*
3838
* @return {void}
3939
*/

assets/blocks/reader-revenue-manager/contribute-with-google/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "google-site-kit/rrm-contribute-with-google",
5-
"version": "1.155.0",
5+
"version": "1.156.0",
66
"title": "Contribute with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/reader-revenue-manager/subscribe-with-google/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "google-site-kit/rrm-subscribe-with-google",
5-
"version": "1.155.0",
5+
"version": "1.156.0",
66
"title": "Subscribe with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/sign-in-with-google/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 2,
44
"name": "google-site-kit/sign-in-with-google",
5-
"version": "1.155.0",
5+
"version": "1.156.0",
66
"title": "Sign in with Google",
77
"category": "widgets",
88
"icon": "google",

assets/js/modules/analytics-4/hooks/useCustomDimensionsData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { isInvalidCustomDimensionError } from '../utils/custom-dimensions';
4545
/**
4646
* Gets custom dimensions data and state.
4747
*
48-
* @since n.e.x.t
48+
* @since 1.156.0
4949
*
5050
* @param {Object} options Hook options.
5151
* @param {Array} options.dimensions Custom dimensions array.

changelog.txt

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

3+
= 1.156.0 =
4+
5+
**Enhanced**
6+
7+
* Update the Google tag gateway for advertisers (formerly First-party mode) `measurement.php` proxy script to the latest version. See [#10952](https://github.com/google/site-kit-wp/issues/10952).
8+
* Correct the casing for the terms "dashboard" and "dashboard sharing" in user-facing copy. See [#10842](https://github.com/google/site-kit-wp/issues/10842).
9+
* Update the popup maker tracking script to reference `PUM` object from the global scope. See [#10812](https://github.com/google/site-kit-wp/issues/10812).
10+
* Update Analytics and AdSense notification styles. See [#10392](https://github.com/google/site-kit-wp/issues/10392).
11+
* Add a new “Info Banner” layout to redesign the GatheringDataNotification banner component. See [#10386](https://github.com/google/site-kit-wp/issues/10386).
12+
* Add a new “Warning Banner” layout and apply it to redesign the `ZeroDataNotification` component. See [#10385](https://github.com/google/site-kit-wp/issues/10385).
13+
* Track GA event when the Reader Revenue Manager post-level setting is changed and the post is saved in the block editor. See [#10333](https://github.com/google/site-kit-wp/issues/10333).
14+
15+
**Fixed**
16+
17+
* Fix bug that could cause permission scope errors not to appear. See [#10920](https://github.com/google/site-kit-wp/issues/10920).
18+
* Update modal dialogs to restore focus to previously clicked elements when the modal dialog is closed. See [#10548](https://github.com/google/site-kit-wp/issues/10548).
19+
320
= 1.155.0 =
421

522
**Enhanced**

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.155.0
14+
* Version: 1.156.0
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.155.0' );
29+
define( 'GOOGLESITEKIT_VERSION', '1.156.0' );
3030
define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ );
3131
define( 'GOOGLESITEKIT_PHP_MINIMUM', '7.4.0' );
3232
define( 'GOOGLESITEKIT_WP_MINIMUM', '5.2.0' );

packages/eslint-plugin/rules/no-boolean-props-before-values.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Checks if an attribute is a boolean prop.
2121
*
22-
* @since n.e.x.t
22+
* @since 1.156.0
2323
*
2424
* @param {Object} attribute The attribute to check.
2525
* @return {boolean} True if the attribute is a boolean prop, false otherwise.

readme.txt

Lines changed: 11 additions & 13 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.8
66
Requires PHP: 7.4
7-
Stable tag: 1.155.0
7+
Stable tag: 1.156.0
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,23 +109,21 @@ Please create a new topic on our [WordPress.org support forum](https://wordpress
109109

110110
== Changelog ==
111111

112-
= 1.155.0 =
112+
= 1.156.0 =
113113

114114
**Enhanced**
115115

116-
* Redesign the Enhanced Measurement Banner with the new Middle SVG and In Progress Banner states. See [#10813](https://github.com/google/site-kit-wp/issues/10813).
117-
* Refactor Setup CTA Widgets which use the new "Top SVG" Banner component variation. See [#10716](https://github.com/google/site-kit-wp/issues/10716).
118-
* Update the Consent Mode, Ads Setup, and Reader Revenue Manager banner images. See [#10715](https://github.com/google/site-kit-wp/issues/10715).
119-
* Update the Setup CTAs to use a different/consistent image style. See [#10714](https://github.com/google/site-kit-wp/issues/10714).
120-
* Remove the `rrmModule` feature flag. See [#10677](https://github.com/google/site-kit-wp/issues/10677).
121-
* Refactor AudienceSegmentationIntroductoryOverlayNotification to use the new notifications infrastructure. See [#10391](https://github.com/google/site-kit-wp/issues/10391).
122-
* Enhance the loading performance of the Audiences Widget by refining the data fetching logic. See [#9982](https://github.com/google/site-kit-wp/issues/9982).
123-
* Update references to Google Analytics "conversions" to use the new "key events" terminology across the plugin. See [#9463](https://github.com/google/site-kit-wp/issues/9463).
124-
* Refactor Audience Segmentation / FPM Setup Success Subtle Notifications to use a new "on demand" notification. See [#9453](https://github.com/google/site-kit-wp/issues/9453).
116+
* Update the Google tag gateway for advertisers (formerly First-party mode) `measurement.php` proxy script to the latest version. See [#10952](https://github.com/google/site-kit-wp/issues/10952).
117+
* Correct the casing for the terms "dashboard" and "dashboard sharing" in user-facing copy. See [#10842](https://github.com/google/site-kit-wp/issues/10842).
118+
* Update the popup maker tracking script to reference `PUM` object from the global scope. See [#10812](https://github.com/google/site-kit-wp/issues/10812).
119+
* Update Analytics and AdSense notification styles. See [#10392](https://github.com/google/site-kit-wp/issues/10392).
120+
* Add a new “Info Banner” layout to redesign the GatheringDataNotification banner component. See [#10386](https://github.com/google/site-kit-wp/issues/10386).
121+
* Add a new “Warning Banner” layout and apply it to redesign the `ZeroDataNotification` component. See [#10385](https://github.com/google/site-kit-wp/issues/10385).
122+
* Track GA event when the Reader Revenue Manager post-level setting is changed and the post is saved in the block editor. See [#10333](https://github.com/google/site-kit-wp/issues/10333).
125123

126124
**Fixed**
127125

128-
* Fix bug that could cause auth setup banners to be interrupted by another notification. See [#10903](https://github.com/google/site-kit-wp/issues/10903).
129-
* Update the key metrics setup banner to continue showing the progress state in the CTA button until the next page loads. See [#10721](https://github.com/google/site-kit-wp/issues/10721).
126+
* Fix bug that could cause permission scope errors not to appear. See [#10920](https://github.com/google/site-kit-wp/issues/10920).
127+
* Update modal dialogs to restore focus to previously clicked elements when the modal dialog is closed. See [#10548](https://github.com/google/site-kit-wp/issues/10548).
130128

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

0 commit comments

Comments
 (0)