Skip to content

Releases: TobiHatti/LPHP-Engine

LPHP Layout Engine - Version 1.1.0

08 Sep 22:20
23b1d2c
Compare
Choose a tag to compare

Changelog:

Added features #2 & #3

  • LPHP-UI Minimizes to system tray
  • LPHP-UI shows notification-balloon upon compilation error

LPHP Layout Engine - Version 1.0.0

13 Jul 18:10
af168fb
Compare
Choose a tag to compare

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

08 Jun 12:54
Compare
Choose a tag to compare

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

26 May 22:38
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed several bugs
  • Improved console-logging
  • Runtime-Improvements

LPHP Layout Engine - Version 0.1.0

25 May 13:05
Compare
Choose a tag to compare
Pre-release

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)