File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+
5+ ## 1.2.9
6+
7+ ### Other
8+
9+ - #3319 Additional check for stacks
10+ - #3226 Additional circle level check
11+
12+
413## 1.2.8
514
615### Fixed
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
2- <info xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://apps.nextcloud.com/schema/apps/info.xsd" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <info xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://apps.nextcloud.com/schema/apps/info.xsd" >
43 <id >deck</id >
54 <name >Deck</name >
65 <summary >Personal planning and team project organization</summary >
1716- 🚀 Get your project organized
1817
1918</description >
20- <version >1.2.8 </version >
19+ <version >1.2.9 </version >
2120 <licence >agpl</licence >
2221 <author >Julius Härtl</author >
2322 <namespace >Deck</namespace >
2423 <types >
25- <dav />
24+ <dav />
2625 </types >
2726 <category >organization</category >
2827 <category >office</category >
3635 <database min-version =" 9.4" >pgsql</database >
3736 <database >sqlite</database >
3837 <database min-version =" 5.5" >mysql</database >
39- <nextcloud min-version =" 18" max-version =" 20" />
38+ <nextcloud min-version =" 18" max-version =" 20" />
4039 </dependencies >
4140 <background-jobs >
4241 <job >OCA\Deck\Cron\DeleteCron</job >
Original file line number Diff line number Diff line change 11{
22 "name" : " deck" ,
33 "description" : " " ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.2.9 " ,
55 "authors" : [
66 {
77 "name" : " Julius Härtl" ,
129129 " <rootDir>/node_modules/jest-serializer-vue"
130130 ]
131131 }
132- }
132+ }
You can’t perform that action at this time.
0 commit comments