Skip to content

Commit 12a4e34

Browse files
chore(release): 4.0.6 [skip ci]
## [4.0.6](v4.0.5...v4.0.6) (2024-01-12) ### Performance Improvements * **admin:** Update elFinder v2.1.62 → v2.1.64 ([b55a916](b55a916)) * **admin:** Upgrade jQuery + jQuery UI ([5baa78d](5baa78d))
1 parent b55a916 commit 12a4e34

File tree

16 files changed

+74
-66
lines changed

16 files changed

+74
-66
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.0.6](https://github.com/charcoalphp/charcoal/compare/v4.0.5...v4.0.6) (2024-01-12)
4+
5+
6+
### Performance Improvements
7+
8+
* **admin:** Update elFinder v2.1.62 → v2.1.64 ([b55a916](https://github.com/charcoalphp/charcoal/commit/b55a91661aa329ebff26755cc2ccb0d071ee7efe))
9+
* **admin:** Upgrade jQuery + jQuery UI ([5baa78d](https://github.com/charcoalphp/charcoal/commit/5baa78dc9b805af93ef79179d3bcfc075f5cdbe0))
10+
311
## [4.0.5](https://github.com/charcoalphp/charcoal/compare/v4.0.4...v4.0.5) (2023-12-18)
412

513

packages/admin/composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"guzzlehttp/guzzle": "^6.0 || ^7.0",
3030
"kriswallsmith/assetic": "^1.4",
3131
"laminas/laminas-permissions-acl": "^2.8",
32-
"charcoal/app": "^4.0.5",
33-
"charcoal/cache": "^4.0.5",
34-
"charcoal/cms": "^4.0.5",
35-
"charcoal/core": "^4.0.5",
36-
"charcoal/email": "^4.0.5",
37-
"charcoal/object": "^4.0.5",
38-
"charcoal/translator": "^4.0.5",
39-
"charcoal/ui": "^4.0.5",
40-
"charcoal/user": "^4.0.5",
32+
"charcoal/app": "^4.0.6",
33+
"charcoal/cache": "^4.0.6",
34+
"charcoal/cms": "^4.0.6",
35+
"charcoal/core": "^4.0.6",
36+
"charcoal/email": "^4.0.6",
37+
"charcoal/object": "^4.0.6",
38+
"charcoal/translator": "^4.0.6",
39+
"charcoal/ui": "^4.0.6",
40+
"charcoal/user": "^4.0.6",
4141
"mcaskill/php-html-build-attributes": "^1.0",
4242
"psr/cache": "^1.0",
4343
"psr/http-message": "^1.0",

packages/app/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"ext-pdo": "*",
2929
"league/climate": "^3.2",
3030
"league/flysystem": "^1.0",
31-
"charcoal/cache": "^4.0.5",
32-
"charcoal/config": "^4.0.5",
33-
"charcoal/factory": "^4.0.5",
34-
"charcoal/translator": "^4.0.5",
35-
"charcoal/view": "^4.0.5",
31+
"charcoal/cache": "^4.0.6",
32+
"charcoal/config": "^4.0.6",
33+
"charcoal/factory": "^4.0.6",
34+
"charcoal/translator": "^4.0.6",
35+
"charcoal/view": "^4.0.6",
3636
"monolog/monolog": "^1.17",
3737
"psr/http-message": "^1.0",
3838
"psr/log": "^1.0",

packages/attachment/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
},
2222
"require": {
2323
"php": "^7.4 || ^8.0",
24-
"charcoal/config": "^4.0.5",
25-
"charcoal/core": "^4.0.5",
26-
"charcoal/object": "^4.0.5",
27-
"charcoal/translator": "^4.0.5"
24+
"charcoal/config": "^4.0.6",
25+
"charcoal/core": "^4.0.6",
26+
"charcoal/object": "^4.0.6",
27+
"charcoal/translator": "^4.0.6"
2828
},
2929
"require-dev": {
30-
"charcoal/admin": "^4.0.5",
30+
"charcoal/admin": "^4.0.6",
3131
"mockery/mockery": "^1.0",
3232
"php-coveralls/php-coveralls": "^2.2",
3333
"phpunit/phpunit": "^9.5",

packages/cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": "^7.4 || ^8.0",
25-
"charcoal/config": "^4.0.5",
25+
"charcoal/config": "^4.0.6",
2626
"pimple/pimple": "^3.0",
2727
"psr/cache": "^1.0",
2828
"tedivm/stash": "~0.16"

packages/cms/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"require": {
2424
"php": "^7.4 || ^8.0",
2525
"psr/http-message": "^1.0",
26-
"charcoal/app": "^4.0.5",
27-
"charcoal/attachment": "^4.0.5",
28-
"charcoal/core": "^4.0.5",
29-
"charcoal/factory": "^4.0.5",
30-
"charcoal/object": "^4.0.5",
31-
"charcoal/property": "^4.0.5",
32-
"charcoal/translator": "^4.0.5"
26+
"charcoal/app": "^4.0.6",
27+
"charcoal/attachment": "^4.0.6",
28+
"charcoal/core": "^4.0.6",
29+
"charcoal/factory": "^4.0.6",
30+
"charcoal/object": "^4.0.6",
31+
"charcoal/property": "^4.0.6",
32+
"charcoal/translator": "^4.0.6"
3333
},
3434
"require-dev": {
35-
"charcoal/admin": "^4.0.5",
35+
"charcoal/admin": "^4.0.6",
3636
"mustache/mustache": "^2.11",
3737
"php-coveralls/php-coveralls": "^2.2",
3838
"phpunit/phpunit": "^9.5",

packages/core/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"psr/log": "^1.0",
2828
"psr/cache": "^1.0",
2929
"pimple/pimple": "^3.0",
30-
"charcoal/cache": "^4.0.5",
31-
"charcoal/config": "^4.0.5",
32-
"charcoal/factory": "^4.0.5",
33-
"charcoal/property": "^4.0.5",
34-
"charcoal/view": "^4.0.5"
30+
"charcoal/cache": "^4.0.6",
31+
"charcoal/config": "^4.0.6",
32+
"charcoal/factory": "^4.0.6",
33+
"charcoal/property": "^4.0.6",
34+
"charcoal/view": "^4.0.6"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^9.5",
@@ -40,7 +40,7 @@
4040
"cache/void-adapter": "^1.0",
4141
"tedivm/stash": "~0.16",
4242
"mockery/mockery": "^1.0",
43-
"charcoal/app": "^4.0.5"
43+
"charcoal/app": "^4.0.6"
4444
},
4545
"autoload": {
4646
"psr-4": {

packages/email/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"php": "^7.4 || ^8.0",
2121
"psr/log": "^1.0",
2222
"phpmailer/phpmailer": "~6.0",
23-
"charcoal/config": "^4.0.5",
24-
"charcoal/app": "^4.0.5",
25-
"charcoal/queue": "^4.0.5",
23+
"charcoal/config": "^4.0.6",
24+
"charcoal/app": "^4.0.6",
25+
"charcoal/queue": "^4.0.6",
2626
"seld/jsonlint": "^1.9",
2727
"ext-pdo": "*"
2828
},

packages/image/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": "^7.4 || ^8.0",
19-
"charcoal/factory": "^4.0.5"
19+
"charcoal/factory": "^4.0.6"
2020
},
2121
"require-dev": {
2222
"php-coveralls/php-coveralls": "^2.2",

packages/object/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"require": {
1818
"php": "^7.4 || ^8.0",
1919
"psr/log": "^1.0",
20-
"charcoal/config": "^4.0.5",
21-
"charcoal/core": "^4.0.5",
22-
"charcoal/factory": "^4.0.5",
23-
"charcoal/translator": "^4.0.5"
20+
"charcoal/config": "^4.0.6",
21+
"charcoal/core": "^4.0.6",
22+
"charcoal/factory": "^4.0.6",
23+
"charcoal/translator": "^4.0.6"
2424
},
2525
"require-dev": {
2626
"php-coveralls/php-coveralls": "^2.2",

packages/property/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"ext-simplexml": "*",
2828
"psr/log": "^1.0",
2929
"psr/cache": "^1.0",
30-
"charcoal/config": "^4.0.5",
31-
"charcoal/core": "^4.0.5",
32-
"charcoal/factory": "^4.0.5",
33-
"charcoal/image": "^4.0.5",
34-
"charcoal/translator": "^4.0.5"
30+
"charcoal/config": "^4.0.6",
31+
"charcoal/core": "^4.0.6",
32+
"charcoal/factory": "^4.0.6",
33+
"charcoal/image": "^4.0.6",
34+
"charcoal/translator": "^4.0.6"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^9.5",

packages/queue/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"require": {
2424
"php": "^7.4 || ^8.0",
2525
"psr/log": "^1.0",
26-
"charcoal/core": "^4.0.5",
27-
"charcoal/factory": "^4.0.5"
26+
"charcoal/core": "^4.0.6",
27+
"charcoal/factory": "^4.0.6"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^9.5",

packages/translator/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": "^7.4 || ^8.0",
25-
"charcoal/config": "^4.0.5",
25+
"charcoal/config": "^4.0.6",
2626
"symfony/translation": "^3.4",
2727
"pimple/pimple": "^3.0"
2828
},
@@ -31,8 +31,8 @@
3131
"phpunit/phpunit": "^9.5",
3232
"squizlabs/php_codesniffer": "^3.5",
3333
"php-coveralls/php-coveralls": "^2.2",
34-
"charcoal/admin": "^4.0.5",
35-
"charcoal/app": "^4.0.5"
34+
"charcoal/admin": "^4.0.6",
35+
"charcoal/app": "^4.0.6"
3636
},
3737
"suggest": {
3838
"charcoal/app": "To run the parser script."

packages/ui/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"require": {
2424
"php": "^7.4 || ^8.0",
2525
"psr/log": "^1.0",
26-
"charcoal/config": "^4.0.5",
27-
"charcoal/factory": "^4.0.5",
28-
"charcoal/translator": "^4.0.5",
29-
"charcoal/view": "^4.0.5",
30-
"charcoal/user": "^4.0.5"
26+
"charcoal/config": "^4.0.6",
27+
"charcoal/factory": "^4.0.6",
28+
"charcoal/translator": "^4.0.6",
29+
"charcoal/view": "^4.0.6",
30+
"charcoal/user": "^4.0.6"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "^9.5",
@@ -36,7 +36,7 @@
3636
"mustache/mustache": "^2.11",
3737
"tedivm/stash": "~0.16",
3838
"pimple/pimple": "^3.0",
39-
"charcoal/app": "^4.0.5"
39+
"charcoal/app": "^4.0.6"
4040
},
4141
"suggest": {
4242
"pimple/pimple": "DI Container to register the various Service Providers."

packages/user/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"php": "^7.4 || ^8.0",
1919
"psr/log": "^1.0",
2020
"laminas/laminas-permissions-acl": "^2.8",
21-
"charcoal/object": "^4.0.5",
22-
"charcoal/config": "^4.0.5",
23-
"charcoal/factory": "^4.0.5",
24-
"charcoal/core": "^4.0.5",
25-
"charcoal/translator": "^4.0.5"
21+
"charcoal/object": "^4.0.6",
22+
"charcoal/config": "^4.0.6",
23+
"charcoal/factory": "^4.0.6",
24+
"charcoal/core": "^4.0.6",
25+
"charcoal/translator": "^4.0.6"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.5",

packages/view/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.4 || ^8.0",
2121
"ext-json": "*",
2222
"psr/http-message": "^1.0",
23-
"charcoal/config": "^4.0.5",
23+
"charcoal/config": "^4.0.6",
2424
"erusev/parsedown": "^1.7"
2525
},
2626
"require-dev": {
@@ -31,9 +31,9 @@
3131
"twig/twig": "^3.4",
3232
"pimple/pimple": "^3.0",
3333
"slim/slim": "^3.7",
34-
"charcoal/translator": "^4.0.5",
34+
"charcoal/translator": "^4.0.6",
3535
"phpstan/phpstan": "^1.6",
36-
"charcoal/app": "^4.0.5"
36+
"charcoal/app": "^4.0.6"
3737
},
3838
"suggest": {
3939
"mustache/mustache": "Mustache is suggested as the default templating engine.",

0 commit comments

Comments
 (0)