Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emc2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
emc2
Commits
925a01bd
Commit
925a01bd
authored
2 years ago
by
Jean-Philippe Metivier
Browse files
Options
Downloads
Patches
Plain Diff
Changelog et version
parent
65b754f5
Branches
Branches containing commit
Tags
3.0.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/autoload/unicaen-app.global.php
+2
-2
2 additions, 2 deletions
config/autoload/unicaen-app.global.php
documentation/release/3.0.1.md
+11
-0
11 additions, 0 deletions
documentation/release/3.0.1.md
with
13 additions
and
2 deletions
config/autoload/unicaen-app.global.php
+
2
−
2
View file @
925a01bd
...
...
@@ -34,8 +34,8 @@ return [
'app_infos'
=>
[
'nom'
=>
"EMC2"
,
'desc'
=>
"Emploi Mobilité Carrière Compétences"
,
'version'
=>
"3.0.
0
"
,
'date'
=>
"
11/04
/2022"
,
'version'
=>
"3.0.
1
"
,
'date'
=>
"
25/11
/2022"
,
'contact'
=>
[
'mail'
=>
"assistance-emc2@unicaen.fr"
,
/*'tel' => "01 02 03 04 05"*/
],
'mentionsLegales'
=>
"http://www.unicaen.fr/acces-direct/mentions-legales/"
,
'informatiqueEtLibertes'
=>
"http://www.unicaen.fr/acces-direct/informatique-et-libertes/"
,
...
...
This diff is collapsed.
Click to expand it.
documentation/release/3.0.1.md
+
11
−
0
View file @
925a01bd
**CHANGES version 3.0.1**
_Changements_
*
Ajout d'éléments descriptifs des actions de formation : type, objectifs, programme
*
Ajout de date de début et de fin pour les volumes horaires de formation
*
Ajout d'un état annulé aux événements afin de faciliter la gestion (unicaen/evenement 5.0.1 -> 5.0.2)
...
...
@@ -9,6 +11,8 @@
*
Amélioration de la gestion de la saisie des formateurs
*
[FIX] Correction de la gestion des fermetures de structures pour StructureService::getStructures()
_Modifications de la base de donnée_
```
sql
-- partie ACTION
alter
table
formation
add
type
varchar
(
64
);
...
...
@@ -64,4 +68,11 @@ alter table formation_formateur alter column nom drop not null;
alter
table
formation_formateur
add
organisme
varchar
(
1024
);
alter
table
formation_formateur
add
telephone
varchar
(
64
);
alter
table
formation_formateur
add
type
varchar
(
64
);
```
_Évolution des bibliothèques_
Attention le module événement est passé en 5.0.2
```
composer update unicaen/evenement
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment