updated plugin Jetpack Protect
version 3.0.2
This commit is contained in:
@ -5,6 +5,119 @@ 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.10.0] - 2024-09-05
|
||||
### Added
|
||||
- Sync: Add a filter that allows modification of the default modules list used for full sync procedure. [#39117]
|
||||
|
||||
## [3.9.1] - 2024-09-05
|
||||
### Changed
|
||||
- Optimized performance by moving the IDC safe mode check after the connection check, reducing unnecessary get_option() requests for jetpack_sync_error_idc [#39205]
|
||||
|
||||
### Fixed
|
||||
- Jetpack sync: Gutenberg footnotes meta [#38878]
|
||||
|
||||
## [3.9.0] - 2024-08-30
|
||||
### Added
|
||||
- Add share status log modal to published posts [#39051]
|
||||
|
||||
## [3.8.1] - 2024-08-29
|
||||
### Changed
|
||||
- Sync: Add subscription type for HPOS orders only if WooCommerce Subscriptions plugin exists [#39118]
|
||||
|
||||
## [3.8.0] - 2024-08-26
|
||||
### Changed
|
||||
- Sync: Updated allowed order types in HPOS Module [#39022]
|
||||
|
||||
### Fixed
|
||||
- Sync: Ensure filtering orders by status when doing HPOS Checksums [#39020]
|
||||
|
||||
## [3.7.1] - 2024-08-23
|
||||
### Changed
|
||||
- Updated package dependencies. [#39004]
|
||||
|
||||
## [3.7.0] - 2024-08-21
|
||||
### Added
|
||||
- Synced Order Data: adds filtering to the filtered order data [#38955]
|
||||
|
||||
## [3.6.0] - 2024-08-15
|
||||
### Added
|
||||
- Sync: Add a new callable for Sync Active Modules [#38831]
|
||||
|
||||
### Fixed
|
||||
- Fix incorrect next-version tokens in php `@since` and/or `@deprecated` docs. [#38869]
|
||||
- Sync: update WooCommerce Post Meta whitelist. [#38677]
|
||||
|
||||
## [3.5.1] - 2024-08-08
|
||||
### Fixed
|
||||
- Sync: Fix integration of Brute Force Login Protection [#38518]
|
||||
|
||||
## [3.5.0] - 2024-08-06
|
||||
### Changed
|
||||
- Sync: Change fields for HPOS checksums [#38713]
|
||||
|
||||
## [3.4.1] - 2024-08-05
|
||||
### Fixed
|
||||
- Jetpack Sync: Take order type into account when performing HPOS Checksums [#38688]
|
||||
|
||||
## [3.4.0] - 2024-07-29
|
||||
### Added
|
||||
- Add support for syncing Jetpack WAF options. [#37957]
|
||||
|
||||
## [3.3.1] - 2024-07-26
|
||||
### Fixed
|
||||
- Jetpack Sync: Ensure duplicate Sync modules are not loaded [#38503]
|
||||
|
||||
## [3.3.0] - 2024-07-15
|
||||
### Added
|
||||
- Jetpack Sync: Add support for HPOS checksums [#38320]
|
||||
|
||||
### Changed
|
||||
- Jetpack Sync: Ensure HPOS order status is prefixed with 'wc-' before sending it to WPCOM [#38258]
|
||||
|
||||
## [3.2.1] - 2024-07-10
|
||||
### Fixed
|
||||
- Jetpack Sync HPOS: Ensure get_objects_by_id will return all relevant orders [#38251]
|
||||
|
||||
## [3.2.0] - 2024-07-08
|
||||
### Changed
|
||||
- Jetpack Sync: Ensure we always sync heartbeat data and active plugins no matter the consumer config [#38135]
|
||||
|
||||
### Fixed
|
||||
- Jetpack Sync: Fix HPOS checksum support for wc_order_operational_data [#38191]
|
||||
- Sync: Fix bug in WooCommerce_HPOS_Orders::get_objects_by_id method [#38192]
|
||||
|
||||
## [3.1.4] - 2024-07-01
|
||||
### Fixed
|
||||
- Sync Checksum:Use postmeta table name from wpdb to compare so we don't filter by whitelist due to performance reasons. [#38084]
|
||||
|
||||
## [3.1.3] - 2024-06-25
|
||||
### Changed
|
||||
- Internal updates.
|
||||
|
||||
## [3.1.2] - 2024-06-21
|
||||
### Added
|
||||
- Adding a new toggles to control the newsletter byline [#37916]
|
||||
|
||||
## [3.1.1] - 2024-06-13
|
||||
### Changed
|
||||
- Internal updates.
|
||||
|
||||
## [3.1.0] - 2024-06-10
|
||||
### Added
|
||||
- Staging: deprecating staging mode and separating the logic into is_development_site and in_safe_mode [#37023]
|
||||
|
||||
## [3.0.2] - 2024-06-04
|
||||
### Fixed
|
||||
- Defaults: Add new item to default_theme_support_whitelist to prevent failing sync tests. [#37701]
|
||||
|
||||
## [3.0.1] - 2024-05-29
|
||||
### Changed
|
||||
- Remove the 'jetpack-identity-crisis' dependency. [#36968]
|
||||
|
||||
## [3.0.0] - 2024-05-27
|
||||
### Removed
|
||||
- Jetpack Sync: Remove 'admin_action_update' hook from Sync Plugins module. [#37488]
|
||||
|
||||
## [2.16.6] - 2024-05-23
|
||||
### Added
|
||||
- Add reply to name setting for newsletters. [#37362]
|
||||
@ -1160,6 +1273,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Packages: Move sync to a classmapped package
|
||||
|
||||
[3.10.0]: https://github.com/Automattic/jetpack-sync/compare/v3.9.1...v3.10.0
|
||||
[3.9.1]: https://github.com/Automattic/jetpack-sync/compare/v3.9.0...v3.9.1
|
||||
[3.9.0]: https://github.com/Automattic/jetpack-sync/compare/v3.8.1...v3.9.0
|
||||
[3.8.1]: https://github.com/Automattic/jetpack-sync/compare/v3.8.0...v3.8.1
|
||||
[3.8.0]: https://github.com/Automattic/jetpack-sync/compare/v3.7.1...v3.8.0
|
||||
[3.7.1]: https://github.com/Automattic/jetpack-sync/compare/v3.7.0...v3.7.1
|
||||
[3.7.0]: https://github.com/Automattic/jetpack-sync/compare/v3.6.0...v3.7.0
|
||||
[3.6.0]: https://github.com/Automattic/jetpack-sync/compare/v3.5.1...v3.6.0
|
||||
[3.5.1]: https://github.com/Automattic/jetpack-sync/compare/v3.5.0...v3.5.1
|
||||
[3.5.0]: https://github.com/Automattic/jetpack-sync/compare/v3.4.1...v3.5.0
|
||||
[3.4.1]: https://github.com/Automattic/jetpack-sync/compare/v3.4.0...v3.4.1
|
||||
[3.4.0]: https://github.com/Automattic/jetpack-sync/compare/v3.3.1...v3.4.0
|
||||
[3.3.1]: https://github.com/Automattic/jetpack-sync/compare/v3.3.0...v3.3.1
|
||||
[3.3.0]: https://github.com/Automattic/jetpack-sync/compare/v3.2.1...v3.3.0
|
||||
[3.2.1]: https://github.com/Automattic/jetpack-sync/compare/v3.2.0...v3.2.1
|
||||
[3.2.0]: https://github.com/Automattic/jetpack-sync/compare/v3.1.4...v3.2.0
|
||||
[3.1.4]: https://github.com/Automattic/jetpack-sync/compare/v3.1.3...v3.1.4
|
||||
[3.1.3]: https://github.com/Automattic/jetpack-sync/compare/v3.1.2...v3.1.3
|
||||
[3.1.2]: https://github.com/Automattic/jetpack-sync/compare/v3.1.1...v3.1.2
|
||||
[3.1.1]: https://github.com/Automattic/jetpack-sync/compare/v3.1.0...v3.1.1
|
||||
[3.1.0]: https://github.com/Automattic/jetpack-sync/compare/v3.0.2...v3.1.0
|
||||
[3.0.2]: https://github.com/Automattic/jetpack-sync/compare/v3.0.1...v3.0.2
|
||||
[3.0.1]: https://github.com/Automattic/jetpack-sync/compare/v3.0.0...v3.0.1
|
||||
[3.0.0]: https://github.com/Automattic/jetpack-sync/compare/v2.16.6...v3.0.0
|
||||
[2.16.6]: https://github.com/Automattic/jetpack-sync/compare/v2.16.5...v2.16.6
|
||||
[2.16.5]: https://github.com/Automattic/jetpack-sync/compare/v2.16.4...v2.16.5
|
||||
[2.16.4]: https://github.com/Automattic/jetpack-sync/compare/v2.16.3...v2.16.4
|
||||
|
Reference in New Issue
Block a user