mirror of
https://github.com/YunoHost-Apps/mautic_ynh.git
synced 2024-09-03 19:36:26 +02:00
Merge pull request #58 from YunoHost-Apps/ci-auto-update-5.1.0
Upgrade to v5.1.0
This commit is contained in:
commit
0743c45112
9 changed files with 13 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lee el README en español](README_es.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
|
|
|
@ -20,7 +20,7 @@ Marketing Automation Software
|
|||
|
||||
With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts
|
||||
|
||||
**Shipped version:** 5.0.4~ynh1
|
||||
**Shipped version:** 5.1.0~ynh1
|
||||
|
||||
**Demo:** <https://www.mautic.org/demo>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Marketing Automation Software
|
|||
|
||||
With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts
|
||||
|
||||
**Versión actual:** 5.0.4~ynh1
|
||||
**Versión actual:** 5.1.0~ynh1
|
||||
|
||||
**Demo:** <https://www.mautic.org/demo>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Marketing Automation Software
|
|||
|
||||
With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts
|
||||
|
||||
**Paketatutako bertsioa:** 5.0.4~ynh1
|
||||
**Paketatutako bertsioa:** 5.1.0~ynh1
|
||||
|
||||
**Demoa:** <https://www.mautic.org/demo>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Marketing Automation Software
|
|||
|
||||
With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts
|
||||
|
||||
**Version incluse :** 5.0.4~ynh1
|
||||
**Version incluse :** 5.1.0~ynh1
|
||||
|
||||
**Démo :** <https://www.mautic.org/demo>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Marketing Automation Software
|
|||
|
||||
With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts
|
||||
|
||||
**Versión proporcionada:** 5.0.4~ynh1
|
||||
**Versión proporcionada:** 5.1.0~ynh1
|
||||
|
||||
**Demo:** <https://www.mautic.org/demo>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Marketing Automation Software
|
|||
|
||||
With Mautic, website visitors can be tracked and converted into identified contacts using forms. Anonymous and identified contacts can be divided into segments and assigned to campaigns - either on the basis of segments or forms. These campaigns contain workflows to provide the contacts with further information and advertising material or to organize the contacts
|
||||
|
||||
**分发版本:** 5.0.4~ynh1
|
||||
**分发版本:** 5.1.0~ynh1
|
||||
|
||||
**演示:** <https://www.mautic.org/demo>
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ name = "Mautic"
|
|||
description.en = "Marketing Automation Software"
|
||||
description.fr = "Logiciel d'automatisation marketing"
|
||||
|
||||
version = "5.0.4~ynh1"
|
||||
version = "5.1.0~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
maintainers = []
|
||||
|
||||
[upstream]
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -41,10 +41,10 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/mautic/mautic/releases/download/5.0.4/5.0.4.zip"
|
||||
sha256 = "3854f4cf32486af6476834328f2e45f337ac65f7bfca284b699c2c7a57b394f5"
|
||||
url = "https://github.com/mautic/mautic/releases/download/5.1.0/5.1.0.zip"
|
||||
sha256 = "354786dcd68bd080452b47b6992411690079a12235ba9bda93b824b63f4f3a28"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
|
|
@ -19,21 +19,13 @@ ynh_print_info --message="Declaring files to be backed up..."
|
|||
ynh_backup --src_path="$install_dir"
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE NGINX CONFIGURATION
|
||||
# SYSTEM CONFIGURATION
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE PHP-FPM CONFIGURATION
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
||||
|
||||
#=================================================
|
||||
# BACKUP VARIOUS FILES
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/etc/cron.d/$app"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue