updated plugin Jetpack Protect version 1.2.0

This commit is contained in:
2023-01-18 16:40:00 +00:00
committed by Gitium
parent 6f8f73e860
commit 35a7ea2e06
117 changed files with 5567 additions and 665 deletions

View File

@ -5,6 +5,10 @@ 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).
## [1.47.1] - 2022-12-02
### Changed
- Updated package dependencies. [#27696]
## [1.47.0] - 2022-11-30
### Added
- Added full response logging for failed Sync data requests. [#27644]
@ -729,6 +733,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Separate the connection library into its own package.
[1.47.1]: https://github.com/Automattic/jetpack-connection/compare/v1.47.0...v1.47.1
[1.47.0]: https://github.com/Automattic/jetpack-connection/compare/v1.46.4...v1.47.0
[1.46.4]: https://github.com/Automattic/jetpack-connection/compare/v1.46.3...v1.46.4
[1.46.3]: https://github.com/Automattic/jetpack-connection/compare/v1.46.2...v1.46.3

View File

@ -4,18 +4,18 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.16",
"automattic/jetpack-admin-ui": "^0.2.13",
"automattic/jetpack-constants": "^1.6.19",
"automattic/jetpack-roles": "^1.4.18",
"automattic/jetpack-status": "^1.15.1",
"automattic/jetpack-redirect": "^1.7.20"
"automattic/jetpack-a8c-mc-stats": "^1.4.17",
"automattic/jetpack-admin-ui": "^0.2.14",
"automattic/jetpack-constants": "^1.6.20",
"automattic/jetpack-roles": "^1.4.19",
"automattic/jetpack-status": "^1.15.2",
"automattic/jetpack-redirect": "^1.7.21"
},
"require-dev": {
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.0.3",
"yoast/phpunit-polyfills": "1.0.4",
"brain/monkey": "2.6.1",
"automattic/jetpack-changelogger": "^3.2.1"
"automattic/jetpack-changelogger": "^3.2.2"
},
"autoload": {
"classmap": [

View File

@ -12,7 +12,7 @@ namespace Automattic\Jetpack\Connection;
*/
class Package_Version {
const PACKAGE_VERSION = '1.47.0';
const PACKAGE_VERSION = '1.47.1';
const PACKAGE_SLUG = 'connection';