Skip to content

Commit

Permalink
Bump version 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Apr 1, 2019
1 parent d17e4ed commit bcde734
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "php-mode" "1.21.0" "Major mode for editing PHP code")
(package "php-mode" "1.21.1" "Major mode for editing PHP code")
(source melpa)

(package-file "php-mode.el")
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [1.21.1] - 2019-04-01

### Changed

* Fixed an error that occurred in Emacs 27
* Modify URL of PHP web site
* Fix highlighting of static method calls

## [1.21.0] - 2019-01-09

A minor change from the previous version, but this version has BC brake about `c-mode-hook`.
Expand Down
6 changes: 3 additions & 3 deletions php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
;; Maintainer: USAMI Kenta <[email protected]>
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: languages php
;; Version: 1.21.0
;; Version: 1.21.1
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

(defconst php-mode-version-number "1.21.0"
(defconst php-mode-version-number "1.21.1"
"PHP Mode version number.")

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

;; This file is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion php-project.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: USAMI Kenta <[email protected]>
;; Keywords: tools, files
;; URL: https://github.com/emacs-php/php-mode
;; Version: 1.21.0
;; Version: 1.21.1
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

Expand Down

0 comments on commit bcde734

Please sign in to comment.