updated plugin Jetpack Protect
version 1.3.0
This commit is contained in:
@ -5,6 +5,44 @@ 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.2] - 2023-02-20
|
||||
### Changed
|
||||
- Minor internal updates.
|
||||
|
||||
## [1.47.1] - 2023-01-23
|
||||
### Added
|
||||
- Close PHP Session if it's active when running a Dedicated Sync request. [#28515]
|
||||
|
||||
### Fixed
|
||||
- Jetpack Sync: prevent syncing user update when corresponding flags are not set. [#28385]
|
||||
|
||||
## [1.47.0] - 2023-01-18
|
||||
### Removed
|
||||
- Removed the deprecated option jetpack_blogging_prompts_enabled from defaults [#28387]
|
||||
|
||||
## [1.46.1] - 2023-01-11
|
||||
### Changed
|
||||
- Updated package dependencies.
|
||||
|
||||
## [1.46.0] - 2022-12-27
|
||||
### Added
|
||||
- Added woocommerce_cod_settings to the options whitelist. [#27988]
|
||||
|
||||
## [1.45.0] - 2022-12-19
|
||||
### Added
|
||||
- Adding new boolean site option of 'wpcom-subscription-emails-use-excerpt'. [#27908]
|
||||
- Sync Launchpad-related options: `launchpad_screen` and `launchpad_checklist_tasks_statuses`. [#27843]
|
||||
|
||||
### Changed
|
||||
- Option: Update featured_image_email_enabled option name to wpcom_featured_image_in_email. [#27955]
|
||||
|
||||
### Fixed
|
||||
- Improve PHP 8.2 compatibility. [#27968]
|
||||
|
||||
## [1.44.2] - 2022-12-06
|
||||
### Changed
|
||||
- Updated package dependencies.
|
||||
|
||||
## [1.44.1] - 2022-12-02
|
||||
### Changed
|
||||
- Updated package dependencies. [#27688]
|
||||
@ -780,6 +818,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Packages: Move sync to a classmapped package
|
||||
|
||||
[1.47.2]: https://github.com/Automattic/jetpack-sync/compare/v1.47.1...v1.47.2
|
||||
[1.47.1]: https://github.com/Automattic/jetpack-sync/compare/v1.47.0...v1.47.1
|
||||
[1.47.0]: https://github.com/Automattic/jetpack-sync/compare/v1.46.1...v1.47.0
|
||||
[1.46.1]: https://github.com/Automattic/jetpack-sync/compare/v1.46.0...v1.46.1
|
||||
[1.46.0]: https://github.com/Automattic/jetpack-sync/compare/v1.45.0...v1.46.0
|
||||
[1.45.0]: https://github.com/Automattic/jetpack-sync/compare/v1.44.2...v1.45.0
|
||||
[1.44.2]: https://github.com/Automattic/jetpack-sync/compare/v1.44.1...v1.44.2
|
||||
[1.44.1]: https://github.com/Automattic/jetpack-sync/compare/v1.44.0...v1.44.1
|
||||
[1.44.0]: https://github.com/Automattic/jetpack-sync/compare/v1.43.2...v1.44.0
|
||||
[1.43.2]: https://github.com/Automattic/jetpack-sync/compare/v1.43.1...v1.43.2
|
||||
|
Reference in New Issue
Block a user