Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
ACP3 CMS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACP3
ACP3 CMS
Commits
520165c0
Commit
520165c0
authored
Jan 04, 2021
by
Tino Goratsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump the version
parent
7708bf69
Pipeline
#237189211
passed with stages
in 4 minutes and 40 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
ACP3/Core/src/Application/BootstrapInterface.php
ACP3/Core/src/Application/BootstrapInterface.php
+1
-1
CHANGELOG-5.x.md
CHANGELOG-5.x.md
+3
-2
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
No files found.
ACP3/Core/src/Application/BootstrapInterface.php
View file @
520165c0
...
...
@@ -16,7 +16,7 @@ interface BootstrapInterface extends HttpKernelInterface
/**
* Contains the current ACP3 version string.
*/
public
const
VERSION
=
'5.12.
0
'
;
public
const
VERSION
=
'5.12.
2
'
;
/**
* Checks whether the ACP3 is correctly installed.
...
...
CHANGELOG-5.x.md
View file @
520165c0
...
...
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/
)
.
## [
Unreleased]
## [
5.12.2] - 2021-01-04
### Fixed
-
[System] Fixed a infinite recursion loop when clearing the page cache
...
...
@@ -230,7 +230,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Breaking
-
removed all deprecated code
[
Unreleased
]:
https://gitlab.com/ACP3/cms/compare/v5.12.1...5.x
[
Unreleased
]:
https://gitlab.com/ACP3/cms/compare/v5.12.2...5.x
[
5.12.2
]:
https://gitlab.com/ACP3/cms/compare/v5.12.1...v5.12.2
[
5.12.1
]:
https://gitlab.com/ACP3/cms/compare/v5.12.0...v5.12.1
[
5.12.0
]:
https://gitlab.com/ACP3/cms/compare/v5.11.0...v5.12.0
[
5.11.0
]:
https://gitlab.com/ACP3/cms/compare/v5.10.2...v5.11.0
...
...
package-lock.json
View file @
520165c0
{
"name"
:
"acp3-cms"
,
"version"
:
"5.12.
1
"
,
"version"
:
"5.12.
2
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
520165c0
{
"name"
:
"acp3-cms"
,
"version"
:
"5.12.
1
"
,
"version"
:
"5.12.
2
"
,
"description"
:
"The ACP3 CMS is a highly customizable and easy to use Web Content Management System based on PHP and MySQL."
,
"main"
:
""
,
"directories"
:
{},
...
...
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