release 1.6.0 : bouton Mettre à jour, branche dev, guard git pull #69

Merged
cedricAbonnel merged 4 commits from dev into main 2026-05-15 09:21:52 +00:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit 331e9c9ecd - Show all commits
+11
View File
@@ -9,6 +9,17 @@ Format : [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/) — versionnag
---
## [1.6.0] - 2026-05-15
### Ajouté
- Admin → Dashboard : bouton unique **Mettre à jour** (git pull + migrations SQL + migrations contenu) remplace les boutons séparés
- Branche `dev` : branche d'intégration permanente pour le développement quotidien
### Corrigé
- `run_engine_update` : vérifie que le remote git `origin` correspond à `FOLIO_REPO_URL` avant tout `git pull` (évite le pull sur le mauvais dépôt)
---
## [1.5.0] - 2026-05-15
### Ajouté
+1 -1
View File
@@ -1 +1 @@
1.5.0
1.6.0