From bff18b3bb3f148e93b5e97f4a13c15cfe81ec093 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Tue, 29 Oct 2019 17:23:44 +0100 Subject: [PATCH] Bump plugin version to 1.0.0. --- google-site-kit.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/google-site-kit.php b/google-site-kit.php index 909cca10ac2..a6b6b2eb4de 100644 --- a/google-site-kit.php +++ b/google-site-kit.php @@ -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.0.0-rc.2 + * Version: 1.0.0 * Author: Google * Author URI: https://opensource.google.com * License: Apache License 2.0 @@ -24,7 +24,7 @@ } // Define most essential constants. -define( 'GOOGLESITEKIT_VERSION', '1.0.0-rc.2' ); +define( 'GOOGLESITEKIT_VERSION', '1.0.0' ); define( 'GOOGLESITEKIT_PLUGIN_MAIN_FILE', __FILE__ ); /** diff --git a/readme.txt b/readme.txt index 1358996f7bf..34060d306d6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: google Requires at least: 4.7 Tested up to: 5.3 Requires PHP: 5.4 -Stable tag: 1.0.0-rc.2 +Stable tag: 1.0.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