remove support to v3.x
This commit is contained in:
parent
547e5cdc7b
commit
b13aa23c22
2 changed files with 30 additions and 3 deletions
|
|
@ -4,6 +4,32 @@ sidebar_position: 7
|
|||
|
||||
# Changelog
|
||||
|
||||
## 5.0.0
|
||||
|
||||
**Fixed**
|
||||
|
||||
* fix apps's order in the standard menu
|
||||
|
||||
**Added**
|
||||
|
||||
* add new translations
|
||||
* add route `/apps/side_menu/user/config`
|
||||
* add new UI for admin and personals settings
|
||||
|
||||
**Changed**
|
||||
|
||||
* migrate to Vue 3 and so add/update or remove dependencies
|
||||
* replace CSS with SCSS
|
||||
* remove route `/apps/side_menu/js/script`
|
||||
* remove generated Javascript using PHP
|
||||
* rewrite the standard menu of Nextcloud
|
||||
|
||||
**Security**
|
||||
|
||||
* fix CVE-2023-44270
|
||||
* fix CVE-2024-9506
|
||||
* fix CVE-2024-6783
|
||||
|
||||
## 4.1.1
|
||||
|
||||
**Fixed**
|
||||
|
|
@ -75,11 +101,11 @@ sidebar_position: 7
|
|||
|
||||
* update translations
|
||||
* update ci steps names
|
||||
* fully apply Nextcloud AppMenu.vue updates
|
||||
|
||||
**Fixed**
|
||||
|
||||
* add accessibility to open and close buttons (#311)
|
||||
* fully apply Nextcloud AppMenu.vue updated (#326)
|
||||
* add missing label on the 'save' button in personal settings (fix #318)
|
||||
|
||||
**Changed**
|
||||
|
|
|
|||
|
|
@ -11,8 +11,9 @@ You can also join the official room on Matrix: [#custommenu:neutralnetwork.org](
|
|||
|
||||
| Version | Security | Bug | New feature |
|
||||
| :--: | :--: | :--: | :--: |
|
||||
| 4.x | Yes | Yes | Yes |
|
||||
| 3.x | Yes | Yes | No |
|
||||
| 5.x | Yes | Yes | Yes |
|
||||
| 4.x | Yes | Yes | No |
|
||||
| 3.x | No | No | No |
|
||||
| 2.x | No | No | No |
|
||||
| 1.x | No | No | No |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue