Plugin Directory

Changeset 3386606


Ignore:
Timestamp:
10/29/2025 06:03:29 PM (4 months ago)
Author:
benbeecroft
Message:

PowerPress 11.14.1

Location:
powerpress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • powerpress/trunk/powerpress-network.php

    r3285122 r3386606  
    536536                        }
    537537                    } else if ($_POST['requestAction'] == 'save') {
    538                         $props = $this->apiBus->updateProgramsInSpecificList($apiUrl, $creds, $networkInfo, htmlspecialchars($_POST['program']));
     538                        $props = $this->apiBus->updateProgramsInSpecificList($apiUrl, $creds, $networkInfo, $_POST['program']);
    539539                    } else if ($_POST['requestAction'] == 'add' && $_POST['list_id'] ) {
    540540                        $networkInfo['list_id'] = $_POST['list_id'];
    541                         $props = $this->apiBus->addProgramToList($apiUrl, $creds, $networkInfo, htmlspecialchars($_POST['program']));
     541                        $props = $this->apiBus->addProgramToList($apiUrl, $creds, $networkInfo, $_POST['program']);
    542542                    }
    543543                }
  • powerpress/trunk/powerpress.php

    r3381985 r3386606  
    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.14
     6Version: 11.14.1
    77Author: Blubrry
    88Author URI: https://blubrry.com/
     
    133133
    134134// WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
    135 define('POWERPRESS_VERSION', '11.14' );
     135define('POWERPRESS_VERSION', '11.14.1' );
    136136
    137137// Translation support:
  • powerpress/trunk/readme.txt

    r3381985 r3386606  
    55Requires PHP: 5.2
    66Tested up to: 6.8
    7 Stable tag: 11.14
     7Stable tag: 11.14.1
    88Donate link: https://blubrry.com/services/podcast-hosting/
    99License: GPLv2 or later
     
    165165
    166166== Changelog ==
     167= 11.14.1 =
     168* Released on 10/29/2025
     169* Bugfix for adding shows to groups in the network section
     170
    167171= 11.14 =
    168172* Released on 10/21/2025
  • powerpress/trunk/version.txt

    r3381985 r3386606  
    1 11.14
     111.14.1
Note: See TracChangeset for help on using the changeset viewer.