diff --git a/README.md b/README.md index 795d108..e648c44 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.0.0~ynh1 +**Shipped version:** 1.0.1~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index d296331..2afc7e5 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.0.0~ynh1 +**Version incluse :** 1.0.1~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr diff --git a/conf/.env.example b/conf/.env.example index 6f63bf9..afcfd8a 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -27,6 +27,14 @@ database.default.username="__DB_USER__" database.default.password="__DB_PWD__" database.default.DBPrefix="cp_" +#-------------------------------------------------------------------- +# Email configuration +#-------------------------------------------------------------------- +# email.fromEmail="your_email_address" +# email.SMTPHost="your_smtp_host" +# email.SMTPUser="your_smtp_user" +# email.SMTPPass="your_smtp_password" + #-------------------------------------------------------------------- # Cache configuration (advanced) # diff --git a/conf/app.src b/conf/app.src index 7a145bb..3e89ed6 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/0e62acc6b37ad554b6359ae1bed0a175/castopod-1.0.0.zip -SOURCE_SUM=cedc8c9316cd4d88602992494ef20b26469f85ccd2c1083384f9e143f833e105 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/bbbe9a15a1218bdb7af5286125a64425/castopod-1.0.1.zip +SOURCE_SUM=ea5f0e97f0f637a3c88ec2287a82543487d922ef2d869167050368b6498b5966 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 769cdd4..a6d53d8 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0~ynh1", + "version": "1.0.1~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only",