Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Comptoir
Comptoir-srv
Commits
3645129c
Commit
3645129c
authored
Aug 07, 2018
by
Matthieu FAURE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create release v2.4.8
parent
932a2d82
Pipeline
#1562
passed with stage
in 7 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
1 deletion
+43
-1
CHANGELOG.md
CHANGELOG.md
+42
-0
config/bootstrap.php
config/bootstrap.php
+1
-1
No files found.
CHANGELOG.md
0 → 100644
View file @
3645129c
# Changelog
Tous les changements notables de ce projet sont documentés dans ce fichier.
Le format s'appuie sur
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
et le projet suit
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
## [2.4.8-rc.1] - 2018-08-07
### Added
*
Nouveau système de gestion d'étiquettes (tags) pour les logiciels
### Changed
*
Les prestataires sont maintenant séparés des utilisateurs et disposent d'une entrée propre dans la barre de navigation.
### Security
### Fixed
*
Correction de bugs d'internationalisation (tout est censé être traduit de l'anglais vers le français)
## [2.4.7] - 2018-03-30
## [2.4.6] - 2018-03-02
## [2.4.5] - 2018-02-02
## [2.4.4] - 2018-01-05
## [2.4.3] - 2017-12-22
## [2.4.2] - 2017-11-24
## [2.4.1] - 2017-08-18
## [2.4.0] - 2017-08-04
## [2.3.2] - 2017-07-21
config/bootstrap.php
View file @
3645129c
...
...
@@ -324,7 +324,7 @@ Configure::write(
*/
Configure
::
write
(
'VERSION'
,
[
"footer"
=>
"v2.4.
7
"
"footer"
=>
"v2.4.
8
"
]
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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