Plugin Directory

Changeset 3363500


Ignore:
Timestamp:
09/17/2025 07:27:18 PM (7 months ago)
Author:
systemsrtk
Message:

v1.0.13

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

Legend:

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

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

    r3363497 r3363500  
    11=== Auto podcast import ===
    2 Tags: podcast, sync, import, feed, rss, xml, audio, player
     2Tags: podcast, sync, import, feed, rss
    33Contributors: systemsrtk
    44License: GPLv2 or later
     
    66Requires at least: 5.6
    77Requires PHP: 7.4
    8 Tested up to: 6.7.2
    9 Stable tag: 1.0.12
     8Tested up to: 6.8.2
     9Stable tag: 1.0.13
    1010Import your podcast feed, automatically from any supported podcast provider.
    1111
     
    7979
    8080== Changelog ==
     81= 1.0.13 =
     82- Test on 6.8.2 Wordpress version
     83
    8184= 1.0.12 =
    8285- Admin insert player into post content not saving
Note: See TracChangeset for help on using the changeset viewer.