Skip to content

Commit 8bd2487

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](v4.0.8...v4.1.0) (2024-03-05) ### Features * **admin:** Fix and improve base path in AssetsBuilder ([116a9ce](116a9ce)) * **object:** Fix missing orphaned descendants in `HierarchicalCollection` ([798901f](798901f)) * **object:** Improve Hierarchical mixin ([71a96e4](71a96e4)) ### Bug Fixes * **admin:** Ensure master object exists in HierarchicalOjectProperty ([f153dba](f153dba)) * **cms:** Clean-up SectionInterface admin metadata ([86cfb74](86cfb74)) * **cms:** Ensure object is hierarchical in HierarchicalSectionTableWidget ([f4d1ebe](f4d1ebe)) * **cms:** Fix missing filter for menu items in SectionInterface admin metadata ([d4a523d](d4a523d)) * **image:** Fix Imagemagick resize effect ([afbbff5](afbbff5)) * **object:** Filter argument of `HierarchicalTrait::setMaster()` ([fa7a7b3](fa7a7b3)) * **object:** Fix bad hierarchy repair in `HierarchicalCollection` ([7d13a08](7d13a08))
1 parent afbbff5 commit 8bd2487

File tree

16 files changed

+86
-66
lines changed

16 files changed

+86
-66
lines changed

CHANGELOG.md

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

