From 7aad2fe4f4c915777f7289030704061cea5f585e Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:03:32 +0100 Subject: [PATCH] 14.0.0 (#112) * add mail * cleaning * Update manifest.toml * Auto-update README * cleaning * Update tests.toml * Update tests.toml * Auto-update README * Update config.inc.php * Update manifest.toml --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- tests.toml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9dc44b3..4b73bf1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. -**Shipped version:** 13.8.0~ynh1 +**Shipped version:** 14.0.0~ynh1 **Demo:** https://piwigo.org/demo diff --git a/README_fr.md b/README_fr.md index de17dd4..6cdaa79 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Piwigo est un logiciel de galerie photo pour le web, construit par une communauté active d'utilisateurs et de développeurs. Des extensions rendent Piwigo facilement personnalisable. -**Version incluse :** 13.8.0~ynh1 +**Version incluse :** 14.0.0~ynh1 **Démo :** https://piwigo.org/demo diff --git a/manifest.toml b/manifest.toml index 4b60679..ad2908c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Piwigo" description.en = "Open source photo gallery for the web" description.fr = "Galerie de photos open source pour le web" -version = "13.8.0~ynh1" +version = "14.0.0~ynh1" maintainers = ["JimboJoe"] @@ -62,8 +62,8 @@ ram.runtime = "50M" format = "zip" [resources.sources.main] - url = "https://piwigo.org/download/dlcounter.php?code=13.8.0" - sha256 = "7f6a2a796693a4ce245fd67ebdd8bf873dc6cb1a33acd567104a10347af7fe1d" + url = "https://piwigo.org/download/dlcounter.php?code=14.0.0" + sha256 = "42ad8f998177c2c9528fc9b547c2ee5637abe2dc398dcd5c2e4880fa66a8cf2f" format = "zip" [resources.sources.log_failed_logins_plugin] diff --git a/tests.toml b/tests.toml index 24c7df3..ef2f52a 100644 --- a/tests.toml +++ b/tests.toml @@ -2,9 +2,9 @@ test_format = 1.0 [default] - # ------------ - # Tests to run - # ------------ + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- test_upgrade_from.1cac04c39ba70cef6571bcb9ae4afca5ccb48ca7.name = "Upgrade from 13.1.0" \ No newline at end of file