Plugin Directory

Changeset 2116536


Ignore:
Timestamp:
07/02/2019 11:29:42 PM (6 years ago)
Author:
dsmart
Message:

Update with 7.5.1 changes https://github.com/Automattic/jetpack/releases/tag/7.5.1

Location:
jetpack/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/jetpack.php

    r2116484 r2116536  
    55 * 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.
    66 * Author: Automattic
    7  * Version: 7.5.0.1
     7 * Version: 7.5.1
    88 * Author URI: https://jetpack.com
    99 * License: GPL2+
     
    1616define( 'JETPACK__MINIMUM_WP_VERSION',  '5.1' );
    1717define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
    18 define( 'JETPACK__VERSION',             '7.5.0.1' );
     18define( 'JETPACK__VERSION',             '7.5.1' );
    1919define( 'JETPACK_MASTER_USER',           true );
    2020define( 'JETPACK__API_VERSION',          1 );
  • jetpack/trunk/readme.txt

    r2116484 r2116536  
    55Requires at least: 5.1
    66Requires PHP: 5.6
    7 Tested up to: 5.2.2
     7Tested up to: 5.2
    88
    99The ideal plugin for stats, related posts, search engine optimization, social sharing, protection, backups, security, and more.
     
    9797== Changelog ==
    9898
     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
    99109= 7.5 =
    100110
  • jetpack/trunk/uninstall.php

    r2110047 r2116536  
    1818}
    1919
     20require JETPACK__PLUGIN_DIR . 'vendor/autoload_packages.php';
     21
    2022Jetpack_Options::delete_all_known_options();
    2123
Note: See TracChangeset for help on using the changeset viewer.