Commit 4c9d6639 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'release-1.2.6'

parents cdeb6a66 49d31c46
Loading
Loading
Loading
Loading
Loading
+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)
------------------

+3 −3
Original line number Diff line number Diff line
@@ -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',
];
+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.
+1 −1
Original line number Diff line number Diff line
@@ -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.