Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
ACP3 CMS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACP3
ACP3 CMS
Commits
5f415f00
Commit
5f415f00
authored
Nov 04, 2019
by
Tino Goratsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump the version
parent
d9a9486c
Pipeline
#93611581
passed with stages
in 3 minutes and 55 seconds
Changes
5
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
ACP3/Core/src/Application/BootstrapInterface.php
ACP3/Core/src/Application/BootstrapInterface.php
+1
-1
ACP3/Modules/ACP3/Menus/composer.json
ACP3/Modules/ACP3/Menus/composer.json
+1
-1
CHANGELOG.md
CHANGELOG.md
+6
-1
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 @
5f415f00
...
...
@@ -16,7 +16,7 @@ interface BootstrapInterface extends HttpKernelInterface
/**
* Contains the current ACP3 version string.
*/
public
const
VERSION
=
'4.47.
1
'
;
public
const
VERSION
=
'4.47.
3
'
;
/**
* Checks whether the ACP3 is correctly installed.
...
...
ACP3/Modules/ACP3/Menus/composer.json
View file @
5f415f00
...
...
@@ -17,7 +17,7 @@
"prefer-stable"
:
true
,
"require"
:
{
"acp3/composer-installer"
:
"^1.0"
,
"acp3/core"
:
"^4.47.
0
"
,
"acp3/core"
:
"^4.47.
3
"
,
"acp3/setup"
:
"^4.47.0"
,
"acp3/module-errors"
:
"^4.47.0"
,
"acp3/module-permissions"
:
"^4.47.0"
,
...
...
CHANGELOG.md
View file @
5f415f00
...
...
@@ -4,6 +4,10 @@ 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/
)
.
## [4.47.3] - 2019-11-04
### Fixed
-
fixed the breadcrumb step removal method
## [4.47.2] - 2019-11-03
### Fixed
-
fixed the sample data
...
...
@@ -1019,7 +1023,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
-
It should be possible again to save ACL roles
-
Silenced a possible PHP warning when trying to login with incorrect credentials
[
Unreleased
]:
https://gitlab.com/ACP3/cms/compare/v4.47.2...4.x
[
Unreleased
]:
https://gitlab.com/ACP3/cms/compare/v4.47.3...4.x
[
4.47.3
]:
https://gitlab.com/ACP3/cms/compare/v4.47.2...v4.47.3
[
4.47.2
]:
https://gitlab.com/ACP3/cms/compare/v4.47.1...v4.47.2
[
4.47.1
]:
https://gitlab.com/ACP3/cms/compare/v4.47.0...v4.47.1
[
4.47.0
]:
https://gitlab.com/ACP3/cms/compare/v4.46.0...v4.47.0
...
...
package-lock.json
View file @
5f415f00
{
"name"
:
"acp3-cms"
,
"version"
:
"4.47.
2
"
,
"version"
:
"4.47.
3
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
5f415f00
{
"name"
:
"acp3-cms"
,
"version"
:
"4.47.
2
"
,
"version"
:
"4.47.
3
"
,
"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