updated plugin Jetpack Protect
version 1.4.2
This commit is contained in:
@ -5,6 +5,105 @@ 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.58.2] - 2023-10-19
|
||||
### Changed
|
||||
- Updated package dependencies. [#33687]
|
||||
|
||||
## [1.58.1] - 2023-10-10
|
||||
### Changed
|
||||
- Updated package dependencies. [#33428]
|
||||
|
||||
## [1.58.0] - 2023-09-25
|
||||
### Added
|
||||
- Disallow private IP addresses for site connection. [#32898]
|
||||
|
||||
## [1.57.5] - 2023-09-19
|
||||
|
||||
- Minor internal updates.
|
||||
|
||||
## [1.57.4] - 2023-09-13
|
||||
### Fixed
|
||||
- Use JS to check if initial state is already rendered. [#32932]
|
||||
|
||||
## [1.57.3] - 2023-09-11
|
||||
### Changed
|
||||
- General: remove WP 6.1 backwards compatibility checks [#32772]
|
||||
|
||||
## [1.57.2] - 2023-09-04
|
||||
### Changed
|
||||
- Updated package dependencies. [#32803]
|
||||
|
||||
## [1.57.1] - 2023-08-23
|
||||
### Changed
|
||||
- Updated package dependencies. [#32605]
|
||||
|
||||
## [1.57.0] - 2023-08-21
|
||||
### Added
|
||||
- Better way to render initial state. [#32499]
|
||||
|
||||
## [1.56.1] - 2023-08-09
|
||||
### Changed
|
||||
- Updated package dependencies. [#32166]
|
||||
|
||||
### Removed
|
||||
- Tests: remove invalid tests for WP 6.3 [#32353]
|
||||
|
||||
## [1.56.0] - 2023-08-01
|
||||
### Added
|
||||
- Add a filter to modify response for the `jetpack.idcUrlValidation` endpoint, add unit test. [#32005]
|
||||
|
||||
## [1.55.0] - 2023-07-25
|
||||
### Added
|
||||
- Connection: lock tokens to prevent IDC during AIOWPM export. [#31883]
|
||||
|
||||
## [1.54.1] - 2023-07-18
|
||||
### Fixed
|
||||
- Pass Calypso environment during connection to redirect users to proper Calypso URL. [#31906]
|
||||
|
||||
## [1.54.0] - 2023-07-17
|
||||
### Added
|
||||
- Restore invalid connection owner ID. [#31618]
|
||||
|
||||
## [1.53.3] - 2023-07-11
|
||||
### Changed
|
||||
- Updated package dependencies. [#31785]
|
||||
|
||||
## [1.53.2] - 2023-07-05
|
||||
### Changed
|
||||
- Updated package dependencies. [#31659]
|
||||
|
||||
## [1.53.1] - 2023-06-23
|
||||
### Changed
|
||||
- Updated package dependencies. [#31468]
|
||||
|
||||
## [1.53.0] - 2023-06-19
|
||||
### Changed
|
||||
- Do not disconnect sites on WPCOM in Offline Mode. [#31305]
|
||||
|
||||
## [1.52.2] - 2023-06-06
|
||||
### Changed
|
||||
- Updated package dependencies. [#31129]
|
||||
|
||||
## [1.52.1] - 2023-05-29
|
||||
### Added
|
||||
- Include the user's email in data returned from WordPress.com Connected User data query [#30990]
|
||||
|
||||
## [1.52.0] - 2023-05-22
|
||||
### Added
|
||||
- Add Offline Mode flag into initial state. [#30570]
|
||||
|
||||
## [1.51.10] - 2023-05-18
|
||||
### Changed
|
||||
- PHP8 compatibility updates, mostly focusing on Jetpack. [#30714]
|
||||
|
||||
## [1.51.9] - 2023-05-15
|
||||
### Changed
|
||||
- Internal updates.
|
||||
|
||||
## [1.51.8] - 2023-05-02
|
||||
### Changed
|
||||
- Updated package dependencies. [#30375]
|
||||
|
||||
## [1.51.7] - 2023-04-10
|
||||
### Added
|
||||
- Add Jetpack Autoloader package suggestion. [#29988]
|
||||
@ -797,6 +896,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Separate the connection library into its own package.
|
||||
|
||||
[1.58.2]: https://github.com/Automattic/jetpack-connection/compare/v1.58.1...v1.58.2
|
||||
[1.58.1]: https://github.com/Automattic/jetpack-connection/compare/v1.58.0...v1.58.1
|
||||
[1.58.0]: https://github.com/Automattic/jetpack-connection/compare/v1.57.5...v1.58.0
|
||||
[1.57.5]: https://github.com/Automattic/jetpack-connection/compare/v1.57.4...v1.57.5
|
||||
[1.57.4]: https://github.com/Automattic/jetpack-connection/compare/v1.57.3...v1.57.4
|
||||
[1.57.3]: https://github.com/Automattic/jetpack-connection/compare/v1.57.2...v1.57.3
|
||||
[1.57.2]: https://github.com/Automattic/jetpack-connection/compare/v1.57.1...v1.57.2
|
||||
[1.57.1]: https://github.com/Automattic/jetpack-connection/compare/v1.57.0...v1.57.1
|
||||
[1.57.0]: https://github.com/Automattic/jetpack-connection/compare/v1.56.1...v1.57.0
|
||||
[1.56.1]: https://github.com/Automattic/jetpack-connection/compare/v1.56.0...v1.56.1
|
||||
[1.56.0]: https://github.com/Automattic/jetpack-connection/compare/v1.55.0...v1.56.0
|
||||
[1.55.0]: https://github.com/Automattic/jetpack-connection/compare/v1.54.1...v1.55.0
|
||||
[1.54.1]: https://github.com/Automattic/jetpack-connection/compare/v1.54.0...v1.54.1
|
||||
[1.54.0]: https://github.com/Automattic/jetpack-connection/compare/v1.53.3...v1.54.0
|
||||
[1.53.3]: https://github.com/Automattic/jetpack-connection/compare/v1.53.2...v1.53.3
|
||||
[1.53.2]: https://github.com/Automattic/jetpack-connection/compare/v1.53.1...v1.53.2
|
||||
[1.53.1]: https://github.com/Automattic/jetpack-connection/compare/v1.53.0...v1.53.1
|
||||
[1.53.0]: https://github.com/Automattic/jetpack-connection/compare/v1.52.2...v1.53.0
|
||||
[1.52.2]: https://github.com/Automattic/jetpack-connection/compare/v1.52.1...v1.52.2
|
||||
[1.52.1]: https://github.com/Automattic/jetpack-connection/compare/v1.52.0...v1.52.1
|
||||
[1.52.0]: https://github.com/Automattic/jetpack-connection/compare/v1.51.10...v1.52.0
|
||||
[1.51.10]: https://github.com/Automattic/jetpack-connection/compare/v1.51.9...v1.51.10
|
||||
[1.51.9]: https://github.com/Automattic/jetpack-connection/compare/v1.51.8...v1.51.9
|
||||
[1.51.8]: https://github.com/Automattic/jetpack-connection/compare/v1.51.7...v1.51.8
|
||||
[1.51.7]: https://github.com/Automattic/jetpack-connection/compare/v1.51.6...v1.51.7
|
||||
[1.51.6]: https://github.com/Automattic/jetpack-connection/compare/v1.51.5...v1.51.6
|
||||
[1.51.5]: https://github.com/Automattic/jetpack-connection/compare/v1.51.4...v1.51.5
|
||||
|
Reference in New Issue
Block a user