Skip to content

Commit c601f75

Browse files
authored
Merge pull request #734 from emacs-php/release/v1.24.3
Bump up version 1.24.3
2 parents c68e18c + bed4d8c commit c601f75

11 files changed

+14
-12
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
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.
44

5-
## Unreleased
5+
<!-- ## Unreleased -->
6+
7+
## [1.24.3] - 2023-03-19
68

79
### Added
810

Cask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "php-mode" "1.24.2" "Major mode for editing PHP code")
1+
(package "php-mode" "1.24.3" "Major mode for editing PHP code")
22
(source melpa)
33

44
(package-file "lisp/php-mode.el")

lisp/php-align.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Maintainer: USAMI Kenta <[email protected]>
88
;; Keywords: php languages convenience align
99
;; Homepage: https://github.com/emacs-php/php-mode
10-
;; Version: 1.24.2
10+
;; Version: 1.24.3
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify

lisp/php-complete.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: USAMI Kenta <[email protected]>
77

88
;; Created: 18 Sep 2022
9-
;; Version: 1.24.2
9+
;; Version: 1.24.3
1010
;; Keywords: languages, php
1111

1212
;; This program is free software; you can redistribute it and/or modify

lisp/php-defs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 Mar 2022
7-
;; Version: 1.24.2
7+
;; Version: 1.24.3
88
;; Keywords: languages, php
99

1010
;; This program is free software; you can redistribute it and/or modify

lisp/php-face.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 May 2019
7-
;; Version: 1.24.2
7+
;; Version: 1.24.3
88
;; Keywords: faces, php
99
;; Homepage: https://github.com/emacs-php/php-mode
1010
;; License: GPL-3.0-or-later

lisp/php-flymake.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 Mar 2022
7-
;; Version: 1.24.2
7+
;; Version: 1.24.3
88
;; Keywords: tools, languages, php
99

1010
;; This program is free software; you can redistribute it and/or modify

lisp/php-mode-debug.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: USAMI Kenta <[email protected]>
66
;; URL: https://github.com/emacs-php/php-mode
77
;; Keywords: maint
8-
;; Version: 1.24.2
8+
;; Version: 1.24.3
99
;; License: GPL-3.0-or-later
1010

1111
;; This program is free software; you can redistribute it and/or modify

lisp/php-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
;; Maintainer: USAMI Kenta <[email protected]>
1010
;; URL: https://github.com/emacs-php/php-mode
1111
;; Keywords: languages php
12-
;; Version: 1.24.2
12+
;; Version: 1.24.3
1313
;; Package-Requires: ((emacs "25.2"))
1414
;; License: GPL-3.0-or-later
1515

1616
(eval-and-compile
1717
(make-obsolete-variable
18-
(defconst php-mode-version-number "1.24.2" "PHP Mode version number.")
18+
(defconst php-mode-version-number "1.24.3" "PHP Mode version number.")
1919
"Please call (php-mode-version :as-number t) for compatibility." "1.24.2"))
2020

2121
;; This program is free software; you can redistribute it and/or modify

lisp/php-project.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: USAMI Kenta <[email protected]>
66
;; Keywords: tools, files
77
;; URL: https://github.com/emacs-php/php-mode
8-
;; Version: 1.24.2
8+
;; Version: 1.24.3
99
;; License: GPL-3.0-or-later
1010

1111
;; This program is free software; you can redistribute it and/or modify

lisp/php.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
;; Author: USAMI Kenta <[email protected]>
77
;; Created: 5 Dec 2018
8-
;; Version: 1.24.2
8+
;; Version: 1.24.3
99
;; Keywords: languages, php
1010
;; Homepage: https://github.com/emacs-php/php-mode
1111
;; License: GPL-3.0-or-later

0 commit comments

Comments
 (0)