Skip to content

Commit

Permalink
Prepare 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Feb 28, 2022
1 parent 09f70da commit fcc7bf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jetpack-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Jetpack Boost
* Plugin URI: https://jetpack.com/boost
* Description: Boost your WordPress site's performance, from the creators of Jetpack
* Version: 1.4.0-beta
* Version: 1.4.0
* Author: Automattic
* Author URI: https://automattic.com
* License: GPL-2.0+
Expand All @@ -29,7 +29,7 @@
die;
}

define( 'JETPACK_BOOST_VERSION', '1.4.0-beta' );
define( 'JETPACK_BOOST_VERSION', '1.4.0' );
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );

if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/jetpack_autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@
'version' => '1.6.1.0',
'path' => $vendorDir . '/automattic/jetpack-config/src/class-config.php'
),
'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array(
'version' => '0.2.4.0',
'path' => $vendorDir . '/automattic/jetpack-admin-ui/src/class-admin-menu.php'
),
'Jetpack_IXR_ClientMulticall' => array(
'version' => '1.36.4.0',
'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
Expand Down Expand Up @@ -390,6 +386,10 @@
'version' => '1.36.4.0',
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-authentication.php'
),
'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array(
'version' => '0.2.4.0',
'path' => $vendorDir . '/automattic/jetpack-admin-ui/src/class-admin-menu.php'
),
'Automattic\\Jetpack\\Plugins_Installer' => array(
'version' => '0.1.0.0',
'path' => $vendorDir . '/automattic/jetpack-plugins-installer/src/class-plugins-installer.php'
Expand Down

0 comments on commit fcc7bf5

Please sign in to comment.