1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Merge pull request #159 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-12-21 17:12:26 +01:00 committed by GitHub
commit b781598335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 18 deletions

View file

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
## [1.8.16~ynh2]() - 2021-12-21
#### Changed
* [Upgrade to 1.8.16 (for real)](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/159/commits/d08a7d53b0b350dcbbdd983d421c68c2eb065c34)
* [Upgrade plugins to upstream](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/159/commits/e4929cf6e31b71970a24165845365c2342d1fd61)
## [1.8.16~ynh1]() - 2021-12-09 ## [1.8.16~ynh1]() - 2021-12-09
#### Changed #### Changed

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control. Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.
**Shipped version:** 1.8.16~ynh1 **Shipped version:** 1.8.16~ynh2
**Demo:** https://video.etherpad.com **Demo:** https://video.etherpad.com
@ -63,7 +63,7 @@ You can also find a configuration file for Etherpad at this path `/var/www/ether
## Documentation and resources ## Documentation and resources
* Official app website: http://etherpad.org * Official app website: http://etherpad.org
* Official admin documentation: http://etherpad.org/doc/v1.8.15 * Official admin documentation: http://etherpad.org/doc/v1.8.16
* Upstream app code repository: https://github.com/ether/etherpad-lite * Upstream app code repository: https://github.com/ether/etherpad-lite
* YunoHost documentation for this app: https://yunohost.org/app_etherpad_mypads * YunoHost documentation for this app: https://yunohost.org/app_etherpad_mypads
* Report a bug: https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues

View file

@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle. Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle.
**Version incluse :** 1.8.16~ynh1 **Version incluse :** 1.8.16~ynh2
**Démo :** https://video.etherpad.com **Démo :** https://video.etherpad.com
@ -60,7 +60,7 @@ Vous pouvez accéder à deux panneaux d'administration différents, pour Etherpa
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : http://etherpad.org * Site officiel de l'app : http://etherpad.org
* Documentation officielle de l'admin : http://etherpad.org/doc/v1.8.15 * Documentation officielle de l'admin : http://etherpad.org/doc/v1.8.16
* Dépôt de code officiel de l'app : https://github.com/ether/etherpad-lite * Dépôt de code officiel de l'app : https://github.com/ether/etherpad-lite
* Documentation YunoHost pour cette app : https://yunohost.org/app_etherpad_mypads * Documentation YunoHost pour cette app : https://yunohost.org/app_etherpad_mypads
* Signaler un bug : https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues * Signaler un bug : https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.15.tar.gz SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.16.tar.gz
SOURCE_SUM=3f4a4e1061f3fe6e6c6c5024ffc98045968c3801c9d630895ad78f5106a42e78 SOURCE_SUM=dfdb60910aa9df85bde8cad8729ef6a33e36014739a3e8ce105f5e96a6b99d8c
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,13 +6,13 @@
"en": "Online editor providing collaborative editing in real-time", "en": "Online editor providing collaborative editing in real-time",
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel" "fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel"
}, },
"version": "1.8.16~ynh1", "version": "1.8.16~ynh2",
"url": "http://etherpad.org", "url": "http://etherpad.org",
"upstream": { "upstream": {
"license": "Apache-2.0", "license": "Apache-2.0",
"website": "http://etherpad.org", "website": "http://etherpad.org",
"demo": "https://video.etherpad.com", "demo": "https://video.etherpad.com",
"admindoc": "http://etherpad.org/doc/v1.8.15", "admindoc": "http://etherpad.org/doc/v1.8.16",
"code": "https://github.com/ether/etherpad-lite" "code": "https://github.com/ether/etherpad-lite"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -18,19 +18,19 @@ nodejs_version=14
mypads_version=1.7.22 mypads_version=1.7.22
# Plugin versions # Plugin versions
ep_align_version=0.3.42 ep_align_version=0.3.43
ep_author_hover_version=0.3.28 ep_author_hover_version=0.3.29
ep_comments_page_version=0.1.80 ep_comments_page_version=0.1.84
ep_countable_version=0.0.11 ep_countable_version=0.0.11
ep_delete_empty_pads_version=0.0.7 ep_delete_empty_pads_version=0.0.7
ep_font_color_version=0.0.52 ep_font_color_version=0.0.54
ep_headings2_version=0.2.35 ep_headings2_version=0.2.37
ep_markdown_version=0.1.41 ep_markdown_version=0.1.43
ep_page_view_version=0.5.24 ep_page_view_version=0.5.24
ep_spellcheck_version=0.0.34 ep_spellcheck_version=0.0.35
ep_subscript_and_superscript_version=0.2.37 ep_subscript_and_superscript_version=0.2.38
ep_table_of_contents_version=0.3.29 ep_table_of_contents_version=0.3.31
ep_font_size_version=0.4.31 ep_font_size_version=0.4.33
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS