Decryption key:
YITH Activator Plugin v6.0
== Changelog ==
= 6.0 =
* Full code refactor with singleton pattern for clean instantiation
* Moved HTTP interception from anonymous closure into a proper class method
* Consolidated all standalone functions into the main class
* Fixed bug where disable_license_redirect was never actually hooked as a class method
* Added ABSPATH security check to prevent direct file access
* Added is_readable guard before reading plugin files for slug resolution
* Added class_exists check before removing onboarding redirect
* Used wp_json_encode and wp_parse_url instead of PHP native equivalents
* Consistent response structure across all intercepted requests
* Removed unused variables and all inline comments
* Bumped tested up to WordPress 6.7