Changeset 3333112
- Timestamp:
- 07/23/2025 06:05:30 PM (7 months ago)
- Location:
- powerpress/trunk
- Files:
-
- 5 edited
-
powerpress.php (modified) (2 diffs)
-
powerpressadmin-metabox.php (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
-
version.txt (modified) (1 diff)
-
views/episode-box.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
powerpress/trunk/powerpress.php
r3326310 r3333112 4 4 Plugin URI: https://blubrry.com/services/powerpress-plugin/ 5 5 Description: <a href="https://blubrry.com/services/powerpress-plugin/" target="_blank">Blubrry PowerPress</a> is the No. 1 Podcasting plugin for WordPress. Developed by podcasters for podcasters; features include Simple and Advanced modes, multiple audio/video player options, subscribe to podcast tools, podcast SEO features, and more! Fully supports Apple Podcasts (previously iTunes), Google Podcasts, Spotify, and Blubrry Podcasting directories, as well as all podcast applications and clients. 6 Version: 11.13. 56 Version: 11.13.6 7 7 Author: Blubrry 8 8 Author URI: https://blubrry.com/ … … 133 133 134 134 // WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED) 135 define('POWERPRESS_VERSION', '11.13. 5' );135 define('POWERPRESS_VERSION', '11.13.6' ); 136 136 137 137 // Translation support: -
powerpress/trunk/powerpressadmin-metabox.php
r3317820 r3333112 32 32 if (!$DurationSS) { 33 33 $DurationSS = '00'; 34 } 35 if (empty($ExtraData)) { 36 $ExtraData = array(); 34 37 } 35 38 $FeedSettings = get_option('powerpress_feed_'.$FeedSlug); … … 443 446 <?php //Apple Podcasts Settings 444 447 // //Apple Podcasts Title 448 if (empty($ExtraData)) { 449 $ExtraData = array(); 450 } 445 451 if (empty($ExtraData['episode_title'])) { 446 452 $ExtraData['episode_title'] = ''; … … 702 708 $form_action_url = admin_url("media-upload.php?type=powerpress_image&tab=type&post_id={$object->ID}&powerpress_feed={$FeedSlug}&TB_iframe=true&width=450&height=200"); 703 709 710 if (empty($ExtraData)) { 711 $ExtraData = array(); 712 } 704 713 //Setting for itunes artwork 705 714 if (!isset($ExtraData['itunes_image']) || !$ExtraData['itunes_image']) { … … 896 905 $chaptersParsedJson = array(); 897 906 907 if (empty($ExtraData)) { 908 $ExtraData = array(); 909 } 898 910 if ($PCIChapters == 1) { 899 911 // first, check if the chapters are hosted on this site. if so, access them directly rather than over http … … 1173 1185 function vts_tab($FeedSlug, $object, $GeneralSettings, $PCITranscript, $PCITranscriptURL, $PCIChapters, $PCIChaptersManual, $PCIChaptersURL, $PCISoundbites, $ExtraData) 1174 1186 { 1187 if (empty($ExtraData)) { 1188 $ExtraData = array(); 1189 } 1175 1190 $existingTimeSplits = get_option('vts_'.$FeedSlug.'_'.$object->ID, array()); 1176 1191 $existingVTSOrder = $ExtraData['vts_order'] ?? array(); … … 1400 1415 function notes_tab($FeedSlug, $object, $GeneralSettings, $PCITranscript, $PCITranscriptURL, $PCIChapters, $PCIChaptersURL, $PCISoundbites, $ExtraData) 1401 1416 { 1417 if (empty($ExtraData)) { 1418 $ExtraData = array(); 1419 } 1402 1420 $lightning = isset($ExtraData['value_lightning']) ? $ExtraData['value_lightning'] : array(""); 1403 1421 $splits = isset($ExtraData['value_split']) ? $ExtraData['value_split'] : array(""); -
powerpress/trunk/readme.txt
r3326310 r3333112 1 1 === PowerPress Podcasting plugin by Blubrry === 2 2 Contributors: amandato, blubrry 3 Tags: podcast ing, podcast, podcaster, powerpress, itunes, apple, apple podcasts, google podcasts, google play, enclosure, professional, apple, apple tv, ipad, iphone, soundcloud, squarespace, youtube, viddler, ustream, podcasting, audio, video, rss2, feed, player, media, rss, mp3, music, embed, feedburner, statistics, stats, flv, flash, id3, episodes, blubrry, mp4, m4v, wordpressmu, mu, wordpress mu, multisite, multi site, mediacaster, post, plugin, posts, simple, social, dashboard, TSG, Buzzsprout, MTR, WP-boxCast, CastMyBlog, tgs podcasting, simple podcasting, seriously simple podcasting, seriously-simple-podcasting, serious, seriously, ssp, podlove, podcast.de, clammr, clammr radio, audio player, stitcher, tunein, show, shows, series, docs, documentation, support, free, add-ons, extensions, addons, libsyn, libsyn-podcasting, podbean, podomatic, spreaker3 Tags: podcast, apple podcasts, podcast rss feed, spotify, podcast publishing 4 4 Requires at least: 3.6 5 5 Requires PHP: 5.2 6 6 Tested up to: 6.8 7 Stable tag: 11.13. 57 Stable tag: 11.13.6 8 8 Donate link: https://blubrry.com/services/podcast-hosting/ 9 9 License: GPLv2 or later … … 163 163 164 164 == Changelog == 165 = 11.13.6 = 166 * Released on 07/23/2025 167 * Small bugfix for PHP 8.3 168 * Updated plugin tags to abide by WP's specification 169 165 170 = 11.13.5 = 166 171 * Released on 07/11/2025 -
powerpress/trunk/version.txt
r3326310 r3333112 1 11.13. 51 11.13.6 -
powerpress/trunk/views/episode-box.php
r3049829 r3333112 235 235 } 236 236 237 if (empty($ExtraData)) { 238 $ExtraData = array(); 239 } 240 237 241 echo "<div id=\"powerpress_podcast_box_$FeedSlug\" class=\"$editor\">"; 238 242 // if no enclosure url AND no other podcast metadata, this is a branch new post
Note: See TracChangeset
for help on using the changeset viewer.