Releases: TobiHatti/LPHP-Engine
Releases · TobiHatti/LPHP-Engine
LPHP Layout Engine - Version 1.1.0
LPHP Layout Engine - Version 1.0.0
Changelog:
- Added Visual UI to simplify usage
- Updated console-version to work without startup-params
- Updated LPHP-Core
- Added Log-Output function
- Added XML-Output
- Several improvements and bug fixes
LPHP Layout Engine - Version 0.2.0 ALPHA
Changelog:
- Fixed Whitespace-Bugs
- Improved HTML cleanup and min-output
- Added compiler-flags
- Fixed LPHP/PHP comment bug
- Added config-file
- Auto-Delete unused files
- Several bug fixes
- Runtime improvements
LPHP Layout Engine - Version 0.1.1
Changelog:
- Fixed several bugs
- Improved console-logging
- Runtime-Improvements
LPHP Layout Engine - Version 0.1.0
Changelog:
- Created the main preprocessor
- Currently supported features:
- Loading Layouts ( $${ Layout = "Path/To/Layout.lphp"; } )
- Global and local variable declaration (set variable, glob variable)
- LPHP-Variable placeholders ($$Variable)