diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -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) diff --git a/README.md b/README.md index fc87d1e..a640404 100755 --- a/README.md +++ b/README.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:** diff --git a/README_es.md b/README_es.md index 8595926..b9e00c1 100644 --- a/README_es.md +++ b/README_es.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 -**Versión actual:** 5.0.4~ynh1 +**Versión actual:** 5.1.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index cc862e4..09e1ce8 100644 --- a/README_eu.md +++ b/README_eu.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 -**Paketatutako bertsioa:** 5.0.4~ynh1 +**Paketatutako bertsioa:** 5.1.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 5338d7b..13346a0 100644 --- a/README_fr.md +++ b/README_fr.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 -**Version incluse :** 5.0.4~ynh1 +**Version incluse :** 5.1.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index cb6cd42..6251840 100644 --- a/README_gl.md +++ b/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 -**Versión proporcionada:** 5.0.4~ynh1 +**Versión proporcionada:** 5.1.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index f52327d..0fa0e03 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.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 -**分发版本:** 5.0.4~ynh1 +**分发版本:** 5.1.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 86617ed..062e19b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 diff --git a/scripts/backup b/scripts/backup index f02ce67..00f48dc 100755 --- a/scripts/backup +++ b/scripts/backup @@ -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" #=================================================