Plugin Directory


Ignore:
Timestamp:
09/03/2025 01:47:33 PM (4 months ago)
Author:
bradshawtm
Message:

Updating trunk to version 15.0-beta.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/jetpack.php

    r3354964 r3355481  
    55 * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
    66 * Author: Automattic
    7  * Version: 15.0-beta.2
     7 * Version: 15.0-beta.3
    88 * Author URI: https://jetpack.com
    99 * License: GPL2+
     
    3939if ( ! defined( 'JETPACK__VERSION' ) ) {
    4040    // This breaks the project version checks when a one-liner.
    41     define( 'JETPACK__VERSION', '15.0-beta.2' );
     41    define( 'JETPACK__VERSION', '15.0-beta.3' );
    4242}
    4343defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '6.7' );
Note: See TracChangeset for help on using the changeset viewer.