mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Bump new version number
This commit is contained in:
parent
ff984be3b5
commit
851001f91a
2 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -10,6 +10,18 @@
|
|||
|
||||
------------
|
||||
|
||||
# [2018-04-22b~ynh2] - 2020-04-30
|
||||
|
||||
### Added
|
||||
|
||||
- Support for new permission system in YunoHost 3.7
|
||||
|
||||
### Changed
|
||||
|
||||
- wiki administrators is now a group and can be modified from webadmin YunoHost panel
|
||||
- Require YunoHost 3.7 minimum
|
||||
|
||||
|
||||
## [2018-04-22b~ynh1] - 2020-03-23
|
||||
|
||||
### Added
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"es": "Un sistema de Wiki de uso sencillicimo y compatible con los estándares.",
|
||||
"it": "Un Wiki aderente agli standard, semplice da usare, finalizzato principalmente alla creazione di documentazione di qualsiasi tipo."
|
||||
},
|
||||
"version": "2018-04-22b~ynh1",
|
||||
"version": "2018-04-22b~ynh2",
|
||||
"url": "https://www.dokuwiki.org",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"maintainer": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"email": "opi@zeropi.net"
|
||||
}],
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.5.0"
|
||||
"yunohost": ">= 3.7"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue