File tree 11 files changed +14
-12
lines changed
11 files changed +14
-12
lines changed 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
+ ## [ 1.24.2] - 2022-11-13
6
8
7
9
### Added
8
10
Original file line number Diff line number Diff line change 1
- (package " php-mode" " 1.24.1 " " Major mode for editing PHP code" )
1
+ (package " php-mode" " 1.24.2 " " Major mode for editing PHP code" )
2
2
(source melpa )
3
3
4
4
(package-file " lisp/php-mode.el" )
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.24.1
10
+ ; ; Version: 1.24.2
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.24.1
9
+ ; ; Version: 1.24.2
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.24.1
7
+ ; ; Version: 1.24.2
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.24.1
7
+ ; ; Version: 1.24.2
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.24.1
7
+ ; ; Version: 1.24.2
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
; ; URL: https://github.com/emacs-php/php-mode
7
7
; ; Keywords: maint
8
- ; ; Version: 1.24.1
8
+ ; ; Version: 1.24.2
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.24.1
12
+ ; ; Version: 1.24.2
13
13
; ; Package-Requires: ((emacs "25.2"))
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.24.1 " " PHP Mode version number." )
18
+ (defconst php-mode-version-number " 1.24.2 " " 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.24.1
8
+ ; ; Version: 1.24.2
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.24.1
8
+ ; ; Version: 1.24.2
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