Commit 9a2fe1c 1 parent 103cc77 commit 9a2fe1c Copy full SHA for 9a2fe1c
File tree 13 files changed +19
-14
lines changed
13 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
4
4
5
5
<!-- ## Unreleased -->
6
6
7
- ## [ 1.26.0 ] - 2024-09-13
7
+ ## [ 1.26.1 ] - 2024-09-13
8
8
9
9
### Added
10
10
@@ -49,6 +49,11 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
49
49
[ emacs-php/php-ts-mode#68 ] : https://github.com/emacs-php/php-ts-mode/pull/68
50
50
[ PEAR Coding Standards ] : https://pear.php.net/manual/en/standards.php
51
51
52
+ ## [ 1.26.0] - 2024-09-13
53
+
54
+ > [ !NOTE]
55
+ > This version was cancelled due to a release error.
56
+
52
57
## [ 1.25.1] - 2023-11-24
53
58
54
59
### Added
Original file line number Diff line number Diff line change 1
1
(package "php-mode"
2
- "1.25 .1"
2
+ "1.26 .1"
3
3
"Major mode for editing PHP code")
4
4
5
5
(website-url "https://github.com/emacs-php/php-mode")
Original file line number Diff line number Diff line change 7
7
; ; Maintainer: USAMI Kenta <tadsan@zonu.me>
8
8
; ; Keywords: php languages convenience align
9
9
; ; Homepage: https://github.com/emacs-php/php-mode
10
- ; ; Version: 1.25 .1
10
+ ; ; Version: 1.26 .1
11
11
; ; License: GPL-3.0-or-later
12
12
13
13
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 6
6
; ; Author: USAMI Kenta <tadsan@zonu.me>
7
7
8
8
; ; Created: 18 Sep 2022
9
- ; ; Version: 1.25 .1
9
+ ; ; Version: 1.26 .1
10
10
; ; Keywords: languages, php
11
11
12
12
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 4
4
5
5
; ; Author: USAMI Kenta <tadsan@zonu.me>
6
6
; ; Created: 5 Mar 2022
7
- ; ; Version: 1.25 .1
7
+ ; ; Version: 1.26 .1
8
8
; ; Keywords: languages, php
9
9
10
10
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 4
4
5
5
; ; Author: USAMI Kenta <tadsan@zonu.me>
6
6
; ; Created: 5 May 2019
7
- ; ; Version: 1.25 .1
7
+ ; ; Version: 1.26 .1
8
8
; ; Keywords: faces, php
9
9
; ; Homepage: https://github.com/emacs-php/php-mode
10
10
; ; License: GPL-3.0-or-later
Original file line number Diff line number Diff line change 4
4
5
5
; ; Author: USAMI Kenta <tadsan@zonu.me>
6
6
; ; Created: 5 Mar 2022
7
- ; ; Version: 1.25 .1
7
+ ; ; Version: 1.26 .1
8
8
; ; Keywords: tools, languages, php
9
9
10
10
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 5
5
; ; Author: USAMI Kenta <tadsan@zonu.me>
6
6
; ; Keywords: tools, files
7
7
; ; URL: https://github.com/emacs-php/php-mode
8
- ; ; Version: 1.25 .1
8
+ ; ; Version: 1.26 .1
9
9
; ; License: GPL-3.0-or-later
10
10
11
11
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 5
5
; ; Author: USAMI Kenta <tadsan@zonu.me>
6
6
; ; Keywords: tools, files
7
7
; ; URL: https://github.com/emacs-php/php-mode
8
- ; ; Version: 1.25 .1
8
+ ; ; Version: 1.26 .1
9
9
; ; License: GPL-3.0-or-later
10
10
11
11
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 5
5
; ; Author: USAMI Kenta <tadsan@zonu.me>
6
6
; ; URL: https://github.com/emacs-php/php-mode
7
7
; ; Keywords: maint
8
- ; ; Version: 1.25 .1
8
+ ; ; Version: 1.26 .1
9
9
; ; License: GPL-3.0-or-later
10
10
11
11
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 9
9
; ; Maintainer: USAMI Kenta <tadsan@zonu.me>
10
10
; ; URL: https://github.com/emacs-php/php-mode
11
11
; ; Keywords: languages php
12
- ; ; Version: 1.25 .1
12
+ ; ; Version: 1.26 .1
13
13
; ; Package-Requires: ((emacs "26.1"))
14
14
; ; License: GPL-3.0-or-later
15
15
16
16
(eval-and-compile
17
17
(make-obsolete-variable
18
- (defconst php-mode-version-number " 1.25 .1" " PHP Mode version number." )
18
+ (defconst php-mode-version-number " 1.26 .1" " PHP Mode version number." )
19
19
" Please call (php-mode-version :as-number t) for compatibility." " 1.24.2" ))
20
20
21
21
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 5
5
; ; Author: USAMI Kenta <tadsan@zonu.me>
6
6
; ; Keywords: tools, files
7
7
; ; URL: https://github.com/emacs-php/php-mode
8
- ; ; Version: 1.25 .1
8
+ ; ; Version: 1.26 .1
9
9
; ; License: GPL-3.0-or-later
10
10
11
11
; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 5
5
6
6
; ; Author: USAMI Kenta <tadsan@zonu.me>
7
7
; ; Created: 5 Dec 2018
8
- ; ; Version: 1.25 .1
8
+ ; ; Version: 1.26 .1
9
9
; ; Keywords: languages, php
10
10
; ; Homepage: https://github.com/emacs-php/php-mode
11
11
; ; License: GPL-3.0-or-later
You can’t perform that action at this time.
0 commit comments