Plugin Directory

Changeset 3418338


Ignore:
Timestamp:
12/12/2025 02:01:15 PM (4 months ago)
Author:
vedathemes
Message:

bug fix release

Location:
podcast-player
Files:
188 added
3 edited

Legend:

Unmodified
Added
Removed
  • podcast-player/trunk/README.txt

    r3408853 r3418338  
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 7.9.12
     7Stable tag: 7.9.13
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    128128* Bug Fix: Pro import toolkit not showing already imported episodes.
    129129* Bug Fix: Category filter changed from partial match to full match.
    130 
    131 = 7.9.7 =
    132130* Bug Fix: Mini player show navigation buttons even for single episode players.
    133131
  • podcast-player/trunk/backend/inc/class-loader.php

    r3407648 r3418338  
    231231        }
    232232
    233         if ( defined( 'PP_PRO_VERSION' ) && version_compare( PP_PRO_VERSION, '5.8.4', '<' ) ) {
     233        if ( defined( 'PP_PRO_VERSION' ) && version_compare( PP_PRO_VERSION, '5.8.5', '<' ) ) {
    234234            ?>
    235235            <div class="notice-warning notice is-dismissible pp-welcome-notice">
    236                 <p><?php esc_html_e( 'There is an update available to Podcast Player Pro. Please update to Podcast Player Pro v5.8.4. If you have not received an automated update notice, please login to our website and download latest version.', 'podcast-player' ); ?></p>
     236                <p><?php esc_html_e( 'There is an update available to Podcast Player Pro. Please update to Podcast Player Pro v5.8.5. If you have not received an automated update notice, please login to our website and download latest version.', 'podcast-player' ); ?></p>
    237237            </div>
    238238            <?php
  • podcast-player/trunk/podcast-player.php

    r3407648 r3418338  
    1515 * Plugin URI:        https://easypodcastpro.com
    1616 * Description:       Host your podcast episodes anywhere, display them only using podcast feed url. Use custom widget or shortcode to display podcast player anywhere on your site.
    17  * Version:           7.9.12
     17 * Version:           7.9.13
    1818 * Author:            vedathemes
    1919 * Author URI:        https://easypodcastpro.com
     
    3030
    3131// Currently plugin version.
    32 define( 'PODCAST_PLAYER_VERSION', '7.9.12' );
     32define( 'PODCAST_PLAYER_VERSION', '7.9.13' );
    3333
    3434// Define plugin constants.
Note: See TracChangeset for help on using the changeset viewer.