Plugin Directory

Changeset 3294606


Ignore:
Timestamp:
05/16/2025 07:19:39 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Removed some unnecessary code.
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

    r3293131 r3294606  
    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.2
     8 * Version: 1.3.3
    99 * Author: Essential Plugin
    10  * Author URI: https://www.essentialplugin.com/wordpress-plugin/audio-player-playlist/
     10 * Author URI: https://www.essentialplugin.com
    1111 * Contributors: Essential Plugin
    1212 *
    13  * @package WordPress
     13 * @package Audio Player with Playlist Ultimate
    1414 * @author Essential Plugin
    1515*/
     
    2020
    2121if( !defined( 'APWPULTIMATE_VERSION' ) ) {
    22     define( 'APWPULTIMATE_VERSION', '1.3.2' ); // Version of plugin
     22    define( 'APWPULTIMATE_VERSION', '1.3.3' ); // Version of plugin
    2323}
    2424if( ! defined( 'APWPULTIMATE_NAME' ) ) {
     
    4545if(!defined( 'APWPULTIMATE_PLUGIN_UPGRADE' ) ) {
    4646    define('APWPULTIMATE_PLUGIN_UPGRADE','https://www.essentialplugin.com/wordpress-plugin/audio-player-playlist/?utm_source=WP&utm_medium=Audio-Player&utm_campaign=Upgrade-PRO'); // Plugin Check link
    47 }
    48 
    49 if(!defined( 'APWPULTIMATE_SITE_LINK' ) ) {
    50     define('APWPULTIMATE_SITE_LINK','https://www.essentialplugin.com'); // Plugin link
    5147}
    5248
  • audio-player-with-playlist-ultimate/trunk/readme.txt

    r3293131 r3294606  
    44Requires at least: 4.0
    55Tested up to: 6.8.1
    6 Stable tag: 1.3.2
     6Stable tag: 1.3.3
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9393== Changelog ==
    9494
     95= 1.3.3 (16 May 2025) =
     96* [*] Removed some unnecessary code.
     97
    9598= 1.3.2 (14 May 2025) =
    9699* [*] Check compatibility with WordPress version 6.8.1
Note: See TracChangeset for help on using the changeset viewer.