|
|
Change Log:
version 0.5.0
- Beautify PHP doesn't change <<<EHTML tags anymore
- Option to indent with tabs instead of spaces (Mohammad Damt)
- Indentation between switch/case function corrected (Ruby Willemsen)
- Option to list functions at the beginning of the document (Jay Schauer)
- Couple of improvements mostly from Claudio Bustos
- Couple of bug fixes
version 0.4.6
- hotfix: don't add space between :: in class1::funktion1() (Claudio Bustos)
version 0.4.5
- Beautify PHP now makes use of the PEAR class (Claudio Bustos)
- Beautify PHP can now be executed from the command line and process multiple files (Claudio Bustos)
- Keep newlines inside quotation marks and indent next line
- No Temp directory needed anymore
- Identation of if's without brackets
- // NO_BEAUTIFY doesn't change code anymore and "BEAUTIFY"-tags are not included in beautified file
- No lines outside php (e.g. HTML) are changed anymore
- Minor bug fixing
version 0.4.1
- Added temp directory to install file with permission setting
- Works now with register_globals=off
- Minor bug fixing
version 0.4.0
- Changed license to GNU GPL
- Beautify PHP now avaliable free for download
- Added many comments to source code
- New web interface
|