updated plugin Jetpack Protect
version 1.1.1
This commit is contained in:
@ -5,6 +5,49 @@ 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.46.3] - 2022-11-08
|
||||
### Changed
|
||||
- Updated package dependencies. [#27289]
|
||||
|
||||
## [1.46.2] - 2022-11-07
|
||||
### Changed
|
||||
- Updated package dependencies. [#27278]
|
||||
|
||||
## [1.46.1] - 2022-11-01
|
||||
### Changed
|
||||
- Updated package dependencies.
|
||||
|
||||
## [1.46.0] - 2022-10-25
|
||||
### Changed
|
||||
- Use blog token to unlink users from WPCOM. [#26705]
|
||||
|
||||
## [1.45.5] - 2022-10-25
|
||||
### Added
|
||||
- Connection: expose BlogId in the global state [#26978]
|
||||
|
||||
## [1.45.4] - 2022-10-13
|
||||
### Changed
|
||||
- Updated package dependencies. [#26791]
|
||||
|
||||
## [1.45.3] - 2022-10-05
|
||||
### Changed
|
||||
- Updated package dependencies. [#26568]
|
||||
|
||||
### Fixed
|
||||
- Clean connection errors after successful blog token restore. [#26489]
|
||||
|
||||
## [1.45.2] - 2022-09-21
|
||||
### Fixed
|
||||
- Check request body error type before creating wp error. [#26304]
|
||||
|
||||
## [1.45.1] - 2022-09-20
|
||||
### Fixed
|
||||
- Rename the initial state key to ensure compatibility with the JS package. [#26259]
|
||||
|
||||
## [1.45.0] - 2022-09-08
|
||||
### Changed
|
||||
- Add option to JP options [#25979]
|
||||
|
||||
## [1.44.0] - 2022-08-29
|
||||
### Added
|
||||
- Connection: verify REST API errors.
|
||||
@ -678,6 +721,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Separate the connection library into its own package.
|
||||
|
||||
[1.46.3]: https://github.com/Automattic/jetpack-connection/compare/v1.46.2...v1.46.3
|
||||
[1.46.2]: https://github.com/Automattic/jetpack-connection/compare/v1.46.1...v1.46.2
|
||||
[1.46.1]: https://github.com/Automattic/jetpack-connection/compare/v1.46.0...v1.46.1
|
||||
[1.46.0]: https://github.com/Automattic/jetpack-connection/compare/v1.45.5...v1.46.0
|
||||
[1.45.5]: https://github.com/Automattic/jetpack-connection/compare/v1.45.4...v1.45.5
|
||||
[1.45.4]: https://github.com/Automattic/jetpack-connection/compare/v1.45.3...v1.45.4
|
||||
[1.45.3]: https://github.com/Automattic/jetpack-connection/compare/v1.45.2...v1.45.3
|
||||
[1.45.2]: https://github.com/Automattic/jetpack-connection/compare/v1.45.1...v1.45.2
|
||||
[1.45.1]: https://github.com/Automattic/jetpack-connection/compare/v1.45.0...v1.45.1
|
||||
[1.45.0]: https://github.com/Automattic/jetpack-connection/compare/v1.44.0...v1.45.0
|
||||
[1.44.0]: https://github.com/Automattic/jetpack-connection/compare/v1.43.1...v1.44.0
|
||||
[1.43.1]: https://github.com/Automattic/jetpack-connection/compare/v1.43.0...v1.43.1
|
||||
[1.43.0]: https://github.com/Automattic/jetpack-connection/compare/v1.42.0...v1.43.0
|
||||
|
Reference in New Issue
Block a user