From 4586e00bbf6ae98f49135623b282446613a9cb25 Mon Sep 17 00:00:00 2001 From: myprivacyisgone Date: Thu, 20 Jan 2022 23:47:59 +0800 Subject: [PATCH 1/2] Testing (#24) * update incorrect info in readme * Auto-update README Co-authored-by: Yunohost-Bot <> --- README.md | 2 +- README_fr.md | 2 +- doc/DISCLAIMER.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index beef632..7fc1e87 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ AbanteCart is a free open source ecommerce platform to power online retail. Aban ### Important points to read before installing -- Instead of upgrading via Yunohost, you should refer to [this guide](https://abantecart.atlassian.net/wiki/spaces/AD/pages/5275676/Upgrade+manually) +- Do not upgrade manually within the app, upgrade with Yunohost instead! ## Documentation and resources * Official app website: https://www.abantecart.com/ diff --git a/README_fr.md b/README_fr.md index 9966379..3ee5d5f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ AbanteCart is a free open source ecommerce platform to power online retail. Aban ### Important points to read before installing -- Instead of upgrading via Yunohost, you should refer to [this guide](https://abantecart.atlassian.net/wiki/spaces/AD/pages/5275676/Upgrade+manually) +- Do not upgrade manually within the app, upgrade with Yunohost instead! ## Documentations et ressources * Site officiel de l'appĀ : https://www.abantecart.com/ diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7daa357..6bcf295 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,3 +1,3 @@ ### Important points to read before installing -- Instead of upgrading via Yunohost, you should refer to [this guide](https://abantecart.atlassian.net/wiki/spaces/AD/pages/5275676/Upgrade+manually) \ No newline at end of file +- Do not upgrade manually within the app, upgrade with Yunohost instead! \ No newline at end of file From 98ca4947474caea85e5e4d8f6587d78e86f2103a Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 19:46:36 +0200 Subject: [PATCH 2/2] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0?= =?UTF-8?q?Enumeration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3654fa1..f0757b5 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,8 @@ "demo": "https://www.abantecart.com/shopping-cart-demo", "admindoc": "https://docs.abantecart.com/", "userdoc": "https://abantecart.atlassian.net/wiki/spaces/AD/overview?homepageId=3506313", - "code": "https://github.com/abantecart/abantecart-src" + "code": "https://github.com/abantecart/abantecart-src", + "cpe": "cpe:2.3:a:abantecart:abantecart" }, "license": "OSL-3.0", "maintainer": { @@ -31,7 +32,7 @@ "mysql" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -55,4 +56,4 @@ } ] } -} +} \ No newline at end of file