Version 1.22.0
This release is positioned as the last minor version of the PHP Mode 1.x series.
PHP Mode 2.0 is planned to be released in January 2020.
Added
- Improve PHP 7 and PHPDoc support
- Add new
php-classface (#545) - Add new
php-run-builtin-web-servercommand for invokephp -Sbuitin server (#548) - Add new
php-copyit-fqsencommand for kill current method FQSEN (#561) - Apply lineup cascaded call (method chain separated by new line) for all styles (#563, #572)
Changed
- Loose HTML template detection algorithm (#558)
- Move php-mode-test.el into tests directory (#559)
php-mode-autoloads.elno longer includesphp-mode-test
- Modify syntax-entry
$to"_"from"'"(#565) - Make
php-set-styledisplay only styles that inherited "php" (#573)
Fixed
- Fix default major mode for
*.phptfile asphp-default-major-mode(#542) - prevent recursion in
php-syntax-propertize-extend-region([$556], thanks @herbertjones) - Fix call
run-hooksinset-style(#571)