This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:change_log:astercc-4.2_changelog [2025/11/21 02:32] menglj created |
en:change_log:astercc-4.2_changelog [2025/11/21 02:37] (current) menglj [版本说明] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 版本说明 ====== | + | ====== Version Notes ====== |
| - | *该版本需在Rocky Linux 9.x版本中进行安装 | + | *This version requires installation on Rocky Linux version 9.x |
| - | *目前最新支持情况如下: | + | *The latest support follows: |
| <WRAP column 30%> | <WRAP column 30%> | ||
| Rocky Linux release 9.6 (Blue Onyx) | Rocky Linux release 9.6 (Blue Onyx) | ||
| Line 13: | Line 13: | ||
| </WRAP> | </WRAP> | ||
| - | ====== 新功能 ====== | + | ====== New Features ====== |
| - | *全面适配Rocky 9.x + PHP 7.4运行环境 | + | *Fully compatible with Rocky 9.x + PHP 7.4 runtime environment |
| - | *增加spout扩展,支持导入xlsx文件 | + | *Added spout extension to support importing xlsx files. |
| - | *支持MariaDB InnoDB表加密,使用方法请参见代码包中的文档:inst-shell/MariaDB_InnoDB_Encrypted.md | + | *Supports encryption of MariaDB InnoDB tables. For usage instructions, please refer to the documentation in the code package: inst-shell/MariaDB_InnoDB_Encrypted.md |
| - | *提高安全防护,防止密码泄露后,被人利用/login/changelogin接口登录。 | + | *Enhance security to prevent unauthorized logins via the /login/changelogin API after password leaks. |
| - | 可以在/etc/astercc.conf文件中进行加盐(由数字、字母组成,区分大小写),加盐方法如下图: | + | |
| + | Salts can be added in the `/etc/astercc.conf` file (consisting of numbers and letters, case-sensitive). The salting method is shown in the image below: | ||
| {{:zh:change_log:changelogin_pnum_salt.png?480|}} | {{:zh:change_log:changelogin_pnum_salt.png?480|}} | ||
| - | *前端插件升级jQuery升至1.7.2、JQuery UI升至1.12.0、JQuery Layout 升至1.3.0-rc-30.79、jQuery validation plug-in升至v1.9.0 | + | *Front-end plugins have been upgraded: jQuery to version 1.7.2, jQuery UI to version 1.12.0, jQuery Layout to version 1.3.0-rc-30.79, and the jQuery validation plug-in to version 1.9.0. |
| - | *CakePHP框架代码修复,兼容PHP7.4 | + | *CakePHP framework code fixes, compatible with PHP 7.4 |