Fix: Replaced WP_Filesystem file-reading block with readfile() + wp_delete_file(). Eliminates the prohibited require_once ABSPATH call and streams audio directly to output without loading the entire file into memory.
1.3.0
Compliance: Removed arbitrary custom CSS field (no longer permitted by WordPress.org guidelines).
Compliance: Removed direct require_once of WordPress core HTTP file.
Compliance: Renamed main plugin file to match the plugin slug (l47-audio-player-for-google-drive.php).
Compliance: Translated all Settings API label strings to English as required by Plugin Check.
Compliance: Renamed include files from class-dap-* to class-l47ap-* to fully align with the l47ap prefix standard.
1.2.0
Compliance: Renamed plugin and slug to comply with WordPress.org Plugin Directory Guidelines.
Compliance: Updated all code prefixes to l47ap_ / L47AP_ for functions, classes, options and registered names.
Documentation: Added External Services section describing Google Drive API usage, data sent and privacy links.
Documentation: Rewrote description to remove promotional language.
Documentation: Updated Contributors field to reflect the WordPress.org account of the plugin owner.
1.1.0
Improvement: New design with glassmorphism skin.
Improvement: Integrated SVG icons.
Security: Refined download proxy with nonce validation and WP_Filesystem usage.