updated plugin Jetpack Protect
version 1.1.1
This commit is contained in:
@ -5,6 +5,95 @@ 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).
|
||||
|
||||
## [2.4.0] - 2022-11-17
|
||||
### Added
|
||||
- Added Jetpack Protect to My Jetpack. [#26069]
|
||||
|
||||
### Changed
|
||||
- Updated package dependencies. [#26736]
|
||||
|
||||
## [2.3.5] - 2022-11-10
|
||||
### Changed
|
||||
- Updated package dependencies. [#27319]
|
||||
|
||||
## [2.3.4] - 2022-11-08
|
||||
### Changed
|
||||
- Updated package dependencies. [#27289]
|
||||
|
||||
## [2.3.3] - 2022-11-01
|
||||
### Changed
|
||||
- Updated package dependencies. [#27196]
|
||||
|
||||
## [2.3.2] - 2022-10-25
|
||||
### Changed
|
||||
- Updated package dependencies. [#26705]
|
||||
|
||||
## [2.3.1] - 2022-10-25
|
||||
### Added
|
||||
- Add a flag to indicate if the pricing is introductory with product price [#26982]
|
||||
- My Jetpack: Support trial [#27033]
|
||||
|
||||
### Changed
|
||||
- Search: now support 38 languages [#27025]
|
||||
|
||||
### Fixed
|
||||
- Don't show old price when it's the same as new one [#27015]
|
||||
- Search: check if free plan and new pricing is active using wpcom API [#27016]
|
||||
|
||||
## [2.3.0] - 2022-10-19
|
||||
### Added
|
||||
- Added support for free product and added free product for Search [#26808]
|
||||
|
||||
### Changed
|
||||
- Updated package dependencies. [#26883]
|
||||
|
||||
## [2.2.3] - 2022-10-17
|
||||
### Changed
|
||||
- Updated package dependencies. [#26851]
|
||||
|
||||
## [2.2.2] - 2022-10-13
|
||||
### Changed
|
||||
- Updated package dependencies. [#26790]
|
||||
|
||||
## [2.2.1] - 2022-10-11
|
||||
### Changed
|
||||
- Updated package dependencies. [#25973]
|
||||
|
||||
## [2.2.0] - 2022-10-05
|
||||
### Added
|
||||
- Integrate the new connection error message React component into My Jetpack. [#26485]
|
||||
- Search: add post type breakdown endpoint [#26463]
|
||||
- Trigger restore connection flow. [#26489]
|
||||
|
||||
### Changed
|
||||
- Updated package dependencies. [#26457]
|
||||
|
||||
## [2.1.1] - 2022-09-27
|
||||
### Changed
|
||||
- Updated package dependencies.
|
||||
|
||||
## [2.1.0] - 2022-09-20
|
||||
### Added
|
||||
- Added the ConnectionErrorNotice React component. [#26259]
|
||||
|
||||
### Changed
|
||||
- Updated package dependencies.
|
||||
|
||||
### Fixed
|
||||
- Fixed the tests for the Module_Product class by creating and using a sample, test-only module product class as the test subject instead of relying on Videopress or other concrete products. [#26227]
|
||||
|
||||
## [2.0.5] - 2022-09-08
|
||||
### Changed
|
||||
- Change VideoPress into a Hybrid product in My Jetpack [#25954]
|
||||
- Updated package dependencies.
|
||||
|
||||
## [2.0.4] - 2022-08-31
|
||||
### Added
|
||||
- Allow plugins to override a product class. [#25891]
|
||||
|
||||
### Changed
|
||||
- Updated package dependencies. [#25856]
|
||||
|
||||
## [2.0.3] - 2022-08-29
|
||||
### Changed
|
||||
- Updated package dependencies.
|
||||
@ -579,6 +668,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- Created package
|
||||
|
||||
[2.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.5...2.4.0
|
||||
[2.3.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.4...2.3.5
|
||||
[2.3.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.3...2.3.4
|
||||
[2.3.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.2...2.3.3
|
||||
[2.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.1...2.3.2
|
||||
[2.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.3.0...2.3.1
|
||||
[2.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.3...2.3.0
|
||||
[2.2.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.2...2.2.3
|
||||
[2.2.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.1...2.2.2
|
||||
[2.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.2.0...2.2.1
|
||||
[2.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.1.1...2.2.0
|
||||
[2.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.1.0...2.1.1
|
||||
[2.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.5...2.1.0
|
||||
[2.0.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.4...2.0.5
|
||||
[2.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.3...2.0.4
|
||||
[2.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.2...2.0.3
|
||||
[2.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.1...2.0.2
|
||||
[2.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/2.0.0...2.0.1
|
||||
|
Reference in New Issue
Block a user