[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 8ea767e038 2/5: Update README to support Emacs 30
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode 8ea767e038 2/5: Update README to support Emacs 30 and PHP 8.4 |
Date: |
Thu, 19 Dec 2024 13:01:48 -0500 (EST) |
branch: elpa/php-mode
commit 8ea767e038013333ccbdf7a238ae241c687086e3
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>
Update README to support Emacs 30 and PHP 8.4
---
README.ja.md | 13 +++++++++----
README.md | 13 +++++++++----
2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/README.ja.md b/README.ja.md
index a4af81d97f..f93123029c 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -1,8 +1,8 @@
<div align="center">
<h1>Emacs PHP Mode</h1>
-[![Emacs:
29.4](https://img.shields.io/badge/Emacs-29.4-blue.svg)](https://www.gnu.org/software/emacs/)
-[![lang: PHP
8.3](https://img.shields.io/badge/lang-PHP%208.3-brightgreen.svg)](https://php.net/manual/migration83.php)
+[![Emacs:
30.0](https://img.shields.io/badge/Emacs-30.0-blue.svg)](https://www.gnu.org/software/emacs/)
+[![lang: PHP
8.4](https://img.shields.io/badge/lang-PHP%208.4-brightgreen.svg)](https://www.php.net/releases/8.4/)
[![Build
Status](https://github.com/emacs-php/php-mode/workflows/CI/badge.svg)](https://github.com/emacs-php/php-mode/actions)
[![GPL v3](https://img.shields.io/badge/license-GPL_v3-green.svg)][gpl-v3]<br>
[![NonGNU ELPA][nongnu-elpa-badge]][nongnu-elpa]
@@ -17,10 +17,15 @@ A powerful and flexible Emacs major mode for editing PHP
scripts
[GitHubプロジェクト][php-mode]にissueを作成してバグ報告や機能リクエストを送ってください。
> [!NOTE]
-> [最新版][releases]のPHP ModeはEmacs 29をサポートしています。<br
/>アップグレードに伴うトラブルは[Discussions][disscussions-emacs29]に気軽に書き込んでください。
+> [最新版][releases]のPHP ModeはEmacs 30をサポートしています。<br
/>アップグレードに伴うトラブルは[Discussions][disscussions-emacs30]に気軽に書き込んでください。
+
+> [!WARNING]
+> Emacsをアップグレードした直後に初めてPHPファイルを開いたときに、CC
Mode関連のエラーが発生する可能性があります。これは以前のバージョンのEmacsでバイトコンパイルされたPHP
Modeがディスクにキャッシュされているために起こるので、PHP Modeの再インストールによって解決します。
+>
+> **`M-x php-mode-debug-reinstall`** または **`M-x package-reinstall php-mode`**
コマンドをお試しください。
[releases]: https://github.com/emacs-php/php-mode/releases
-[disscussions-emacs29]: https://github.com/emacs-php/php-mode/discussions/751
+[disscussions-emacs30]: https://github.com/emacs-php/php-mode/discussions/798
## インストール
diff --git a/README.md b/README.md
index f546d25a0f..8ba8a04bca 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
<div align="center">
<h1>Emacs PHP Mode</h1>
-[![Emacs:
29.4](https://img.shields.io/badge/Emacs-29.4-blue.svg)](https://www.gnu.org/software/emacs/)
-[![lang: PHP
8.3](https://img.shields.io/badge/lang-PHP%208.3-brightgreen.svg)](https://www.php.net/manual/migration83.php)
+[![Emacs:
30.0](https://img.shields.io/badge/Emacs-30.0-blue.svg)](https://www.gnu.org/software/emacs/)
+[![lang: PHP
8.4](https://img.shields.io/badge/lang-PHP%208.4-brightgreen.svg)](https://www.php.net/releases/8.4/)
[![Build
Status](https://github.com/emacs-php/php-mode/workflows/CI/badge.svg)](https://github.com/emacs-php/php-mode/actions)
[![GPL v3](https://img.shields.io/badge/license-GPL_v3-green.svg)][gpl-v3]<br>
[![NonGNU ELPA][nongnu-elpa-badge]][nongnu-elpa]
@@ -17,10 +17,15 @@ English | [日本語](README.ja.md)
Please submit any bug reports or feature requests by creating issues on [the
GitHub page for PHP Mode][php-mode].
> [!NOTE]
-> The [latest version][releases] of PHP Mode supports Emacs 29. <br />Please
feel free to [write to disucuss][disscussions-emacs29] if you have problems
upgrading to Emacs 29.
+> The [latest version][releases] of PHP Mode supports Emacs 30. <br />Please
feel free to [write to disucuss][disscussions-emacs30] if you have problems
upgrading to Emacs 29.
+
+> [!WARNING]
+> After upgrading Emacs, when you open a PHP file for the first time, you may
encounter errors related to CC Mode. These errors occur because a previously
byte-compiled version of PHP Mode, cached on your disk, differs from the newly
installed one. Reinstalling PHP Mode should resolve the issue.
+>
+> Try running **`M-x php-mode-debug-reinstall`** or **`M-x package-reinstall
php-mode`**.
[releases]: https://github.com/emacs-php/php-mode/releases
-[disscussions-emacs29]: https://github.com/emacs-php/php-mode/discussions/751
+[disscussions-emacs30]: https://github.com/emacs-php/php-mode/discussions/798
## Installation