Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
AuthenticEshkinKot committed Nov 17, 2020
1 parent 3dbf922 commit a46e175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2.1.7 - 2020-11-17
### Added
- Function to Convert Strings back to Enum (https://github.com/AuthenticEshkinKot/Taskodrome/pull/22)

## 2.1.6 - 2020-11-14
### Added
- Language support for User which have different language then admin PR (https://github.com/AuthenticEshkinKot/Taskodrome/pull/20)
Expand Down
2 changes: 1 addition & 1 deletion Taskodrome/Taskodrome.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function register()
$this->description = plugin_lang_get("description");
$this->page = 'config_page';

$this->version = "2.1.6";
$this->version = "2.1.7";
$this->requires = array(
"MantisCore" => "2.0.0",
);
Expand Down

0 comments on commit a46e175

Please sign in to comment.