diff --git a/Plugin.php b/Plugin.php index 69cf51e..a1a2972 100644 --- a/Plugin.php +++ b/Plugin.php @@ -44,7 +44,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '2.6.0'; + return '2.7.0'; } public function getCompatibleVersion() diff --git a/Releases/KanboardEmailHistory-2.7.zip b/Releases/KanboardEmailHistory-2.7.zip new file mode 100644 index 0000000..8f87431 Binary files /dev/null and b/Releases/KanboardEmailHistory-2.7.zip differ diff --git a/changelog.md b/changelog.md index 37c1dcd..bd880c0 100644 --- a/changelog.md +++ b/changelog.md @@ -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):_ @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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