Releases: Aixiaoji-Short-URL/Short-URL
Releases · Aixiaoji-Short-URL/Short-URL
Short-URL 3.2
Short-URL 3.2 Update - LanguagePack Editing Function Refactor and Bug Fixes
Update Details:
-
File Changes:
- Deleted ADMIN/Language-edit/V1.php, ADMIN/Language-edit/V2.php, ADMIN/Language-edit/save_config-V1.php, and ADMIN/Language-edit/save_config-V2.php.
- Added ADMIN/Language-edit/save_config.php.
- Modified ADMIN/Language-edit/index.php.
-
Function Refactor:
- Refactored the LanguagePack editing function into a single large form, simplifying text modification operations and eliminating the need for navigation.
-
Bug Fixes:
- Fixed a critical bug: Editing V1 would overwrite (clear) V2, and vice versa. For details, see #7.
Full Changelog: surl3.1...surl3.2
Short-URL 3.1 Update
Short-URL 3.1 Update 🌐🔗
Before talking about the content:
This is a very small update (for some people) because there is only one update. But this update will affect all themes
Content:
- Split logic PHP: Part of the code in index.php is split into two files, namely
{Theme}/UI/index-return-ok.php
and{Theme}/UI/index-return-error.php
✂️💻
Postscript:
This version is not compatible with the old version of Theme.
Full Changelog: surl3...surl3.1
Short-URL 3 Update 🌐🔗
Short-URL 3 Update
- Changed the file directory structure 📂
- Added code to prevent XSS attacks 🛡️
- Added admin management page 🧑💼
- Password Verification page supports switching language packs 🌐
- Theme support 🎨
- Official language packs (Chinese-Simplified & English-American) updated to V2 🇨🇳🇺🇸
- Deleted Chinese-Simplified-Pinyin language packs 🗑️
- Automatic redirection from i.php to /i/ with parameters ➡️
- Protocol header check added in addurl_api.php (verifies presence of a protocol header) 🕵️♂️
Postscript:
- This version is not compatible with the old version of Theme (the old version itself does not support Theme in principle)
⚠️
Full Changelog: formal2...surl3
Short-URL 2
Add: Language Packs:
English-American.php
Chinese-Simplified.php
Chinese-Simplified-Pinyin.php
Del: index-Engilsh.php
Edit: index.php
Supported language packs, defaults to English-American.php
Determine whether it is HTTP or HTTPS
Short-URL 1.2
Short-URL 1.2 Up