diff --git a/README.md b/README.md index 680aef8..1e5d372 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man - Flexible -**Shipped version:** 12.3.02~ynh1 +**Shipped version:** 12.3.02~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ebb3b69..fa81568 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man - Flexible -**Version incluse :** 12.3.02~ynh1 +**Version incluse :** 12.3.02~ynh2 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index b3e0fcc..016438d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "ZwiiCMS" description.en = "Simple, lightweight, database-free, scalable and responsive CMS" description.fr = "CMS simple, léger, sans base de données, modulable et responsive" -version = "12.3.02~ynh1" +version = "12.3.02~ynh2" maintainers = ["ewilly"] @@ -72,4 +72,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-mbstring,php8.0-zip,php8.0-GD,php8.0-exif,php8.0-XMLWriter" + packages = "php8.0-mbstring,php8.0-zip,php8.0-GD,php8.0-exif,php8.0-XMLWriter,php8.0-intl"