Skip to content

Commit

Permalink
Merge pull request #1454 from nextcloud/release/4.9.0
Browse files Browse the repository at this point in the history
chore: prepare v4.9.0 release
  • Loading branch information
edward-ly authored Aug 19, 2024
2 parents 09b7e49 + 753cc26 commit 488454d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## [Unreleased]

## [4.9.0] - 2024-08-19

### Added

- `donation` XML attribute and donation button display for apps. #1452
- Option to add enterprise support request button to apps. #1449
- Link to documentation for monetization features. #1453
- Relevance sorting option. #1426
- Ability to mark apps as orphaned/unmaintained. #1421
- Warning banner for apps without a release on recent Nextcloud versions. #1419

### Changed

- Multiple dependency updates. #1379 #1386 #1382 #1388 #1389 #1390 #1391 #1392
#1393 #1400 #1401 #1404 #1409 #1412 #1414 #1415 #1417 #1428 #1430 #1431 #1433
#1438 #1448

### Fixed

- Escape characters in translation string. #1425 #1441
- Adjust banner height on medium browser width. #1423
- Cleanup Makefile variables. #1367

## [4.8.1] - 2024-05-10

### Changed
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ requires = [

[tool.poetry]
name = "nextcloudappstore"
version = "4.8.1"
version = "4.9.0"
description = "App store for Nextcloud apps"
authors = [
"Alexander Piskun <[email protected]>",
"Edward Ly <[email protected]>",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 488454d

Please sign in to comment.