diff --git a/README.md b/README.md index 9aaa3df..6c6d0a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more. +**Shipped version:** 1.27.1~ynh1 -**Shipped version:** 1.27.0~ynh1 - -**Demo:** https://backdropcms.org/demo +**Demo:** ## Screenshots @@ -29,11 +28,11 @@ Backdrop is a full-featured content management system that allows non-technical ## Documentation and resources -* Official app website: -* Official user documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 3a19c14..aaefc45 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -18,10 +18,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Backdrop est un système de gestion de contenu complet qui permet aux utilisateurs non techniques de gérer une grande variété de contenu. Il peut être utilisé pour créer toutes sortes de sites Web, notamment des blogs, des galeries d'image, des réseaux sociaux, des intranets et plus encore. +**Version incluse :** 1.27.1~ynh1 -**Version incluse :** 1.27.0~ynh1 - -**Démo :** https://backdropcms.org/demo +**Démo :** ## Captures d’écran @@ -29,11 +28,11 @@ Backdrop est un système de gestion de contenu complet qui permet aux utilisateu ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle utilisateur : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -47,4 +46,4 @@ ou sudo yunohost app upgrade backdrop -u https://github.com/YunoHost-Apps/backdrop_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index 2f358d5..bde510b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Backdrop" description.en = "Easy-to-use CMS for building professional websites" description.fr = "CMS facile à utiliser pour créer des sites Web professionnels" -version = "1.27.0~ynh1" +version = "1.27.1~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/backdrop/backdrop/archive/refs/tags/1.27.0.tar.gz" - sha256 = "ef4a7dccc1a33b10f9408814ba3d5b2cbc3784f30464665b8e154d167448b0bd" + url = "https://github.com/backdrop/backdrop/archive/refs/tags/1.27.1.tar.gz" + sha256 = "38f3aab60b4293f211e156ce77ec305a289a31cd56dd8997d417626309a8d266" autoupdate.strategy = "latest_github_tag" [resources.system_user]