|
2 | 2 |
|
3 | 3 | All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. |
4 | 4 |
|
5 | | -## Unreleased |
| 5 | +<!-- ## Unreleased --> |
| 6 | + |
| 7 | +## [1.25.1] - 2023-11-24 |
6 | 8 |
|
7 | 9 | ### Added |
8 | 10 |
|
9 | 11 | * Add `php-topsy-beginning-of-defun-with-class` to display classname with function signature. ([#766]) |
| 12 | + * Add missing `__DIR__` to `php-magical-constants` ([#756], thanks [@piotrkwiecinski]) |
| 13 | + |
| 14 | +### Changed |
| 15 | + |
| 16 | + * Make developer build task in Makefile now depends on Eask. ([#762], thanks [@jcs090218]) |
| 17 | + * This change does not affect package installation users |
| 18 | + * Read [CONTRIBUTING.md] if you prefer to build it yourself from zip or tar ball |
10 | 19 |
|
11 | 20 | ### Fixed |
12 | 21 |
|
13 | | - * Fixed build failure in Emacs on master branch ([#764], [#767]) |
| 22 | + * Fixed build failure in Emacs on master branch ([#764], [#765], [#767], thanks [@takeokunn]) |
14 | 23 |
|
15 | 24 | ### Removed |
16 | 25 |
|
17 | 26 | * Removed Phan-specific features from `php-project` ([#754]) |
18 | 27 | * Removed [Cask](https://cask.readthedocs.io/) and [Keg](https://github.com/conao3/keg.el) metadata files for building ([#770]) |
19 | 28 |
|
20 | 29 | [#754]: https://github.com/emacs-php/php-mode/pull/754 |
| 30 | +[#756]: https://github.com/emacs-php/php-mode/pull/756 |
| 31 | +[#762]: https://github.com/emacs-php/php-mode/pull/762 |
21 | 32 | [#764]: https://github.com/emacs-php/php-mode/issues/764 |
| 33 | +[#765]: https://github.com/emacs-php/php-mode/pull/765 |
22 | 34 | [#766]: https://github.com/emacs-php/php-mode/pull/766 |
23 | 35 | [#767]: https://github.com/emacs-php/php-mode/pull/767 |
24 | 36 | [#770]: https://github.com/emacs-php/php-mode/pull/770 |
| 37 | +[@jcs090218]: https://github.com/jcs090218 |
| 38 | +[@piotrkwiecinski]: https://github.com/piotrkwiecinski |
| 39 | +[@takeokunn]: https://github.com/takeokunn |
| 40 | +[CONTRIBUTING.md]: https://github.com/emacs-php/php-mode/blob/master/CONTRIBUTING.md |
25 | 41 |
|
26 | 42 | ## [1.25.0] - 2023-07-24 |
27 | 43 |
|
|
0 commit comments