File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This file documents notable changes to PHP Mode according to the [ Keep a Changelog] ( https://keepachangelog.com/ ) principles.
44
5- <!-- ## Unreleased -->
5+ ## Unreleased
6+
7+ ### Removed
8+
9+ * Drop support for Emacs 27.x ([ #811 ] )
610
711## [ 1.28.0] - 2026-08-25
812
Original file line number Diff line number Diff line change 3232(source 'melpa )
3333(source 'gnu )
3434
35- (depends-on " emacs" " 27 .1" )
35+ (depends-on " emacs" " 28 .1" )
3636
3737(development
3838 (depends-on " phpactor" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ A powerful and flexible Emacs major mode for editing PHP scripts
2929
3030## インストール
3131
32- ** PHP ModeはEmacs 27 .1以降で動作します** 。対応バージョンの詳細は[ Supported Version] をお読みください。Emacs 28以降では単に以下のコマンドを実行するだけでインストールできます 。
32+ ** PHP ModeはEmacs 28 .1以降で動作します** 。対応バージョンの詳細は[ Supported Version] をお読みください。Emacs 28.1以降では単に以下のコマンドを実行するだけでインストールできます 。
3333
3434```
3535M-x package-install php-mode
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Please submit any bug reports or feature requests by creating issues on [the Git
3030
3131## Installation
3232
33- ** PHP Mode works with Emacs 27 .1 or later.** For details on supported versions, see [ Supported Version] .
34- On Emacs 28 or later, you can install it simply by running:
33+ ** PHP Mode works with Emacs 28 .1 or later.** For details on supported versions, see [ Supported Version] .
34+ On Emacs 28.1 or later, you can install it simply by running:
3535
3636```
3737M-x package-install php-mode
Original file line number Diff line number Diff line change 1010; ; URL: https://github.com/emacs-php/php-mode
1111; ; Keywords: languages php
1212; ; Version: 1.28.0
13- ; ; Package-Requires: ((emacs "27 .1"))
13+ ; ; Package-Requires: ((emacs "28 .1"))
1414; ; License: GPL-3.0-or-later
1515
1616(eval-and-compile
You can’t perform that action at this time.
0 commit comments