Changeset 2116536
- Timestamp:
- 07/02/2019 11:29:42 PM (6 years ago)
- Location:
- jetpack/trunk
- Files:
-
- 3 edited
-
jetpack.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/jetpack.php
r2116484 r2116536 5 5 * 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. 6 6 * Author: Automattic 7 * Version: 7.5. 0.17 * Version: 7.5.1 8 8 * Author URI: https://jetpack.com 9 9 * License: GPL2+ … … 16 16 define( 'JETPACK__MINIMUM_WP_VERSION', '5.1' ); 17 17 define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' ); 18 define( 'JETPACK__VERSION', '7.5. 0.1' );18 define( 'JETPACK__VERSION', '7.5.1' ); 19 19 define( 'JETPACK_MASTER_USER', true ); 20 20 define( 'JETPACK__API_VERSION', 1 ); -
jetpack/trunk/readme.txt
r2116484 r2116536 5 5 Requires at least: 5.1 6 6 Requires PHP: 5.6 7 Tested up to: 5.2 .27 Tested up to: 5.2 8 8 9 9 The ideal plugin for stats, related posts, search engine optimization, social sharing, protection, backups, security, and more. … … 97 97 == Changelog == 98 98 99 = 7.5.1 = 100 101 * Release date: July 2, 2019 102 * Release post: https://wp.me/p1moTy-k9A 103 104 **Bug fixes** 105 106 * General: Fixes an error when trying to delete the Jetpack plugin. 107 * General: Fixes supported PHP version declaration. 108 99 109 = 7.5 = 100 110 -
jetpack/trunk/uninstall.php
r2110047 r2116536 18 18 } 19 19 20 require JETPACK__PLUGIN_DIR . 'vendor/autoload_packages.php'; 21 20 22 Jetpack_Options::delete_all_known_options(); 21 23
Note: See TracChangeset
for help on using the changeset viewer.