Skip to content

Commit ee3ba74

Browse files
committed
Bump version to 1.175.0.
1 parent 8dfaa91 commit ee3ba74

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+267
-242
lines changed

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.174.0",
5+
"version": "1.175.0",
66
"title": "Contribute with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/reader-revenue-manager/contribute-with-google/v3/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": 3,
44
"name": "google-site-kit/rrm-contribute-with-google",
5-
"version": "1.174.0",
5+
"version": "1.175.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.174.0",
5+
"version": "1.175.0",
66
"title": "Subscribe with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/reader-revenue-manager/subscribe-with-google/v3/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": 3,
44
"name": "google-site-kit/rrm-subscribe-with-google",
5-
"version": "1.174.0",
5+
"version": "1.175.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.174.0",
5+
"version": "1.175.0",
66
"title": "Sign in with Google",
77
"category": "widgets",
88
"icon": "google",

assets/blocks/sign-in-with-google/v3/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": 3,
44
"name": "google-site-kit/sign-in-with-google",
5-
"version": "1.174.0",
5+
"version": "1.175.0",
66
"title": "Sign in with Google",
77
"category": "widgets",
88
"icon": "google",

assets/js/feature-tours/hooks/useWelcomeTour.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { getWelcomeTour } from '@/js/feature-tours/welcome';
3636
/**
3737
* Returns the welcome tour configuration based on the current user context.
3838
*
39-
* @since n.e.x.t
39+
* @since 1.175.0
4040
*
4141
* @return The welcome tour configuration object.
4242
*/

assets/js/hooks/useScrollToID.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { getNavigationalScrollTop } from '@/js/util/scroll';
3232
* Custom hook to scroll to a specific HTML ID when the `scrollTo` query
3333
* argument matches the provided ID.
3434
*
35-
* @since n.e.x.t
35+
* @since 1.175.0
3636
*
3737
* @param {string} id The ID to scroll to.
3838
*/

assets/js/modules/reader-revenue-manager/utils/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function getPostTypesString( postTypes, allPostTypes ) {
5454
/**
5555
* Extracts the product IDs from the products array returned by the API.
5656
*
57-
* @since n.e.x.t
57+
* @since 1.175.0
5858
*
5959
* @param {Array} products The products array from the publication.
6060
* @return {Array} Array of product ID names.
@@ -76,7 +76,7 @@ export function getProductIDs( products ) {
7676
/**
7777
* Extracts the active payment option from the payment options object.
7878
*
79-
* @since n.e.x.t
79+
* @since 1.175.0
8080
*
8181
* @param {Object} paymentOptions The payment options object from the publication.
8282
* @return {string} The active payment option key, or empty string if none found.

changelog.txt

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

3+
= 1.175.0 =
4+
5+
**Enhanced**
6+
7+
* Fix bug that caused admins without module access to get emails for modules. See [#12200](https://github.com/google/site-kit-wp/issues/12200).
8+
* Prevent the shared Key Metrics feature tour and Audience Segmentation introductory overlay from appearing when the Welcome modal is present for secondary admins and view-only users. See [#12066](https://github.com/google/site-kit-wp/issues/12066).
9+
* Update the Email Reporting settings panel to show the preview state while data is being loaded. See [#12065](https://github.com/google/site-kit-wp/issues/12065).
10+
* Add GA event tracking for user interaction with the updated help menu. See [#12032](https://github.com/google/site-kit-wp/issues/12032).
11+
* Add GA event tracking for user interaction with the "connect more services" notification. See [#12029](https://github.com/google/site-kit-wp/issues/12029).
12+
* Improve user filtering and requests for subscriptions. See [#11889](https://github.com/google/site-kit-wp/issues/11889).
13+
* Include user analytics in email reporting feature. See [#11863](https://github.com/google/site-kit-wp/issues/11863).
14+
* Add support for conversion events in email reports. See [#11844](https://github.com/google/site-kit-wp/issues/11844).
15+
* Add in-email notices support for Email Reporting emails. See [#11843](https://github.com/google/site-kit-wp/issues/11843).
16+
* Send emails to site admins when entire batches of emails fail to send. See [#11841](https://github.com/google/site-kit-wp/issues/11841).
17+
* Add dark mode support to email templates. See [#11833](https://github.com/google/site-kit-wp/issues/11833).
18+
* Improve Reader Revenue Manager publication data synchronization efficiency. See [#10518](https://github.com/google/site-kit-wp/issues/10518).
19+
* Fix bug with ad blocking banner overlapping other elements on some screen sizes. See [#10415](https://github.com/google/site-kit-wp/issues/10415).
20+
21+
**Fixed**
22+
23+
* Fix styling for the "Start a feature tour" help menu item. See [#12240](https://github.com/google/site-kit-wp/issues/12240).
24+
* Fix the Search Console-only dashboard tour to include the "Activate Analytics" step based on whether the notification is present. See [#12235](https://github.com/google/site-kit-wp/issues/12235).
25+
* Adjust/improve email template styles. Props 04cb. See [#12202](https://github.com/google/site-kit-wp/issues/12202).
26+
* Fix Analytics account creation in the new setup flow. Props fresh3nough. See [#12194](https://github.com/google/site-kit-wp/issues/12194).
27+
* Fix positioning bug on some panels when using mobile viewports. See [#12053](https://github.com/google/site-kit-wp/issues/12053).
28+
* Scroll to Email reporting settings from the "Edit settings" link. See [#12025](https://github.com/google/site-kit-wp/issues/12025).
29+
330
= 1.174.0 =
431

532
**Enhanced**

0 commit comments

Comments
 (0)