Changeset 2933171
- Timestamp:
- 07/03/2023 04:59:46 AM (2 years ago)
- Location:
- jetpack-boost
- Files:
-
- 2 edited
-
tags/1.9.2/jetpack-boost.php (modified) (2 diffs)
-
trunk/jetpack-boost.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jetpack-boost/tags/1.9.2/jetpack-boost.php
r2932541 r2933171 10 10 * Plugin URI: https://jetpack.com/boost 11 11 * Description: Boost your WordPress site's performance, from the creators of Jetpack 12 * Version: 1.9.2 -beta12 * Version: 1.9.2 13 13 * Author: Automattic - Jetpack Site Speed team 14 14 * Author URI: https://jetpack.com/boost/ … … 30 30 } 31 31 32 define( 'JETPACK_BOOST_VERSION', '1.9.2 -beta' );32 define( 'JETPACK_BOOST_VERSION', '1.9.2' ); 33 33 define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' ); 34 34 -
jetpack-boost/trunk/jetpack-boost.php
r2932541 r2933171 10 10 * Plugin URI: https://jetpack.com/boost 11 11 * Description: Boost your WordPress site's performance, from the creators of Jetpack 12 * Version: 1.9.2 -beta12 * Version: 1.9.2 13 13 * Author: Automattic - Jetpack Site Speed team 14 14 * Author URI: https://jetpack.com/boost/ … … 30 30 } 31 31 32 define( 'JETPACK_BOOST_VERSION', '1.9.2 -beta' );32 define( 'JETPACK_BOOST_VERSION', '1.9.2' ); 33 33 define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' ); 34 34
Note: See TracChangeset
for help on using the changeset viewer.