From 8900681a385a3521a3d772f8bee6e3bcfad0bea9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Apr 2024 03:35:32 +0200 Subject: [PATCH 1/4] Upgrade to v1.8.137 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 77df74d..f3bb2cb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "FreeScout" description.en = "Help desk & shared mailbox" description.fr = "Service d'assistance et boîte aux lettres partagée" -version = "1.8.136~ynh1" +version = "1.8.137~ynh1" maintainers = [] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.136.tar.gz" - sha256 = "0a8fd5082b66bdad34b2ac0975e85f87a0c09fae8a6215ef65ea8128f464937f" + url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.137.tar.gz" + sha256 = "e447ec07e68728dc4d0c61658ac513ea9908908f860fe2cedb0b44fa4d196a45" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 33c0d1926e6cf8d1f2354e2f24a17012061c24b9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Apr 2024 01:35:35 +0000 Subject: [PATCH 2/4] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 827aa4a..6fe83f6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Shipped version:** 1.8.136~ynh1 +**Shipped version:** 1.8.137~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index f466808..d9ea0cc 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Paketatutako bertsioa:** 1.8.136~ynh1 +**Paketatutako bertsioa:** 1.8.137~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 10fe001..bc06bc4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. FreeScout est un service d'assistance open source gratuit ultra léger et puissant et une boîte de réception partagée construite avec PHP (framework Laravel). Vous pouvez désormais profiter gratuitement de Zendesk et Help Scout sans renoncer à votre confidentialité ni vous enfermer dans un service que vous ne contrôlez pas. -**Version incluse :** 1.8.136~ynh1 +**Version incluse :** 1.8.137~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 82cffc9..9517c5b 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Versión proporcionada:** 1.8.136~ynh1 +**Versión proporcionada:** 1.8.137~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 636b574..0ad8d88 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**分发版本:** 1.8.136~ynh1 +**分发版本:** 1.8.137~ynh1 **演示:** From 65b3efe68f5b234bb332c2ca8478a647d0282517 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Apr 2024 03:35:19 +0200 Subject: [PATCH 3/4] Upgrade to v1.8.138 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f3bb2cb..6789629 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "FreeScout" description.en = "Help desk & shared mailbox" description.fr = "Service d'assistance et boîte aux lettres partagée" -version = "1.8.137~ynh1" +version = "1.8.138~ynh1" maintainers = [] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.137.tar.gz" - sha256 = "e447ec07e68728dc4d0c61658ac513ea9908908f860fe2cedb0b44fa4d196a45" + url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.138.tar.gz" + sha256 = "9ef3eefc2ae770e31a2e3af08ecd90bc84d5696022b8bd3e5a46ea02ab610016" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 6dd3eff630b9453b2440014f11c6cef86a9d6da2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Apr 2024 01:35:21 +0000 Subject: [PATCH 4/4] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6fe83f6..91a4db0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Shipped version:** 1.8.137~ynh1 +**Shipped version:** 1.8.138~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index d9ea0cc..1d59643 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Paketatutako bertsioa:** 1.8.137~ynh1 +**Paketatutako bertsioa:** 1.8.138~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index bc06bc4..edaf6da 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. FreeScout est un service d'assistance open source gratuit ultra léger et puissant et une boîte de réception partagée construite avec PHP (framework Laravel). Vous pouvez désormais profiter gratuitement de Zendesk et Help Scout sans renoncer à votre confidentialité ni vous enfermer dans un service que vous ne contrôlez pas. -**Version incluse :** 1.8.137~ynh1 +**Version incluse :** 1.8.138~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 9517c5b..f76a4e1 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Versión proporcionada:** 1.8.137~ynh1 +**Versión proporcionada:** 1.8.138~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 0ad8d88..f47f42f 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**分发版本:** 1.8.137~ynh1 +**分发版本:** 1.8.138~ynh1 **演示:**