From 9682ee9b1c0ca3e2e9dfcf32fcdc95b29776c6eb Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Mon, 19 Aug 2024 08:17:20 -0700 Subject: [PATCH 1/3] chore: bump minor version Signed-off-by: Edward Ly --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26dad62ffa1..13232c24f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [tool.poetry] name = "nextcloudappstore" -version = "4.8.1" +version = "4.9.0" description = "App store for Nextcloud apps" authors = [ "Alexander Piskun ", From b6ac3fcaec2b6f509fdde02e9e2321e3e25e6793 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Mon, 19 Aug 2024 08:22:10 -0700 Subject: [PATCH 2/3] chore: update authors Signed-off-by: Edward Ly --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 13232c24f76..098d07dc8c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ version = "4.9.0" description = "App store for Nextcloud apps" authors = [ "Alexander Piskun ", + "Edward Ly ", ] [tool.poetry.dependencies] From 753cc264333e14d9f2f6262d60c489088eedfcf4 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Mon, 19 Aug 2024 08:24:18 -0700 Subject: [PATCH 3/3] chore: add v4.9.0 release notes to CHANGELOG.md Signed-off-by: Edward Ly --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35306e6a2f1..77a583e7af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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