Plugin Directory

Changeset 2116536

Timestamp:
07/02/2019 11:29:42 PM (5 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
     100
     101
     102
     103
     104
     105
     106
     107
     108
    99109= 7.5 =
    100110
  • jetpack/trunk/uninstall.php

    r2110047 r2116536  
    1818}
    1919
     20
     21
    2022Jetpack_Options::delete_all_known_options();
    2123
Note: See TracChangeset for help on using the changeset viewer.