diff --git a/README.md b/README.md index 4a5cbe6..d5c77a0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io. -**Shipped version:** 2024.03.11~ynh1 +**Shipped version:** 2024.06.14~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 0fac928..f958e7f 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io. -**Versión actual:** 2024.03.11~ynh1 +**Versión actual:** 2024.06.14~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index cffb61a..744deb9 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io. -**Paketatutako bertsioa:** 2024.03.11~ynh1 +**Paketatutako bertsioa:** 2024.06.14~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index bda763b..7ac3ea0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Cachet est une page de statut pour votre API, service ou entreprise. Construit avec toutes les fonctionnalités que vous attendez d'une page de status, Cachet est livré avec une API puissante, un système métrique, une prise en charge de plusieurs utilisateurs, une authentification à deux facteurs pour une sécurité accrue et est facile à configurer. Une alternative puissante et auto-hébergée à StatusPage.io et Status.io. -**Version incluse :** 2024.03.11~ynh1 +**Version incluse :** 2024.06.14~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 736b3a1..2e80648 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io. -**Versión proporcionada:** 2024.03.11~ynh1 +**Versión proporcionada:** 2024.06.14~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 5554094..5e3f668 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io. -**分发版本:** 2024.03.11~ynh1 +**分发版本:** 2024.06.14~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 93cadfa..1db7f15 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Cachet" description.en = "Open source status page system" description.fr = "Système de page de statut open source" -version = "2024.03.11~ynh1" +version = "2024.06.14~ynh1" maintainers = ["JimboJoe"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/CachetHQ/Cachet/archive/3e97a874fad1c2a0243b247d2c4e89eb81bac477.tar.gz" - sha256 = "707045be6e638f120651e4e48e84614599683554fd45f1bbdd90b407d125d6e9" + url = "https://github.com/CachetHQ/Cachet/archive/f8bbc1eca5f9755528ae6cf6fb8382e933d26642.tar.gz" + sha256 = "dfcc1272bcba0aff5804766a4ac9086ec12c4605ce34f698718c8a0761ada890" autoupdate.strategy = "latest_github_commit" [resources.system_user] diff --git a/scripts/upgrade b/scripts/upgrade index cf7b033..ddcdd85 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -21,7 +21,7 @@ exec_artisan "down" #================================================= ynh_script_progression --message="Upgrading source files..." --weight=1 -ynh_setup_source --dest_dir="$install_dir" --keep=".env bootstrap/cachet/production.php" +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env bootstrap/cachet/production.php" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"