Skip to content

Commit 0b941a9

Browse files
committed
Update CHANGELOG.md
1 parent 0fd0ad5 commit 0b941a9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.3.0] - 2023-07-13
10+
911
### Added
1012

1113
* Introduce UPDATE_DOCKER_IMAGE environment variable.
1214
* Setting this environment variable to "no" will skip updating the Docker image during `make up`.
15+
* ARCHIVE can now be specified in the recipe yaml file.
16+
* Specify url and integrity in the following format
17+
18+
```yaml
19+
mt-plugin-MTBlockEditor:
20+
archive:
21+
url: https://github.com/movabletype/mt-plugin-MTBlockEditor/releases/download/v1.1.10/MTBlockEditor-1.1.10.tar.gz
22+
integrity: sha512-VCrI5B/cv4FAEV7O9GPOsJGEATwRcw4GqjVCWZiMPSkC9jx2l0kjnTXl6M2Xvv/x6THnPQj9VgxX9B0MG7a25g==
23+
```
1324
1425
### Changed
1526

0 commit comments

Comments
 (0)