summaryrefslogtreecommitdiff
blob: 3994845ebeb5993fcfa8d753a83bd02d518bcb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.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.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