-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #701 from emacs-php/release/1.24.1
Bump up version 1.24.1
- Loading branch information
Showing
10 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
;;; php-align.el --- Alignment configuration for PHP -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2011 tetsujin (Yusuke Segawa) | ||
;; Copyright (C) 2020 Friends of Emacs-PHP development | ||
;; Copyright (C) 2022 Friends of Emacs-PHP development | ||
|
||
;; Author: tetsujin (Yusuke Segawa) <tetsujin85 (at) gmail.com> | ||
;; Maintainer: USAMI Kenta <[email protected]> | ||
;; Keywords: php languages convenience align | ||
;; Homepage: https://github.com/emacs-php/php-mode | ||
;; Version: 1.24.0 | ||
;; Version: 1.24.1 | ||
;; License: GPL-3.0-or-later | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;; php-face.el --- Face definitions for PHP script -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Friends of Emacs-PHP development | ||
;; Copyright (C) 2022 Friends of Emacs-PHP development | ||
|
||
;; Author: USAMI Kenta <[email protected]> | ||
;; Created: 5 May 2019 | ||
;; Version: 1.24.0 | ||
;; Version: 1.24.1 | ||
;; Keywords: faces, php | ||
;; Homepage: https://github.com/emacs-php/php-mode | ||
;; License: GPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; php-local-manual.el --- Tools for local PHP manual -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Friends of Emacs-PHP development | ||
;; Copyright (C) 2022 Friends of Emacs-PHP development | ||
|
||
;; Author: phil-s | ||
;; Maintainer: USAMI Kenta <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
;;; php-mode-debug.el --- Debug functions for PHP Mode -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Friends of Emacs-PHP development | ||
;; Copyright (C) 2022 Friends of Emacs-PHP development | ||
|
||
;; Author: USAMI Kenta <[email protected]> | ||
;; URL: https://github.com/emacs-php/php-mode | ||
;; Keywords: maint | ||
;; Version: 1.24.0 | ||
;; Version: 1.24.1 | ||
;; License: GPL-3.0-or-later | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; php-mode.el --- Major mode for editing PHP code -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Friends of Emacs-PHP development | ||
;; Copyright (C) 2022 Friends of Emacs-PHP development | ||
;; Copyright (C) 1999, 2000, 2001, 2003, 2004 Turadg Aleahmad | ||
;; 2008 Aaron S. Hawley | ||
;; 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric James Michael Ritz | ||
|
@@ -9,11 +9,11 @@ | |
;; Maintainer: USAMI Kenta <[email protected]> | ||
;; URL: https://github.com/emacs-php/php-mode | ||
;; Keywords: languages php | ||
;; Version: 1.24.0 | ||
;; Version: 1.24.1 | ||
;; Package-Requires: ((emacs "25.2")) | ||
;; License: GPL-3.0-or-later | ||
|
||
(defconst php-mode-version-number "1.24.0" | ||
(defconst php-mode-version-number "1.24.1" | ||
"PHP Mode version number.") | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
;;; php-project.el --- Project support for PHP application -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Friends of Emacs-PHP development | ||
;; Copyright (C) 2022 Friends of Emacs-PHP development | ||
|
||
;; Author: USAMI Kenta <[email protected]> | ||
;; Keywords: tools, files | ||
;; URL: https://github.com/emacs-php/php-mode | ||
;; Version: 1.24.0 | ||
;; Version: 1.24.1 | ||
;; License: GPL-3.0-or-later | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;; php.el --- PHP support for friends -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020 Friends of Emacs-PHP development | ||
;; Copyright (C) 2022 Friends of Emacs-PHP development | ||
|
||
;; Author: USAMI Kenta <[email protected]> | ||
;; Created: 5 Dec 2018 | ||
;; Version: 1.24.0 | ||
;; Version: 1.24.1 | ||
;; Keywords: languages, php | ||
;; Homepage: https://github.com/emacs-php/php-mode | ||
;; License: GPL-3.0-or-later | ||
|