updated plugin AudioIgniter version 2.0.1

This commit is contained in:
2025-04-29 21:19:08 +00:00
committed by Gitium
parent fdfbf76539
commit d652fac5a4
53 changed files with 108 additions and 11318 deletions

View File

@ -1,9 +1,9 @@
=== AudioIgniter Music Player ===
Contributors: cssigniterteam, anastis, silencerius, tsiger
Tags: audio, podcast, audio player, html5 player, mp3 player, music player, music, radio stream, radio player, sound player, player, podcast player
Requires at least: 5.0
Tested up to: 6.2
Stable tag: 2.0.0
Tags: audio, audio player, html5 player, mp3 player, podcast
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -96,6 +96,9 @@ You can expect the same level of support for both the free and pro version of ou
**JOIN OUR COMMUNITY**
Join our [Facebook group](https://www.facebook.com/groups/2601788933169108) to discuss new features and stay up to date on our latest releases.
**Contribute**
Visit the [GitHub repository](https://github.com/cssigniter/audioigniter) for full source code and to report any bugs.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/audioigniter` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the "Plugins" screen in WordPress
@ -109,6 +112,11 @@ Join our [Facebook group](https://www.facebook.com/groups/2601788933169108) to d
== Changelog ==
= 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.