Skip to content

Commit 0e3f35b

Browse files
committed
Bump version 1.21.0
1 parent 5e60ca7 commit 0e3f35b

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Cask

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

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

php-mode.el

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-mode.el --- Major mode for editing PHP code
22

3-
;; Copyright (C) 2018 Friends of Emacs-PHP development
3+
;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
44
;; Copyright (C) 1999, 2000, 2001, 2003, 2004 Turadg Aleahmad
55
;; 2008 Aaron S. Hawley
66
;; 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric James Michael Ritz
@@ -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.20.0
12+
;; Version: 1.21.0
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.20.0"
16+
(defconst php-mode-version-number "1.21.0"
1717
"PHP Mode version number.")
1818

19-
(defconst php-mode-modified "2018-12-05"
19+
(defconst php-mode-modified "2019-01-09"
2020
"PHP Mode build date.")
2121

2222
;; This file is free software; you can redistribute it and/or
@@ -1264,6 +1264,8 @@ After setting the stylevars run hooks according to STYLENAME
12641264
"Major mode for editing PHP code.
12651265
12661266
\\{php-mode-map}"
1267+
;; :after-hook (c-update-modeline)
1268+
;; (setq abbrev-mode t)
12671269
(when php-mode-disable-c-mode-hook
12681270
(setq-local c-mode-hook nil)
12691271
(setq-local java-mode-hook nil))

php-project.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;;; php-project.el --- Project support for PHP application -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2018 Friends of Emacs-PHP development
3+
;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Keywords: tools, files
77
;; URL: https://github.com/emacs-php/php-mode
8-
;; Version: 1.20.0
8+
;; Version: 1.21.0
99
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
1010
;; License: GPL-3.0-or-later
1111

0 commit comments

Comments
 (0)