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
c0812fcf
Commit
c0812fcf
authored
Jan 04, 2021
by
Tino Goratsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump the version
parent
f536d54e
Pipeline
#236860563
passed with stages
in 4 minutes and 30 seconds
Changes
5
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
ACP3/Modules/ACP3/Captcha/composer.json
ACP3/Modules/ACP3/Captcha/composer.json
+1
-1
ACP3/Modules/ACP3/Installer/composer.json
ACP3/Modules/ACP3/Installer/composer.json
+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/Modules/ACP3/Captcha/composer.json
View file @
c0812fcf
...
...
@@ -18,7 +18,7 @@
"require"
:
{
"acp3/core"
:
"^5.12.0"
,
"acp3/module-permissions"
:
"^5.12.0"
,
"acp3/module-system"
:
"^5.12.
0
"
,
"acp3/module-system"
:
"^5.12.
1
"
,
"acp3/module-users"
:
"^5.12.0"
,
"google/recaptcha"
:
"^1.2.0"
},
...
...
ACP3/Modules/ACP3/Installer/composer.json
View file @
c0812fcf
...
...
@@ -17,7 +17,7 @@
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.12.0"
,
"acp3/module-system"
:
"^5.12.
0
"
,
"acp3/module-system"
:
"^5.12.
1
"
,
"acp3/module-users"
:
"^5.12.0"
,
"acp3/theme-installer"
:
"^5.12.0"
,
"composer/semver"
:
"^3.2"
...
...
CHANGELOG-5.x.md
View file @
c0812fcf
...
...
@@ -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.1] - 2021-01-04
### Fixed
-
[Captcha] fix the captcha settings
-
[Installer] fix installing the sample data
...
...
@@ -226,7 +226,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.0...5.x
[
Unreleased
]:
https://gitlab.com/ACP3/cms/compare/v5.12.1...5.x
[
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
[
5.10.2
]:
https://gitlab.com/ACP3/cms/compare/v5.10.1...v5.10.2
...
...
package-lock.json
View file @
c0812fcf
{
"name"
:
"acp3-cms"
,
"version"
:
"5.12.
0
"
,
"version"
:
"5.12.
1
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
c0812fcf
{
"name"
:
"acp3-cms"
,
"version"
:
"5.12.
0
"
,
"version"
:
"5.12.
1
"
,
"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