Skip to content

Commit ee3634f

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpack-protect
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/18412534868 Upstream-Ref: Automattic/jetpack@95897db
1 parent 8a6a8c1 commit ee3634f

52 files changed

Lines changed: 772 additions & 965 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 4.4.0-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 4.4.0 - 2025-10-10
129
### Added
13-
- Added typecheck script.
14-
- Added typecheck support for E2E tests.
10+
- Add typecheck script. [#44787]
11+
- Add typecheck support for E2E tests. [#44788]
1512

1613
### Changed
17-
- Do not force CRM installation for Complete plan users
18-
- My Jetpack: Fixed multisite availability check for restricted products and modules
19-
- My Jetpack: Unify the user connection flow with a unified screen.
20-
- Update package dependencies.
14+
- My Jetpack: Fix multisite availability check for restricted products and modules. [#44710]
15+
- My Jetpack: Unify the user connection flow with a unified screen. [#44469]
16+
- Remove CRM installation nudge for Complete plan users. [#45026]
17+
- Update package dependencies. [#44677] [#44701] [#44725] [#45027] [#45096] [#45097] [#45173] [#45200] [#45229] [#45298] [#45299] [#45334] [#45335]
2118

2219
### Fixed
23-
- I18n: Improve context hints in comments for translators.
24-
- My Jetpack: Prevent expiration alerts for products covered by active bundles
20+
- I18n: Improve context hints in comments for translators. [#44686]
21+
- My Jetpack: Prevent expiration alerts for products covered by active bundles. [#44586]
2522

2623
## 4.3.0 - 2025-07-30
2724
### Added

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"automattic/jetpack-autoloader": "^5.0.11",
1111
"automattic/jetpack-composer-plugin": "^4.0.5",
1212
"automattic/jetpack-config": "^3.1.1",
13-
"automattic/jetpack-my-jetpack": "^5.27.4-alpha",
13+
"automattic/jetpack-my-jetpack": "^5.27.4",
1414
"automattic/jetpack-plugins-installer": "^0.5.7",
1515
"automattic/jetpack-sync": "^4.22.1",
16-
"automattic/jetpack-transport-helper": "^0.3.3-alpha",
16+
"automattic/jetpack-transport-helper": "^0.3.3",
1717
"automattic/jetpack-plans": "^0.10.0",
1818
"automattic/jetpack-waf": "^0.27.4",
1919
"automattic/jetpack-status": "^6.0.4",
@@ -51,6 +51,7 @@
5151
"pnpm run watch"
5252
]
5353
},
54+
"repositories": [],
5455
"minimum-stability": "dev",
5556
"prefer-stable": true,
5657
"extra": {
@@ -72,6 +73,6 @@
7273
"automattic/jetpack-autoloader": true,
7374
"automattic/jetpack-composer-plugin": true
7475
},
75-
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ4_4_0_alpha"
76+
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ4_4_0"
7677
}
7778
}

jetpack-protect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Jetpack Protect
44
* Plugin URI: https://wordpress.org/plugins/jetpack-protect
55
* Description: Security tools that keep your site safe and sound, from posts to plugins.
6-
* Version: 4.4.0-alpha
6+
* Version: 4.4.0
77
* Author: Automattic - Jetpack Security team
88
* Author URI: https://jetpack.com/protect/
99
* License: GPLv2 or later
@@ -32,7 +32,7 @@
3232
exit( 0 );
3333
}
3434

35-
define( 'JETPACK_PROTECT_VERSION', '4.4.0-alpha' );
35+
define( 'JETPACK_PROTECT_VERSION', '4.4.0' );
3636
define( 'JETPACK_PROTECT_DIR', plugin_dir_path( __FILE__ ) );
3737
define( 'JETPACK_PROTECT_ROOT_FILE', __FILE__ );
3838
define( 'JETPACK_PROTECT_ROOT_FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) );

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.7",
11+
"automattic/jetpack-changelogger": "^6.0.5",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {

jetpack_vendor/automattic/jetpack-account-protection/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.18.13",
8+
"automattic/jetpack-connection": "^6.17.0",
99
"automattic/jetpack-logo": "^3.0.5",
1010
"automattic/jetpack-constants": "^3.0.8",
11-
"automattic/jetpack-status": "^6.0.4"
11+
"automattic/jetpack-status": "^6.0.1"
1212
},
1313
"require-dev": {
1414
"yoast/phpunit-polyfills": "^4.0.0",
15-
"automattic/jetpack-changelogger": "^6.0.7",
15+
"automattic/jetpack-changelogger": "^6.0.5",
1616
"automattic/jetpack-test-environment": "@dev",
1717
"automattic/phpunit-select-config": "^1.0.3"
1818
},

jetpack_vendor/automattic/jetpack-admin-ui/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.7",
11+
"automattic/jetpack-changelogger": "^6.0.5",
1212
"automattic/jetpack-logo": "^3.0.5",
1313
"automattic/jetpack-test-environment": "@dev",
1414
"automattic/phpunit-select-config": "^1.0.3"

jetpack_vendor/automattic/jetpack-backup-helper-script-manager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.7",
11+
"automattic/jetpack-changelogger": "^6.0.6",
1212
"automattic/jetpack-test-environment": "@dev",
1313
"automattic/phpunit-select-config": "^1.0.3"
1414
},

jetpack_vendor/automattic/jetpack-boost-core/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.18.13"
8+
"automattic/jetpack-connection": "^6.18.6"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^4.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.7",
12+
"automattic/jetpack-changelogger": "^6.0.6",
1313
"automattic/phpunit-select-config": "^1.0.3"
1414
},
1515
"autoload": {

jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require-dev": {
77
"yoast/phpunit-polyfills": "^4.0.0",
8-
"automattic/jetpack-changelogger": "^6.0.7",
8+
"automattic/jetpack-changelogger": "^6.0.5",
99
"brain/monkey": "^2.6",
1010
"automattic/phpunit-select-config": "^1.0.3"
1111
},
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": ">=7.2",
19-
"automattic/jetpack-boost-core": "^0.3.13"
19+
"automattic/jetpack-boost-core": "^0.3.11"
2020
},
2121
"autoload": {
2222
"classmap": [

jetpack_vendor/automattic/jetpack-config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^6.0.7",
10+
"automattic/jetpack-changelogger": "^6.0.5",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

0 commit comments

Comments
 (0)