diff --git a/README.md b/README.md index 401fccd..ef63382 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,10 @@ Paheko (we chose the name Paheko, a word from the Māori language meaning "to co It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members, etc. etc.. + **Shipped version:** 1.3.0~ynh9 + **Demo:** https://paheko.cloud/essai/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1e0d3b8..9bdcf9f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,6 +32,7 @@ Paheko (Nous avons choisi le nom Paheko, un mot de la langue Māori qui signifie **Version incluse :** 1.3.0~ynh9 + **Démo :** https://paheko.cloud/essai/ ## Captures d’écran diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 91f7512..e6e0e37 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,4 +1,4 @@ ## Configurations personnelles -Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `/var/www/paheko/config.local.user.php`. -Pour voir les possibilités vous pouvez lire auparavant le fichier `/var/www/paheko/config.dist.php`. +Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__INSTALL_DIR__/config.local.user.php`. +Pour voir les possibilités vous pouvez lire auparavant le fichier `__INSTALL_DIR__/config.dist.php`. diff --git a/doc/PRE_UPGRADE.d/1.3.0.md b/doc/PRE_UPGRADE.d/1.3.0.md index 1225343..62f7f4e 100644 --- a/doc/PRE_UPGRADE.d/1.3.0.md +++ b/doc/PRE_UPGRADE.d/1.3.0.md @@ -1 +1 @@ -We should encourage people to have a look at the Changelog: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 when upgrading to this version because there are major changes. If you have installed some plugins, not all will be compatibles. +We encourage you to have a look at the Changelog: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 when upgrading to this version because there are major changes. If you have installed some plugins, not all will be compatibles. diff --git a/scripts/upgrade b/scripts/upgrade index 439ad51..7c88dfc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -54,7 +54,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=5 - # Download, check integrity, uncompress and patch the source from app.src +# Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" --full_replace=1 fi @@ -86,7 +86,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=5 if ynh_compare_current_package_version --comparison lt --version 1.1.15~ynh1; then chmod 750 "$install_dir/data/config.local.user.php" - ynh_add_config --template="config.local.user.php" --destination="$install_dir/data/config.local.user.php" + ynh_add_config --template="config.local.user.php" --destination="$install_dir/data/config.local.user.php" fi # NOTE: Don't overwrite config.local.user.php @@ -101,7 +101,6 @@ ynh_script_progression --message="Restore datas..." --weight=5 # Sync data directory backup rsync -a $tmp_data_backup/ $install_dir/data/ - #================================================= # FIX PERMISSIONS #=================================================