From 50873a49d55d66c9d3704e7ba4d2b98cff548ef0 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 11 Jun 2023 15:56:05 +0200 Subject: [PATCH 1/3] Typo --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6b2beda..bf52728 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ }, "license": "MIT", "maintainer": { - "name": "lapineige" + "name": "Lapineige" }, "requirements": { "yunohost": ">= 11.0" From e9459b2bc46728427bda81e2043f3b4116771e2d Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 25 Jun 2023 12:48:18 +0200 Subject: [PATCH 2/3] Fix 2.5.4 install link (#173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Testing : v2.5.4 + add auto-updater + add logrotate (#164) (#167) * Apply last example_ynh (#117) * Apply last example_ynh * Cleanup backup * Create DISCLAIMER.md * Create DISCLAIMER_fr.md * Auto-update README * Add files via upload * Fix heading size * Auto-update README * Fix heading size * Auto-update README * Fix charset * Auto-update README * Update check_process * 2.4.3 (#125) * Upgrade to 2.4.2~ynh1 * Fix craue_config_setting * Upgrade to 2.4.3~ynh1 * Upgrade to 2.4.3~ynh1 * Auto-update README Co-authored-by: Yunohost-Bot <> * Specify PHP version in every calls (#132) * Specify PHP version in every calls * Switch (back) to php7.4 * Add PHP-xml dependency for DOM extension * Auto-update README * Fix php version reference (#136) * Auto-update README * Use YNH_PHP_VERSION * Proper YNH_PHP_VERSION syntax * Proper YNH_PHP_VERSION syntax : typo * YNH_PHP_VERSION: fix missing change * Fix phpversion → YNH_PHP_VERSION * Upgrade to 2.5 (#134) * Upgrade to 2.5 * Auto-update README * Upgrade to 2.5 * Merge master (2.4.3/php7.4) into testing (2.5) (#137) * Testing (#124) * Apply last example_ynh (#117) * Apply last example_ynh * Cleanup backup * Create DISCLAIMER.md * Create DISCLAIMER_fr.md * Auto-update README * Add files via upload * Fix heading size * Auto-update README * Fix heading size * Auto-update README * Fix charset * Auto-update README * Update check_process Co-authored-by: Yunohost-Bot <> * Testing: update to 2.4.3 (#128) * Apply last example_ynh (#117) * Apply last example_ynh * Cleanup backup * Create DISCLAIMER.md * Create DISCLAIMER_fr.md * Auto-update README * Add files via upload * Fix heading size * Auto-update README * Fix heading size * Auto-update README * Fix charset * Auto-update README * Update check_process * 2.4.3 (#125) * Upgrade to 2.4.2~ynh1 * Fix craue_config_setting * Upgrade to 2.4.3~ynh1 * Upgrade to 2.4.3~ynh1 * Auto-update README Co-authored-by: Yunohost-Bot <> * Specify PHP version in every calls (#132) * Specify PHP version in every calls * Switch (back) to php7.4 * Add PHP-xml dependency for DOM extension * Auto-update README * Fix php version reference (#136) * Auto-update README * Use YNH_PHP_VERSION * Proper YNH_PHP_VERSION syntax * Proper YNH_PHP_VERSION syntax : typo * YNH_PHP_VERSION: fix missing change * Fix phpversion → YNH_PHP_VERSION Co-authored-by: Yunohost-Bot <> * 2.5 (#138) * Upgrade to 2.5 * Auto-update README * Upgrade to 2.5 * Auto-update README * Fix PHP dependencies (#142) * Switch version to 2.5.0~ynh2 * Auto-update README * 2.5.1 (#146) * v2.5.1 * Auto-update README * v2.5.1 * fix version number * Auto-update README * fix php7.4-redis conflicting with php-redis (#145) * Auto-update README * Typo in version number (2.5.1, not 2.5.2) * Auto-update README * Setup logrotate (#144) * Setup logrotate * Setup logrotate * Setup logrotate * Setup logrotate * Setup logrotate * bum version number * Auto-update README * Auto-update README * Specify PHP version for Redis (#155) * Specify PHP version for Redis Now available in Bullseye * Auto-update README * Bump requirement to YNH11 for php${version}-redis * Auto-update README * 2.5.2 (#158) * 2.5.2 * Auto-update README * v2.5.2 * Auto-update README * Add auto-updater (#126) * 2.5.4 (#163) * Wallabag 2.5.4 --------- * v2.5.4 updated * Auto-update README --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: yalh76 Co-authored-by: tituspijean Co-authored-by: yunohost-bot Co-authored-by: JimboJoe * fix 2.5.4 install link --------- Co-authored-by: yalh76 Co-authored-by: tituspijean Co-authored-by: yunohost-bot Co-authored-by: JimboJoe Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 7387187..1ee9801 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://static.wallabag.org/releases/wallabag-release-2.5.4.tar.gz +SOURCE_URL=https://github.com/wallabag/wallabag/releases/download/2.5.4/wallabag-2.5.4.tar.gz SOURCE_SUM=c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz From fadbea8c372f462c929431a417096dfe34d45bbb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:40:30 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37226cd..29cd390 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Warning : Doing a normal upgrade of the package with the web admin or `sudo yuno * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index c4e1a32..6511e02 100644 --- a/README_fr.md +++ b/README_fr.md @@ -59,7 +59,7 @@ Attention : Une mise à jour classique avec l'interface d'administration ou avec * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs