Tags give the ability to mark specific points in history as being important
-
v2.3.5
Release: v2.3.524808a78 · ·# [2.3.5] - 2026-01-16 ### Security & Core Logic - **Anti-Virus Compliance:** Major refactoring. Separated API configurations into `includes/apis.php` to isolate data arrays from executable logic, preventing false-positive malware flags from host scanners (Imunify360, BitNinja). - **Fail-Safe Encryption:** Added a robust fallback mechanism for servers where OpenSSL extensions are missing or misconfigured. ### Fixed - **GPLinks Integration:** Fixed "URL Invalid" error by implementing a recursive URL cleaner (`ls_deep_clean_url`) that correctly handles double/triple encoded URLs. - **Analytics Accuracy:** Fixed "Shadow Clicks" issue. Click tracking is now triggered via JavaScript (`navigator.sendBeacon`) only upon user interaction, effectively filtering out bot traffic and closed tabs. - **Expired Links:** Fixed decryption failures for older links by implementing a multi-format decryption strategy (tries AES-256 first, then legacy Base64).
-