Skip to content

Commit bcde734

Browse files
committed
Bump version 1.20.1
1 parent d17e4ed commit bcde734

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

Cask

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

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

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes of the PHP Mode 1.19.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [1.21.1] - 2019-04-01
6+
7+
### Changed
8+
9+
* Fixed an error that occurred in Emacs 27
10+
* Modify URL of PHP web site
11+
* Fix highlighting of static method calls
12+
513
## [1.21.0] - 2019-01-09
614

715
A minor change from the previous version, but this version has BC brake about `c-mode-hook`.

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.21.0
12+
;; Version: 1.21.1
1313
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
1414
;; License: GPL-3.0-or-later
1515

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

19-
(defconst php-mode-modified "2019-03-04"
19+
(defconst php-mode-modified "2019-04-01"
2020
"PHP Mode build date.")
2121

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

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

0 commit comments

Comments
 (0)