updated plugin AudioIgniter version 1.9.0

This commit is contained in:
2022-08-19 16:15:57 +00:00
committed by Gitium
parent b49569de47
commit 8af91729f1
43 changed files with 6804 additions and 6000 deletions

View File

@ -2,8 +2,8 @@
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: 5.9
Stable tag: 1.7.3
Tested up to: 6.0
Stable tag: 1.9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -84,6 +84,10 @@ A [Pro version](https://www.cssigniter.com/plugins/audioigniter) is also availab
* Customize the colors through the Customizer
* Custom block for the Gutenberg Block Editor (With the ability to change colors per player)
* Widget & Shortcode available
* Streaming service button links
* Sync download URL with audio URL automatically
* Standalone shortcode for single tracks (without the need to create a playlist)
* Remember last played track and position
**PREMIUM SUPPORT**
You can expect the same level of support for both the free and pro version of our plugin. Average response time: 24 hours.
@ -102,6 +106,21 @@ You can expect the same level of support for both the free and pro version of ou
== Changelog ==
= 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.