Skip to content

Commit 9fe64fc

Browse files
committed
Bump up version v1.22.1
1 parent b5378e5 commit 9fe64fc

File tree

7 files changed

+30
-8
lines changed

7 files changed

+30
-8
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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
6+
7+
### Changed
8+
9+
* Drop support for Emacs 24 and 25.1
10+
11+
## [1.22.1] - 2019-11-10
12+
13+
This release is a minor modified version of the 1.22.x series.
14+
PHP Mode 2.0 is planned to be released in January 2020.
15+
16+
### Fixed
17+
18+
* Fix usas of `rx-form` ([#580], thank you [@cmack])
19+
* Fix `php-mode-coding-style` custom variable ([#581])
20+
* Fix unexpected indentation of (return typed) closures written in arguments ([#585])
21+
22+
[@cmack]: https://github.com/cmack
23+
[#580]: https://github.com/emacs-php/php-mode/pull/580
24+
[#581]: https://github.com/emacs-php/php-mode/pull/581
25+
[#585]: https://github.com/emacs-php/php-mode/pull/585
26+
527
## [1.22.0] - 2019-09-27
628

729
This release is positioned as the last minor version of the PHP Mode 1.x series.

Cask

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

44
(package-file "php.el")

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.22.0
7+
;; Version: 1.22.1
88
;; Keywords: faces, php
99
;; Homepage: https://github.com/emacs-php/php-mode
1010
;; Package-Requires: ((emacs "24.3"))

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.22.0
8+
;; Version: 1.22.1
99
;; Package-Requires: ((emacs "24.3"))
1010
;; License: GPL-3.0-or-later
1111

php-mode.el

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

16-
(defconst php-mode-version-number "1.22.0"
16+
(defconst php-mode-version-number "1.22.1"
1717
"PHP Mode version number.")
1818

19-
(defconst php-mode-modified "2019-05-29"
19+
(defconst php-mode-modified "2019-11-10"
2020
"PHP Mode build date.")
2121

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

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.22.0
8+
;; Version: 1.22.1
99
;; Package-Requires: ((emacs "24.3"))
1010
;; License: GPL-3.0-or-later
1111

php.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 Dec 2018
7-
;; Version: 1.22.0
7+
;; Version: 1.22.1
88
;; Keywords: languages, php
99
;; Homepage: https://github.com/emacs-php/php-mode
1010
;; Package-Requires: ((emacs "24.3"))

0 commit comments

Comments
 (0)