mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
Add support for NC27
This commit is contained in:
parent
cd22f6452c
commit
cb6dc031cf
3 changed files with 10 additions and 4 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 27.0.0 - 2023-09-17
|
||||
|
||||
### Added
|
||||
|
||||
- [#337](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/337) Add Support for Nextcloud 27
|
||||
|
||||
## 26.0.1 - 2023-09-17
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -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 27
|
||||
- Nextcloud 26
|
||||
- Nextcloud 25
|
||||
|
||||
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-24 (App)
|
||||
- Nextcloud 17-25 (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>26.0.1</version>
|
||||
<version>27.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="26" max-version="26"/>
|
||||
<nextcloud min-version="27" max-version="27"/>
|
||||
</dependencies>
|
||||
<repair-steps>
|
||||
<post-migration>
|
||||
|
|
Loading…
Add table
Reference in a new issue