Skip to content

Commit 44b43b3

Browse files
committed
Modify Changelog for v1.21.4
1 parent ed9c371 commit 44b43b3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [1.21.4] - 2019-05-29
6+
7+
This version contains unobtrusive changes for future compatibility. Also, `forward-page` /` backward-page` may improve your operation. Thank you [@takeokunn].
8+
9+
### Added
10+
11+
* A new command `php-mode-maybe` has been added to improve the compatibility of Blade templates and HTML templates with Web Mode. ([#532])
12+
* 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` (<kbd>C-x C-[</kbd>) and `backward-page` (<kbd>C-x C-]</kbd>). ([#540] by [@takeokunn])
13+
14+
### Change
15+
16+
* `php-maybe-mode` and `.php` files are associated with `auto-mode-alist` instead of `php-mode` ([#532])
17+
* Compatibility with [poly-php] has been improved. This has not yet been officially released.
18+
19+
### Deprecated
20+
21+
* PHP Mode does not support phpt files . Consider installing the [phpt-mode] package. This mode is a wrapper around Polymode based PHP-Mode.
22+
23+
[#532]: https://github.com/emacs-php/php-mode/pull/532
24+
[#539]: https://github.com/emacs-php/php-mode/pull/539
25+
[#540]: https://github.com/emacs-php/php-mode/pull/540
26+
[@takeokunn](https://github.com/takeokunn)
27+
528
## [1.21.3] - 2019-05-25
629

730
This version includes both PHP syntax support enhancements and performance improvements. See https://github.com/emacs-php/php-mode/projects/1 for all issues for this release. Also, [@mallt] has helped me improve it with a number of issues. thank you very much.
@@ -153,3 +176,5 @@ See [Changelog · emacs-php/php-mode Wiki](https://github.com/emacs-php/php-mode
153176
[@mallt]: https://github.com/mallt
154177
[@sergeyklay]: https://github.com/sergeyklay
155178
[PHP 7.2 arrow function]: https://wiki.php.net/rfc/arrow_functions_v2
179+
[poly-php]: https://github.com/emacs-php/poly-php
180+
[phpt-mode]: https://github.com/emacs-php/phpt-mode

0 commit comments

Comments
 (0)