File tree 6 files changed +602
-4
lines changed
6 files changed +602
-4
lines changed Original file line number Diff line number Diff line change 19
19
- " 27.2"
20
20
- " 28.1"
21
21
- " 28.2"
22
+ - release-snapshot
22
23
- snapshot
23
24
include :
24
25
- emacs_version : snapshot
Original file line number Diff line number Diff line change 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
+ ### Added
8
+
9
+ * ** Support Emacs 29.1** ([ #750 ] )
10
+
11
+ [ #750 ] : https://github.com/emacs-php/php-mode/pull/750
6
12
7
13
## [ 1.24.3] - 2023-03-19
8
14
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<h1 >Emacs PHP Mode</h1 >
3
3
4
- [ ![ Emacs: 28.2 ] ( https://img.shields.io/badge/Emacs-28.2 -blue.svg )] ( https://www.gnu.org/software/emacs/ )
4
+ [ ![ Emacs: 29.1 ] ( https://img.shields.io/badge/Emacs-29.1 -blue.svg )] ( https://www.gnu.org/software/emacs/ )
5
5
[ ![ lang: PHP 8.2] ( https://img.shields.io/badge/lang-PHP%208.2-brightgreen.svg )] ( https://php.net/manual/migration82.php )
6
6
[ ![ lang: PHP 7] ( https://img.shields.io/badge/lang-PHP%207-green.svg )] ( https://php.net/downloads.php )
7
7
[ ![ Build Status] ( https://github.com/emacs-php/php-mode/workflows/CI/badge.svg )] ( https://github.com/emacs-php/php-mode/actions )
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<h1 >Emacs PHP Mode</h1 >
3
3
4
- [ ![ Emacs: 28.2 ] ( https://img.shields.io/badge/Emacs-28.2 -blue.svg )] ( https://www.gnu.org/software/emacs/ )
4
+ [ ![ Emacs: 29.1 ] ( https://img.shields.io/badge/Emacs-29.1 -blue.svg )] ( https://www.gnu.org/software/emacs/ )
5
5
[ ![ lang: PHP 8.2] ( https://img.shields.io/badge/lang-PHP%208.2-brightgreen.svg )] ( https://php.net/manual/migration82.php )
6
6
[ ![ lang: PHP 7] ( https://img.shields.io/badge/lang-PHP%207-green.svg )] ( https://php.net/downloads.php )
7
7
[ ![ Build Status] ( https://github.com/emacs-php/php-mode/workflows/CI/badge.svg )] ( https://github.com/emacs-php/php-mode/actions )
Original file line number Diff line number Diff line change @@ -596,7 +596,8 @@ style from Drupal."
596
596
597
597
(ert-deftest php-mode-test-type-hints ()
598
598
" Test highlighting of type hints and return types."
599
- (with-php-mode-test (" type-hints.php" :faces t )))
599
+ (with-php-mode-test (" type-hints.php" :faces (cond ((version<= " 29" emacs-version) " .29.faces" )
600
+ (t )))))
600
601
601
602
(ert-deftest php-mode-test-static-method-calls ()
602
603
" Test highlighting of static method calls which are named the same
You can’t perform that action at this time.
0 commit comments