diff --git a/README.md b/README.md index a8525e2..e6f5df1 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Publishing, memberships, subscriptions and newsletters platform -**Shipped version:** 5.17.1~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/ghost_ynh/tree/master) used in the catalog is currently on version 5.17.0\~ynh1.)* - +**Shipped version:** 5.19.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 70b94fb..6b0ff5a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'édition, d'adhésions, d'abonnements et de newsletters -**Version incluse :** 5.17.1~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/ghost_ynh/tree/master) utilisée dans le catalogue est actuellement en 5.17.0\~ynh1.)* - +**Version incluse :** 5.19.0~ynh1 ## Captures d'écran diff --git a/conf/admin.src b/conf/admin.src index b0aa0e9..ec4d705 100644 --- a/conf/admin.src +++ b/conf/admin.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v5.17.1.zip +SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v5.19.0.zip SOURCE_SUM=d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip diff --git a/conf/app.src b/conf/app.src index 0548aa7..c3a9666 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://api.github.com/repos/TryGhost/Ghost/zipball/v5.17.1 -SOURCE_SUM=2610ccbeb0e7a85e1e8980d5de4294d6bba0b9f672d6232a3d3655a117999ec8 +SOURCE_URL=https://api.github.com/repos/TryGhost/Ghost/zipball/v5.19.0 +SOURCE_SUM=c5bf84cbbdd87342bbf232b4c2b8b5d7e102abd43ba67973d65a0b9b2eb3770b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 671b0d5..3d525e6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Publishing, memberships, subscriptions and newsletters platform", "fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" }, - "version": "5.17.1~ynh1", + "version": "5.19.0~ynh1", "url": "https://ghost.org/", "upstream": { "license": "MIT",