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
96a934a4
Commit
96a934a4
authored
Aug 14, 2018
by
Matthieu FAURE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
#568
parent
e89c43fa
Pipeline
#1606
passed with stage
in 7 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
CHANGELOG.md
CHANGELOG.md
+20
-0
config/bootstrap.php
config/bootstrap.php
+1
-1
No files found.
CHANGELOG.md
View file @
96a934a4
...
...
@@ -7,6 +7,26 @@ et le projet suit [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased yet
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.4.8](https://gitlab.adullact.net/Comptoir/Comptoir-srv/tags/v2.4.8) - 2018-08-14
### Added
### Changed
### Deprecated
### Removed
### Fixed
*
[
#542
](
https://gitlab.adullact.net/Comptoir/Comptoir-srv/issues/542
)
Correction de l'affichage de tous les logiciels d'un tag
### Security
## [2.4.8-rc.2](https://gitlab.adullact.net/Comptoir/Comptoir-srv/tags/v2.4.8-rc.2) - 2018-08-14
### Added
...
...
config/bootstrap.php
View file @
96a934a4
...
...
@@ -270,7 +270,7 @@ Configure::write(
// Version of comptoir
Configure
::
write
(
'VERSION'
,
[
"footer"
=>
"v2.4.8
-rc.2
"
"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