Skip to content

Releases: Aixiaoji-Short-URL/Short-URL

Short-URL 3.2

10 Aug 18:36
Compare
Choose a tag to compare

Short-URL 3.2 Update - LanguagePack Editing Function Refactor and Bug Fixes

Update Details:

  1. 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.
  2. Function Refactor:

    • Refactored the LanguagePack editing function into a single large form, simplifying text modification operations and eliminating the need for navigation.
  3. 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

10 Jul 10:11
Compare
Choose a tag to compare

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:

  1. 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 🌐🔗

09 Jul 16:06
Compare
Choose a tag to compare

Short-URL 3 Update

  1. Changed the file directory structure 📂
  2. Added code to prevent XSS attacks 🛡️
  3. Added admin management page 🧑‍💼
  4. Password Verification page supports switching language packs 🌐
  5. Theme support 🎨
  6. Official language packs (Chinese-Simplified & English-American) updated to V2 🇨🇳🇺🇸
  7. Deleted Chinese-Simplified-Pinyin language packs 🗑️
  8. Automatic redirection from i.php to /i/ with parameters ➡️
  9. 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

04 Feb 10:17
345fa30
Compare
Choose a tag to compare

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

18 Jan 12:11
4d879d9
Compare
Choose a tag to compare

Short-URL 1.2 Up