File tree Expand file tree Collapse file tree 6 files changed +602
-4
lines changed Expand file tree Collapse file tree 6 files changed +602
-4
lines changed Original file line number Diff line number Diff line change 1919 - " 27.2"
2020 - " 28.1"
2121 - " 28.2"
22+ - release-snapshot
2223 - snapshot
2324 include :
2425 - emacs_version : snapshot
Original file line number Diff line number Diff line change 22
33All 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.
44
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
612
713## [ 1.24.3] - 2023-03-19
814
Original file line number Diff line number Diff line change 11<div align =" center " >
22 <h1 >Emacs PHP Mode</h1 >
33
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/ )
55[ ![ lang: PHP 8.2] ( https://img.shields.io/badge/lang-PHP%208.2-brightgreen.svg )] ( https://php.net/manual/migration82.php )
66[ ![ lang: PHP 7] ( https://img.shields.io/badge/lang-PHP%207-green.svg )] ( https://php.net/downloads.php )
77[ ![ 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 11<div align =" center " >
22 <h1 >Emacs PHP Mode</h1 >
33
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/ )
55[ ![ lang: PHP 8.2] ( https://img.shields.io/badge/lang-PHP%208.2-brightgreen.svg )] ( https://php.net/manual/migration82.php )
66[ ![ lang: PHP 7] ( https://img.shields.io/badge/lang-PHP%207-green.svg )] ( https://php.net/downloads.php )
77[ ![ 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."
596596
597597(ert-deftest php-mode-test-type-hints ()
598598 " 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 )))))
600601
601602(ert-deftest php-mode-test-static-method-calls ()
602603 " Test highlighting of static method calls which are named the same
You can’t perform that action at this time.
0 commit comments