Skip to content

Commit

Permalink
Prepare first release
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Oct 20, 2022
1 parent b104e76 commit 44e0c99
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,25 @@ Main Features

- EmailTaskHistory
- Upon closing tasks, email the full task description and history of comments to the task creator, assignee or both
- Translations
- English (UK), French, German


Translations
------------

- English (UK), French, German


Compatibility
-------------

- Requires Kanboard ≥`1.2.20`
- Requires Kanboard ≥`1.2.20`


Changelog
---------

- All notable style changes are listed in the [Changelog](../main/changelog.md "See changes")

[**Full Changelog**](../main/changelog.md "See changes")

Installation
------------
Expand Down Expand Up @@ -55,4 +59,3 @@ Authors & Contributors
License
-------
- This project is distributed under [The Unlicense](../main/LICENSE "Read The Unlicense")

36 changes: 36 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# KanboardEmailHistory Changelog

## v1.0

### What's Changed

_(most recent changes are listed on top):_
* b104e76 Cleanup code
* 0d4737d Update README.md
* b5f77d8 FIX: Email styling for comments section
* 275f5f0 Attempt to call plugin-specific templates- Fixes #1
* 92b0e50 Merge pull request #2 - template override for action replaces frontend template
* 7d478aa Attempt to call plugin-specific templatesAttempt to call plugin-specific templates instead of template overrides
* b64df1e Avoid Template OverridesAvoid template overrides to prevent the frontend from being affected
* 455916d FIX: Translations
* c143eca NEW: Add Translations- Added French, German (used Google Translate for translations)
* 7fd5b6b FIX: Email Content - Fixes: commit 815d234019c50db52d0334921960bb849cccf8ed (based on suggestions by @creecros)
* 815d234 UPDATE: Add email structure to Action - Correct spacing on subject line
* f544b4a NEW: Set Template Overrides
* 4ace072 UPDATE: Translations - Split language strings for creator and assignee
* 8a8f016 Wrong folder in conditional
* 408723f Few more fixes I missed
* 4c2ec10 Fixes
* 29e80a3 add code comments
* 6cc4c44 NEW: Initial push
* 0a2f804 UPDATE: Translations
* 9d0504d NEW: Added `en_GB` translations
* 6dfc04f Create translations.php
* 7701fbc Delete EmailCommentHistory
* 31929bc Rename EmailFullTaskHistory to EmailTaskHistory
* 51f0ac8 Create EmailFullTaskHistory
* 8a1a92d Create EmailCommentHistory
* e721ed0 Create Plugin.php


[**Full Changelog**](../main/changelog.md "See changes")

0 comments on commit 44e0c99

Please sign in to comment.