PowerPress Podcasting plugin by Blubrry - Version 8.7.3

Version Description

  • Released on 09/13/2021
  • Corrected admin url in several places to exclude unnecessary admin.php
Download this release

Release Info

Developer benbeecroft
Plugin Icon 128x128 PowerPress Podcasting plugin by Blubrry
Version 8.7.3
Comparing to
See all releases

Code changes from version 8.7.2 to 8.7.3

powerpress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Blubrry PowerPress
4
  Plugin URI: http://create.blubrry.com/resources/powerpress/
5
  Description: <a href="https://create.blubrry.com/resources/powerpress/" 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, Stitcher, and Blubrry Podcasting directories, as well as all podcast applications and clients.
6
- Version: 8.7.2
7
  Author: Blubrry
8
  Author URI: https://blubrry.com/
9
  Requires at least: 3.6
@@ -36,7 +36,7 @@ if( !function_exists('add_action') ) {
36
 
37
  // WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
38
 
39
- define('POWERPRESS_VERSION', '8.7.2' );
40
 
41
  // Translation support:
42
  if ( !defined('POWERPRESS_ABSPATH') )
3
  Plugin Name: Blubrry PowerPress
4
  Plugin URI: http://create.blubrry.com/resources/powerpress/
5
  Description: <a href="https://create.blubrry.com/resources/powerpress/" 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, Stitcher, and Blubrry Podcasting directories, as well as all podcast applications and clients.
6
+ Version: 8.7.3
7
  Author: Blubrry
8
  Author URI: https://blubrry.com/
9
  Requires at least: 3.6
36
 
37
  // WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
38
 
39
+ define('POWERPRESS_VERSION', '8.7.3' );
40
 
41
  // Translation support:
42
  if ( !defined('POWERPRESS_ABSPATH') )
powerpressadmin-jquery.php CHANGED
@@ -211,7 +211,7 @@ function powerpress_admin_jquery_init()
211
  if (is_plugin_active('powerpress-hosting/powerpress-hosting.php')) {
212
  $website_detection_string = "&wp_blubrry_hosted=true";
213
  } else {
214
- $website_detection_string = "&wp_admin_url=" . urlencode(admin_url('admin.php'));
215
  }
216
  if ($creds) {
217
  $accessToken = powerpress_getAccessToken();
@@ -339,7 +339,7 @@ window.onload = function() {
339
  const program = document.querySelector('#blubrry_program_keyword');
340
  const remember = document.querySelector('#remember_selection');
341
  function reloadFrame() {
342
- window.location = "<?php echo admin_url('admin.php'); ?>?action=powerpress-jquery-media&blubrryProgramKeyword="+ program.value +"&podcast-feed=<?php echo $FeedSlug; ?>&KeepThis=true&TB_iframe=true&modal=false&remSel=" + remember.checked;
343
  }
344
  if (program) {
345
  program.addEventListener('change', function () {
@@ -1001,7 +1001,7 @@ jQuery(document).ready(function($) {
1001
  }
1002
  ?>
1003
 
1004
- <form action="<?php echo admin_url('admin.php'); ?>" enctype="multipart/form-data" method="post">
1005
  <?php wp_nonce_field('powerpress-jquery-account-save'); ?>
1006
  <input type="hidden" name="action" value="powerpress-jquery-account-save" />
1007
  <div id="accountinfo">
211
  if (is_plugin_active('powerpress-hosting/powerpress-hosting.php')) {
212
  $website_detection_string = "&wp_blubrry_hosted=true";
213
  } else {
214
+ $website_detection_string = "&wp_admin_url=" . urlencode(admin_url());
215
  }
216
  if ($creds) {
217
  $accessToken = powerpress_getAccessToken();
339
  const program = document.querySelector('#blubrry_program_keyword');
340
  const remember = document.querySelector('#remember_selection');
341
  function reloadFrame() {
342
+ window.location = "<?php echo admin_url(); ?>?action=powerpress-jquery-media&blubrryProgramKeyword="+ program.value +"&podcast-feed=<?php echo $FeedSlug; ?>&KeepThis=true&TB_iframe=true&modal=false&remSel=" + remember.checked;
343
  }
344
  if (program) {
345
  program.addEventListener('change', function () {
1001
  }
1002
  ?>
1003
 
1004
+ <form action="<?php echo admin_url(); ?>" enctype="multipart/form-data" method="post">
1005
  <?php wp_nonce_field('powerpress-jquery-account-save'); ?>
1006
  <input type="hidden" name="action" value="powerpress-jquery-account-save" />
1007
  <div id="accountinfo">
powerpressadmin-metabox.php CHANGED
@@ -36,7 +36,7 @@ function episode_box_top($EnclosureURL, $FeedSlug, $ExtraData, $GeneralSettings,
36
  <div id="a-pp-selected-media-<?php echo $FeedSlug; ?>" <?php echo $padding; ?>>
37
  <h3 id="pp-pp-selected-media-head-<?php echo $FeedSlug; ?>">
38
  <?php echo esc_html(__('Media URL', 'powerpress')); ?>
39
- <a class="pp-ep-box-settings thickbox" title='Entry Box Settings' href="<?php echo admin_url('admin.php'); ?>?action=powerpress-ep-box-options&amp;KeepThis=true&amp;TB_iframe=true&amp;width=600&amp;height=400&amp;modal=false">
40
  <img class="ep-box-settings-icon" src="<?php echo powerpress_get_root_url(); ?>images/outline_settings_24px.svg" alt="" />
41
  </a>
42
  </h3>
@@ -86,7 +86,7 @@ function episode_box_top($EnclosureURL, $FeedSlug, $ExtraData, $GeneralSettings,
86
  <p class="blubrry-connect-info"><?php echo __('Select or upload your media to your Blubrry hosting account.', 'powerpress'); ?></p>
87
  </div>
88
  <a id="pp-change-media-link-<?php echo $FeedSlug; ?>"
89
- href="<?php echo admin_url('admin.php'); ?>?action=powerpress-jquery-media&podcast-feed=<?php echo $FeedSlug; ?>&KeepThis=true&TB_iframe=true&modal=false"
90
  class="thickbox">
91
  <div id="change-media-button-<?php echo $FeedSlug; ?>"><?php echo esc_html(__('CHOOSE FILE', 'powerpress')); ?></div>
92
  </a>
36
  <div id="a-pp-selected-media-<?php echo $FeedSlug; ?>" <?php echo $padding; ?>>
37
  <h3 id="pp-pp-selected-media-head-<?php echo $FeedSlug; ?>">
38
  <?php echo esc_html(__('Media URL', 'powerpress')); ?>
39
+ <a class="pp-ep-box-settings thickbox" title='Entry Box Settings' href="<?php echo admin_url(); ?>?action=powerpress-ep-box-options&amp;KeepThis=true&amp;TB_iframe=true&amp;width=600&amp;height=400&amp;modal=false">
40
  <img class="ep-box-settings-icon" src="<?php echo powerpress_get_root_url(); ?>images/outline_settings_24px.svg" alt="" />
41
  </a>
42
  </h3>
86
  <p class="blubrry-connect-info"><?php echo __('Select or upload your media to your Blubrry hosting account.', 'powerpress'); ?></p>
87
  </div>
88
  <a id="pp-change-media-link-<?php echo $FeedSlug; ?>"
89
+ href="<?php echo admin_url(); ?>?action=powerpress-jquery-media&podcast-feed=<?php echo $FeedSlug; ?>&KeepThis=true&TB_iframe=true&modal=false"
90
  class="thickbox">
91
  <div id="change-media-button-<?php echo $FeedSlug; ?>"><?php echo esc_html(__('CHOOSE FILE', 'powerpress')); ?></div>
92
  </a>
powerpressadmin-migrate.php CHANGED
@@ -96,7 +96,7 @@ function powepress_admin_migrate_add_urls($urls)
96
  if (is_plugin_active('powerpress-hosting/powerpress-hosting.php')) {
97
  $website_detection_string = "?wp_blubrry_hosted=true";
98
  } else {
99
- $website_detection_string = "?wp_admin_url=" . urlencode(admin_url('admin.php'));
100
  }
101
  if ($creds) {
102
  $accessToken = powerpress_getAccessToken();
96
  if (is_plugin_active('powerpress-hosting/powerpress-hosting.php')) {
97
  $website_detection_string = "?wp_blubrry_hosted=true";
98
  } else {
99
+ $website_detection_string = "?wp_admin_url=" . urlencode(admin_url());
100
  }
101
  if ($creds) {
102
  $accessToken = powerpress_getAccessToken();
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: podcasting, podcast, podcaster, powerpress, itunes, apple, apple podcasts,
4
  Requires at least: 3.6
5
  Requires PHP: 5.2
6
  Tested up to: 5.8
7
- Stable tag: 8.7.2
8
  Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
9
  License: GPLv2 or later
10
 
@@ -186,6 +186,10 @@ If you are a fan of PowerPress, we would greatly appreciate it if you could take
186
 
187
  == Changelog ==
188
 
 
 
 
 
189
  = 8.7.2 =
190
  * Released on 09/01/2021
191
  * Solved conflict with woocommerce
4
  Requires at least: 3.6
5
  Requires PHP: 5.2
6
  Tested up to: 5.8
7
+ Stable tag: 8.7.3
8
  Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
9
  License: GPLv2 or later
10
 
186
 
187
  == Changelog ==
188
 
189
+ = 8.7.3 =
190
+ * Released on 09/13/2021
191
+ * Corrected admin url in several places to exclude unnecessary admin.php
192
+
193
  = 8.7.2 =
194
  * Released on 09/01/2021
195
  * Solved conflict with woocommerce