Plugin Directory

Changeset 3246521


Ignore:
Timestamp:
02/25/2025 02:50:14 PM (13 months ago)
Author:
easyprolabs
Message:

bug fix

Location:
podcast-player
Files:
181 added
3 edited

Legend:

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

    r3245675 r3246521  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 7.6.0
     7Stable tag: 7.6.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • podcast-player/trunk/backend/inc/class-shortcode.php

    r3045510 r3246521  
    192192            'podbean_sub'       => '',
    193193            'playerfm_sub'      => '',
     194            'feedback'          => '',
     195            'collect_feedback'  => '', // TODO: To be removed in next update.
     196            'show-form-time'    => 60, // TODO: To be removed in next update.
     197            'show_form_time'    => 60,
     198            'feedback_text'     => esc_html__( 'Are you enjoying this episode?', 'podcast-player' ),
     199            'positive_text'     => esc_html__( 'Thanks for your feedback.', 'podcast-player' ),
     200            'positive_url'      => '',
     201            'negative_text'     => esc_html__( 'Sorry you did not like it. Please share your feedback to help us improve.', 'podcast-player' ),
     202            'negative_form'     => 'yes',
    194203        );
    195204    }
  • podcast-player/trunk/podcast-player.php

    r3245675 r3246521  
    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.6.0
     17 * Version:           7.6.1
    1818 * Author:            vedathemes
    1919 * Author URI:        https://easypodcastpro.com
     
    3030
    3131// Currently plugin version.
    32 define( 'PODCAST_PLAYER_VERSION', '7.6.0' );
     32define( 'PODCAST_PLAYER_VERSION', '7.6.1' );
    3333
    3434// Define plugin constants.
Note: See TracChangeset for help on using the changeset viewer.