updated plugin Jetpack Protect
version 1.3.0
This commit is contained in:
@ -5,6 +5,43 @@ 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.51.1] - 2023-03-07
|
||||
### Changed
|
||||
- Improve JS code in the connection owner removal notice. [#29087]
|
||||
- Updated package dependencies. [#29216]
|
||||
|
||||
## [1.51.0] - 2023-02-20
|
||||
### Changed
|
||||
- Moving deleting connection owner notice from JITM to Connection package. [#28516]
|
||||
|
||||
## [1.50.1] - 2023-02-15
|
||||
### Changed
|
||||
- Update to React 18. [#28710]
|
||||
|
||||
## [1.50.0] - 2023-02-07
|
||||
### Added
|
||||
- Call the Licensing package for license verification.
|
||||
|
||||
## [1.49.1] - 2023-01-25
|
||||
### Changed
|
||||
- Minor internal updates.
|
||||
|
||||
## [1.49.0] - 2023-01-11
|
||||
### Added
|
||||
- Add new method to get a connected site's blog ID. [#28208]
|
||||
|
||||
## [1.48.1] - 2022-12-27
|
||||
### Removed
|
||||
- Remove src/js files from final bundle [#27931]
|
||||
|
||||
## [1.48.0] - 2022-12-19
|
||||
### Changed
|
||||
- Provide user locale when fetching info about connected WordPress.com user. [#27928]
|
||||
- Update for PHP 8.2 compatibility. [#27949]
|
||||
|
||||
### Fixed
|
||||
- Declare fields for PHP 8.2 compatibility. [#27968]
|
||||
|
||||
## [1.47.1] - 2022-12-02
|
||||
### Changed
|
||||
- Updated package dependencies. [#27696]
|
||||
@ -733,6 +770,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Separate the connection library into its own package.
|
||||
|
||||
[1.51.1]: https://github.com/Automattic/jetpack-connection/compare/v1.51.0...v1.51.1
|
||||
[1.51.0]: https://github.com/Automattic/jetpack-connection/compare/v1.50.1...v1.51.0
|
||||
[1.50.1]: https://github.com/Automattic/jetpack-connection/compare/v1.50.0...v1.50.1
|
||||
[1.50.0]: https://github.com/Automattic/jetpack-connection/compare/v1.49.1...v1.50.0
|
||||
[1.49.1]: https://github.com/Automattic/jetpack-connection/compare/v1.49.0...v1.49.1
|
||||
[1.49.0]: https://github.com/Automattic/jetpack-connection/compare/v1.48.1...v1.49.0
|
||||
[1.48.1]: https://github.com/Automattic/jetpack-connection/compare/v1.48.0...v1.48.1
|
||||
[1.48.0]: https://github.com/Automattic/jetpack-connection/compare/v1.47.1...v1.48.0
|
||||
[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
|
||||
|
Reference in New Issue
Block a user