Merge pull request 'chore: add compatibility with NC33' (#471) from feature/nc33 into develop
Reviewed-on: #471
This commit is contained in:
commit
e1a191121d
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
## [Unreleased]
|
||||
|
||||
## 5.2.0
|
||||
### Added
|
||||
* add compatibility with NC33
|
||||
### Fixed
|
||||
* fix #468: force nextcloud logo display css rule (opener-only)
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ In case of downtime, you can download **Custom Menu** from [here](https://kim.de
|
|||
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc25_default_menu.png]]></screenshot>
|
||||
<dependencies>
|
||||
<php min-version="8.1" max-version="8.4" />
|
||||
<nextcloud min-version="31" max-version="32"/>
|
||||
<nextcloud min-version="31" max-version="33"/>
|
||||
</dependencies>
|
||||
<settings>
|
||||
<admin>OCA\SideMenu\Settings\Admin</admin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue