branch: elpa/php-mode
commit 9a2fe1c6c34f4f22f11efff0caf1d4e7c8ea233a
Author: USAMI Kenta <tad...@zonu.me>
Commit: USAMI Kenta <tad...@zonu.me>

    Bump up version 1.26.1
---
 CHANGELOG.md             | 7 ++++++-
 Eask                     | 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-ide-phpactor.el | 2 +-
 lisp/php-ide.el          | 2 +-
 lisp/php-mode-debug.el   | 2 +-
 lisp/php-mode.el         | 4 ++--
 lisp/php-project.el      | 2 +-
 lisp/php.el              | 2 +-
 13 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0da62eba17..2408957b20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes of the PHP Mode 1.19.1 release series are 
documented in this
 
 <!-- ## Unreleased -->
 
-## [1.26.0] - 2024-09-13
+## [1.26.1] - 2024-09-13
 
 ### Added
 
@@ -49,6 +49,11 @@ All notable changes of the PHP Mode 1.19.1 release series 
are documented in this
 [emacs-php/php-ts-mode#68]: https://github.com/emacs-php/php-ts-mode/pull/68
 [PEAR Coding Standards]: https://pear.php.net/manual/en/standards.php
 
+## [1.26.0] - 2024-09-13
+
+> [!NOTE]
+> This version was cancelled due to a release error.
+
 ## [1.25.1] - 2023-11-24
 
 ### Added
diff --git a/Eask b/Eask
index 23cc346365..2a90ee5274 100644
--- a/Eask
+++ b/Eask
@@ -1,5 +1,5 @@
 (package "php-mode"
-         "1.25.1"
+         "1.26.1"
          "Major mode for editing PHP code")
 
 (website-url "https://github.com/emacs-php/php-mode";)
diff --git a/lisp/php-align.el b/lisp/php-align.el
index de4fe3cf3c..e9acc46990 100644
--- a/lisp/php-align.el
+++ b/lisp/php-align.el
@@ -7,7 +7,7 @@
 ;; Maintainer: USAMI Kenta <tad...@zonu.me>
 ;; Keywords: php languages convenience align
 ;; Homepage: https://github.com/emacs-php/php-mode
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; 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 28ac52fe19..f2b1aa421b 100644
--- a/lisp/php-complete.el
+++ b/lisp/php-complete.el
@@ -6,7 +6,7 @@
 ;; Author: USAMI Kenta <tad...@zonu.me>
 
 ;; Created: 18 Sep 2022
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; 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 37bd682dbd..8be83138c7 100644
--- a/lisp/php-defs.el
+++ b/lisp/php-defs.el
@@ -4,7 +4,7 @@
 
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; Created: 5 Mar 2022
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; 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 4f16a8160f..147fb813db 100644
--- a/lisp/php-face.el
+++ b/lisp/php-face.el
@@ -4,7 +4,7 @@
 
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; Created: 5 May 2019
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; 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 37e4aea426..8efad224e6 100644
--- a/lisp/php-flymake.el
+++ b/lisp/php-flymake.el
@@ -4,7 +4,7 @@
 
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; Created: 5 Mar 2022
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; Keywords: tools, languages, php
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-ide-phpactor.el b/lisp/php-ide-phpactor.el
index 831f49be26..f0a98c8245 100644
--- a/lisp/php-ide-phpactor.el
+++ b/lisp/php-ide-phpactor.el
@@ -5,7 +5,7 @@
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; Keywords: tools, files
 ;; URL: https://github.com/emacs-php/php-mode
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; License: GPL-3.0-or-later
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/lisp/php-ide.el b/lisp/php-ide.el
index f73d5bc3fb..a48cf1e09f 100644
--- a/lisp/php-ide.el
+++ b/lisp/php-ide.el
@@ -5,7 +5,7 @@
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; Keywords: tools, files
 ;; URL: https://github.com/emacs-php/php-mode
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; License: GPL-3.0-or-later
 
 ;; 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 a3e2d1dacc..efe6e48e43 100644
--- a/lisp/php-mode-debug.el
+++ b/lisp/php-mode-debug.el
@@ -5,7 +5,7 @@
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; URL: https://github.com/emacs-php/php-mode
 ;; Keywords: maint
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; 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 67fc8138c6..d9b732649c 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -9,13 +9,13 @@
 ;; Maintainer: USAMI Kenta <tad...@zonu.me>
 ;; URL: https://github.com/emacs-php/php-mode
 ;; Keywords: languages php
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; Package-Requires: ((emacs "26.1"))
 ;; License: GPL-3.0-or-later
 
 (eval-and-compile
   (make-obsolete-variable
-   (defconst php-mode-version-number "1.25.1" "PHP Mode version number.")
+   (defconst php-mode-version-number "1.26.1" "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 6d20e455cf..818998032b 100644
--- a/lisp/php-project.el
+++ b/lisp/php-project.el
@@ -5,7 +5,7 @@
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; Keywords: tools, files
 ;; URL: https://github.com/emacs-php/php-mode
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; 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 e78c7c97dd..aa09b5df06 100644
--- a/lisp/php.el
+++ b/lisp/php.el
@@ -5,7 +5,7 @@
 
 ;; Author: USAMI Kenta <tad...@zonu.me>
 ;; Created: 5 Dec 2018
-;; Version: 1.25.1
+;; Version: 1.26.1
 ;; Keywords: languages, php
 ;; Homepage: https://github.com/emacs-php/php-mode
 ;; License: GPL-3.0-or-later

Reply via email to