Skip to content

Commit 89762e4

Browse files
committed
0.3.0
1 parent 270ca22 commit 89762e4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0] - 2022-01-20
9+
10+
### Added
11+
12+
- Added foreign key constraints on `starred_projects.user_id` and
13+
`starred_projects.project_id`
14+
815
## [0.2.0] - 2020-03-04
916

1017
### Added
@@ -21,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2128

2229
Initial release
2330

31+
[0.3.0]: https://github.com/biblibre/kanboard-plugin-StarredProjects/compare/v0.2.0...v0.3.0
2432
[0.2.0]: https://github.com/biblibre/kanboard-plugin-StarredProjects/compare/v0.1.1...v0.2.0
2533
[0.1.1]: https://github.com/biblibre/kanboard-plugin-StarredProjects/releases/tag/v0.1.1

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getPluginAuthor()
4747

4848
public function getPluginVersion()
4949
{
50-
return '0.2.0';
50+
return '0.3.0';
5151
}
5252

5353
public function getPluginHomepage()

0 commit comments

Comments
 (0)