39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
|
# 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).
|
||
|
|
||
|
## [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
|
||
|
|
||
|
[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
|