Plugin Directory

Changeset 3446411


Ignore:
Timestamp:
01/25/2026 06:30:28 AM (2 months ago)
Author:
systemsrtk
Message:

v1.0.17

Location:
auto-podcast-import
Files:
30 added
3 edited

Legend:

Unmodified
Added
Removed
  • auto-podcast-import/trunk/auto-podcast-import.php

    r3402257 r3446411  
    44 * Plugin URI:        https://wordpress.org/plugins/auto-podcast-import/
    55 * Description:       Import your podcast feed, automatically from any supported podcast provider.
    6  * Version:           1.0.16
     6 * Version:           1.0.17
    77 * Requires at least: 6.1.0
    88 * Requires PHP:      7.4
     
    1616defined( 'ABSPATH' ) || exit;
    1717 
    18 define('AUPI_VER','1.0.16');
     18define('AUPI_VER','1.0.17');
    1919define('AUPI_SLUG','aupi');
    2020
  • auto-podcast-import/trunk/inc/filters.php

    r3402257 r3446411  
    1111    $imagePodcast= get_post_meta($post->ID, 'aupi_image_url', true );
    1212    if(!empty($imagePodcast)){
    13         return false;
     13        return 1;
    1414    }
    1515    return $thumbnail_id;
  • auto-podcast-import/trunk/readme.txt

    r3402257 r3446411  
    66Requires at least: 5.6
    77Requires PHP: 7.4
    8 Tested up to: 6.8.3
    9 Stable tag: 1.0.16
     8Tested up to: 6.9
     9Stable tag: 1.0.17
    1010Import your podcast feed, automatically from any supported podcast provider.
    1111
     
    7979
    8080== Changelog ==
     81= 1.0.17 =
     82- Fix thumnail id bug
    8183
    8284= 1.0.16 =
Note: See TracChangeset for help on using the changeset viewer.