Version Description
- Released on 4/3/3014
- Fixed bug found with some versions of php with a parse error on line 1345 (Thanks joebotha for reporting)
Download this release
Release Info
Developer | amandato |
Plugin | PowerPress Podcasting plugin by Blubrry |
Version | 5.0.7 |
Comparing to | |
See all releases |
Code changes from version 5.0.6 to 5.0.7
- powerpress.php +9 -3
- readme.txt +6 -1
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="http://create.blubrry.com/resources/powerpress/" target="_blank">Blubrry PowerPress</a> adds podcasting support to your blog. Features include: media player, 3rd party statistics, iTunes integration, Blubrry Services (Media Statistics and Hosting) integration and a lot more.
|
6 |
-
Version: 5.0.
|
7 |
Author: Blubrry
|
8 |
Author URI: http://www.blubrry.com/
|
9 |
Change Log:
|
@@ -32,7 +32,7 @@ if( !function_exists('add_action') )
|
|
32 |
die("access denied.");
|
33 |
|
34 |
// WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
|
35 |
-
define('POWERPRESS_VERSION', '5.0.
|
36 |
|
37 |
// Translation support:
|
38 |
if ( !defined('POWERPRESS_ABSPATH') )
|
@@ -1316,6 +1316,12 @@ function powerpress_plugins_loaded()
|
|
1316 |
add_action('plugins_loaded', 'powerpress_plugins_loaded');
|
1317 |
*/
|
1318 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1319 |
// Load the general feed settings for feeds handled by powerpress
|
1320 |
function powerpress_load_general_feed_settings()
|
1321 |
{
|
@@ -1342,7 +1348,7 @@ function powerpress_load_general_feed_settings()
|
|
1342 |
|
1343 |
if( is_feed() && defined('W3TC') && empty($GeneralSettings['allow_feed_comments']) )
|
1344 |
{
|
1345 |
-
add_filter( 'w3tc_can_print_comment',
|
1346 |
}
|
1347 |
|
1348 |
// If we're in advanced mode and we're dealing with a category feed we're extending, lets work with it...
|
3 |
Plugin Name: Blubrry PowerPress
|
4 |
Plugin URI: http://create.blubrry.com/resources/powerpress/
|
5 |
Description: <a href="http://create.blubrry.com/resources/powerpress/" target="_blank">Blubrry PowerPress</a> adds podcasting support to your blog. Features include: media player, 3rd party statistics, iTunes integration, Blubrry Services (Media Statistics and Hosting) integration and a lot more.
|
6 |
+
Version: 5.0.7
|
7 |
Author: Blubrry
|
8 |
Author URI: http://www.blubrry.com/
|
9 |
Change Log:
|
32 |
die("access denied.");
|
33 |
|
34 |
// WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
|
35 |
+
define('POWERPRESS_VERSION', '5.0.7' );
|
36 |
|
37 |
// Translation support:
|
38 |
if ( !defined('POWERPRESS_ABSPATH') )
|
1316 |
add_action('plugins_loaded', 'powerpress_plugins_loaded');
|
1317 |
*/
|
1318 |
|
1319 |
+
|
1320 |
+
function powerpress_w3tc_can_print_comment($settings)
|
1321 |
+
{
|
1322 |
+
return false;
|
1323 |
+
}
|
1324 |
+
|
1325 |
// Load the general feed settings for feeds handled by powerpress
|
1326 |
function powerpress_load_general_feed_settings()
|
1327 |
{
|
1348 |
|
1349 |
if( is_feed() && defined('W3TC') && empty($GeneralSettings['allow_feed_comments']) )
|
1350 |
{
|
1351 |
+
add_filter( 'w3tc_can_print_comment', 'powerpress_w3tc_can_print_comment', 10, 1 );
|
1352 |
}
|
1353 |
|
1354 |
// If we're in advanced mode and we're dealing with a category feed we're extending, lets work with it...
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: amandato, blubrry
|
|
3 |
Tags: podcasting, podcast, podcaster, itunes, enclosure, zune, iphone, youtube, viddler, blip.tv, ustream, podcasting, audio, video, rss2, feed, player, media, rss, mp3, music, embed, feedburner, statistics, stats, flv, flash, id3, episodes, blubrry, webm, mp4, m4v, wordpressmu, mu, wordpress mu, multisite, multi site, mediacaster, post, plugin, posts, simple, social, dashboard, TSG, Buzzsprout, MTR, WP-boxCast, CastMyBlog, simple podcasting, seriously simple podcasting, seriously-simple-podcasting, podlove, podcast.de
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.9
|
6 |
-
Stable tag: 5.0.
|
7 |
Donate link: http://create.blubrry.com/
|
8 |
License: GPLv2 or later
|
9 |
|
@@ -175,6 +175,11 @@ To install Blubrry PowerPress manually, follow these steps:
|
|
175 |
* We are looking for beta testers! If you would like to beta test future versions of PowerPress, please [contact us](http://www.blubrry.com/contact.php) with your name and email.
|
176 |
|
177 |
|
|
|
|
|
|
|
|
|
|
|
178 |
= 5.0.6 =
|
179 |
* Released on 4/3/3014
|
180 |
* Added logic to deal with the WP Super Cache plugin adding HTML comments at the bottom of feeds. Setting to allow HTML comments with a note have been added to the Feed settings page.
|
3 |
Tags: podcasting, podcast, podcaster, itunes, enclosure, zune, iphone, youtube, viddler, blip.tv, ustream, podcasting, audio, video, rss2, feed, player, media, rss, mp3, music, embed, feedburner, statistics, stats, flv, flash, id3, episodes, blubrry, webm, mp4, m4v, wordpressmu, mu, wordpress mu, multisite, multi site, mediacaster, post, plugin, posts, simple, social, dashboard, TSG, Buzzsprout, MTR, WP-boxCast, CastMyBlog, simple podcasting, seriously simple podcasting, seriously-simple-podcasting, podlove, podcast.de
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 3.9
|
6 |
+
Stable tag: 5.0.7
|
7 |
Donate link: http://create.blubrry.com/
|
8 |
License: GPLv2 or later
|
9 |
|
175 |
* We are looking for beta testers! If you would like to beta test future versions of PowerPress, please [contact us](http://www.blubrry.com/contact.php) with your name and email.
|
176 |
|
177 |
|
178 |
+
= 5.0.7 =
|
179 |
+
* Released on 4/3/3014
|
180 |
+
* Fixed bug found with some versions of php with a parse error on line 1345 (Thanks joebotha for reporting)
|
181 |
+
|
182 |
+
|
183 |
= 5.0.6 =
|
184 |
* Released on 4/3/3014
|
185 |
* Added logic to deal with the WP Super Cache plugin adding HTML comments at the bottom of feeds. Setting to allow HTML comments with a note have been added to the Feed settings page.
|