Skip to content

Commit 6fd843b

Browse files
committed
Bump version 1.23.0
1 parent b3008be commit 6fd843b

8 files changed

+14
-14
lines changed

Diff for: Cask

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

44
(package-file "php.el")

Diff for: 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.22.2
10+
;; Version: 1.23.0
1111
;; Package-Requires: ((emacs "24.3"))
1212
;; License: GPL-3.0-or-later
1313

Diff for: php-face.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;;; php-face.el --- Face definitions for PHP script -*- lexical-binding: t; -*-
22

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

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 May 2019
7-
;; Version: 1.22.2
7+
;; Version: 1.23.0
88
;; Keywords: faces, php
99
;; Homepage: https://github.com/emacs-php/php-mode
1010
;; Package-Requires: ((emacs "24.3"))

Diff for: php-mode-debug.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;;; php-mode-debug.el --- Debug functions for PHP Mode -*- lexical-binding: t; -*-
22

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

55
;; Author: USAMI Kenta <[email protected]>
66
;; URL: https://github.com/emacs-php/php-mode
77
;; Keywords: maint
8-
;; Version: 1.22.2
8+
;; Version: 1.23.0
99
;; Package-Requires: ((emacs "24.3"))
1010
;; License: GPL-3.0-or-later
1111

Diff for: php-mode.el

+3-3
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-2019 Friends of Emacs-PHP development
3+
;; Copyright (C) 2020 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,11 +9,11 @@
99
;; Maintainer: USAMI Kenta <[email protected]>
1010
;; URL: https://github.com/emacs-php/php-mode
1111
;; Keywords: languages php
12-
;; Version: 1.22.2
12+
;; Version: 1.23.0
1313
;; Package-Requires: ((emacs "24.3"))
1414
;; License: GPL-3.0-or-later
1515

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

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

Diff for: 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-2019 Friends of Emacs-PHP development
3+
;; Copyright (C) 2020 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.22.2
8+
;; Version: 1.23.0
99
;; Package-Requires: ((emacs "24.3"))
1010
;; License: GPL-3.0-or-later
1111

Diff for: php-util-buffer.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; php-util-buffer.el --- Utility function for buffer manipulation -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2018-2019 Friends of Emacs-PHP development
3+
;; Copyright (C) 2020 Friends of Emacs-PHP development
44
;; Copyright 2013 The go-mode Authors. All rights reserved.
55

66
;; Author: Dominik Honnef

Diff for: php.el

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

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

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 Dec 2018
7-
;; Version: 1.22.2
7+
;; Version: 1.23.0
88
;; Keywords: languages, php
99
;; Homepage: https://github.com/emacs-php/php-mode
1010
;; Package-Requires: ((emacs "24.3"))

0 commit comments

Comments
 (0)