2022-07-28 18:42:13 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
2023-03-17 22:34:13 +00:00
|
|
|
## [0.2.3] - 2023-02-20
|
|
|
|
### Changed
|
|
|
|
- Minor internal updates.
|
|
|
|
|
2023-01-18 16:40:00 +00:00
|
|
|
## [0.2.2] - 2022-12-02
|
|
|
|
### Changed
|
|
|
|
- Updated package dependencies. [#27688]
|
|
|
|
|
2022-12-19 23:08:19 +00:00
|
|
|
## [0.2.1] - 2022-11-22
|
|
|
|
### Changed
|
|
|
|
- Updated package dependencies. [#27043]
|
|
|
|
|
2022-09-02 15:19:40 +00:00
|
|
|
## [0.2.0] - 2022-08-23
|
|
|
|
### Added
|
|
|
|
- Add method to check plugin activation context. [#25422]
|
|
|
|
|
2022-07-28 18:42:13 +00:00
|
|
|
## [0.1.4] - 2022-07-26
|
|
|
|
### Changed
|
|
|
|
- Updated package dependencies. [#25158]
|
|
|
|
|
|
|
|
## [0.1.3] - 2022-06-21
|
|
|
|
### Changed
|
|
|
|
- Renaming master to trunk.
|
|
|
|
|
|
|
|
## [0.1.2] - 2022-04-26
|
|
|
|
### Changed
|
|
|
|
- Updated package dependencies.
|
|
|
|
|
|
|
|
## [0.1.1] - 2022-03-29
|
|
|
|
### Added
|
|
|
|
- Set composer package type to "jetpack-library" so i18n will work.
|
|
|
|
|
|
|
|
## 0.1.0 - 2022-02-02
|
|
|
|
### Added
|
|
|
|
- First version
|
|
|
|
- New functions to safely check plugin statuses
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Build: add missing mirror repo details, so package can be deployed.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix method logic
|
|
|
|
|
2023-03-17 22:34:13 +00:00
|
|
|
[0.2.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.2...v0.2.3
|
2023-01-18 16:40:00 +00:00
|
|
|
[0.2.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.1...v0.2.2
|
2022-12-19 23:08:19 +00:00
|
|
|
[0.2.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.0...v0.2.1
|
2022-09-02 15:19:40 +00:00
|
|
|
[0.2.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.4...v0.2.0
|
2022-07-28 18:42:13 +00:00
|
|
|
[0.1.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.3...v0.1.4
|
|
|
|
[0.1.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.2...v0.1.3
|
|
|
|
[0.1.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.1...v0.1.2
|
|
|
|
[0.1.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.0...v0.1.1
|