Loading CHANGELOG.md +8 −0 Original line number Diff line number Diff line Journal des modifications ========================= 1.2.6 (15/10/2019) ------------------ ### Corrections - L'envoi de mail concernant les résultats de thèses modifiés échouait à cause d'une erreur dans le chemin de la vue. 1.2.5 (04/10/2019) ------------------ Loading config/autoload/version.global.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ return [ 'unicaen-app' => [ 'app_infos' => [ 'version' => '1.2.5', 'date' => '04/10/2019', 'version' => '1.2.6', 'date' => '15/10/2019', ], ], 'comment' => 'Fichier généré le 04/10/2019 à 16:27:10 avec /home/gauthierb/workspace/sygal/bump-version', 'comment' => 'Fichier généré le 15/10/2019 à 15:28:22 avec /home/gauthierb/workspace/sygal/bump-version', ]; doc/release-notes/v1.2.6.md 0 → 100644 +19 −0 Original line number Diff line number Diff line # Version 1.2.6 ## 1. Sur le serveur d'application - Placez-vous dans le répertoire de l'application puis lancez la commande suivante pour installer la nouvelle version : ```bash git fetch --tags && git checkout --force 1.2.6 && \ bash ./install.sh ``` - Selon le moteur PHP que vous avez installé, rechargez le service, exemple : - php7.0-fpm : `service php7.0-fpm reload` - apache2-mod-php7.0 : `service apache2 reload` ## 2. Dans la base de données Néant. module/Application/src/Application/Notification/CorrectionAttendueUpdatedNotification.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class CorrectionAttendueUpdatedNotification extends Notification { use TheseAwareTrait; protected $templatePath = 'notif-depot-version-corrigee-attendu'; protected $templatePath = 'application/these/mail/notif-depot-version-corrigee-attendu'; /** * Initialisation, préparation, etc. nécessaires avant de pouvoir envoyer la notification. Loading Loading
CHANGELOG.md +8 −0 Original line number Diff line number Diff line Journal des modifications ========================= 1.2.6 (15/10/2019) ------------------ ### Corrections - L'envoi de mail concernant les résultats de thèses modifiés échouait à cause d'une erreur dans le chemin de la vue. 1.2.5 (04/10/2019) ------------------ Loading
config/autoload/version.global.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ return [ 'unicaen-app' => [ 'app_infos' => [ 'version' => '1.2.5', 'date' => '04/10/2019', 'version' => '1.2.6', 'date' => '15/10/2019', ], ], 'comment' => 'Fichier généré le 04/10/2019 à 16:27:10 avec /home/gauthierb/workspace/sygal/bump-version', 'comment' => 'Fichier généré le 15/10/2019 à 15:28:22 avec /home/gauthierb/workspace/sygal/bump-version', ];
doc/release-notes/v1.2.6.md 0 → 100644 +19 −0 Original line number Diff line number Diff line # Version 1.2.6 ## 1. Sur le serveur d'application - Placez-vous dans le répertoire de l'application puis lancez la commande suivante pour installer la nouvelle version : ```bash git fetch --tags && git checkout --force 1.2.6 && \ bash ./install.sh ``` - Selon le moteur PHP que vous avez installé, rechargez le service, exemple : - php7.0-fpm : `service php7.0-fpm reload` - apache2-mod-php7.0 : `service apache2 reload` ## 2. Dans la base de données Néant.
module/Application/src/Application/Notification/CorrectionAttendueUpdatedNotification.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class CorrectionAttendueUpdatedNotification extends Notification { use TheseAwareTrait; protected $templatePath = 'notif-depot-version-corrigee-attendu'; protected $templatePath = 'application/these/mail/notif-depot-version-corrigee-attendu'; /** * Initialisation, préparation, etc. nécessaires avant de pouvoir envoyer la notification. Loading