Releases: triniti/core-php
Releases · triniti/core-php
v2.4.4
- Check for empty unslotted nodes in SearchTeasersRequestHandler and SearchArticlesRequestHandler.
v2.4.3
- Add webp image mimetype in
Triniti\Dam\Util\MimeTypeUtil
v2.4.2
- In
Triniti\Dam\AssetUploader::uploadToS3
add ability to customize bucket, key, and acl via options when uploading file to s3.
v2.4.1
- In
Triniti\Ovp\UpdateTranscriptionStatusHandler::handleCommand
update the Document Asset last as it is least likely to be available in the NCR. When it is unavailable the event is not applied to the Video, but that process only requires the Document Asset's NodeRef, which is known.
v2.4.0
- Update FCM to HTTP v1 API.
v2.3.2
- Change ${var} in strings is deprecated, use {$var} instead.
v2.3.1
- Add
Triniti\AppleNews\Component\ConditionalComponent
to enable conditional properties for components
v2.3.0
- Require symfony 6.2.x
- Remove sensio/framework-extra-bundle.
v2.2.0
- Add
Triniti\Apollo\AddReactionsHandler
to handle add reactions command.
- Add
Triniti\Apollo\NcrReactionsProjector
to enable reactions on nodes.
- Add
Triniti\Apollo\ReactionsValidator
to validate AddReactions command and Reactions node.
v2.1.3
- When syncing to Jwplayer, include people and categories as custom parameters.