Skip to content

v1.21.4

Compare
Choose a tag to compare
@zonuexe zonuexe released this 28 May 16:41
· 578 commits to master since this release
a8ee6ce

This version contains unobtrusive changes for future compatibility. Also, forward-page / backward-page may improve your operation. Thank you @takeokunn.

Added

  • A new command php-mode-maybe has been added to improve the compatibility of Blade templates and HTML templates with Web Mode. (#532)
  • A new custom variable php-mode-page-delimiter is added, which is assigned to page-delimiter in PHP-Mode. It allows you to move smoothly to the previous and subsequent definition statements with forward-page (C-x C-[) and backward-page (C-x C-]). (#540 by @takeokunn)

Change

  • php-maybe-mode and .php files are associated with auto-mode-alist instead of php-mode (#532)
  • Compatibility with poly-php has been improved. This has not yet been officially released.

Deprecated

  • PHP Mode does not support phpt files . Consider installing the phpt-mode package. This mode is a wrapper around Polymode based PHP-Mode.