File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 4.9.0] - 2024-08-19
6+
7+ ### Added
8+
9+ - ` donation ` XML attribute and donation button display for apps. #1452
10+ - Option to add enterprise support request button to apps. #1449
11+ - Link to documentation for monetization features. #1453
12+ - Relevance sorting option. #1426
13+ - Ability to mark apps as orphaned/unmaintained. #1421
14+ - Warning banner for apps without a release on recent Nextcloud versions. #1419
15+
16+ ### Changed
17+
18+ - Multiple dependency updates. #1379 #1386 #1382 #1388 #1389 #1390 #1391 #1392
19+ #1393 #1400 #1401 #1404 #1409 #1412 #1414 #1415 #1417 #1428 #1430 #1431 #1433
20+ #1438 #1448
21+
22+ ### Fixed
23+
24+ - Escape characters in translation string. #1425 #1441
25+ - Adjust banner height on medium browser width. #1423
26+ - Cleanup Makefile variables. #1367
27+
528## [ 4.8.1] - 2024-05-10
629
730### Changed
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ requires = [
66
77[tool .poetry ]
88name = " nextcloudappstore"
9- version = " 4.8.1 "
9+ version = " 4.9.0 "
1010description = " App store for Nextcloud apps"
1111authors = [
1212 " Alexander Piskun <[email protected] >" ,
13+ 1314]
1415
1516[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments