summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2017-03-19 02:02:42 -0400
committerYury German <blueknight@gentoo.org>2017-03-19 02:02:42 -0400
commitd946d0ca50778c9baa09f05d09cb2e92720b82fe (patch)
treed7a87822b3d875d8fe2bb12dcbe09d4637fae2a8 /plugins/jetpack/jetpack.php
parentLine 199 commented out - fixing theme (diff)
downloadblogs-gentoo-d946d0ca50778c9baa09f05d09cb2e92720b82fe.tar.gz
blogs-gentoo-d946d0ca50778c9baa09f05d09cb2e92720b82fe.tar.bz2
blogs-gentoo-d946d0ca50778c9baa09f05d09cb2e92720b82fe.zip
Jetpack version 4.7.1
Diffstat (limited to 'plugins/jetpack/jetpack.php')
-rw-r--r--plugins/jetpack/jetpack.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/jetpack.php b/plugins/jetpack/jetpack.php
index 71df606b..79109e01 100644
--- a/plugins/jetpack/jetpack.php
+++ b/plugins/jetpack/jetpack.php
@@ -5,7 +5,7 @@
* Plugin URI: http://jetpack.com
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
* Author: Automattic
- * Version: 4.7
+ * Version: 4.7.1
* Author URI: http://jetpack.com
* License: GPL2+
* Text Domain: jetpack
@@ -14,7 +14,7 @@
define( 'JETPACK__MINIMUM_WP_VERSION', '4.6' );
-define( 'JETPACK__VERSION', '4.7' );
+define( 'JETPACK__VERSION', '4.7.1' );
define( 'JETPACK_MASTER_USER', true );
define( 'JETPACK__API_VERSION', 1 );
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );