diff --git a/README.md b/README.md index 21509ad..8584114 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Shipped version:** 3.14.1~ynh4 +**Shipped version:** 3.15.0~ynh1 **Demo:** https://demo.bludit.com diff --git a/README_fr.md b/README_fr.md index c187bb1..24875e2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ Bludit is a Flat-File CMS. Bludit supports Markdown and HTML code for the content. -**Version incluse :** 3.14.1~ynh4 +**Version incluse :** 3.15.0~ynh1 **Démo :** https://demo.bludit.com diff --git a/manifest.toml b/manifest.toml index d9e2327..2c7c93f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Bludit" description.en = "Simple, Fast, Secure, Flat-File CMS" description.fr = "CMS simple, rapide, sécurisé et à fichier plat" -version = "3.14.1~ynh4" +version = "3.15.0~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://docs.bludit.com/en/" code = "https://github.com/bludit/bludit" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = false @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bludit/bludit/archive/3.14.1.tar.gz" - sha256 = "27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af" + url = "https://github.com/bludit/bludit/archive/3.15.0.tar.gz" + sha256 = "c85963b14b2295fe0274bd54cf8ff21d00378f22ae66c5c4ee46b829974ed1b5" autoupdate.strategy = "latest_github_tag" [resources.system_user] @@ -57,4 +57,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-gd php8.0-mbstring php8.0-dom" + packages = "php8.2-gd php8.2-mbstring php8.2-dom"