diff --git a/README.md b/README.md index 66e54bc..199e713 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Manage MySQL databases over the web -**Shipped version:** 5.1.1~ynh3 +**Shipped version:** 5.1.3~ynh1 **Demo:** https://demo.phpmyadmin.net/master-config diff --git a/README_fr.md b/README_fr.md index 60729e7..b14a201 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Application web de gestion des bases de données MySQL -**Version incluse :** 5.1.1~ynh3 +**Version incluse :** 5.1.3~ynh1 **Démo :** https://demo.phpmyadmin.net/master-config diff --git a/conf/app.src b/conf/app.src index c80e538..1f37267 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://files.phpmyadmin.net/phpMyAdmin/5.1.1/phpMyAdmin-5.1.1-all-languages.tar.gz -SOURCE_SUM=8264b57aeaa1f91c6d859331777c71e80d26088bef7cdcd5f9431119747ed1c1 +SOURCE_URL=https://files.phpmyadmin.net/phpMyAdmin/5.1.3/phpMyAdmin-5.1.3-all-languages.tar.gz +SOURCE_SUM=7a85454d82d88cc1a6beb09114a67fa40230c4eff2ae1778b434fa74e80dc6d7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 303eb96..3dee724 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,11 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; client_max_body_size 50M; diff --git a/manifest.json b/manifest.json index b80069a..94bee0c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage MySQL databases over the web", "fr": "Application web de gestion des bases de données MySQL" }, - "version": "5.1.1~ynh3", + "version": "5.1.3~ynh1", "url": "http://www.phpmyadmin.net", "upstream": { "license": "GPL-2.0-only",