diff --git a/README.md b/README.md index ebea07d..9176a9e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Shipped version:** 2.5.289~ynh1 - +**Shipped version:** 2.5.289~ynh2 **Demo:** https://docs-beta.requarks.io/ diff --git a/README_fr.md b/README_fr.md index 3b29062..06a04dc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Version incluse :** 2.5.289~ynh1 - +**Version incluse :** 2.5.289~ynh2 **Démo :** https://docs-beta.requarks.io/ diff --git a/manifest.json b/manifest.json index 2706518..dc076d8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source powerful wiki app built on Node.js, Git and Markdown", "fr": "Wiki open source propulsé par Node.js, Git et Markdown" }, - "version": "2.5.289~ynh1", + "version": "2.5.289~ynh2", "url": "https://wiki.js.org/", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/upgrade b/scripts/upgrade index a887b73..990f408 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -204,14 +204,6 @@ ynh_script_progression --message="Reloading NGINX web server..." ynh_systemd_action --service_name=nginx --action=reload -#================================================= -# SEND README TO ADMIN -#================================================= -ynh_script_progression --message="Sending ReadMe to admin..." - -ynh_add_config --template="../conf/ldap_message" --destination="../conf/message_upgrade" -ynh_send_readme_to_admin --app_message="../conf/message_upgrade" --recipients="root" --type='upgrade' - #================================================= # END OF SCRIPT #=================================================