From ad7007b3464dd9c00da8bf2d6bd566d08dd96db6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 29 May 2022 15:54:35 +0200 Subject: Apply last example_yn --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 4d8f097..1ded58b 100644 --- a/manifest.json +++ b/manifest.json @@ -42,10 +42,6 @@ "name": "domain", "type": "domain" }, - { - "name": "admin", - "type": "user" - }, { "name": "is_public", "type": "boolean", @@ -63,6 +59,10 @@ "fr_FR" ], "default": "fr_FR" + }, + { + "name": "admin", + "type": "user" } ] } -- cgit v1.2.3-70-g09d2 From 42f7997f27550862fbf0faff4db423c6d80d3010 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 1 Jun 2022 23:12:37 +0200 Subject: Update to 3.5.3~ynh2 --- check_process | 9 ++------- manifest.json | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'manifest.json') diff --git a/check_process b/check_process index 3945bdc..c1687a7 100644 --- a/check_process +++ b/check_process @@ -18,16 +18,11 @@ #upgrade=1 from_commit=adec07db890dec787416e1b7c4493d24391d3500 # 3.4.4~ynh1 upgrade=1 from_commit=4d413848bf444586e28f3658de0ebe36d6ebf059 + # 3.5.3~ynh1 + upgrade=1 from_commit=acdc124f76fb9724cb22acb18c45cf0c3c2e62b5 backup_restore=1 multi_instance=0 change_url=0 ;;; Options Email=yalh@yahoo.com Notification=all -;;; Upgrade options - ; commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 - name=3.4.1~ynh1 - ; commit=adec07db890dec787416e1b7c4493d24391d3500 - name=3.4.1~ynh4 - ; commit=4d413848bf444586e28f3658de0ebe36d6ebf059 - name=3.4.4~ynh1 diff --git a/manifest.json b/manifest.json index 1ded58b..a7de603 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network", "fr": "Réseau social libre et fédéré" }, - "version": "3.5.3~ynh1", + "version": "3.5.3~ynh2", "url": "https://github.com/mastodon/mastodon", "upstream": { "license": "AGPL-3.0-or-later", -- cgit v1.2.3-70-g09d2