Loading CHANGELOG.txt +5 −0 Original line number Diff line number Diff line Blazy 8.x-2.0-dev, 2022-05-31 ----------------------------- - Issue #3282785 by jurgenhaas, Anybody, gausarts, Rajab Natshah: WSOD after update to 2.12: Error: Call to a member function get() on null. Blazy 8.x-2.0-dev, 2022-05-18 ----------------------------- - Fixed for vanilla regressions. Loading docs/CHANGES.md +4 −0 Original line number Diff line number Diff line *** ## <a name="changes"></a>NOTABLE CHANGES * _Blazy 2.13_, 2022/05/31: [#3282785](https://drupal.org/node/3282785), hotdamn fix. * _Blazy 2.12_, 2022/05/28: + Regression fixes for [Optimization](https://drupal.org/node/3257511). * _Blazy 2.11_, 2022/05/07: + Regression fixes for [Optimization](https://drupal.org/node/3257511). * _Blazy 2.10_, 2022/04/16: Loading src/BlazyFormatter.php +5 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,10 @@ class BlazyFormatter extends BlazyManager implements BlazyFormatterInterface { */ public function preBuildElements(array &$build, $items, array $entities = []) { $settings = &$build['settings']; // BC for mismatched minor versions. Blazy::verify($settings); $blazies = $settings['blazies']; $plugin_id = $blazies->get('field.plugin_id'); Loading Loading
CHANGELOG.txt +5 −0 Original line number Diff line number Diff line Blazy 8.x-2.0-dev, 2022-05-31 ----------------------------- - Issue #3282785 by jurgenhaas, Anybody, gausarts, Rajab Natshah: WSOD after update to 2.12: Error: Call to a member function get() on null. Blazy 8.x-2.0-dev, 2022-05-18 ----------------------------- - Fixed for vanilla regressions. Loading
docs/CHANGES.md +4 −0 Original line number Diff line number Diff line *** ## <a name="changes"></a>NOTABLE CHANGES * _Blazy 2.13_, 2022/05/31: [#3282785](https://drupal.org/node/3282785), hotdamn fix. * _Blazy 2.12_, 2022/05/28: + Regression fixes for [Optimization](https://drupal.org/node/3257511). * _Blazy 2.11_, 2022/05/07: + Regression fixes for [Optimization](https://drupal.org/node/3257511). * _Blazy 2.10_, 2022/04/16: Loading
src/BlazyFormatter.php +5 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,10 @@ class BlazyFormatter extends BlazyManager implements BlazyFormatterInterface { */ public function preBuildElements(array &$build, $items, array $entities = []) { $settings = &$build['settings']; // BC for mismatched minor versions. Blazy::verify($settings); $blazies = $settings['blazies']; $plugin_id = $blazies->get('field.plugin_id'); Loading