Changeset 3363500
- Timestamp:
- 09/17/2025 07:27:18 PM (7 months ago)
- Location:
- auto-podcast-import
- Files:
-
- 30 added
- 2 edited
-
tags/1.0.13 (added)
-
tags/1.0.13/assets (added)
-
tags/1.0.13/assets/css (added)
-
tags/1.0.13/assets/css/admin.css (added)
-
tags/1.0.13/assets/css/index.php (added)
-
tags/1.0.13/assets/images (added)
-
tags/1.0.13/assets/images/loader.gif (added)
-
tags/1.0.13/assets/index.php (added)
-
tags/1.0.13/assets/js (added)
-
tags/1.0.13/assets/js/admin.js (added)
-
tags/1.0.13/assets/js/index.php (added)
-
tags/1.0.13/auto-podcast-import.php (added)
-
tags/1.0.13/functions.php (added)
-
tags/1.0.13/inc (added)
-
tags/1.0.13/inc/admin_menu.php (added)
-
tags/1.0.13/inc/cron.php (added)
-
tags/1.0.13/inc/feed.php (added)
-
tags/1.0.13/inc/filters.php (added)
-
tags/1.0.13/inc/index.php (added)
-
tags/1.0.13/inc/post_type.php (added)
-
tags/1.0.13/index.php (added)
-
tags/1.0.13/languages (added)
-
tags/1.0.13/languages/aupi-ar.mo (added)
-
tags/1.0.13/languages/aupi-ar.po (added)
-
tags/1.0.13/languages/aupi-he_IL.mo (added)
-
tags/1.0.13/languages/aupi-he_IL.po (added)
-
tags/1.0.13/languages/aupi.pot (added)
-
tags/1.0.13/languages/index.php (added)
-
tags/1.0.13/main.php (added)
-
tags/1.0.13/readme.txt (added)
-
trunk/auto-podcast-import.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-podcast-import/trunk/auto-podcast-import.php
r3363497 r3363500 4 4 * Plugin URI: https://wordpress.org/plugins/auto-podcast-import/ 5 5 * Description: Import your podcast feed, automatically from any supported podcast provider. 6 * Version: 1.0.1 26 * Version: 1.0.13 7 7 * Requires at least: 6.1.0 8 8 * Requires PHP: 7.4 … … 16 16 defined( 'ABSPATH' ) || exit; 17 17 18 define('AUPI_VER','1.0.1 2');18 define('AUPI_VER','1.0.13'); 19 19 define('AUPI_SLUG','aupi'); 20 20 -
auto-podcast-import/trunk/readme.txt
r3363497 r3363500 1 1 === Auto podcast import === 2 Tags: podcast, sync, import, feed, rss , xml, audio, player2 Tags: podcast, sync, import, feed, rss 3 3 Contributors: systemsrtk 4 4 License: GPLv2 or later … … 6 6 Requires at least: 5.6 7 7 Requires PHP: 7.4 8 Tested up to: 6. 7.29 Stable tag: 1.0.1 28 Tested up to: 6.8.2 9 Stable tag: 1.0.13 10 10 Import your podcast feed, automatically from any supported podcast provider. 11 11 … … 79 79 80 80 == Changelog == 81 = 1.0.13 = 82 - Test on 6.8.2 Wordpress version 83 81 84 = 1.0.12 = 82 85 - Admin insert player into post content not saving
Note: See TracChangeset
for help on using the changeset viewer.