From 97b36415ed092e56107bd6b0a47bea40fd89e374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:42:11 +0200 Subject: [PATCH 1/3] fix --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 29f6ba9..436c1e7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Social Communication Server", "fr": "Serveur de Communication Social" }, - "version": "2023.09~ynh1", + "version": "2023.05~ynh1", "url": "http://friendi.ca", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index a163a04..5c6a999 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # commit hashes -# 2023.08 +# 2023.05 version_commit="2dbfb070083ec395bf5d24ec89fe96b282c6a12d" addons_version_commit="f2cc0312ca9a95d99a8330452848180792bf9227" From 2d6f5b7f00cc5d12e4d7b1b0b5a96c19d160755a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 21 Aug 2023 09:42:15 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3cc85c..c1c147f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Friendica is a decentralised communications platform that integrates social comm Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted. -**Shipped version:** 2023.09~ynh1 +**Shipped version:** 2023.05~ynh1 **Demo:** https://dir.friendica.social/servers diff --git a/README_fr.md b/README_fr.md index 9bbd62e..742c72d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Friendica is a decentralised communications platform that integrates social comm Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted. -**Version incluse :** 2023.09~ynh1 +**Version incluse :** 2023.05~ynh1 **Démo :** https://dir.friendica.social/servers From 720192ed8e796637af11b1fcb1a6f9cc02287977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:45:19 +0200 Subject: [PATCH 3/3] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5c6a999..cb3b4f2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # commit hashes # 2023.05 version_commit="2dbfb070083ec395bf5d24ec89fe96b282c6a12d" -addons_version_commit="f2cc0312ca9a95d99a8330452848180792bf9227" +addons_version_commit="8f29a512770d0bbf568f053adae20a82f1b0050f" # dependencies used by the app YNH_PHP_VERSION="7.4"