Changeset 3402635
- Timestamp:
- 11/25/2025 03:03:10 PM (3 months ago)
- Location:
- powerpress/trunk
- Files:
-
- 4 edited
-
powerpress.php (modified) (2 diffs)
-
powerpressadmin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
powerpress/trunk/powerpress.php
r3400595 r3402635 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.15. 26 Version: 11.15.3 7 7 Author: Blubrry 8 8 Author URI: https://blubrry.com/ … … 135 135 136 136 // WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED) 137 define('POWERPRESS_VERSION', '11.15. 2' );137 define('POWERPRESS_VERSION', '11.15.3' ); 138 138 139 139 // Translation support: -
powerpress/trunk/powerpressadmin.php
r3400595 r3402635 2995 2995 $error = __('Error: invalid chapter image filetype ' . $ext . ' ' . $fileName . ' ' . print_r($existingIms, true), 'powerpress'); 2996 2996 powerpress_add_error($error); 2997 continue; // skip chapter when unacceptable type 2997 2998 } 2998 2999 $fileURL = $chapterIms[$i] ?? ''; … … 5162 5163 5163 5164 // build the request url with parameters 5164 $req_url = vsprintf($endpoint_path, $url_params); 5165 if (strpos($endpoint_path, '?') !== false) { 5166 // handle query string separate to avoid '%' being handled as format specifier in vsprintf 5167 list($path_template, $query_string) = explode('?', $endpoint_path, 2); 5168 $req_url = vsprintf($path_template, $url_params) . '?' . $query_string; 5169 } else { 5170 $req_url = vsprintf($endpoint_path, $url_params); 5171 } 5172 5165 5173 $req_url .= (strpos($req_url, '?') !== false ? '&' : '?') . 'format=json&cache=' . md5(rand(0, 999) . time()); 5166 5174 $req_url .= (defined('POWERPRESS_BLUBRRY_API_QSA') ? '&' . POWERPRESS_BLUBRRY_API_QSA : ''); -
powerpress/trunk/readme.txt
r3400595 r3402635 5 5 Requires PHP: 5.2 6 6 Tested up to: 6.8 7 Stable tag: 11.15. 27 Stable tag: 11.15.3 8 8 Donate link: https://blubrry.com/services/podcast-hosting/ 9 9 License: GPLv2 or later … … 165 165 166 166 == Changelog == 167 = 11.15.3 = 168 * Released on 11/24/25 169 * Bugfix: Fixed vsprintf call in api handler to only modify the expected string, fixes transcript generation error 170 167 171 = 11.15.2 = 168 172 * Released on 11/20/2025 -
powerpress/trunk/version.txt
r3400595 r3402635 1 11.15. 21 11.15.3
Note: See TracChangeset
for help on using the changeset viewer.