Plugin Directory

Changeset 3293131


Ignore:
Timestamp:
05/14/2025 09:35:12 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Check compatibility to WordPress version 6.8.1
Location:
audio-player-with-playlist-ultimate
Files:
81 added
2 edited

Legend:

Unmodified
Added
Removed
  • audio-player-with-playlist-ultimate/trunk/audio-player-with-playlist-ultimate.php

    r3185751 r3293131  
    66 * Description: Audio Player with Playlist Ultimate plugin is a jQuery HTML5 Music/Audio Player with Playlist comes with huge possibilities and options. Its comes with 1 styles for grid and 1 for playlist with Single player & Multiple player orientations. It supports shuffle, repeat, volume control, time line progress-bar, Song Title and Artist. Also work with Gutenberg shortcode block.
    77 * Domain Path: /languages/
    8  * Version: 1.3.1
    9  * Author:  WP OnlineSupport, Essential Plugin
     8 * Version: 1.3.2
     9 * Author: Essential Plugin
    1010 * Author URI: https://www.essentialplugin.com/wordpress-plugin/audio-player-playlist/
    11  * Contributors: WP OnlineSupport
     11 * Contributors: Essential Plugin
     12 *
     13 * @package WordPress
     14 * @author Essential Plugin
    1215*/
    1316
     
    1720
    1821if( !defined( 'APWPULTIMATE_VERSION' ) ) {
    19     define( 'APWPULTIMATE_VERSION', '1.3.1' ); // Version of plugin
     22    define( 'APWPULTIMATE_VERSION', '1.3.2' ); // Version of plugin
    2023}
    2124if( ! defined( 'APWPULTIMATE_NAME' ) ) {
  • audio-player-with-playlist-ultimate/trunk/readme.txt

    r3185751 r3293131  
    11=== Audio Player with Playlist Ultimate ===
    2 Contributors: wponlinesupport, anoopranawat, pratik-jain, piyushpatel123, patelketan
     2Contributors: essentialplugin
    33Tags: audio player with playlist, album art, multiple player, music player, repeat single player
    44Requires at least: 4.0
    5 Tested up to: 6.7
    6 Stable tag: 1.3.1
     5Tested up to: 6.8.1
     6Stable tag: 1.3.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
    99
    10 Audio Player with Playlist Ultimate plugin is a jQuery HTML5 Music/Audio Player with Playlist comes with huge possibilities and options. Its comes with 1 styles for grid and 1 for playlist with Single player & Multiple player orientations. It supports shuffle, repeat, volume control, time line progress-bar, Song Title and Artist. Also work with Gutenberg shortcode block. 
     10Audio Player with Playlist Ultimate is a Music/Audio Player with Playlist and options like shuffle, repeat, volume control, progress-bar, song info.
    1111
    1212== Description ==
     
    9393== Changelog ==
    9494
     95= 1.3.2 (14 May 2025) =
     96* [*] Check compatibility with WordPress version 6.8.1
     97
    9598= 1.3.1 (11 Nov 2024) =
    9699* [*] Check compatibility to WordPress version 6.7
Note: See TracChangeset for help on using the changeset viewer.