Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-protect
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller authored and matticbot committed Sep 6, 2024
1 parent 62dc93e commit 21278fc
Show file tree
Hide file tree
Showing 34 changed files with 599 additions and 796 deletions.
26 changes: 9 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.1.0-alpha - unreleased

This is an alpha version! The changes listed here are not final.

## 3.0.1 - 2024-09-06
### Added
- Adds threats list pagination
- Threats List: Add pagination. [#39058]

### Changed
- Admin menu: change order of Jetpack sub-menu items
- Makes allow list settings always accessible
- Update composer lock file
- Updated package dependencies.
- Admin menu: change order of Jetpack sub-menu items. [#39095]
- Updated package dependencies. [#39176]

### Fixed
- Adds a background to the scan progress bar
- Delete relevant Protect options on deactivation
- Disables the unignore threats button when a fixer is in progress
- Fixes the fixedOn prop in the ScanHistoryDetails component
- Improves the manual scan link button loading state
- Lossless image optimization for images (should improve performance with no visible changes).
- Makes globalStats always accessible
- Revert recent SVG image optimizations.
- Security Scanning: Adds a background to the scan progress bar. [#38847]
- General: Delete relevant Protect options on deactivation. [#38815]
- Auto Fixers: Disable the unignore threats button when a fixer is in progress. [#38898]
- Security Scanning: Fix the threat fixed on date in the history view. [#39164]
- General: Improves the manual scan link button loading state. [#38897]

## 3.0.0-beta - 2024-08-09
### Added
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"automattic/jetpack-autoloader": "^3.0.10",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-my-jetpack": "^4.35.2-alpha",
"automattic/jetpack-my-jetpack": "^4.35.2",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-transport-helper": "^0.2.4-alpha",
"automattic/jetpack-transport-helper": "^0.2.4",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-waf": "^0.18.5-alpha",
"automattic/jetpack-waf": "^0.18.5",
"automattic/jetpack-status": "^4.0.0",
"automattic/jetpack-protect-status": "^0.1.5"
},
Expand Down Expand Up @@ -49,6 +49,7 @@
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
},
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand All @@ -70,6 +71,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1"
}
}
4 changes: 2 additions & 2 deletions jetpack-protect.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack Protect
* Plugin URI: https://wordpress.org/plugins/jetpack-protect
* Description: Security tools that keep your site safe and sound, from posts to plugins.
* Version: 3.1.0-alpha
* Version: 3.0.1
* Author: Automattic - Jetpack Security team
* Author URI: https://jetpack.com/protect/
* License: GPLv2 or later
Expand Down Expand Up @@ -32,7 +32,7 @@
exit;
}

define( 'JETPACK_PROTECT_VERSION', '3.1.0-alpha' );
define( 'JETPACK_PROTECT_VERSION', '3.0.1' );
define( 'JETPACK_PROTECT_DIR', plugin_dir_path( __FILE__ ) );
define( 'JETPACK_PROTECT_ROOT_FILE', __FILE__ );
define( 'JETPACK_PROTECT_ROOT_FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.0",
"automattic/jetpack-boost-core": "^0.2.11"
"automattic/jetpack-boost-core": "^0.2.9"
},
"autoload": {
"classmap": [
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-changelogger": "^4.2.4",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-import": "@dev",
"automattic/jetpack-jitm": "@dev",
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.35.2-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [4.35.2] - 2024-09-06
### Changed
- Internal updates.

## [4.35.1] - 2024-09-05
### Changed
Expand Down Expand Up @@ -1706,7 +1706,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.2-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.1...4.35.2-alpha
[4.35.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.1...4.35.2
[4.35.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.0...4.35.1
[4.35.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.34.0...4.35.0
[4.34.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.33.1...4.34.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.35.2-alpha';
const PACKAGE_VERSION = '4.35.2';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.2.4] - 2024-09-06
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39004]

## [0.2.3] - 2024-05-24
### Fixed
Expand Down Expand Up @@ -70,7 +67,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies.

[0.2.4-alpha]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.3...v0.2.4-alpha
[0.2.4]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Automattic/jetpack-transport-helper/compare/v0.2.0...v0.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '0.2.4-alpha';
const PACKAGE_VERSION = '0.2.4';

const PACKAGE_SLUG = 'transport-helper';

Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.18.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.18.5] - 2024-09-06
### Changed
- Update dependencies.
- Updated package dependencies. [#39253]

### Fixed
- Waf: Ensure that request body is parsed correctly
- Ensure that request body is parsed correctly [#39262]

## [0.18.4] - 2024-08-26
### Changed
Expand Down Expand Up @@ -369,7 +366,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Core: do not ship .phpcs.dir.xml in production builds.

[0.18.5-alpha]: https://github.com/Automattic/jetpack-waf/compare/v0.18.4...v0.18.5-alpha
[0.18.5]: https://github.com/Automattic/jetpack-waf/compare/v0.18.4...v0.18.5
[0.18.4]: https://github.com/Automattic/jetpack-waf/compare/v0.18.3...v0.18.4
[0.18.3]: https://github.com/Automattic/jetpack-waf/compare/v0.18.2...v0.18.3
[0.18.2]: https://github.com/Automattic/jetpack-waf/compare/v0.18.1...v0.18.2
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.35.2-alpha1725574944',
'ver' => '4.35.2',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -70,11 +70,11 @@
),
'jetpack-transport-helper' => array(
'path' => 'jetpack_vendor/automattic/jetpack-transport-helper',
'ver' => '0.2.4-alpha1724777867',
'ver' => '0.2.4',
),
'jetpack-waf' => array(
'path' => 'jetpack_vendor/automattic/jetpack-waf',
'ver' => '0.18.5-alpha1725595768',
'ver' => '0.18.5',
),
),
);
21 changes: 9 additions & 12 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,18 @@ The new Jetpack Protect plugin is different from the Jetpack feature formerly kn
4. The Jetpack Firewall is a web application firewall (known as WAF) designed to protect your WordPress site from malicious requests.

== Changelog ==
### 3.0.0-beta - 2024-08-09
### 3.0.1 - 2024-09-06
#### Added
- Firewall: add dedicated WAF allow and block list toggles
- General: add "contact support" links
- Security Scanning: add threats history view
- Threats List: Add pagination.

#### Changed
- General: indicate compatibility with the upcoming version of WordPress - 6.6.

#### Removed
- General: update WordPress version requirements to WordPress 6.5.
- Admin menu: change order of Jetpack sub-menu items.
- Updated package dependencies.

#### Fixed
- Fix an issue where the connection error hook was always resetting the notice
- Fix image optimization
- Fix in-progress threat fixer loading indicator
- Fix threat fix modal title
- Security Scanning: Adds a background to the scan progress bar.
- General: Delete relevant Protect options on deactivation.
- Auto Fixers: Disable the unignore threats button when a fixer is in progress.
- Security Scanning: Fix the threat fixed on date in the history view.
- General: Improves the manual scan link button loading state.

2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha::getLoader();
return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1::getLoader();
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha\al3_0_10;
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1\al3_0_10;

// phpcs:ignore

Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha
class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1
{
private static $loader;

Expand All @@ -24,17 +24,17 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha
class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1
{
public static $files = array (
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
Expand Down Expand Up @@ -267,9 +267,9 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_1_0_alpha::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_1::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Loading

0 comments on commit 21278fc

Please sign in to comment.