Plugin Directory

Changeset 3351476


Ignore:
Timestamp:
08/27/2025 07:24:19 PM (6 months ago)
Author:
benbeecroft
Message:

PowerPress 11.13.10

Location:
powerpress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • powerpress/trunk/powerpress.php

    r3350538 r3351476  
    44Plugin URI: https://blubrry.com/services/powerpress-plugin/
    55Description: <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.9
     6Version: 11.13.10
    77Author: Blubrry
    88Author URI: https://blubrry.com/
     
    133133
    134134// WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
    135 define('POWERPRESS_VERSION', '11.13.9' );
     135define('POWERPRESS_VERSION', '11.13.10' );
    136136
    137137// Translation support:
  • powerpress/trunk/powerpressadmin.php

    r3350538 r3351476  
    40494049        );
    40504050    $redirect_count = 0;
     4051    $ssrf_valid = true;
    40514052    do {
    40524053        $UrlParts = parse_url($url);
    4053         $ssrf_valid = true;
    40544054        $media_hostname = $UrlParts['host'];
    40554055        if (in_array($media_hostname, array('0.0.0.0', '127.0.0.1', 'localhost', '[::]', '0x7f000001/', '0xc0a80014/')) || filter_var($media_hostname, FILTER_VALIDATE_IP) || !preg_match('/^[a-zA-Z.\-\d]+$/i', $media_hostname)) {
     
    40844084        }
    40854085        $redirect_count++;
    4086     } while ($url != false && $redirect_count <= 12);
     4086    } while ($ssrf_valid && $url != false && $redirect_count <= 12);
    40874087
    40884088    if (!$ssrf_valid) {
  • powerpress/trunk/readme.txt

    r3350538 r3351476  
    55Requires PHP: 5.2
    66Tested up to: 6.8
    7 Stable tag: 11.13.9
     7Stable tag: 11.13.10
    88Donate link: https://blubrry.com/services/podcast-hosting/
    99License: GPLv2 or later
     
    163163
    164164== Changelog ==
     165= 11.13.10 =
     166* Released on 08/27/2025
     167* Security update
     168
    165169= 11.13.9 =
    166170* Released on 08/26/2025
  • powerpress/trunk/version.txt

    r3350538 r3351476  
    1 11.13.9
     111.13.10
Note: See TracChangeset for help on using the changeset viewer.