Skip to content

Commit

Permalink
Prepare v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Mar 5, 2023
1 parent 0473a16 commit 8a67e29
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.0';
return '1.5.0';
}

public function getCompatibleVersion()
Expand Down
Binary file added Releases/URLCleaner-1.5.zip
Binary file not shown.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


## v1.5

### What's Changed

_(most recent changes are listed on top):_
- Add route `/settings/link-labels/:link_id/delete`
- Add route `/settings/link-labels/:link_id/edit`
- Add route `/settings/link-labels/add`
- Add route `/settings/currencies/change`
- Add route `/settings/currencies/add`
- FIX: Route Caused Error `/settings/currencies`
- Add route `/project/:project_id/task/:task_id/delete`
- Add route `/project/:project_id/task/:task_id/files/screenshots/add`
- Update screenshots


## v1.0

### What's Changed
Expand Down

0 comments on commit 8a67e29

Please sign in to comment.