Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
sygal-import-ws
Commits
a16e0b82
Commit
a16e0b82
authored
Jul 06, 2020
by
Bertrand Gauthier
Browse files
Incrément numéro de version et changelog
parent
09400cc7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
a16e0b82
Journal des modifications
=========================
1.
3.4 (06/07/2020)
------------------
-
Possibilité d'exécuter du SQL avant la mise à jour d'une table associée à un service.
Exemple : mise à jour de la vue matérialisée SYGAL_MV_EMAIL interrogée par la vue V_SYGAL_INDIVIDU avant que la table
SYGAL_INDIVIDU soit peuplée à partir de V_SYGAL_INDIVIDU.
1.
3.3 (11/03/2020)
------------------
...
...
config/autoload/version.global.php
View file @
a16e0b82
...
...
@@ -2,9 +2,9 @@
return
[
'unicaen-app'
=>
[
'app_infos'
=>
[
'version'
=>
'1.3.
3
'
,
'date'
=>
'
11
/0
3
/2020'
,
'version'
=>
'1.3.
4
'
,
'date'
=>
'
06
/0
7
/2020'
,
],
],
'comment'
=>
'Fichier généré le
11
/0
3
/2020 à 14:
05
:5
8
avec /
home/gauthierb/workspace/sygal-import-ws
/bump-version'
,
'comment'
=>
'Fichier généré le
06
/0
7
/2020 à 14:
42
:5
3
avec /
app
/bump-version'
,
];
doc/release-notes/v1.3.4.md
0 → 100644
View file @
a16e0b82
Version 1.3.4
=============
Sources PHP
-----------
Sur le serveur, placez-vous dans le répertoire du web service (sans doute
`/var/www/sygal-import-ws`
)
puis lancez les commandes suivantes pour installer la nouvelle version :
```
bash
git fetch
&&
git fetch
--tags
&&
git checkout
--force
1.3.4
&&
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`
Base de données
---------------
Nada.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment