Changeset 3446411
- Timestamp:
- 01/25/2026 06:30:28 AM (2 months ago)
- Location:
- auto-podcast-import
- Files:
-
- 30 added
- 3 edited
-
tags/1.0.17 (added)
-
tags/1.0.17/assets (added)
-
tags/1.0.17/assets/css (added)
-
tags/1.0.17/assets/css/admin.css (added)
-
tags/1.0.17/assets/css/index.php (added)
-
tags/1.0.17/assets/images (added)
-
tags/1.0.17/assets/images/loader.gif (added)
-
tags/1.0.17/assets/index.php (added)
-
tags/1.0.17/assets/js (added)
-
tags/1.0.17/assets/js/admin.js (added)
-
tags/1.0.17/assets/js/index.php (added)
-
tags/1.0.17/auto-podcast-import.php (added)
-
tags/1.0.17/functions.php (added)
-
tags/1.0.17/inc (added)
-
tags/1.0.17/inc/admin_menu.php (added)
-
tags/1.0.17/inc/cron.php (added)
-
tags/1.0.17/inc/feed.php (added)
-
tags/1.0.17/inc/filters.php (added)
-
tags/1.0.17/inc/index.php (added)
-
tags/1.0.17/inc/post_type.php (added)
-
tags/1.0.17/index.php (added)
-
tags/1.0.17/languages (added)
-
tags/1.0.17/languages/aupi-ar.mo (added)
-
tags/1.0.17/languages/aupi-ar.po (added)
-
tags/1.0.17/languages/aupi-he_IL.mo (added)
-
tags/1.0.17/languages/aupi-he_IL.po (added)
-
tags/1.0.17/languages/aupi.pot (added)
-
tags/1.0.17/languages/index.php (added)
-
tags/1.0.17/main.php (added)
-
tags/1.0.17/readme.txt (added)
-
trunk/auto-podcast-import.php (modified) (2 diffs)
-
trunk/inc/filters.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-podcast-import/trunk/auto-podcast-import.php
r3402257 r3446411 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 66 * Version: 1.0.17 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 6');18 define('AUPI_VER','1.0.17'); 19 19 define('AUPI_SLUG','aupi'); 20 20 -
auto-podcast-import/trunk/inc/filters.php
r3402257 r3446411 11 11 $imagePodcast= get_post_meta($post->ID, 'aupi_image_url', true ); 12 12 if(!empty($imagePodcast)){ 13 return false;13 return 1; 14 14 } 15 15 return $thumbnail_id; -
auto-podcast-import/trunk/readme.txt
r3402257 r3446411 6 6 Requires at least: 5.6 7 7 Requires PHP: 7.4 8 Tested up to: 6. 8.39 Stable tag: 1.0.1 68 Tested up to: 6.9 9 Stable tag: 1.0.17 10 10 Import your podcast feed, automatically from any supported podcast provider. 11 11 … … 79 79 80 80 == Changelog == 81 = 1.0.17 = 82 - Fix thumnail id bug 81 83 82 84 = 1.0.16 =
Note: See TracChangeset
for help on using the changeset viewer.