Plugin Directory

Changeset 3191083


Ignore:
Timestamp:
11/18/2024 10:25:24 AM (17 months ago)
Author:
systemsrtk
Message:

V1.0.5

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

Legend:

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

    r3120999 r3191083  
    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.4
     6 * Version:           1.0.5
    77 * Requires at least: 6.1.0
    88 * Requires PHP:      7.4
     
    1616defined( 'ABSPATH' ) || exit;
    1717 
    18 define('AUPI_VER','1.0.4');
     18define('AUPI_VER','1.0.5');
    1919define('AUPI_SLUG','aupi');
    2020
  • auto-podcast-import/trunk/readme.txt

    r3120999 r3191083  
    66Requires at least: 5.6
    77Requires PHP: 7.4
    8 Tested up to: 6.4.1
    9 Stable tag: 1.0.4
     8Tested up to: 6.7
     9Stable tag: 1.0.5
    1010Import your podcast feed, automatically from any supported podcast provider.
    1111
     
    5555
    5656== Changelog ==
     57= 1.0.5 =
     58- Tested on WP 6.7
     59
    5760= 1.0.4 =
    5861- Import image, and show it instead of post thumbnail
Note: See TracChangeset for help on using the changeset viewer.