Comprehensive JSDoc documentation for all PHP files
forceDownload() and fallbackDownload() methods
Improvements
WordPress 6.8.3 compatibility
Made Polylang optional (plugin works independently)
Enhanced download error handling with retry and fallback logic
Replaced file_get_contents() and Guzzle with WordPress HTTP API
Improved code organization and directory structure
Added file size parameter to download methods
Fixes
Fixed API response status to return false on errors instead of true
Typos and comment issues throughout codebase
Removed
CDN-specific logic from URL generation methods
March 24, 2025 - Version 3.0.0
Fixes
Fixed the download issue that was preventing users from downloading files.
Resolved the license activation issue that was causing problems with plugin activation.
Addressed the issue with WordPress plugin updates, ensuring smooth updates.
Fixed the story download issue to ensure proper functionality.
Disabled autocomplete for input fields to improve user privacy and security.
Improvements
Added support for the latest WordPress version 6.7.2.
October 09, 2024 - Version 2.0.2
Fixes
Fixed an issue in the Customization page where extra slashes were being added when inserting Custom JavaScript.
Resolved the caching issue that was causing "nonce failed" or "invalid cookie" errors during nonce checks.
October 3, 2024 - Version 2.0.1
New Features
Added CAPTCHA support with options for Google reCAPTCHA v2 and Cloudflare Turnstile to enhance security.
Implemented nonce checks for video download requests to improve security and prevent CSRF attacks.
October 2, 2024 - Version 2.0.0
Important Notice
New Download Limit and Pay-as-you-go Model:Version 2.0.0 introduces a limit of 30,000 download requests per month. After reaching this limit, you can continue using the service by switching to a pay-as-you-go model available athttps://developers.visolix.com/.
New Features
Added support for downloading YouTube videos up to 4K resolution.
Improvements
Redesigned and improved the admin panel dashboard for better user experience.
Enhanced the downloader page design for improved usability.
Added support for WordPress version 6.6.2 (latest version).
Fixes
Resolved the license deactivation issue.
Fixed TikTok video download problems.
June 17, 2024 - Version 1.0.6
Fixes
Fixed Instagram issue.
June 16, 2024 - Version 1.0.5
Improvements
Improved the file downloader function for better performance and reliability.
June 15, 2024 - Version 1.0.4
New Features
Added a new YouTube video downloader.
Enhanced the download verification process using database records.
Added database logging for downloads in generateSecuredDLUrl.