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
fd1b777e
Commit
fd1b777e
authored
Jan 11, 2021
by
Tino Goratsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump the version to 5.13.0
parent
7f9ba44b
Pipeline
#240181712
passed with stages
in 4 minutes and 39 seconds
Changes
26
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
69 additions
and
68 deletions
+69
-68
ACP3/Core/src/Application/BootstrapInterface.php
ACP3/Core/src/Application/BootstrapInterface.php
+1
-1
ACP3/Modules/ACP3/Articles/composer.json
ACP3/Modules/ACP3/Articles/composer.json
+3
-3
ACP3/Modules/ACP3/Captcha/composer.json
ACP3/Modules/ACP3/Captcha/composer.json
+3
-3
ACP3/Modules/ACP3/Categories/composer.json
ACP3/Modules/ACP3/Categories/composer.json
+3
-3
ACP3/Modules/ACP3/Contact/composer.json
ACP3/Modules/ACP3/Contact/composer.json
+3
-3
ACP3/Modules/ACP3/Cookieconsent/composer.json
ACP3/Modules/ACP3/Cookieconsent/composer.json
+3
-3
ACP3/Modules/ACP3/Emoticons/composer.json
ACP3/Modules/ACP3/Emoticons/composer.json
+3
-3
ACP3/Modules/ACP3/Files/composer.json
ACP3/Modules/ACP3/Files/composer.json
+4
-4
ACP3/Modules/ACP3/Gallery/composer.json
ACP3/Modules/ACP3/Gallery/composer.json
+3
-3
ACP3/Modules/ACP3/Gallerycomments/composer.json
ACP3/Modules/ACP3/Gallerycomments/composer.json
+3
-3
ACP3/Modules/ACP3/Guestbook/composer.json
ACP3/Modules/ACP3/Guestbook/composer.json
+3
-3
ACP3/Modules/ACP3/Installer/composer.json
ACP3/Modules/ACP3/Installer/composer.json
+3
-3
ACP3/Modules/ACP3/Menus/composer.json
ACP3/Modules/ACP3/Menus/composer.json
+3
-3
ACP3/Modules/ACP3/News/composer.json
ACP3/Modules/ACP3/News/composer.json
+4
-4
ACP3/Modules/ACP3/Permissions/composer.json
ACP3/Modules/ACP3/Permissions/composer.json
+2
-2
ACP3/Modules/ACP3/Search/composer.json
ACP3/Modules/ACP3/Search/composer.json
+3
-3
ACP3/Modules/ACP3/Seo/composer.json
ACP3/Modules/ACP3/Seo/composer.json
+3
-3
ACP3/Modules/ACP3/Share/composer.json
ACP3/Modules/ACP3/Share/composer.json
+3
-3
ACP3/Modules/ACP3/System/composer.json
ACP3/Modules/ACP3/System/composer.json
+2
-2
ACP3/Modules/ACP3/Wysiwygckeditor/composer.json
ACP3/Modules/ACP3/Wysiwygckeditor/composer.json
+3
-3
ACP3/Modules/ACP3/Wysiwygtinymce/composer.json
ACP3/Modules/ACP3/Wysiwygtinymce/composer.json
+3
-3
CHANGELOG-5.x.md
CHANGELOG-5.x.md
+3
-2
designs/acp3-installer/composer.json
designs/acp3-installer/composer.json
+1
-1
designs/acp3/composer.json
designs/acp3/composer.json
+2
-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 @
fd1b777e
...
...
@@ -16,7 +16,7 @@ interface BootstrapInterface extends HttpKernelInterface
/**
* Contains the current ACP3 version string.
*/
public
const
VERSION
=
'5.1
2.2
'
;
public
const
VERSION
=
'5.1
3.0
'
;
/**
* Checks whether the ACP3 is correctly installed.
...
...
ACP3/Modules/ACP3/Articles/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"acp3/module-users"
:
"^5.12.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Captcha/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2.1
"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3.0
"
,
"acp3/module-users"
:
"^5.12.0"
,
"google/recaptcha"
:
"^1.2.0"
},
...
...
ACP3/Modules/ACP3/Categories/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Contact/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"acp3/module-users"
:
"^5.12.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Cookieconsent/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"acp3/module-users"
:
"^5.12.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Emoticons/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Files/composer.json
View file @
fd1b777e
...
...
@@ -16,11 +16,11 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"acp3/module-users"
:
"^5.12.0"
,
"acp3/module-categories"
:
"^5.1
2
.0"
"acp3/module-categories"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
ACP3/Modules/ACP3/Gallery/composer.json
View file @
fd1b777e
...
...
@@ -17,9 +17,9 @@
"prefer-stable"
:
true
,
"require"
:
{
"ext-gd"
:
"*"
,
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"acp3/module-users"
:
"^5.12.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Gallerycomments/composer.json
View file @
fd1b777e
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-comments"
:
"^5.12.0"
,
"acp3/module-gallery"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
"acp3/module-gallery"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
},
"autoload"
:
{
"psr-4"
:
{
...
...
ACP3/Modules/ACP3/Guestbook/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"acp3/module-users"
:
"^5.12.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Installer/composer.json
View file @
fd1b777e
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2.1
"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3.0
"
,
"acp3/module-users"
:
"^5.12.0"
,
"acp3/theme-installer"
:
"^5.1
2
.0"
,
"acp3/theme-installer"
:
"^5.1
3
.0"
,
"composer/semver"
:
"^3.2"
},
"autoload"
:
{
...
...
ACP3/Modules/ACP3/Menus/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/News/composer.json
View file @
fd1b777e
...
...
@@ -16,11 +16,11 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"acp3/module-users"
:
"^5.12.0"
,
"acp3/module-categories"
:
"^5.1
2
.0"
"acp3/module-categories"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
ACP3/Modules/ACP3/Permissions/composer.json
View file @
fd1b777e
...
...
@@ -16,8 +16,8 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Search/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Seo/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"thepixeldeveloper/sitemap"
:
"^5.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Share/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"heise/shariff"
:
"^9.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/System/composer.json
View file @
fd1b777e
...
...
@@ -17,8 +17,8 @@
"prefer-stable"
:
true
,
"require"
:
{
"composer/semver"
:
"^3.2"
,
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Wysiwygckeditor/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"ckeditor/ckeditor"
:
"dev-full/stable"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Wysiwygtinymce/composer.json
View file @
fd1b777e
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-permissions"
:
"^5.1
2
.0"
,
"acp3/module-system"
:
"^5.1
2
.0"
,
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-permissions"
:
"^5.1
3
.0"
,
"acp3/module-system"
:
"^5.1
3
.0"
,
"tinymce/tinymce"
:
"^4.8"
},
"suggest"
:
{
...
...
CHANGELOG-5.x.md
View file @
fd1b777e
...
...
@@ -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.13.0] - 2021-01-11
### Added
-
[Core] Bust the browser cache for the libraries when in development mode
-
[Core] Lint the stylesheets and the javascript files when running the gulp tasks
...
...
@@ -248,7 +248,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.2...5.x
[
Unreleased
]:
https://gitlab.com/ACP3/cms/compare/v5.13.0...5.x
[
5.13.0
]:
https://gitlab.com/ACP3/cms/compare/v5.12.2...v5.13.0
[
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
...
...
designs/acp3-installer/composer.json
View file @
fd1b777e
...
...
@@ -17,7 +17,7 @@
"prefer-stable"
:
true
,
"require"
:
{
"acp3/composer-installer"
:
"^1.0"
,
"acp3/core"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
},
"extra"
:
{
"installer-name"
:
"acp3-installer"
...
...
designs/acp3/composer.json
View file @
fd1b777e
...
...
@@ -17,8 +17,8 @@
"prefer-stable"
:
true
,
"require"
:
{
"acp3/composer-installer"
:
"^1.0"
,
"acp3/core"
:
"^5.1
2
.0"
,
"acp3/module-menus"
:
"^5.1
2
.0"
"acp3/core"
:
"^5.1
3
.0"
,
"acp3/module-menus"
:
"^5.1
3
.0"
},
"extra"
:
{
"installer-name"
:
"acp3"
...
...
package-lock.json
View file @
fd1b777e
{
"name"
:
"acp3-cms"
,
"version"
:
"5.1
2.2
"
,
"version"
:
"5.1
3.0
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
fd1b777e
{
"name"
:
"acp3-cms"
,
"version"
:
"5.1
2.2
"
,
"version"
:
"5.1
3.0
"
,
"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