File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
2229Initial 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
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments