1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Merge pull request #130 from YunoHost-Apps/testing

Testing
This commit is contained in:
Mateusz 2023-12-26 13:13:19 +01:00 committed by GitHub
commit 8585c499f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP
- Multi-tenant: host as many podcasts as you want
- Multi-user: add contributors and set roles
**Shipped version:** 1.7.3~ynh1
**Shipped version:** 1.7.3~ynh2
**Demo:** https://podcast.podlibre.org/@podlibre_fr

View file

@ -31,7 +31,7 @@ Castopod est une plate-forme d'hébergement gratuite et open source conçue pour
- Multi-locataire : hébergez autant de podcasts que vous le souhaitez
- Multi-utilisateur : ajouter des contributeurs et définir des rôles
**Version incluse :** 1.7.3~ynh1
**Version incluse :** 1.7.3~ynh2
**Démo :** https://podcast.podlibre.org/@podlibre_fr

View file

@ -5,7 +5,7 @@ name = "Castopod"
description.en = "Hosting platform made for podcasters"
description.fr = "Plateforme d'hébergement conçue pour les podcasteurs"
version = "1.7.3~ynh1"
version = "1.7.3~ynh2"
maintainers = ["orhtej2"]

View file

@ -124,7 +124,7 @@ if ynh_compare_current_package_version --comparison le --version "1.6.5~ynh1"; t
# cf https://code.castopod.org/adaures/castopod/-/releases/v1.6.1
ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < "../conf/sql/v1.6.1.sql"
fi
if ynh_compare_current_package_version --comparison le --version "1.7.3~ynh1"; then
if ynh_compare_current_package_version --comparison lt --version "1.7.3~ynh1"; then
# cf https://code.castopod.org/adaures/castopod/-/releases/v1.7.3
ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < "../conf/sql/v1.7.3.sql"
fi