Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
ACP3
ACP3 CMS
Commits
bdb89dea
Commit
bdb89dea
authored
Jul 03, 2021
by
Tino Goratsch
Browse files
bump the version to 5.19.0
parent
caacd070
Pipeline
#331331143
passed with stages
in 5 minutes and 58 seconds
Changes
30
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACP3/Core/src/Application/BootstrapInterface.php
View file @
bdb89dea
...
...
@@ -16,7 +16,7 @@ interface BootstrapInterface extends HttpKernelInterface
/**
* Contains the current ACP3 version string.
*/
public
const
VERSION
=
'5.1
8.2
'
;
public
const
VERSION
=
'5.1
9.0
'
;
/**
* Checks whether the ACP3 is correctly installed.
...
...
ACP3/Modules/ACP3/Acp/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Articles/composer.json
View file @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
ACP3/Modules/ACP3/Auditlog/composer.json
View file @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Captcha/composer.json
View file @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
,
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
,
"google/recaptcha"
:
"^1.2.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Categories/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Comments/composer.json
View file @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.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 @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
ACP3/Modules/ACP3/Cookieconsent/composer.json
View file @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Emoticons/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Errors/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
...
...
ACP3/Modules/ACP3/Feeds/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"mibe/feedwriter"
:
"^1.0"
},
"suggest"
:
{
...
...
ACP3/Modules/ACP3/Filemanager/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"servocoder/richfilemanager-php"
:
"dev-master"
},
"repositories"
:
[
...
...
ACP3/Modules/ACP3/Files/composer.json
View file @
bdb89dea
...
...
@@ -16,11 +16,11 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
,
"acp3/module-categories"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
,
"acp3/module-categories"
:
"^5.1
9
.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 @
bdb89dea
...
...
@@ -17,10 +17,10 @@
"prefer-stable"
:
true
,
"require"
:
{
"ext-gd"
:
"*"
,
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
ACP3/Modules/ACP3/Guestbook/composer.json
View file @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
ACP3/Modules/ACP3/Installer/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
,
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
,
"acp3/theme-installer"
:
"^5.18.0"
,
"composer/semver"
:
"^3.2"
},
...
...
ACP3/Modules/ACP3/Menus/composer.json
View file @
bdb89dea
...
...
@@ -16,9 +16,9 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.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 @
bdb89dea
...
...
@@ -16,11 +16,11 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
,
"acp3/module-categories"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
,
"acp3/module-categories"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
ACP3/Modules/ACP3/Newsletter/composer.json
View file @
bdb89dea
...
...
@@ -16,10 +16,10 @@
"minimum-stability"
:
"dev"
,
"prefer-stable"
:
true
,
"require"
:
{
"acp3/core"
:
"^5.1
8
.0"
,
"acp3/module-permissions"
:
"^5.1
8
.0"
,
"acp3/module-system"
:
"^5.1
8
.0"
,
"acp3/module-users"
:
"^5.1
8
.0"
"acp3/core"
:
"^5.1
9
.0"
,
"acp3/module-permissions"
:
"^5.1
9
.0"
,
"acp3/module-system"
:
"^5.1
9
.0"
,
"acp3/module-users"
:
"^5.1
9
.0"
},
"suggest"
:
{
"acp3/setup"
:
"Allows you to comfortably install and update the ACP3 components via an UI."
,
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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