Skip to content

Commit 7d9c888

Browse files
committed
Bump version to 1.111.1.
1 parent 839bc21 commit 7d9c888

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

google-site-kit.php

+2-2
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.111.0
14+
* Version: 1.111.1
1515
* Requires at least: 5.2
1616
* Requires PHP: 5.6
1717
* Author: Google
@@ -26,7 +26,7 @@
2626
}
2727

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

readme.txt

+7-1
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.3
66
Requires PHP: 5.6
7-
Stable tag: 1.111.0
7+
Stable tag: 1.111.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, tag-manager, site-kit
@@ -109,6 +109,12 @@ Please create a new topic on our [WordPress.org support forum](https://wordpress
109109

110110
== Changelog ==
111111

112+
= 1.111.1 =
113+
114+
**Enhanced**
115+
116+
* Add happiness tracking surveys for the Ad Blocking Recovery feature. See [#7686](https://github.com/google/site-kit-wp/issues/7686).
117+
112118
= 1.111.0 =
113119

114120
**Enhanced**

tests/js/mock-survey-endpoints.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Mocks the survey endpoints.
1919
*
20-
* @since n.e.x.t
20+
* @since 1.111.1
2121
*/
2222
export const mockSurveyEndpoints = () => {
2323
const surveyTriggerEndpoint = new RegExp(

0 commit comments

Comments
 (0)