Skip to content

Commit

Permalink
Prepare v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 19, 2023
1 parent af8ac98 commit de6f957
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '2.6.0';
return '2.7.0';
}

public function getCompatibleVersion()
Expand Down
Binary file added Releases/KanboardEmailHistory-2.7.zip
Binary file not shown.
40 changes: 32 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v2.7

_(most recent changes are listed on top):_
- FIX: Code Syntax - `EmailTaskHistory.php`
- FIX: Code Syntax - `params.php`
- FIX: Code Syntax - `show.php`
- FIX: Code Syntax - `task_create.php`
- FIX: Code Syntax PHP
- FIX: Code Syntax - `changelog.md`
- FIX: Code Syntax - `kanboard-email-history.css`
- NEW: Add Code Test Badges to README.md
- NEW: Add Code Scanning Tests
- FIX: README Navigation Links for GitHub
- FIX: Code Syntax & Line Endings
- FIX: Markdown Syntax
- FIX: Code Syntax & Line Endings
- NEW: Add Footer Badges to README.md
- NEW: Add Section Navigation Links to README.md
- NEW: Add Badges to README.md
- NEW: Add README Page Navigation Links
- FIX: Content Flow for README.md
- Create INSTALL.md


## v2.6

_(most recent changes are listed on top):_
Expand All @@ -27,7 +51,7 @@ _(most recent changes are listed on top):_
- Improve translations
- Update README.md
- Update Screenshots
- NEW: Add Help Text Before Parameters - Makes the form more user friendly
- NEW: Add Help Text Before Parameters - makes the form more user friendly
- Better Buttons in Form
- NEW: Add Help Text for Project Email Address - #17
- NEW: Add Help Text for `project_identifier` - #17
Expand All @@ -39,7 +63,7 @@ _(most recent changes are listed on top):_
- FIX: Parameter Name
- FIX: Language String
- FIX: Clarify if Empty Subject When Rendered in AutomaticActionUX - **Breaking Change:** renamed `subject` to `email_subject`
- NEW: Add AutomaticActionUX Compatibility - Fixes #20 Format Related Form Fields in Rendered Form in `action/index.php`
- NEW: Add AutomaticActionUX Compatibility - fixes #20 Format Related Form Fields in Rendered Form in `action/index.php`
- FIX: Better Solution for HTML `label` Element Usage - default code is not compatible with screenreaders and keyboards as the label ID was wrong for the relevant parameter
- FIX: Replace Blank Subjects with Default Subject
- Rename `Task Activity Report` Wording
Expand All @@ -53,7 +77,7 @@ _(most recent changes are listed on top):_
- Add CSS Class to checkbox
- Add translations for placeholder
- NEW: Override Form Parameters Without Affecting Other Plugins - thanks @creecros
- FIX: Parameter Name - Fixes Bug: `project_identifier` being recognised as `project_id` parameter #16
- FIX: Parameter Name - fixes Bug: `project_identifier` being recognised as `project_id` parameter #16
- FIX: Autocomplete on form
- FIX: Add Placeholder for Email Subject
- FIX: PHP Syntax
Expand All @@ -64,14 +88,14 @@ _(most recent changes are listed on top):_
- Add Template Core File for Action Parameter Workaround
- Add Template Override for Action Parameter Workaround
- Remove Autosubtasks for Workaround Solution
- FIX: Email Subject Not Detecting `project_name` or `project_identifier` - thanks @creecros - Fixes #14
- FIX: Email Subject Not Detecting `project_name` or `project_identifier` - thanks @creecros - fixes #14
- Better Naming of Parameters
- Update HTML
- FIX: Account for `project_email` with `assignee` or `creator`
- FIX: `project_email` Does Nothing - Fixes #13 Bug: `project_email` Does Nothing
- FIX: `project_email` Does Nothing - fixes #13 Bug: `project_email` Does Nothing
- Better error log messages
- Code Cleanup
- NEW: Add Translation Starter Template - Fixes #9
- NEW: Add Translation Starter Template - fixes #9
- Update `fr_FR` translations
- Update `de_DE` translations
- Reset `de_DE` and `fr_FR` translations
Expand All @@ -81,7 +105,7 @@ _(most recent changes are listed on top):_
- Change Action Dropdown Description - better wording
- Change List Order
- FIX: Try to account for `assignee`/`creator` with `project_email`
- NEW: Add More Recipients - Fixes #4
- NEW: Add More Recipients - fixes #4
- Change License to MIT
- UPDATE: Readme with Usage Instructions

Expand All @@ -108,7 +132,7 @@ _(most recent changes are listed on top):_
- Initial release - thanks @creecros
- Cleanup code
- Update README.md
- NEW: Add Translations- Added French, German (used Google Translate for translations)
- NEW: Add Translations - added French, German (used Google Translate for translations)
- NEW: Added `en_GB` translations
- Rename EmailFullTaskHistory to EmailTaskHistory

Expand Down

0 comments on commit de6f957

Please sign in to comment.