updated plugin Jetpack Protect
version 1.4.2
This commit is contained in:
@ -5,6 +5,39 @@ 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.18.5] - 2023-09-25
|
||||
### Changed
|
||||
- Add 127.0.0.1 into the list of known local domains. [#32898]
|
||||
- WP.com Compatibility: Abort out early checking if Protect is active. WP.com's protection is not site option based. [#33196]
|
||||
|
||||
## [1.18.4] - 2023-09-19
|
||||
|
||||
- Minor internal updates.
|
||||
|
||||
## [1.18.3] - 2023-09-11
|
||||
### Changed
|
||||
- General: remove backwards-compatibility function checks now that the package supports WP 6.2. [#32772]
|
||||
|
||||
## [1.18.2] - 2023-09-04
|
||||
### Fixed
|
||||
- Exclude domains starting with live from known Pantheon staging domains [#32789]
|
||||
|
||||
## [1.18.1] - 2023-08-23
|
||||
### Changed
|
||||
- Updated package dependencies. [#32605]
|
||||
|
||||
## [1.18.0] - 2023-07-18
|
||||
### Added
|
||||
- Transferred 'get_calypso_env()' method from Jetpack plugin. [#31906]
|
||||
|
||||
## [1.17.2] - 2023-06-19
|
||||
### Changed
|
||||
- Use Plans package to detect feature support. [#31213]
|
||||
|
||||
## [1.17.1] - 2023-05-11
|
||||
### Changed
|
||||
- PHP 8.1 compatibility updates [#30517]
|
||||
|
||||
## [1.17.0] - 2023-04-17
|
||||
### Changed
|
||||
- When Jetpack is available, `Modules::get()` no longer translates `module_tags`. Use Jetpack's `jetpack_get_module_i18n_tag()` function if you need translations. [#30067]
|
||||
@ -252,6 +285,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Packages: Introduce a status package
|
||||
|
||||
[1.18.5]: https://github.com/Automattic/jetpack-status/compare/v1.18.4...v1.18.5
|
||||
[1.18.4]: https://github.com/Automattic/jetpack-status/compare/v1.18.3...v1.18.4
|
||||
[1.18.3]: https://github.com/Automattic/jetpack-status/compare/v1.18.2...v1.18.3
|
||||
[1.18.2]: https://github.com/Automattic/jetpack-status/compare/v1.18.1...v1.18.2
|
||||
[1.18.1]: https://github.com/Automattic/jetpack-status/compare/v1.18.0...v1.18.1
|
||||
[1.18.0]: https://github.com/Automattic/jetpack-status/compare/v1.17.2...v1.18.0
|
||||
[1.17.2]: https://github.com/Automattic/jetpack-status/compare/v1.17.1...v1.17.2
|
||||
[1.17.1]: https://github.com/Automattic/jetpack-status/compare/v1.17.0...v1.17.1
|
||||
[1.17.0]: https://github.com/Automattic/jetpack-status/compare/v1.16.4...v1.17.0
|
||||
[1.16.4]: https://github.com/Automattic/jetpack-status/compare/v1.16.3...v1.16.4
|
||||
[1.16.3]: https://github.com/Automattic/jetpack-status/compare/v1.16.2...v1.16.3
|
||||
|
Reference in New Issue
Block a user