From 966e960cf553d22c672cad4300e2d6bfbe77e0a9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Mar 2021 20:52:21 +0100 Subject: [PATCH] Fix --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 16 ++-------------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e2ee524..b2e32d8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Adminer (formerly phpMinAdmin better alternate to phpMyAdmin) is a full-featured database management tool (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. [See detailed comparison](https://www.adminer.org/en/phpmyadmin). -**Shipped version:** 4.7.8 +**Shipped version:** 4.8.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0cd0a4b..5ffa594 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Adminer (anciennement phpMinAdmin, meilleure alternative à phpMyAdmin) est un outil de gestion de base de données (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Remplacez phpMyAdmin par Adminer et vous obtiendrez une interface utilisateur plus ordonnée, une meilleure prise en charge des fonctionnalités MySQL, des performances plus élevées et plus de sécurité. [Voir comparaison détaillée](https://www.adminer.org/en/phpmyadmin). -**Version incluse :** 4.7.8 +**Version incluse :** 4.8.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 084dd58..9e8a926 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Gestionnaire de base de données en un seul fichier PHP" }, - "version": "4.7.8~ynh1", + "version": "4.8.0~ynh1", "url": "https://www.adminer.org/", "license": "Apache-2.0", "maintainer": { @@ -21,7 +21,7 @@ "url": "https://github.com/jesuisfol/adminer_ynh" }, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ @@ -33,19 +33,11 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Adminer", - "fr": "Choisissez un domaine pour Adminer" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Adminer", - "fr": "Choisissez un chemin pour Adminer" - }, "example": "/adminer", "default": "/adminer" }, @@ -61,10 +53,6 @@ { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true } ]