mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-05 18:52:42 +00:00
Add support for NC28
This commit is contained in:
parent
f440621da2
commit
29c8cbc543
3 changed files with 10 additions and 4 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 28.0.0 - 2024-03-11
|
||||
|
||||
### Added
|
||||
|
||||
- [#339](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/339) Add Support for Nextcloud 28
|
||||
|
||||
## 27.0.0 - 2023-09-17
|
||||
|
||||
### Added
|
||||
|
|
|
@ -10,14 +10,14 @@ If you have any questions, problems or anything else you're welcome to come hang
|
|||
|
||||
The currently supported and maintained Nextcloud releases are:
|
||||
|
||||
- Nextcloud 28
|
||||
- Nextcloud 27
|
||||
- Nextcloud 26
|
||||
|
||||
I try my best to maintain 2 Nextcloud releases at once, to allow for smoother transitions, but for various reason I might decide to drop support for older releases early.
|
||||
|
||||
Previous unmaintained releases:
|
||||
|
||||
- Nextcloud 17-25 (App)
|
||||
- Nextcloud 17-26 (App)
|
||||
- Nextcloud 11-16 (Theme folder)
|
||||
|
||||
## Version numbering
|
||||
|
|
|
@ -38,7 +38,7 @@ Settings > Personal > Appearance and accessibility > Breeze Dark
|
|||
|
||||
Under the Theming section in the admin settings you can add your own custom styling to the theme. Only standard CSS can be used. This custom styling will be applied whenever the theme is enabled and only affects the Breeze Dark theme.
|
||||
]]></description>
|
||||
<version>27.0.0</version>
|
||||
<version>28.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="mw@mwalbeck.org" homepage="https://github.com/mwalbeck/nextcloud-breeze-dark">Magnus Walbeck</author>
|
||||
<namespace>BreezeDark</namespace>
|
||||
|
@ -47,7 +47,7 @@ Under the Theming section in the admin settings you can add your own custom styl
|
|||
<bugs>https://github.com/mwalbeck/nextcloud-breeze-dark/issues</bugs>
|
||||
<screenshot>https://raw.githubusercontent.com/mwalbeck/nextcloud-breeze-dark/master/screenshot.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="27" max-version="27"/>
|
||||
<nextcloud min-version="28" max-version="28"/>
|
||||
</dependencies>
|
||||
<repair-steps>
|
||||
<post-migration>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue