@@ -8,6 +8,50 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
8
8
9
9
* Drop support for Emacs 24 and 25.1
10
10
11
+ ## [ 1.23.0] - 2020-05-06
12
+
13
+ Initial support for PHP8 has been added. PHPMode has some issues for compatibility with Emacs 27.0.
14
+
15
+ The list of all past contributors has been moved to [ ` AUTHORS.md ` ] ( /AUTHORS.md ) .
16
+
17
+ This release is positioned as the last minor version of the PHP Mode 1.x series.
18
+
19
+ ### Added
20
+
21
+ * Add ` php-project-use-projectile-to-detect-root ` ([ #608 ] )
22
+ * Add PHP file extensions to ` auto-mode-alist ` ([ #609 ] )
23
+ * ` .php.inc ` is file extension for [ Rector] ( https://github.com/rectorphp/rector ) 's test code.
24
+ * ` .stub ` is file extension for [ PHPStan] ( https://github.com/phpstan/phpstan ) 's stub file.
25
+ * Add ` php-mode-disable-c-auto-align-backslashes ` ([ #621 ] )
26
+ * Add PHP 8.0 Attribute syntax as vsemi (#)
27
+ * Add feature ` php-align ` from [ tetsujin/emacs-php-align] ([ #615 ] , [ melpa/melpa #6759 ] )
28
+
29
+ ### Changed
30
+
31
+ * Disable ` c-auto-align-backslashes ` by default. ([ #621 ] )
32
+ * Add new faces and font locking ([ #611 ] , [ #614 ] )
33
+
34
+ ### Removed
35
+
36
+ * Remove ` php-mode-extra-constants ` variable and function. ([ #605 ] )
37
+ * This mechanism is for synchronizing the added user-defined constants with WebMode, but it hasn't worked since 2014.
38
+
39
+ ### Fixed
40
+
41
+ * Fix indentation of object operator (->) at the beginning of line ([ #623 ] , [ #624 ] )
42
+
43
+ [ #605 ] : https://github.com/emacs-php/php-mode/pull/605
44
+ [ #608 ] : https://github.com/emacs-php/php-mode/pull/608
45
+ [ #609 ] : https://github.com/emacs-php/php-mode/pull/609
46
+ [ #611 ] : https://github.com/emacs-php/php-mode/pull/611
47
+ [ #614 ] : https://github.com/emacs-php/php-mode/pull/614
48
+ [ #615 ] : https://github.com/emacs-php/php-mode/pull/615
49
+ [ #621 ] : https://github.com/emacs-php/php-mode/pull/621
50
+ [ #623 ] : https://github.com/emacs-php/php-mode/issues/623
51
+ [ #624 ] : https://github.com/emacs-php/php-mode/pull/624
52
+ [ melpa/melpa#6759 ] : https://github.com/melpa/melpa/pull/6759
53
+ [ tetsujin/emacs-php-align ] : https://github.com/tetsujin/emacs-php-align
54
+
11
55
## [ 1.22.2] - 2019-12-23
12
56
13
57
A face has been added for coloring PHP syntax. Thank you [ @minikN ] !
@@ -63,7 +107,7 @@ PHP Mode 2.0 is planned to be released in January 2020.
63
107
64
108
## [ 1.22.0] - 2019-09-27
65
109
66
- This release is positioned as the last minor version of the PHP Mode 1.x series.
110
+ ~~ This release is positioned as the last minor version of the PHP Mode 1.x series.~~
67
111
PHP Mode 2.0 is planned to be released in January 2020.
68
112
69
113
### Added
0 commit comments