Skip to content

Commit

Permalink
DOC Add composer runtime api mention (#464)
Browse files Browse the repository at this point in the history
* Add composer runtime api mention

See silverstripe/silverstripe-framework#11134

* Update en/08_Changelogs/5.2.0.md

Co-authored-by: Guy Sartorelli <[email protected]>

* lint

---------

Co-authored-by: Guy Sartorelli <[email protected]>
  • Loading branch information
lekoala and GuySartorelli authored Mar 4, 2024
1 parent 621a9f4 commit cc5be72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/08_Changelogs/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ A [`LogicException`](https://www.php.net/manual/en/class.logicexception.php) is
- The assets admin section now respects the [`Upload_Validator.default_max_file_size`](api:SilverStripe\Assets\Upload_Validator->default_max_file_size) configuration if [`AssetAdmin.max_upload_size`](api:SilverStripe\AssetAdmin\Controller\AssetAdmin->max_upload_size) has not been explicitly set for your project. Previously, asset admin would ignore `Upload_Validator.default_max_file_size` and just use the PHP `upload_max_filesize` ini configuration by default.
- Redirector pages with a link to a missing or unpublished page/file will now return a 404 response. You can revert to the previous behaviour by setting the [`RedirectorPageController.missing_redirect_is_404`](api:SilverStripe\CMS\Model\RedirectorPageController->missing_redirect_is_404) configuration property to `false`.
- Developers can now opt in to including a comment on all ORM database queries indicating where they were executed from. See [debugging database queries](/developer_guides/debugging/#debugging-database-queries) for details.
- The [Composer runtime API](https://getcomposer.org/doc/07-runtime.md#installed-versions) is now being used in the [`VersionProvider`](api:SilverStripe\Core\Manifest\VersionProvider) class instead of relying on the `composer.lock` file.

## API changes

Expand Down

0 comments on commit cc5be72

Please sign in to comment.