Skip to content

Commit 57392fb

Browse files
committed
chore: Version 3.0.3
1 parent 6af5ede commit 57392fb

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 4.0.3 - 2025.06.08
6-
### Added
7-
* Add an example `config/blacklist-sandbox.php` and `config/whitelist-sandbox.php` files for user-customizable Twig sandbox environments
8-
* Add `SecurityPolicy::createFromFile()` to create a new Twig sandbox from a config file in the `config/` directory
9-
10-
### Changed
11-
* Cleaned up the `BlacklistSecurityPolicy` to no longer blacklist innocuous tags/filters/functions
12-
13-
## 4.0.2 - 2025.02.17
14-
### Added
15-
* Craft Twig Sandbox no longer automatically handles exceptions when rendering sandbox templates. Instead, you can decide whether to handle the exception yourself, or pass it along to the `sandboxErrorHandler` for display in the browser/console
16-
17-
### Changed
18-
* Use the official `markhuot/craft-pest-core:^2.0.4` package instead of the patch version from @bencroker
19-
20-
## 4.0.1 - 2024.07.29
21-
### Changed
22-
* Removed the special-casing for the Craft Closure, since it now uses a different loading mechanism
23-
* Simplify the `SanboxView` to use `::registerTwigExtension` rather than overriding `::createTwig()`
24-
25-
## 4.0.0 - 2024.07.03
5+
## 3.0.3 - 2025.06.08
266
### Added
277
* Initial release

0 commit comments

Comments
 (0)