Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.3] - 2018-04-09

First marketplace release


## [0.2] - 2018-02-28

### Added
Expand Down Expand Up @@ -37,3 +42,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Activity notification app support [#4](https://github.com/owncloud/templateeditor/pull/4)

- Initial implementation

[0.3]: https://github.com/owncloud/templateeditor/compare/v0.2...v0.3
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Mail Template Editor provides an easier and more comfortable way for ownClou
For more information, please read the [ownCloud Documentation](https://doc.owncloud.com/server/latest/admin_manual/configuration/server/email_configuration.html#using-email-templates).</description>
<licence>AGPL</licence>
<author>Jörn Dreyer</author>
<version>0.2</version>
<version>0.3</version>
<category>customization</category>
<documentation>
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/server/email_configuration.html#using-email-templates</admin>
Expand Down