Tag: compatibility
-
Post Views: 3 Introduction After switching the blog topic from Hueman to Twenty Twenty-Five , I had a tricky problem: the calendar block is showing exceptions in multi-language. in the English page (such as https://www.shuijingwanwq.com/en/), some dates (such as No. 22) on the calendar have not published English articles, but the link is still displayed, and after clicking, it returns…
-
Post Views: 18 1. After executing composer require, in composer.lock, plugin-api-version changes from 2.3.0 to 2.2.0 . as shown in Figure 1 2. The plugin-api-version attribute in the file helps ensure compatibility between dependencies and plugins, which is essential for maintaining stability and efficiency. Decided to avoid changes to plugin-api-version as much as possible. Execute composer self-update to update the…