Skip to content

Commit

Permalink
Prepare v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jan 18, 2023
1 parent 18181e0 commit da33b58
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.2.0';
return '2.0.0';
}

public function getCompatibleVersion()
Expand Down
Binary file added Releases/KanboardEmailHistory-2.0.zip
Binary file not shown.
65 changes: 64 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,75 @@
# Changelog


## v2.0 _(unreleased)_
## v2.0

### What's Changed

_(most recent changes are listed on top):_
- Major cleanup of code
- FIX: Disable `error_log` messages by default
- Improve description in form
- Add title for description in form
- Improve translations
- Update README.md
- Update Screenshots
- 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
- FIX: Translation Strings
- Add HTML Classes
- Style Form
- NEW: Add Task Status to Comment - mention that the task has been closed (for audit purposes)
- Better Plugin Description
- 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`
- 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
- Add form help for subject
- Make Selected Options Italic
- Better Wording for Label Translations
- Change Parameter Form Title String
- FIX: Add Translation for `send_to`
- Add CSS File for Styling
- FIX: Remove unnecessary `label` for checkbox - becomes the same word for multiple checkboxes
- 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: Autocomplete on form
- FIX: Add Placeholder for Email Subject
- FIX: PHP Syntax
- Add Function to Controller for Action Parameter Workaround
- FIX: Form Controller for Action Parameter Workaround
- Add Controller for Action Parameter Workaround
- Add Form for Action Parameter Workaround
- 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
- 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
- Better error log messages
- Code Cleanup
- NEW: Add Translation Starter Template - Fixes #9
- Update `fr_FR` translations
- Update `de_DE` translations
- Reset `de_DE` and `fr_FR` translations
- Update `en_GB` translations
- Update Plugin Description
- FIX: Code Translations
- 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
- Change License to MIT
- UPDATE: Readme with Usage Instructions

#### Any Automatic Actions created before v2.0 will need to be re-created due to the email subject parameter needing to be more specific for cross plugin compatibility

Expand Down

0 comments on commit da33b58

Please sign in to comment.