Loading CHANGELOG.md +6 −0 Original line number Diff line number Diff line Journal des modifications ========================= 1.4.8 (01/09/2020) ------------------ - Correction du nom de colonne ID_PERMANENT erroné dans le mapping de l'entité Fichier. - Correction du path manquant pour l'upload. 1.4.7 (04/06/2020) ------------------ 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.4.7', 'date' => '04/06/2020', 'version' => '1.4.8', 'date' => '01/09/2020', ], ], 'comment' => 'Fichier généré le 04/06/2020 à 14:52:11 avec /app/bump-version', 'comment' => 'Fichier généré le 01/09/2020 à 10:06:39 avec /app/bump-version', ]; doc/release-notes/v1.4.8.md 0 → 100644 +19 −0 Original line number Diff line number Diff line # Version 1.4.8 ## 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.4.8 && \ 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/Entity/Db/Mapping/Application.Entity.Db.Fichier.dcm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ </id> <field name="uuid" length="40" column="UUID" /> <!-- <field name="idPermanent" column="ID_PERMANENT" nullable="true"/>--> <field name="idPermanent" column="PERMANENT_ID" nullable="true"/> <field name="nom" column="NOM"/> <field name="nomOriginal" column="NOM_ORIGINAL"/> <field name="taille" type="integer" column="TAILLE"/> Loading Loading
CHANGELOG.md +6 −0 Original line number Diff line number Diff line Journal des modifications ========================= 1.4.8 (01/09/2020) ------------------ - Correction du nom de colonne ID_PERMANENT erroné dans le mapping de l'entité Fichier. - Correction du path manquant pour l'upload. 1.4.7 (04/06/2020) ------------------ 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.4.7', 'date' => '04/06/2020', 'version' => '1.4.8', 'date' => '01/09/2020', ], ], 'comment' => 'Fichier généré le 04/06/2020 à 14:52:11 avec /app/bump-version', 'comment' => 'Fichier généré le 01/09/2020 à 10:06:39 avec /app/bump-version', ];
doc/release-notes/v1.4.8.md 0 → 100644 +19 −0 Original line number Diff line number Diff line # Version 1.4.8 ## 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.4.8 && \ 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/Entity/Db/Mapping/Application.Entity.Db.Fichier.dcm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ </id> <field name="uuid" length="40" column="UUID" /> <!-- <field name="idPermanent" column="ID_PERMANENT" nullable="true"/>--> <field name="idPermanent" column="PERMANENT_ID" nullable="true"/> <field name="nom" column="NOM"/> <field name="nomOriginal" column="NOM_ORIGINAL"/> <field name="taille" type="integer" column="TAILLE"/> Loading