Sign up to our newsletter to receive updates on Winter CMS releases,
new features in the works, and much more.
We'll never spam or give
this address away.
Triggered in: Winter\Storm\Database\Model.php
Called after the model is updated
Note: also triggered in Winter\Storm\Halcyon\Model
Example usage:
$model->bindEvent('model.afterUpdate', function () use (\Winter\Storm\Database\Model $model) {
if ($model->title !== $model->original['title']) {
\Log::info("{$model->name} updated its title!");
}
});
Sign up to our newsletter to receive updates on Winter CMS releases,
new features in the works, and much more.
We'll never spam or give
this address away.
Published June 3, 2023
The Winter CMS maintainers are pleased to announce that Winter CMS v1.2.2 is now available, including child themes support, a new Icon Finder widget, various improvements to the Media Manager and much more.
Released May 31, 2023
13 UX/UI Improvements, 22 API Changes, 19 Bug Fixes, 0 Security Improvements
-, 6 Translation Improvements, 1 Performance Improvement, 3 Community Improvements, 3 Dependencies, 0 New Contributors
* @Teranode made their first contribution in https://github.com/wintercms/winter/pull/806
* @wpjscc made their first contribution in https://github.com/wintercms/winter/pull/841
* @xitara made their first contribution in https://github.com/wintercms/winter/pull/858
* @webbati made their first contribution in https://github.com/wintercms/winter/pull/869
* @zaxbux made their first contribution in https://github.com/wintercms/winter/pull/890
* @djpa3k made their first contribution in https://github.com/wintercms/winter/pull/911