mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix version number
This commit is contained in:
parent
1173e53a65
commit
dd0795723d
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
## Overview
|
## Overview
|
||||||
Quick description of this app.
|
Quick description of this app.
|
||||||
|
|
||||||
**Shipped version:** 2.3.6
|
**Shipped version:** 2.4.5
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
### Known bug :
|
### Known bug :
|
||||||
|
@ -24,7 +24,7 @@ Quick description of this app.
|
||||||
- [x] z-push is now configured to use smtp to send emails instead of php_mail() function. This let us have emails signed by dkim for example.
|
- [x] z-push is now configured to use smtp to send emails instead of php_mail() function. This let us have emails signed by dkim for example.
|
||||||
- [x] The current imap backend configuration seems able to handle email addresses different from login (for example login : john and email john.doe@domain.tld instead of john@domain.tld) - Further testing required !
|
- [x] The current imap backend configuration seems able to handle email addresses different from login (for example login : john and email john.doe@domain.tld instead of john@domain.tld) - Further testing required !
|
||||||
- [x] The sources are based on http://download.z-push.org/final/
|
- [x] The sources are based on http://download.z-push.org/final/
|
||||||
- [x] Use of version 2.3.6 final
|
- [x] Use of version 2.4.5 final
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Z-Push is an Exchange ActiveSync fronted written in php which lets you synchronize emails (imap/smtp backend) and calendar/contacts (carddav and caldav backend)",
|
"en": "Z-Push is an Exchange ActiveSync fronted written in php which lets you synchronize emails (imap/smtp backend) and calendar/contacts (carddav and caldav backend)",
|
||||||
"fr": "Z-Push est un fronted Exchange ActiveSync écrit en php qui permet de synchroniser vos email (backend imap/smtp) et vos contacts/calendrier (backend carddav et caldav)"
|
"fr": "Z-Push est un fronted Exchange ActiveSync écrit en php qui permet de synchroniser vos email (backend imap/smtp) et vos contacts/calendrier (backend carddav et caldav)"
|
||||||
},
|
},
|
||||||
"version": "2.3.6~ynh1",
|
"version": "2.4.5~ynh1",
|
||||||
"url": "https://z-push.org",
|
"url": "https://z-push.org",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue