Version Description
- Released 08/11/2020
- Small bugfix
- Tested with WordPress 5.5 beta
Download this release
Release Info
Developer | benbeecroft |
Plugin | PowerPress Podcasting plugin by Blubrry |
Version | 8.3.5 |
Comparing to | |
See all releases |
Code changes from version 8.3.4 to 8.3.5
- class.powerpress-subscribe-widget.php +3 -3
- class.powerpress_onboarding.php +3 -3
- powerpress-subscribe.php +3 -3
- powerpress.php +2 -2
- powerpressadmin-basic.php +10 -1
- powerpressadmin-editfeed.php +10 -1
- powerpressadmin-rss-import.php +3 -3
- readme.txt +7 -2
class.powerpress-subscribe-widget.php
CHANGED
@@ -234,12 +234,12 @@ PowerPress subscribe sidebar widget
|
|
234 |
$Settings['style'] = $instance['style'];
|
235 |
if (defined('WP_DEBUG')) {
|
236 |
if (WP_DEBUG) {
|
237 |
-
wp_enqueue_style('powerpress_subscribe_widget_modern', plugin_dir_url(__FILE__) . 'css/subscribe-widget.css');
|
238 |
} else {
|
239 |
-
wp_enqueue_style('powerpress_subscribe_widget_modern', plugin_dir_url(__FILE__) . 'css/subscribe-widget.min.css');
|
240 |
}
|
241 |
} else {
|
242 |
-
wp_enqueue_style('powerpress_subscribe_widget_modern', plugin_dir_url(__FILE__) . 'css/subscribe-widget.min.css');
|
243 |
}
|
244 |
if( !empty($instance['modern_style']) && $instance['modern_style'] == 'squared') {
|
245 |
$Settings['modern_style'] = '-sq';
|
234 |
$Settings['style'] = $instance['style'];
|
235 |
if (defined('WP_DEBUG')) {
|
236 |
if (WP_DEBUG) {
|
237 |
+
wp_enqueue_style('powerpress_subscribe_widget_modern', plugin_dir_url(__FILE__) . 'css/subscribe-widget.css', array(), POWERPRESS_VERSION);
|
238 |
} else {
|
239 |
+
wp_enqueue_style('powerpress_subscribe_widget_modern', plugin_dir_url(__FILE__) . 'css/subscribe-widget.min.css', array(), POWERPRESS_VERSION);
|
240 |
}
|
241 |
} else {
|
242 |
+
wp_enqueue_style('powerpress_subscribe_widget_modern', plugin_dir_url(__FILE__) . 'css/subscribe-widget.min.css', array(), POWERPRESS_VERSION);
|
243 |
}
|
244 |
if( !empty($instance['modern_style']) && $instance['modern_style'] == 'squared') {
|
245 |
$Settings['modern_style'] = '-sq';
|
class.powerpress_onboarding.php
CHANGED
@@ -5,12 +5,12 @@ class PowerpressOnboarding
|
|
5 |
{
|
6 |
if (defined('WP_DEBUG')) {
|
7 |
if (WP_DEBUG) {
|
8 |
-
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.css');
|
9 |
} else {
|
10 |
-
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css');
|
11 |
}
|
12 |
} else {
|
13 |
-
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css');
|
14 |
}
|
15 |
}
|
16 |
|
5 |
{
|
6 |
if (defined('WP_DEBUG')) {
|
7 |
if (WP_DEBUG) {
|
8 |
+
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.css', array(), POWERPRESS_VERSION);
|
9 |
} else {
|
10 |
+
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css', array(), POWERPRESS_VERSION);
|
11 |
}
|
12 |
} else {
|
13 |
+
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css', array(), POWERPRESS_VERSION);
|
14 |
}
|
15 |
}
|
16 |
|
powerpress-subscribe.php
CHANGED
@@ -661,12 +661,12 @@ function powerpress_subscribe_shortcode( $attr ) {
|
|
661 |
$Settings['itunes_url'] = powerpresssubscribe_get_itunes_url($Settings);
|
662 |
if (defined('WP_DEBUG')) {
|
663 |
if (WP_DEBUG) {
|
664 |
-
wp_enqueue_style('powerpress-subscribe-style-modern', plugin_dir_url(__FILE__) . 'css/subscribe.css');
|
665 |
} else {
|
666 |
-
wp_enqueue_style('powerpress-subscribe-style-modern', plugin_dir_url(__FILE__) . 'css/subscribe.min.css');
|
667 |
}
|
668 |
} else {
|
669 |
-
wp_enqueue_style('powerpress-subscribe-style-modern', plugin_dir_url(__FILE__) . 'css/subscribe.min.css');
|
670 |
}
|
671 |
if( !empty($attr['itunes_button']) && !empty($Settings['itunes_url']) )
|
672 |
{
|
661 |
$Settings['itunes_url'] = powerpresssubscribe_get_itunes_url($Settings);
|
662 |
if (defined('WP_DEBUG')) {
|
663 |
if (WP_DEBUG) {
|
664 |
+
wp_enqueue_style('powerpress-subscribe-style-modern', plugin_dir_url(__FILE__) . 'css/subscribe.css', array(), POWERPRESS_VERSION);
|
665 |
} else {
|
666 |
+
wp_enqueue_style('powerpress-subscribe-style-modern', plugin_dir_url(__FILE__) . 'css/subscribe.min.css', array(), POWERPRESS_VERSION);
|
667 |
}
|
668 |
} else {
|
669 |
+
wp_enqueue_style('powerpress-subscribe-style-modern', plugin_dir_url(__FILE__) . 'css/subscribe.min.css', array(), POWERPRESS_VERSION);
|
670 |
}
|
671 |
if( !empty($attr['itunes_button']) && !empty($Settings['itunes_url']) )
|
672 |
{
|
powerpress.php
CHANGED
@@ -3,11 +3,11 @@
|
|
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.3.
|
7 |
Author: Blubrry
|
8 |
Author URI: https://blubrry.com/
|
9 |
Requires at least: 3.6
|
10 |
-
Tested up to: 5.
|
11 |
Text Domain: powerpress
|
12 |
Change Log:
|
13 |
Please see readme.txt for detailed change log.
|
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.3.5
|
7 |
Author: Blubrry
|
8 |
Author URI: https://blubrry.com/
|
9 |
Requires at least: 3.6
|
10 |
+
Tested up to: 5.5
|
11 |
Text Domain: powerpress
|
12 |
Change Log:
|
13 |
Please see readme.txt for detailed change log.
|
powerpressadmin-basic.php
CHANGED
@@ -2,7 +2,16 @@
|
|
2 |
|
3 |
function powerpress_admin_basic()
|
4 |
{
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
$FeedAttribs = array('type'=>'general', 'feed_slug'=>'', 'category_id'=>0, 'term_taxonomy_id'=>0, 'term_id'=>0, 'taxonomy_type'=>'', 'post_type'=>'');
|
8 |
// feed_slug = channel
|
2 |
|
3 |
function powerpress_admin_basic()
|
4 |
{
|
5 |
+
if (defined('WP_DEBUG')) {
|
6 |
+
if (WP_DEBUG) {
|
7 |
+
wp_register_style('powerpress_settings_style', powerpress_get_root_url() . 'css/settings.css', array(), POWERPRESS_VERSION);
|
8 |
+
} else {
|
9 |
+
wp_register_style('powerpress_settings_style', powerpress_get_root_url() . 'css/settings.min.css', array(), POWERPRESS_VERSION);
|
10 |
+
}
|
11 |
+
} else {
|
12 |
+
wp_register_style('powerpress_settings_style', powerpress_get_root_url() . 'css/settings.min.css', array(), POWERPRESS_VERSION);
|
13 |
+
}
|
14 |
+
wp_enqueue_style("powerpress_settings_style");
|
15 |
|
16 |
$FeedAttribs = array('type'=>'general', 'feed_slug'=>'', 'category_id'=>0, 'term_taxonomy_id'=>0, 'term_id'=>0, 'taxonomy_type'=>'', 'post_type'=>'');
|
17 |
// feed_slug = channel
|
powerpressadmin-editfeed.php
CHANGED
@@ -158,7 +158,16 @@ function powerpress_admin_editfeed($type='', $type_value = '', $feed_slug = fals
|
|
158 |
$FeedAttribs = array('type'=>$type, 'feed_slug'=>'', 'category_id'=>0, 'term_taxonomy_id'=>0, 'term_id'=>0, 'taxonomy_type'=>'', 'post_type'=>'');
|
159 |
$cat_ID = false; $term_taxonomy_id = false;
|
160 |
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
|
163 |
$MultiSiteServiceSettings = false;
|
164 |
if( is_multisite() )
|
158 |
$FeedAttribs = array('type'=>$type, 'feed_slug'=>'', 'category_id'=>0, 'term_taxonomy_id'=>0, 'term_id'=>0, 'taxonomy_type'=>'', 'post_type'=>'');
|
159 |
$cat_ID = false; $term_taxonomy_id = false;
|
160 |
|
161 |
+
if (defined('WP_DEBUG')) {
|
162 |
+
if (WP_DEBUG) {
|
163 |
+
wp_register_style('powerpress_settings_style', powerpress_get_root_url() . 'css/settings.css', array(), POWERPRESS_VERSION);
|
164 |
+
} else {
|
165 |
+
wp_register_style('powerpress_settings_style', powerpress_get_root_url() . 'css/settings.min.css', array(), POWERPRESS_VERSION);
|
166 |
+
}
|
167 |
+
} else {
|
168 |
+
wp_register_style('powerpress_settings_style', powerpress_get_root_url() . 'css/settings.min.css', array(), POWERPRESS_VERSION);
|
169 |
+
}
|
170 |
+
wp_enqueue_style("powerpress_settings_style");
|
171 |
|
172 |
$MultiSiteServiceSettings = false;
|
173 |
if( is_multisite() )
|
powerpressadmin-rss-import.php
CHANGED
@@ -61,12 +61,12 @@ class PowerPress_RSS_Podcast_Import extends WP_Importer {
|
|
61 |
function header() {
|
62 |
if (defined('WP_DEBUG')) {
|
63 |
if (WP_DEBUG) {
|
64 |
-
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.css');
|
65 |
} else {
|
66 |
-
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css');
|
67 |
}
|
68 |
} else {
|
69 |
-
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css');
|
70 |
}
|
71 |
echo '<div class="wrap" style="min-height: 100vh">';
|
72 |
echo '<div class="pp_container" style="max-width: 100rem;">';
|
61 |
function header() {
|
62 |
if (defined('WP_DEBUG')) {
|
63 |
if (WP_DEBUG) {
|
64 |
+
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.css', array(), POWERPRESS_VERSION);
|
65 |
} else {
|
66 |
+
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css', array(), POWERPRESS_VERSION);
|
67 |
}
|
68 |
} else {
|
69 |
+
wp_enqueue_style('powerpress_onboarding_styles', plugin_dir_url(__FILE__) . 'css/onboarding.min.css', array(), POWERPRESS_VERSION);
|
70 |
}
|
71 |
echo '<div class="wrap" style="min-height: 100vh">';
|
72 |
echo '<div class="pp_container" style="max-width: 100rem;">';
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: amandato, blubrry
|
|
3 |
Tags: podcasting, 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, spreaker
|
4 |
Requires at least: 3.6
|
5 |
Requires PHP: 5.2
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 8.3.
|
8 |
Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
|
9 |
License: GPLv2 or later
|
10 |
|
@@ -236,6 +236,11 @@ To install Blubrry PowerPress manually, follow these steps:
|
|
236 |
= Fan of PowerPress and want to show your support? =
|
237 |
If you are a fan of PowerPress, we would greatly appreciate it if you could take a moment and [leave us a review on WordPress.org](https://wordpress.org/support/plugin/powerpress/reviews/?rate=5#new-post). Your support is greatly appreciated!
|
238 |
|
|
|
|
|
|
|
|
|
|
|
239 |
= 8.3.4 =
|
240 |
* Released 07/01/2020
|
241 |
* Added Farsi language
|
3 |
Tags: podcasting, 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, spreaker
|
4 |
Requires at least: 3.6
|
5 |
Requires PHP: 5.2
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 8.3.5
|
8 |
Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
|
9 |
License: GPLv2 or later
|
10 |
|
236 |
= Fan of PowerPress and want to show your support? =
|
237 |
If you are a fan of PowerPress, we would greatly appreciate it if you could take a moment and [leave us a review on WordPress.org](https://wordpress.org/support/plugin/powerpress/reviews/?rate=5#new-post). Your support is greatly appreciated!
|
238 |
|
239 |
+
= 8.3.5 =
|
240 |
+
* Released 08/11/2020
|
241 |
+
* Small bugfix
|
242 |
+
* Tested with WordPress 5.5 beta
|
243 |
+
|
244 |
= 8.3.4 =
|
245 |
* Released 07/01/2020
|
246 |
* Added Farsi language
|