diff --git a/README.md b/README.md index 0d412ac..f99ec8e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Etherpad is a real-time collaborative editor scalable to thousands of simultaneo - Scale - Etherpad running at scale with pad sharding which allows Etherpad to scale to ∞ number of Active Pads with up to 20,000 edits per second, per pad. -**Shipped version:** 1.8.18~ynh1 +**Shipped version:** 1.8.18~ynh2 **Demo:** https://video.etherpad.com diff --git a/README_fr.md b/README_fr.md index 82df587..5ac1b51 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,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. -**Version incluse :** 1.8.18~ynh1 +**Version incluse :** 1.8.18~ynh2 **Démo :** https://video.etherpad.com diff --git a/manifest.json b/manifest.json index 00c6dfb..f6e8903 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online editor providing collaborative editing in real-time", "fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel" }, - "version": "1.8.18~ynh1", + "version": "1.8.18~ynh2", "url": "http://etherpad.org", "upstream": { "license": "Apache-2.0", diff --git a/scripts/upgrade b/scripts/upgrade index e2a14e0..52a2f53 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -173,6 +173,10 @@ else ynh_permission_url --permission="admin" --auth_header=false fi +# Support full Unicode in MySQL databases +ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name \ + <<< "ALTER DATABASE $db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;" + #================================================= # CREATE DEDICATED USER #=================================================