Plugin Directory

Changeset 2116464

Timestamp:
07/02/2019 08:56:30 PM (5 years ago)
Author:
dsmart
Message:

Bump version to 7.5.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/jetpack.php

    r2116196 r2116464  
    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
     7 * Version: 7.5
    88 * Author URI: https://jetpack.com
    99 * License: GPL2+
     
    1616define( 'JETPACK__MINIMUM_WP_VERSION',  '5.1' );
    1717define( 'JETPACK__MINIMUM_PHP_VERSION', '5.3.2' );
    18 define( 'JETPACK__VERSION',             '7.5' );
     18define( 'JETPACK__VERSION',             '7.5' );
    1919define( 'JETPACK_MASTER_USER',           true );
    2020define( 'JETPACK__API_VERSION',          1 );
Note: See TracChangeset for help on using the changeset viewer.