[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode bed4d8ced3 12/15: Bump up version 1.24.3
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode bed4d8ced3 12/15: Bump up version 1.24.3 |
Date: |
Sat, 18 Mar 2023 18:01:27 -0400 (EDT) |
branch: elpa/php-mode
commit bed4d8ced39ecbfd6ac4961d88cb1ba9ddbaa939
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>
Bump up version 1.24.3
---
CHANGELOG.md | 4 +++-
Cask | 2 +-
lisp/php-align.el | 2 +-
lisp/php-complete.el | 2 +-
lisp/php-defs.el | 2 +-
lisp/php-face.el | 2 +-
lisp/php-flymake.el | 2 +-
lisp/php-mode-debug.el | 2 +-
lisp/php-mode.el | 4 ++--
lisp/php-project.el | 2 +-
lisp/php.el | 2 +-
11 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21fa2d8c16..3652ffd09b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,9 @@
All notable changes of the PHP Mode 1.19.1 release series are documented in
this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
-## Unreleased
+<!-- ## Unreleased -->
+
+## [1.24.3] - 2023-03-19
### Added
diff --git a/Cask b/Cask
index a52d38faaf..822f910126 100644
--- a/Cask
+++ b/Cask
@@ -1,4 +1,4 @@
-(package "php-mode" "1.24.2" "Major mode for editing PHP code")
+(package "php-mode" "1.24.3" "Major mode for editing PHP code")
(source melpa)
(package-file "lisp/php-mode.el")
diff --git a/lisp/php-align.el b/lisp/php-align.el
index b1ea3bf49d..bed857979e 100644
--- a/lisp/php-align.el
+++ b/lisp/php-align.el
@@ -7,7 +7,7 @@
;; Maintainer: USAMI Kenta <tadsan@zonu.me>
;; Keywords: php languages convenience align
;; Homepage: https://github.com/emacs-php/php-mode
-;; Version: 1.24.2
+;; Version: 1.24.3
;; License: GPL-3.0-or-later
;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-complete.el b/lisp/php-complete.el
index e289943a2f..1decb6f8de 100644
--- a/lisp/php-complete.el
+++ b/lisp/php-complete.el
@@ -6,7 +6,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 18 Sep 2022
-;; Version: 1.24.2
+;; Version: 1.24.3
;; Keywords: languages, php
;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-defs.el b/lisp/php-defs.el
index fc9e59c812..7b402db0fe 100644
--- a/lisp/php-defs.el
+++ b/lisp/php-defs.el
@@ -4,7 +4,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 5 Mar 2022
-;; Version: 1.24.2
+;; Version: 1.24.3
;; Keywords: languages, php
;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-face.el b/lisp/php-face.el
index 1106035c9a..73f9f15c7d 100644
--- a/lisp/php-face.el
+++ b/lisp/php-face.el
@@ -4,7 +4,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 5 May 2019
-;; Version: 1.24.2
+;; Version: 1.24.3
;; Keywords: faces, php
;; Homepage: https://github.com/emacs-php/php-mode
;; License: GPL-3.0-or-later
diff --git a/lisp/php-flymake.el b/lisp/php-flymake.el
index 822336e589..28649dc31c 100644
--- a/lisp/php-flymake.el
+++ b/lisp/php-flymake.el
@@ -4,7 +4,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 5 Mar 2022
-;; Version: 1.24.2
+;; Version: 1.24.3
;; Keywords: tools, languages, php
;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-mode-debug.el b/lisp/php-mode-debug.el
index 9c69e2050b..dcbea71fb9 100644
--- a/lisp/php-mode-debug.el
+++ b/lisp/php-mode-debug.el
@@ -5,7 +5,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: maint
-;; Version: 1.24.2
+;; Version: 1.24.3
;; License: GPL-3.0-or-later
;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index 012f21ee29..626904895d 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -9,13 +9,13 @@
;; Maintainer: USAMI Kenta <tadsan@zonu.me>
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: languages php
-;; Version: 1.24.2
+;; Version: 1.24.3
;; Package-Requires: ((emacs "25.2"))
;; License: GPL-3.0-or-later
(eval-and-compile
(make-obsolete-variable
- (defconst php-mode-version-number "1.24.2" "PHP Mode version number.")
+ (defconst php-mode-version-number "1.24.3" "PHP Mode version number.")
"Please call (php-mode-version :as-number t) for compatibility." "1.24.2"))
;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-project.el b/lisp/php-project.el
index f862a6720b..c338fa2f0d 100644
--- a/lisp/php-project.el
+++ b/lisp/php-project.el
@@ -5,7 +5,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; Keywords: tools, files
;; URL: https://github.com/emacs-php/php-mode
-;; Version: 1.24.2
+;; Version: 1.24.3
;; License: GPL-3.0-or-later
;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php.el b/lisp/php.el
index 3bff893b01..ae6ad647de 100644
--- a/lisp/php.el
+++ b/lisp/php.el
@@ -5,7 +5,7 @@
;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 5 Dec 2018
-;; Version: 1.24.2
+;; Version: 1.24.3
;; Keywords: languages, php
;; Homepage: https://github.com/emacs-php/php-mode
;; License: GPL-3.0-or-later
- [nongnu] elpa/php-mode 5d3e9462a2 01/15: Fix doc comment, (continued)
- [nongnu] elpa/php-mode 5d3e9462a2 01/15: Fix doc comment, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 91cd91a107 07/15: Remove php-eglot.el, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 67d818928a 02/15: Add php-ide-phpactor.el, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode e45fa0766f 05/15: Add lsp-bridge, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode acde9abad2 03/15: Add php-eglot.el, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode c601f75fb9 13/15: Merge pull request #734 from emacs-php/release/v1.24.3, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 6d4ca45093 06/15: Add php-ide-mode-hooks, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode ece3dd51ce 10/15: Add php-ide-mode-functions instead of php-ide-mode-hooks, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 2714393979 14/15: Make PHP Mode requires Emacs 26.1+, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 47e0813079 15/15: Merge pull request #736 from emacs-php/drop/emacs-25, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode bed4d8ced3 12/15: Bump up version 1.24.3,
ELPA Syncer <=
- [nongnu] elpa/php-mode c68e18c06b 11/15: Merge pull request #709 from emacs-php/feature/php-ide, ELPA Syncer, 2023/03/18