2.6 Bug Fixes
This page provides information on other improvement changes that is made to fix bugs in earlier versions.
Template Comments
The template escape directive @()@ used for escaping other directives from being executed may render incorrecty sometimes when used multiple times on in a template file. This bug has now been resolved.


Conditional Loops
Conditional directives in previous versions have been improved and many of the associated bugs with directives such as @do:, @while():, @for(): and @foreach(): and @switch(): have been fixed with new additional directives such as @loop():, @test():, @case(): and @default:. It is suggested to revisit the documentation on conditional directives to learn more about these directives.

Cleaning Storage
When running the storage clean command in the terminal, some files may not be removed. This issue has now been resolved and all storage files will now be removed when this command is executed.

Window Methods
The Window has some internal methods which are reserved can cannot be used in routes. When these methods are called, it can lead to errors. The new fix ensures that these reserved methods are never called and will resolve in a 404 error page.