From 244a9375254f15b58d8f9331413a2227ad835477 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 24 Feb 2023 00:31:09 +0100 Subject: [PATCH 1/6] [autopatch] Upgrade auto-updater --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..a56d7cb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From 5a4bac362978f9cd68f47ae8941113a4160ce49a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Feb 2023 23:31:11 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ea2e953..7820d6a 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Mautic for YunoHost [![Integration level](https://dash.yunohost.org/integration/mautic.svg)](https://dash.yunohost.org/appci/app/mautic) ![Working status](https://ci-apps.yunohost.org/ci/badges/mautic.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/mautic.maintain.svg) + [![Install Mautic with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mautic) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 783d54c..ee0bf86 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Mautic pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/mautic.svg)](https://dash.yunohost.org/appci/app/mautic) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mautic.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mautic.maintain.svg) + [![Installer Mautic avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mautic) *[Read this readme in english.](./README.md)* From cb26588f7cc968374f0ba26e6b9e9faac00266d9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 Mar 2023 06:14:38 +0000 Subject: [PATCH 3/6] Upgrade to v4.4.7 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index b7aafe8..2b5e042 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.4.6/4.4.6.zip -SOURCE_SUM=e444c648c39d2506ffffeceba674f7a92cbe89185d27a27a0f607c99be3f42f0 +SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.4.7/4.4.7.zip +SOURCE_SUM=a8364fc737c94122b59043726f82e2e7252aa3489d4e9bd5a95b2f70fb83658a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 2beec10..57e08d4 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Marketing Automation Software", "fr": "Logiciel d'automatisation marketing" }, - "version": "4.4.6~ynh1", + "version": "4.4.7~ynh1", "url": "https://www.mautic.org/", "upstream": { "license": "GPL-3.0-only", From 7d883795eab3e45b174026f61ac99075d50d0f22 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 Mar 2023 06:14:44 +0000 Subject: [PATCH 4/6] 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 7820d6a..6cc92db 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Marketing Automation Software -**Shipped version:** 4.4.6~ynh1 +**Shipped version:** 4.4.7~ynh1 **Demo:** https://www.mautic.org/demo diff --git a/README_fr.md b/README_fr.md index ee0bf86..d5cc166 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Logiciel d'automatisation marketing -**Version incluse :** 4.4.6~ynh1 +**Version incluse :** 4.4.7~ynh1 **Démo :** https://www.mautic.org/demo From 038b9f08f6d3f7a118387cef2e471a98fd6527cd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Apr 2023 06:13:26 +0000 Subject: [PATCH 5/6] Upgrade to v4.4.8 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 2b5e042..886c29a 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.4.7/4.4.7.zip -SOURCE_SUM=a8364fc737c94122b59043726f82e2e7252aa3489d4e9bd5a95b2f70fb83658a +SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.4.8/4.4.8.zip +SOURCE_SUM=e238648fb0c31e500383ac7b93e04b3a2dfcfd2335b756db36907c2ffd0a60ac SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 57e08d4..a7d6caf 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Marketing Automation Software", "fr": "Logiciel d'automatisation marketing" }, - "version": "4.4.7~ynh1", + "version": "4.4.8~ynh1", "url": "https://www.mautic.org/", "upstream": { "license": "GPL-3.0-only", From e03d7f943fcf081bc65695e540be86a0005e1753 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Apr 2023 06:13:32 +0000 Subject: [PATCH 6/6] 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 6cc92db..1dd247b 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Marketing Automation Software -**Shipped version:** 4.4.7~ynh1 +**Shipped version:** 4.4.8~ynh1 **Demo:** https://www.mautic.org/demo diff --git a/README_fr.md b/README_fr.md index d5cc166..afb3d99 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Logiciel d'automatisation marketing -**Version incluse :** 4.4.7~ynh1 +**Version incluse :** 4.4.8~ynh1 **Démo :** https://www.mautic.org/demo