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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## [Unreleased]

## [0.3.1]

- Add templates for footers and notifications - [#76](https://github.com/owncloud/templateeditor/issues/76)
- Add activity html template support - [#69](https://github.com/owncloud/templateeditor/issues/69)

## [0.3] - 2018-04-09

First marketplace release
Expand Down Expand Up @@ -43,4 +50,6 @@ First marketplace release

- Initial implementation

[0.3]: https://github.com/owncloud/templateeditor/compare/v0.2...v0.3
[Unreleased]: https://github.com/owncloud/templateeditor/compare/v0.3.1...master
[0.3.1]: https://github.com/owncloud/templateeditor/compare/v0.3...v0.3.1
[0.3]: https://github.com/owncloud/templateeditor/compare/v0.2...v0.3
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ To meet their exact needs and guidelines many administrators desire to customize
The Mail Template Editor provides an easier and more comfortable way for ownCloud administrators to modify mail templates within the 'General' section of ownCloud admin settings using HTML or plain text depending on the respective template. Each [ownCloud Theme](https://marketplace.owncloud.com/themes) can provide separate templates making it very easy to switch between templates by just enabling a different theme.
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.3</version>
<author>Jörn Dreyer, Viktar Dubiniuk</author>
<version>0.3.1</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