Skip to content

Commit

Permalink
Bump version to 1.38.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Aug 11, 2021
1 parent fae4678 commit 0554880
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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.38.0
* Version: 1.38.1
* Author: Google
* Author URI: https://opensource.google.com
* License: Apache License 2.0
Expand All @@ -24,7 +24,7 @@
}

// Define most essential constants.
define( 'GOOGLESITEKIT_VERSION', '1.38.0' );
define( 'GOOGLESITEKIT_VERSION', '1.38.1' );
define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ );
define( 'GOOGLESITEKIT_PHP_MINIMUM', '5.6.0' );

Expand Down
8 changes: 7 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: 4.7
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 1.38.0
Stable tag: 1.38.1
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 @@ -88,6 +88,12 @@ If you have some ideas to improve the plugin or to solve a bug, feel free to rai

== Changelog ==

= 1.38.1 =

**Fixed**

* Fix fatal error that could be triggered by other plugins or themes using an unprefixed version of Composer. See [#3830](https://github.com/google/site-kit-wp/issues/3830).

= 1.38.0 =

**Enhanced**
Expand Down

0 comments on commit 0554880

Please sign in to comment.