Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo committed May 28, 2023
1 parent cbed856 commit 62cf348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.3.1]

* Add setting to store processed files for compatibility with various extensions.

## [0.3.0]
Expand Down Expand Up @@ -31,7 +33,8 @@
* Add integration for [**imagekit.io** `service`](https://imagekit.io/).
* Add backend toolbar action and CLI command for processed media invalidation.

[unreleased]: https://github.com/somehow-digital/typo3-media-processing/compare/v0.3.0...HEAD
[unreleased]: https://github.com/somehow-digital/typo3-media-processing/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/somehow-digital/typo3-media-processing/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/somehow-digital/typo3-media-processing/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/somehow-digital/typo3-media-processing/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/somehow-digital/typo3-media-processing/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => '[email protected]',
'author_company' => 'somehow.digital',
'state' => 'alpha',
'version' => '0.3.0',
'version' => '0.3.1',
'autoload' => [
'psr-4' => [
'SomehowDigital\\Typo3\MediaProcessing\\' => 'Classes/',
Expand Down

0 comments on commit 62cf348

Please sign in to comment.