Skip to content

Tags: craftcms/cloud

Tags

3.1.0

Toggle 3.1.0's commit message
Revert "Skip asset CDN transform override for Craft action requests (#…

…151)"

This reverts commit a3ced9b.

3.0.9

Toggle 3.0.9's commit message
Revert "Remove unused/inactive purge prefixes command"

This reverts commit a72da44.

3.0.7

Toggle 3.0.7's commit message
Remove unused/inactive purge prefixes command

3.0.6

Toggle 3.0.6's commit message
Fix leaky "Weird Al" gravity.

3.0.5

Toggle 3.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve 3.x test and CI workflows (#146)

* Improve 3.x test and CI workflows

* Fix Craft 4 compatibility workflow resolution

* Document local Craft 4 compatibility workflow

* Use Uri query cleanup in UrlSigner

* Avoid phpstan version-specific generateUrl calls

* Ignore version-specific phpstan errors

* Use inline phpstan compatibility ignores

3.0.4

Toggle 3.0.4's commit message
Update CHANGELOG for craftcms/cloud package release

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix image transforms ignoring focal points (#145)

* Fix non-standard props in non-cloud envs

* Fix image transforms ignoring focal points

The fields() override called normalize(), which mutated the model by writing computed CF values (fit, gravity, etc.) onto $this. Since Yii's toArray() calls fields(), any serialization path (e.g. srcset via getUrlsBySize) would pre-fill gravity from position, blocking the focal point override in ImageTransformer.

Remove fields()/normalize() and refactor toOptions() to compute derived values into the returned array without mutating the model.

Fixes #144

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <[email protected]>

* code style

---------

Co-authored-by: Sisyphus <[email protected]>

3.0.2

Toggle 3.0.2's commit message
Require cache cascade fix

2.23.1

Toggle 2.23.1's commit message
new lock

1.79.1

Toggle 1.79.1's commit message
Require new cache cascade