Skip to content

Commit cecbc94

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpack-protect
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19557525391 Upstream-Ref: Automattic/jetpack@1e715d1
1 parent b94b048 commit cecbc94

51 files changed

Lines changed: 719 additions & 906 deletions

File tree

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: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,19 @@ 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.1-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## 4.4.1 - 2025-11-21
129
### Added
13-
- Tested up to WordPress 6.9
10+
- Tested up to WordPress 6.9. [#45571]
1411

1512
### Changed
16-
- Replace icons removed from @wordpress/icons with alternatives.
17-
- Update dependencies.
18-
- Update package dependencies.
13+
- Replace icons removed from @wordpress/icons with alternatives. [#45760]
14+
- Update dependencies. [#45488]
15+
- Update package dependencies. [#45478] [#45652] [#45676] [#45737] [#45756] [#45915] [#45932]
1916

2017
### Fixed
21-
- Jetpack: remove getIconColor functions for block icons
22-
- My Jetpack: Fix expiring renewal prompt to show all products
23-
- My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
18+
- Jetpack: remove getIconColor functions for block icons [#45992]
19+
- My Jetpack: Fix expiring renewal prompt to show all products [#45995]
20+
- My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. [#45474]
2421

2522
## 4.4.0 - 2025-10-10
2623
### Added

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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_1_alpha"
76+
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ4_4_1"
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.1-alpha
6+
* Version: 4.4.1
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.1-alpha' );
35+
define( 'JETPACK_PROTECT_VERSION', '4.4.1' );
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.9",
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: 2 additions & 2 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.19.8",
8+
"automattic/jetpack-connection": "^6.19.4",
99
"automattic/jetpack-logo": "^3.0.5",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-status": "^6.1.1"
1212
},
1313
"require-dev": {
1414
"yoast/phpunit-polyfills": "^4.0.0",
15-
"automattic/jetpack-changelogger": "^6.0.9",
15+
"automattic/jetpack-changelogger": "^6.0.8",
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.9",
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-assets/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [4.3.13] - 2025-11-17
99
### Changed
10-
- Update package dependencies. [#45915] [#45958]
10+
- Update package dependencies. [#45915]
11+
- Update package dependencies. [#45958]
1112

1213
## [4.3.12] - 2025-11-10
1314
### Changed

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.9",
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/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.4.0] - 2025-11-17
99
### Added
10-
- General: Add a daily cleanup of expired transients. [#45920]
10+
- General: added a daily cleanup of expired transients. [#45920]
1111

1212
## [0.3.14] - 2025-10-20
1313
### Changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.19.8"
8+
"automattic/jetpack-connection": "^6.19.6"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^4.0.0",

0 commit comments

Comments
 (0)