Fixed issue where playlist information would be returned by the playlist JSON endpoint for playlists that were not yet published (CVE-2026-8679, props nudien udin).
2.0.2
Added support for custom list playback rates when using the [ai_track] shortcode (AudioIgniter Pro).
Fixed missing gettext domain issue.
Removed call to load_plugin_textdomain().
2.0.1
Fixed issue where a PHP notice would get thrown (in WP 6.7) regarding translations loading too early.
Fixed issue where the player would break when repeating a single track via the [ai_track] shortcode (pro).
Allow short-circuiting individual tracks from appearing in the endpoint, by returning false in the audioigniter_playlist_endpoint_track filter.
2.0.0
Added AudioIgniter top level menu.
Fixed an issue where downloaded tracks would get the full URL as a filename, when the “Use the track URL as the download URL” was checked.
Fixed an issue with the “Remember last position” the moment a track starts playing.
Fixed an issue where the duration as a countdown would show weird format in some cases.
Added base support so that the Shuffle button can now be displayed without being enabled/on by default (Pro feature).
Added base support for AudioIgniter Analytics (Pro feature).
1.9.0
Fixed a JavaScript error in the admin when selecting an image without thumbnails.
Show the playlist shortcode metabox on the side.
Show the playlist shortcode on the admin playlists listing page.
Action ‘audioigniter_metabox_tracks_field_controls’ now passes $location and $post_id parameters.
Repeatable fields overhaul.
Underlying support for new Pro functionality (Use track as download url, player buttons, single track shortcode).
1.8.0
General performance updates.
Upgrade of base libraries.
Drop support for Internet Explorer.
Removed unneeded nonce.
The playlists’ shortcode meta box now has a ‘low’ priority so that it’s displayed last.
1.7.3
Top “Add Track” prepends a track, and bottom “Add Track” appends a track.
1.7.2
Provide minimized and optimized stylesheet.
Updated shortcode to support HTML classes via the class=”” parameter.
1.7.1
Added support for x3 playback rate.
Added base support for user controlled shuffle button, in playlists that shuffle mode is enabled (Pro feature).
Fixed a deprecation warning “Required parameter follows optional parameter” that would appear in PHP 8.
Fixed spinner positioning on simple track listing.