Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Released

## [1.36.8] - 2025-10-24

### Fixed
- Fix: Creation of dynamic property error in Dust\Evaluate\Bodies::$dummy (deprecated since PHP 8.2)

## [1.36.7] - 2025-06-26

### Added
Expand Down
6 changes: 6 additions & 0 deletions dust/Evaluate/Bodies.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ class Bodies implements \ArrayAccess
*/
public $block;

/**
* Dummy property for DustPress helper prerun
* @var bool
*/
public $dummy;

/**
* @param \Dust\Ast\Section $section
*/
Expand Down
2 changes: 1 addition & 1 deletion dustpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Miika Arponen & Ville Siltala / Geniem Oy
Author URI: http://www.geniem.com
License: GPLv3
Version: 1.36.7
Version: 1.36.8
*/

final class DustPress {
Expand Down