Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent afbbff5 commit 8bd2487
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 66 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [4.1.0](https://github.com/charcoalphp/charcoal/compare/v4.0.8...v4.1.0) (2024-03-05)


### Features

* **admin:** Fix and improve base path in AssetsBuilder ([116a9ce](https://github.com/charcoalphp/charcoal/commit/116a9cea6473c93d34bf36a205a3a05f9f0d6c66))
* **object:** Fix missing orphaned descendants in `HierarchicalCollection` ([798901f](https://github.com/charcoalphp/charcoal/commit/798901f5c14cea9738556211d781f40e020d786f))
* **object:** Improve Hierarchical mixin ([71a96e4](https://github.com/charcoalphp/charcoal/commit/71a96e460d146b7290f75b65f066a5de8763e3f2))


### Bug Fixes

* **admin:** Ensure master object exists in HierarchicalOjectProperty ([f153dba](https://github.com/charcoalphp/charcoal/commit/f153dba5b0152a3653010ef3e9095109ca7ab5a5))
* **cms:** Clean-up SectionInterface admin metadata ([86cfb74](https://github.com/charcoalphp/charcoal/commit/86cfb74fa36ec403ca8ed3b38b6c05b97e27856e))
* **cms:** Ensure object is hierarchical in HierarchicalSectionTableWidget ([f4d1ebe](https://github.com/charcoalphp/charcoal/commit/f4d1ebebd602fca74f3d6468c0ea1f2f0551cfcc))
* **cms:** Fix missing filter for menu items in SectionInterface admin metadata ([d4a523d](https://github.com/charcoalphp/charcoal/commit/d4a523d93fdd18a4a2d445fe8a8d994daefb5b30))
* **image:** Fix Imagemagick resize effect ([afbbff5](https://github.com/charcoalphp/charcoal/commit/afbbff51cb3a7d927086c0508a2c7c78daac1ce8))
* **object:** Filter argument of `HierarchicalTrait::setMaster()` ([fa7a7b3](https://github.com/charcoalphp/charcoal/commit/fa7a7b37899465c0a976c32ae793361a052e9381))
* **object:** Fix bad hierarchy repair in `HierarchicalCollection` ([7d13a08](https://github.com/charcoalphp/charcoal/commit/7d13a08cc9e9255fb3086302aa09a50ec2cb7858))

## [4.0.8](https://github.com/charcoalphp/charcoal/compare/v4.0.7...v4.0.8) (2024-01-13)


Expand Down
18 changes: 9 additions & 9 deletions packages/admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"kriswallsmith/assetic": "^1.4",
"laminas/laminas-permissions-acl": "^2.8",
"charcoal/app": "^4.0.8",
"charcoal/cache": "^4.0.8",
"charcoal/cms": "^4.0.8",
"charcoal/core": "^4.0.8",
"charcoal/email": "^4.0.8",
"charcoal/object": "^4.0.8",
"charcoal/translator": "^4.0.8",
"charcoal/ui": "^4.0.8",
"charcoal/user": "^4.0.8",
"charcoal/app": "^4.1",
"charcoal/cache": "^4.1",
"charcoal/cms": "^4.1",
"charcoal/core": "^4.1",
"charcoal/email": "^4.1",
"charcoal/object": "^4.1",
"charcoal/translator": "^4.1",
"charcoal/ui": "^4.1",
"charcoal/user": "^4.1",
"mcaskill/php-html-build-attributes": "^1.0",
"psr/cache": "^1.0",
"psr/http-message": "^1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"ext-pdo": "*",
"league/climate": "^3.2",
"league/flysystem": "^1.0",
"charcoal/cache": "^4.0.8",
"charcoal/config": "^4.0.8",
"charcoal/factory": "^4.0.8",
"charcoal/translator": "^4.0.8",
"charcoal/view": "^4.0.8",
"charcoal/cache": "^4.1",
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/translator": "^4.1",
"charcoal/view": "^4.1",
"monolog/monolog": "^1.17",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/attachment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/config": "^4.0.8",
"charcoal/core": "^4.0.8",
"charcoal/object": "^4.0.8",
"charcoal/translator": "^4.0.8"
"charcoal/config": "^4.1",
"charcoal/core": "^4.1",
"charcoal/object": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"charcoal/admin": "^4.0.8",
"charcoal/admin": "^4.1",
"mockery/mockery": "^1.0",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/config": "^4.0.8",
"charcoal/config": "^4.1",
"pimple/pimple": "^3.0",
"psr/cache": "^1.0",
"tedivm/stash": "~0.16"
Expand Down
16 changes: 8 additions & 8 deletions packages/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"require": {
"php": "^7.4 || ^8.0",
"psr/http-message": "^1.0",
"charcoal/app": "^4.0.8",
"charcoal/attachment": "^4.0.8",
"charcoal/core": "^4.0.8",
"charcoal/factory": "^4.0.8",
"charcoal/object": "^4.0.8",
"charcoal/property": "^4.0.8",
"charcoal/translator": "^4.0.8"
"charcoal/app": "^4.1",
"charcoal/attachment": "^4.1",
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/object": "^4.1",
"charcoal/property": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"charcoal/admin": "^4.0.8",
"charcoal/admin": "^4.1",
"mustache/mustache": "^2.11",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"psr/log": "^1.0",
"psr/cache": "^1.0",
"pimple/pimple": "^3.0",
"charcoal/cache": "^4.0.8",
"charcoal/config": "^4.0.8",
"charcoal/factory": "^4.0.8",
"charcoal/property": "^4.0.8",
"charcoal/view": "^4.0.8"
"charcoal/cache": "^4.1",
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/property": "^4.1",
"charcoal/view": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -40,7 +40,7 @@
"cache/void-adapter": "^1.0",
"tedivm/stash": "~0.16",
"mockery/mockery": "^1.0",
"charcoal/app": "^4.0.8"
"charcoal/app": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions packages/email/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"phpmailer/phpmailer": "~6.0",
"charcoal/config": "^4.0.8",
"charcoal/app": "^4.0.8",
"charcoal/queue": "^4.0.8",
"charcoal/config": "^4.1",
"charcoal/app": "^4.1",
"charcoal/queue": "^4.1",
"seld/jsonlint": "^1.9",
"ext-pdo": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/factory": "^4.0.8"
"charcoal/factory": "^4.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/object/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"charcoal/config": "^4.0.8",
"charcoal/core": "^4.0.8",
"charcoal/factory": "^4.0.8",
"charcoal/translator": "^4.0.8"
"charcoal/config": "^4.1",
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/property/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"ext-simplexml": "*",
"psr/log": "^1.0",
"psr/cache": "^1.0",
"charcoal/config": "^4.0.8",
"charcoal/core": "^4.0.8",
"charcoal/factory": "^4.0.8",
"charcoal/image": "^4.0.8",
"charcoal/translator": "^4.0.8"
"charcoal/config": "^4.1",
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/image": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"charcoal/core": "^4.0.8",
"charcoal/factory": "^4.0.8"
"charcoal/core": "^4.1",
"charcoal/factory": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/translator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"charcoal/config": "^4.0.8",
"charcoal/config": "^4.1",
"symfony/translation": "^3.4",
"pimple/pimple": "^3.0"
},
Expand All @@ -31,8 +31,8 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
"php-coveralls/php-coveralls": "^2.2",
"charcoal/admin": "^4.0.8",
"charcoal/app": "^4.0.8"
"charcoal/admin": "^4.1",
"charcoal/app": "^4.1"
},
"suggest": {
"charcoal/app": "To run the parser script."
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"charcoal/config": "^4.0.8",
"charcoal/factory": "^4.0.8",
"charcoal/translator": "^4.0.8",
"charcoal/view": "^4.0.8",
"charcoal/user": "^4.0.8"
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/translator": "^4.1",
"charcoal/view": "^4.1",
"charcoal/user": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -36,7 +36,7 @@
"mustache/mustache": "^2.11",
"tedivm/stash": "~0.16",
"pimple/pimple": "^3.0",
"charcoal/app": "^4.0.8"
"charcoal/app": "^4.1"
},
"suggest": {
"pimple/pimple": "DI Container to register the various Service Providers."
Expand Down
10 changes: 5 additions & 5 deletions packages/user/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"laminas/laminas-permissions-acl": "^2.8",
"charcoal/object": "^4.0.8",
"charcoal/config": "^4.0.8",
"charcoal/factory": "^4.0.8",
"charcoal/core": "^4.0.8",
"charcoal/translator": "^4.0.8"
"charcoal/object": "^4.1",
"charcoal/config": "^4.1",
"charcoal/factory": "^4.1",
"charcoal/core": "^4.1",
"charcoal/translator": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^7.4 || ^8.0",
"ext-json": "*",
"psr/http-message": "^1.0",
"charcoal/config": "^4.0.8",
"charcoal/config": "^4.1",
"erusev/parsedown": "^1.7"
},
"require-dev": {
Expand All @@ -31,9 +31,9 @@
"twig/twig": "^3.4",
"pimple/pimple": "^3.0",
"slim/slim": "^3.7",
"charcoal/translator": "^4.0.8",
"charcoal/translator": "^4.1",
"phpstan/phpstan": "^1.6",
"charcoal/app": "^4.0.8"
"charcoal/app": "^4.1"
},
"suggest": {
"mustache/mustache": "Mustache is suggested as the default templating engine.",
Expand Down

0 comments on commit 8bd2487

Please sign in to comment.