summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-05-10 01:05:19 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-05-10 01:05:19 +0000
commit277539e23e42d6c2ce21c6a3ed3270ae560d442c (patch)
tree257057994c6b2c2e3b5e40c3c9c40153dbc98f88 /plugins/jetpack/jetpack.php
parentMove the akismet key include to wp-config.php. (diff)
downloadblogs-gentoo-277539e23e42d6c2ce21c6a3ed3270ae560d442c.tar.gz
blogs-gentoo-277539e23e42d6c2ce21c6a3ed3270ae560d442c.tar.bz2
blogs-gentoo-277539e23e42d6c2ce21c6a3ed3270ae560d442c.zip
Update jetpack plugin to release 3.5.3 and table of contents plus plugin to release 1505.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
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 06d6b152..c78d7ec1 100644
--- a/plugins/jetpack/jetpack.php
+++ b/plugins/jetpack/jetpack.php
@@ -5,7 +5,7 @@
* Plugin URI: http://wordpress.org/extend/plugins/jetpack/
* 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: 3.5
+ * Version: 3.5.3
* Author URI: http://jetpack.me
* License: GPL2+
* Text Domain: jetpack
@@ -14,7 +14,7 @@
define( 'JETPACK__MINIMUM_WP_VERSION', '4.0' );
-define( 'JETPACK__VERSION', '3.5' );
+define( 'JETPACK__VERSION', '3.5.3' );
define( 'JETPACK_MASTER_USER', true );
define( 'JETPACK__API_VERSION', 1 );
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );