diff --git a/README.md b/README.md index f81b024..bfc0af1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Just a blogging platform -**Shipped version:** 4.3.3~ynh1 +**Shipped version:** 4.7.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 37b8a08..01b2665 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme de blogging -**Version incluse :** 4.3.3~ynh1 +**Version incluse :** 4.7.0~ynh1 diff --git a/check_process b/check_process index 956e09b..dd2cc64 100644 --- a/check_process +++ b/check_process @@ -12,10 +12,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 3.19.2 - upgrade=1 from_commit=cf8c367214ef277f40a43489365199725540e021 - # 3.38.2 - upgrade=1 from_commit=6e4b84cabe351f9c62678089f236f1b3bb21d543 + # 4.3.3 + upgrade=1 from_commit=198004df76b0b3ef22a6dfe1b9a2738af62f0786 backup_restore=1 multi_instance=1 change_url=0 @@ -23,7 +21,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=cf8c367214ef277f40a43489365199725540e021 - name=3.19.2 - ; commit=6e4b84cabe351f9c62678089f236f1b3bb21d543 - name=3.38.2 + ; commit=198004df76b0b3ef22a6dfe1b9a2738af62f0786 + name=4.3.3 + diff --git a/conf/admin.src b/conf/admin.src index f094281..3bdb91c 100644 --- a/conf/admin.src +++ b/conf/admin.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Admin/archive/v4.3.3.zip -SOURCE_SUM=b5f6a125ec9c9bf26a5035a39b947f1d520621d5c7994aab6f6bcf54a3bc8e1e +SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.7.0.zip +SOURCE_SUM=0bd18e13e138b015561609d7b19ddd8623c22c86bf19c6ada3a4267b8c5dbe1c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/app.src b/conf/app.src index 1f1a356..15a9075 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.3.3/Ghost-4.3.3.zip -SOURCE_SUM=7b3acd2acdbb26521c0ec6c717484c173b8751bcd054018e5a335495426338c8 +SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.7.0/Ghost-4.7.0.zip +SOURCE_SUM=f7ac9acfadfbb184ec900709bf3906485d731d6a9a8db510a8471be8884fb47f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/message b/conf/message index d438dff..f6ae5b1 100644 --- a/conf/message +++ b/conf/message @@ -6,4 +6,4 @@ Create admin account at https://__DOMAIN____PATH_URL__/ghost Happy Blogging! -If you are facing any problem, please open an issue here: https://github.com/YunoHost-Apps/ghost_ynh/issues \ No newline at end of file +If you are facing any problem, please open an issue here: https://github.com/YunoHost-Apps/ghost_ynh/issues diff --git a/manifest.json b/manifest.json index 2b3061a..5d01d6b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Just a blogging platform", "fr": "Plateforme de blogging" }, - "version": "4.3.3~ynh1", + "version": "4.7.0~ynh1", "url": "https://ghost.org/", "upstream": { "license": "MIT", @@ -36,14 +36,17 @@ }, { "name": "path", - "type": "path", + "type": "path", "example": "/blog", "default": "/blog" }, { "name": "is_public", "type": "boolean", - "default": true + "default": true, + "help": { + "fr": "Si cochée, votre application sera publique" + } } ] } diff --git a/scripts/install b/scripts/install index 2e310e3..c464f5d 100644 --- a/scripts/install +++ b/scripts/install @@ -144,7 +144,7 @@ popd || ynh_die ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node" + ynh_add_systemd_config #================================================= # GENERIC FINALIZATION @@ -203,5 +203,5 @@ ynh_send_readme_to_admin --app_message="../conf/message" #================================================= # END OF SCRIPT #================================================= - + ynh_script_progression --message="Installation of $app completed" diff --git a/scripts/upgrade b/scripts/upgrade index 7d851dd..77082fa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -172,8 +172,8 @@ fi ynh_script_progression --message="Upgrading systemd configuration..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node" - + ynh_add_systemd_config + #================================================= # GENERIC FINALIZATION #=================================================