From 6b5c896742e9a0cf56d069efd01a20eb62d51afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 May 2023 17:30:10 +0200 Subject: [PATCH] Testing (#117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 22.06 * Auto-update README * Update manifest.json * Fix * 22.06.1 * Auto-update README * Update upgrade * 22.06.2 * Auto-update README * Update app.src * Update DESCRIPTION.md * Auto-update README * Update nginx.conf * Update .env.example.complete * Update .env.example.complete * Update install * Revert "Update install" This reverts commit e43db7a0deb773ce8e4514887383b7528cc63808. * 22.07.1 (#80) * 22.07.1 * Auto-update README Co-authored-by: yunohost-bot * Auto-update README * Auto-update README * 22.07.2 (#82) * 22.07.2 * Auto-update README Co-authored-by: yunohost-bot * 22.07.3 (#84) * 22.07.3 * Auto-update README * Update manifest.json Co-authored-by: yunohost-bot * Update upgrade * 22.09 (#88) * 22.09 * Auto-update README * Update app.src Co-authored-by: yunohost-bot * 22.09.1 * Auto-update README * upgrade composer * upgrade config (#91) * Update manifest.json * Auto-update README * Update upgrade * 22.10 * Auto-update README * 22.10.1 * 22.11 * Auto-update README * 22.11.1 * Auto-update README * Upgrade to version 22.11.1 (#100) * Upgrade to v22.11.1 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Fis php (#102) * Update upgrade * reorder script * Update manifest.json * Auto-update README * Update restore * Fix size * Auto-update README * Update DESCRIPTION_fr.md * Auto-update README * Fix * 23.01 * Auto-update README * PHP8.1 * 23.01.1 * Auto-update README * Upgrade auto-updater (#108) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean * V2 (#107) * Auto-update README * v2 * Fix * Update manifest.toml * Update manifest.toml * Fix * Create post_install.md * Fix * Auto-update README * Update install * Update config_panel.toml * Update manifest.toml * Update _common.sh * Update tests.toml * Add post * Update manifest.toml * Update remove * Update install * Update _common.sh * Fix * Update change_url * Update upgrade * Auto-update README * cleaning * remove PHP version * Update _common.sh * Update manifest.toml * Fix * fix * Update manifest.toml * Update manifest.toml * Update upgrade * Update manifest.toml * 23.02 * Auto-update README * Update change_url * Update change_url * Update upgrade --------- Co-authored-by: yunohost-bot * Fix * Auto-update README * Update manifest.toml * fix * Update manifest.toml * Update manifest.toml * Auto-update README * new autoupdate * cleaning * Update manifest.toml * Update manifest.toml * Auto-update README * cleaning * Upgrade to v23.2.3 (#113) * Upgrade to v23.2.3 * Auto-update README * Update config_panel.toml * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot Co-authored-by: tituspijean --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c45dab..2cbc86e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Shipped version:** 23.05~ynh1 +**Shipped version:** 23.05.1~ynh1 **Demo:** https://demo.bookstackapp.com diff --git a/README_fr.md b/README_fr.md index 409978a..bae6752 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate - Multilingue -**Version incluse :** 23.05~ynh1 +**Version incluse :** 23.05.1~ynh1 **Démo :** https://demo.bookstackapp.com diff --git a/manifest.toml b/manifest.toml index 44889c5..20fd310 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookStack" description.en = "Platform to create documentation/wiki content" description.fr = "Plateforme pour créer du contenu de documentation/wiki" -version = "23.05~ynh1" +version = "23.05.1~ynh1" maintainers = ["eric_G"] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.05.tar.gz" - sha256 = "dd48fc6827247e24d373841328fdf1f6d1b495f431208794060c217133c6120c" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.05.1.tar.gz" + sha256 = "f78cf3035ee65d840ad4c11e58c09abe66c6af61a649d06f3efdcce38f5c5c42" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_tag"