Changeset 3191083
- Timestamp:
- 11/18/2024 10:25:24 AM (17 months ago)
- Location:
- auto-podcast-import
- Files:
-
- 30 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/assets (added)
-
tags/1.0.5/assets/css (added)
-
tags/1.0.5/assets/css/admin.css (added)
-
tags/1.0.5/assets/css/index.php (added)
-
tags/1.0.5/assets/images (added)
-
tags/1.0.5/assets/images/loader.gif (added)
-
tags/1.0.5/assets/index.php (added)
-
tags/1.0.5/assets/js (added)
-
tags/1.0.5/assets/js/admin.js (added)
-
tags/1.0.5/assets/js/index.php (added)
-
tags/1.0.5/auto-podcast-import.php (added)
-
tags/1.0.5/functions.php (added)
-
tags/1.0.5/inc (added)
-
tags/1.0.5/inc/admin_menu.php (added)
-
tags/1.0.5/inc/cron.php (added)
-
tags/1.0.5/inc/feed.php (added)
-
tags/1.0.5/inc/filters.php (added)
-
tags/1.0.5/inc/index.php (added)
-
tags/1.0.5/inc/post_type.php (added)
-
tags/1.0.5/index.php (added)
-
tags/1.0.5/languages (added)
-
tags/1.0.5/languages/aupi-ar.mo (added)
-
tags/1.0.5/languages/aupi-ar.po (added)
-
tags/1.0.5/languages/aupi-he_IL.mo (added)
-
tags/1.0.5/languages/aupi-he_IL.po (added)
-
tags/1.0.5/languages/aupi.pot (added)
-
tags/1.0.5/languages/index.php (added)
-
tags/1.0.5/main.php (added)
-
tags/1.0.5/readme.txt (added)
-
trunk/auto-podcast-import.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-podcast-import/trunk/auto-podcast-import.php
r3120999 r3191083 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. 46 * Version: 1.0.5 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. 4');18 define('AUPI_VER','1.0.5'); 19 19 define('AUPI_SLUG','aupi'); 20 20 -
auto-podcast-import/trunk/readme.txt
r3120999 r3191083 6 6 Requires at least: 5.6 7 7 Requires PHP: 7.4 8 Tested up to: 6. 4.19 Stable tag: 1.0. 48 Tested up to: 6.7 9 Stable tag: 1.0.5 10 10 Import your podcast feed, automatically from any supported podcast provider. 11 11 … … 55 55 56 56 == Changelog == 57 = 1.0.5 = 58 - Tested on WP 6.7 59 57 60 = 1.0.4 = 58 61 - Import image, and show it instead of post thumbnail
Note: See TracChangeset
for help on using the changeset viewer.