Skip to content

Commit

Permalink
Merge branch 'main' into develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Nov 30, 2022
2 parents eaa8801 + f5160c8 commit c2c618b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions google-site-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.88.0
* Version: 1.89.0
* Requires at least: 5.2
* Requires PHP: 5.6
* Author: Google
Expand All @@ -26,7 +26,7 @@
}

// Define most essential constants.
define( 'GOOGLESITEKIT_VERSION', '1.88.0' );
define( 'GOOGLESITEKIT_VERSION', '1.89.0' );
define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ );
define( 'GOOGLESITEKIT_PHP_MINIMUM', '5.6.0' );
define( 'GOOGLESITEKIT_WP_MINIMUM', '5.2.0' );
Expand Down
2 changes: 1 addition & 1 deletion includes/Core/Assets/Script.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function enqueue() {
/**
* Checks if the provided manifest entry matches the given filename.
*
* @since n.e.x.t
* @since 1.89.0
*
* @param array $entry Array of filename, hash.
* @param string $src_filename Filename to check.
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: google
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 1.88.0
Stable tag: 1.89.0
License: Apache License 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Tags: google, search-console, analytics, adsense, pagespeed-insights, optimize, tag-manager, site-kit
Expand Down Expand Up @@ -108,6 +108,19 @@ Please create a new topic on our [WordPress.org support forum](https://wordpress

== Changelog ==

= 1.89.0 =

**Enhanced**

* Update AdSense tag to include Site Kit platform host ID. See [#6132](https://github.com/google/site-kit-wp/issues/6132).
* Update Google API PHP client services library for new Tag Manager endpoints. See [#6076](https://github.com/google/site-kit-wp/issues/6076).
* Update link style within error notices. See [#5975](https://github.com/google/site-kit-wp/issues/5975).
* Implement new design for User Input questions. See [#5890](https://github.com/google/site-kit-wp/issues/5890).
* Update User Input survey questions for v2. See [#5888](https://github.com/google/site-kit-wp/issues/5888).
* Prevent users from changing the Google Analytics 4 configuration when they don't have access to the currently configured Universal Analytics property. See [#5886](https://github.com/google/site-kit-wp/issues/5886).
* Include a link to "Edit in Tag Manager" when viewing the Tag Manager module settings. See [#5174](https://github.com/google/site-kit-wp/issues/5174).
* Improve instructions in Optimize setup and settings. See [#4064](https://github.com/google/site-kit-wp/issues/4064).

= 1.88.0 =

**Enhanced**
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/utils/step-and-screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function step( name, cb, { screenshotArgs = {} } = {} ) {
/**
* Empties the screenshots directory.
*
* @since n.e.x.t
* @since 1.89.0
*/
export async function clearScreenshots() {
const { resolve, join } = path;
Expand Down

0 comments on commit c2c618b

Please sign in to comment.