| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CraftCMS-4.18.0.zip | 2026-05-13 | 26.0 MB | |
| 4.18.0 source code.tar.gz | 2026-05-13 | 8.3 MB | |
| 4.18.0 source code.zip | 2026-05-13 | 9.5 MB | |
| README.md | 2026-05-13 | 1.1 kB | |
| Totals: 4 Items | 43.8 MB | 0 | |
Development
- The
|defaultTwig filter andis emptyTwig test now treat allyii\base\Modelinstances as not empty. (#18727) - Added
craft\filters\SecFetchSiteFilterfor request origin verification. (#18641) dataUrl()is no longer allowed in sandboxed Twig environments by default.
Extensibility
- Removed
craft\controllers\AppController::actionResourceJs(). (#18559)
System
- Cross-domain script tags added by JavaScript are now loaded directly, rather than via a proxy. (#18559)
- Updated the built-in composer.phar to 2.9.8. (#18761)
- Fixed a moderate-severity JavaScript injection vulnerability. (GHSA-c55v-343g-5xff)
- Fixed a moderate-severity path traversal vulnerability. (GHSA-287w-mxq6-x2cp)