diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9f69b..1c5effa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ Changelog * [Upgrade NodeJS to 14](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/5d3ce9996e3f4d0812b000467e5ae2d9ee5416e0) * [Update to MyPads 1.7.20]() * [Upgrade plugins to upstream](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/943ec31536dabe4f2146253f3e478598cdafe4bf) -* [Use new permission system](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/943ec31536dabe4f2146253f3e478598cdafe4bf) * [Set YunoHost requirements to 4.1.7](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/5d3ce9996e3f4d0812b000467e5ae2d9ee5416e0) #### Added @@ -17,6 +16,12 @@ Changelog #### Disabled * [ep_page_view plugin (now part of the core)](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/def10182c0d7e7aa8a9123e3606203fbd37a20ea) +## [1.8.4~ynh3](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/133) - 2021-04-23 + +#### Changed +* [Remove page_view plugin (part of the core now)](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/133/commits/def10182c0d7e7aa8a9123e3606203fbd37a20ea) +* [New permissions](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/133/commits/943ec31536dabe4f2146253f3e478598cdafe4bf) + ## [1.8.4~ynh1](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/105) - 2020-08-09 #### Changed diff --git a/manifest.json b/manifest.json index 5288aec..7cffa6e 100644 --- a/manifest.json +++ b/manifest.json @@ -55,7 +55,7 @@ "en": "Choose your language", "fr": "Choisissez la langue" }, - "choices" : ["en", "fr"], + "choices" : ["de", "en", "es", "fr", "it"], "default" : "en" }, { diff --git a/scripts/install b/scripts/install index e6eba05..1eecedf 100644 --- a/scripts/install +++ b/scripts/install @@ -240,7 +240,7 @@ npm install ep_automatic_logut@${ep_automatic_logut_version} >> $install_log 2>& # Framapad - Adds comments on sidebar and link it to the text. npm install ep_comments_page@${ep_comments_page_version} >> $install_log 2>&1 # Framapad - Displays paragraphs, sentences, words and characters counts. -npm install ep_countable@${ep_countable_version} >> $install_log 2>&1 +#npm install ep_countable@${ep_countable_version} >> $install_log 2>&1 # Framapad - Delete pads which were never edited npm install ep_delete_empty_pads@${ep_delete_empty_pads_version} >> $install_log 2>&1 # Framapad - Apply colors to fonts