You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
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.24.1] - 2022-10-08
6
8
7
9
### Added
8
10
@@ -12,7 +14,7 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
12
14
* Add `php-imenu-generic-expression-default` for default value or `php-imenu-generic-expression`
13
15
* Add `php-imenu-generic-expression-legacy` for compatibility
14
16
* Add `php-imenu-generic-expression-simple` for simple display
15
-
* Add `php-project-project-find-function` compatible with `project-find-functions`
17
+
* Add `php-project-project-find-function` compatible with `project-find-functions` ([#693])
16
18
17
19
### Changed
18
20
@@ -27,9 +29,21 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
27
29
* Renamed `All Methods` to `Methods`
28
30
* Removed `Public Methods`, `Protected Methods` and `Provate Methods`
29
31
* Unified `Classes`, `Traits`, `Interfaces` into `Classes`
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ This project originated in `php-mode.el` written by [Turadg Aleahmad][@turadg] i
289
289
This project was maintained by [Eric James Michael Ritz][@ejmr] until 2017. Currently, the [Friends of Emacs-PHP Development][@emacs-php] community inherits PHP Mode.
290
290
291
291
> ```
292
-
> Copyright (C) 2018-2020 Friends of Emacs-PHP development
292
+
> Copyright (C) 2022 Friends of Emacs-PHP development
0 commit comments