3+
## [4.1.0](https://github.com/charcoalphp/charcoal/compare/v4.0.8...v4.1.0) (2024-03-05)
4+
5+
6+
### Features
7+
8+
* **admin:** Fix and improve base path in AssetsBuilder ([116a9ce](https://github.com/charcoalphp/charcoal/commit/116a9cea6473c93d34bf36a205a3a05f9f0d6c66))
9+
* **object:** Fix missing orphaned descendants in `HierarchicalCollection` ([798901f](https://github.com/charcoalphp/charcoal/commit/798901f5c14cea9738556211d781f40e020d786f))
10+
* **object:** Improve Hierarchical mixin ([71a96e4](https://github.com/charcoalphp/charcoal/commit/71a96e460d146b7290f75b65f066a5de8763e3f2))
11+
12+
13+
### Bug Fixes
14+
15+
* **admin:** Ensure master object exists in HierarchicalOjectProperty ([f153dba](https://github.com/charcoalphp/charcoal/commit/f153dba5b0152a3653010ef3e9095109ca7ab5a5))
16+
* **cms:** Clean-up SectionInterface admin metadata ([86cfb74](https://github.com/charcoalphp/charcoal/commit/86cfb74fa36ec403ca8ed3b38b6c05b97e27856e))
17+
* **cms:** Ensure object is hierarchical in HierarchicalSectionTableWidget ([f4d1ebe](https://github.com/charcoalphp/charcoal/commit/f4d1ebebd602fca74f3d6468c0ea1f2f0551cfcc))
18+
* **cms:** Fix missing filter for menu items in SectionInterface admin metadata ([d4a523d](https://github.com/charcoalphp/charcoal/commit/d4a523d93fdd18a4a2d445fe8a8d994daefb5b30))
19+
* **image:** Fix Imagemagick resize effect ([afbbff5](https://github.com/charcoalphp/charcoal/commit/afbbff51cb3a7d927086c0508a2c7c78daac1ce8))
20+
* **object:** Filter argument of `HierarchicalTrait::setMaster()` ([fa7a7b3](https://github.com/charcoalphp/charcoal/commit/fa7a7b37899465c0a976c32ae793361a052e9381))
21+
* **object:** Fix bad hierarchy repair in `HierarchicalCollection` ([7d13a08](https://github.com/charcoalphp/charcoal/commit/7d13a08cc9e9255fb3086302aa09a50ec2cb7858))
22+
323
## [4.0.8](https://github.com/charcoalphp/charcoal/compare/v4.0.7...v4.0.8) (2024-01-13)
424

525

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.8",
33-
"charcoal/cache": "^4.0.8",
34-
"charcoal/cms": "^4.0.8",
35-
"charcoal/core": "^4.0.8",
36-
"charcoal/email": "^4.0.8",
37-
"charcoal/object": "^4.0.8",
38-
"charcoal/translator": "^4.0.8",
39-
"charcoal/ui": "^4.0.8",
40-
"charcoal/user": "^4.0.8",
32+
"charcoal/app": "^4.1",
33+
"charcoal/cache": "^4.1",
34+
"charcoal/cms": "^4.1",
35+
"charcoal/core": "^4.1",
36+
"charcoal/email": "^4.1",
37+
"charcoal/object": "^4.1",
38+
"charcoal/translator": "^4.1",
39+
"charcoal/ui": "^4.1",
40+
"charcoal/user": "^4.1",
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.8",
32-
"charcoal/config": "^4.0.8",
33-
"charcoal/factory": "^4.0.8",
34-
"charcoal/translator": "^4.0.8",
35-
"charcoal/view": "^4.0.8",
31+
"charcoal/cache": "^4.1",
32+
"charcoal/config": "^4.1",
33+
"charcoal/factory": "^4.1",
34+
"charcoal/translator": "^4.1",
35+
"charcoal/view": "^4.1",
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.8",
25-
"charcoal/core": "^4.0.8",
26-
"charcoal/object": "^4.0.8",
27-
"charcoal/translator": "^4.0.8"
24+
"charcoal/config": "^4.1",
25+
"charcoal/core": "^4.1",
26+
"charcoal/object": "^4.1",
27+
"charcoal/translator": "^4.1"
2828
},
2929
"require-dev": {
30-
"charcoal/admin": "^4.0.8",
30+
"charcoal/admin": "^4.1",
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.8",
25+
"charcoal/config": "^4.1",
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.8",
27-
"charcoal/attachment": "^4.0.8",
28-
"charcoal/core": "^4.0.8",
29-
"charcoal/factory": "^4.0.8",
30-
"charcoal/object": "^4.0.8",
31-
"charcoal/property": "^4.0.8",
32-
"charcoal/translator": "^4.0.8"
26+
"charcoal/app": "^4.1",
27+
"charcoal/attachment": "^4.1",
28+
"charcoal/core": "^4.1",
29+
"charcoal/factory": "^4.1",
30+
"charcoal/object": "^4.1",
31+
"charcoal/property": "^4.1",
32+
"charcoal/translator": "^4.1"
3333
},
3434
"require-dev": {
35-
"charcoal/admin": "^4.0.8",
35+
"charcoal/admin": "^4.1",
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.8",
31-
"charcoal/config": "^4.0.8",
32-
"charcoal/factory": "^4.0.8",
33-
"charcoal/property": "^4.0.8",
34-
"charcoal/view": "^4.0.8"
30+
"charcoal/cache": "^4.1",
31+
"charcoal/config": "^4.1",
32+
"charcoal/factory": "^4.1",
33+
"charcoal/property": "^4.1",
34+
"charcoal/view": "^4.1"
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.8"
43+
"charcoal/app": "^4.1"
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.8",
24-
"charcoal/app": "^4.0.8",
25-
"charcoal/queue": "^4.0.8",
23+
"charcoal/config": "^4.1",
24+
"charcoal/app": "^4.1",
25+
"charcoal/queue": "^4.1",
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.8"
19+
"charcoal/factory": "^4.1"
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.8",
21-
"charcoal/core": "^4.0.8",
22-
"charcoal/factory": "^4.0.8",
23-
"charcoal/translator": "^4.0.8"
20+
"charcoal/config": "^4.1",
21+
"charcoal/core": "^4.1",
22+
"charcoal/factory": "^4.1",
23+
"charcoal/translator": "^4.1"
2424
},
2525
"require-dev": {
2626
"php-coveralls/php-coveralls": "^2.2",

0 commit comments

Comments
 (0)