Changeset 3355481 for jetpack/trunk/jetpack.php
- Timestamp:
- 09/03/2025 01:47:33 PM (4 months ago)
- File:
-
- 1 edited
-
jetpack/trunk/jetpack.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/jetpack.php
r3354964 r3355481 5 5 * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. 6 6 * Author: Automattic 7 * Version: 15.0-beta. 27 * Version: 15.0-beta.3 8 8 * Author URI: https://jetpack.com 9 9 * License: GPL2+ … … 39 39 if ( ! defined( 'JETPACK__VERSION' ) ) { 40 40 // 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' ); 42 42 } 43 43 defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '6.7' );
Note: See TracChangeset
for help on using the changeset viewer.