PowerPress Podcasting plugin by Blubrry - Version 0.8.1

Version Description

Download this release

Release Info

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

Code changes from version 0.8.0 to 0.8.1

Files changed (2) hide show
  1. powerpress.php +2 -2
  2. readme.txt +4 -2
powerpress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Blubrry PowerPress
4
  Plugin URI: http://www.blubrry.com/powerpress/
5
  Description: <a href="http://www.blubrry.com/powerpress/" target="_blank">Blubrry PowerPress</a> adds podcasting support to your blog. Features include: media player, 3rd party statistics and iTunes integration.
6
- Version: 0.8.0
7
  Author: Blubrry
8
  Author URI: http://www.blubrry.com/
9
  Change Log:
@@ -927,7 +927,7 @@ function powerpress_load_general_feed_settings()
927
 
928
  if( $GeneralSettings )
929
  {
930
- if( is_category() && in_array( get_query_var('cat'), $GeneralSettings['custom_cat_feeds']) )
931
  {
932
  $cat_ID = get_query_var('cat');
933
  $Feed = get_option('powerpress_feed'); // Get overall feed settings
3
  Plugin Name: Blubrry PowerPress
4
  Plugin URI: http://www.blubrry.com/powerpress/
5
  Description: <a href="http://www.blubrry.com/powerpress/" target="_blank">Blubrry PowerPress</a> adds podcasting support to your blog. Features include: media player, 3rd party statistics and iTunes integration.
6
+ Version: 0.8.1
7
  Author: Blubrry
8
  Author URI: http://www.blubrry.com/
9
  Change Log:
927
 
928
  if( $GeneralSettings )
929
  {
930
+ if( is_category() && is_array($GeneralSettings['custom_cat_feeds']) && in_array( get_query_var('cat'), $GeneralSettings['custom_cat_feeds']) )
931
  {
932
  $cat_ID = get_query_var('cat');
933
  $Feed = get_option('powerpress_feed'); // Get overall feed settings
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Angelo Mandato, Blubrry.com
3
  Tags: podcast, podcasting, itunes, enclosure, zune, iphone, audio, video, rss2, feed, player, media, rss, mp3, music, embed, feedburner, statistics, stats
4
  Requires at least: 2.6.0
5
  Tested up to: 2.7.1
6
- Stable tag: 0.8.0
7
 
8
  Add podcasting support to your blog.
9
 
@@ -72,10 +72,12 @@ As a alternative, PowerPress allows you to create additional Custom Podcast Feed
72
 
73
  == Changelog ==
74
 
 
 
 
75
  0.8.0 released on 5/28/2009
76
  Fixed bug with merging custom feed settings with regular feed settings, fixed bug where exerpt not used as itunes summary, added new error reporting when editing posts/pages and integrated Blubrry Services (optional), Added multi-language support to the custom podcast feeds. Added better listing of custom feeds on the main feed settings page. Add new feature under Tools section for adding Update Services / Ping sites relevant to podcasting. Added new select mode screen for new installations. Added podcast category feeds. Added statistics view to WordPress Dashboard. Write mp3 ID3 edit screen added for Blubrry Hosting users.
77
 
78
-
79
  0.7.3 released on 4/21/2009
80
  Fixed POWERPRESS _CONTENT _ACTION _PRIORITY define typo, incremented version check (PowerPress now requires WordPress 2.6.x), fixed bug where player.js was not included in the header if simple mode was used, made the enhanced itunes summary set on by default for new installations, detecting additional file types, add new import episodes previously created in Blogger/Movable Type, fix bug where channel link matches image link, no longer including empty duration values in feeds, fixed bug with curl-setopt function printing a PHP warning in some situations, added warning when user enters an unknown media redirect url.
81
 
3
  Tags: podcast, podcasting, itunes, enclosure, zune, iphone, audio, video, rss2, feed, player, media, rss, mp3, music, embed, feedburner, statistics, stats
4
  Requires at least: 2.6.0
5
  Tested up to: 2.7.1
6
+ Stable tag: 0.8.1
7
 
8
  Add podcasting support to your blog.
9
 
72
 
73
  == Changelog ==
74
 
75
+ 0.8.1 released on 5/28/2009
76
+ Fixed bug with line 930 printing warning in podcast feeds.
77
+
78
  0.8.0 released on 5/28/2009
79
  Fixed bug with merging custom feed settings with regular feed settings, fixed bug where exerpt not used as itunes summary, added new error reporting when editing posts/pages and integrated Blubrry Services (optional), Added multi-language support to the custom podcast feeds. Added better listing of custom feeds on the main feed settings page. Add new feature under Tools section for adding Update Services / Ping sites relevant to podcasting. Added new select mode screen for new installations. Added podcast category feeds. Added statistics view to WordPress Dashboard. Write mp3 ID3 edit screen added for Blubrry Hosting users.
80
 
 
81
  0.7.3 released on 4/21/2009
82
  Fixed POWERPRESS _CONTENT _ACTION _PRIORITY define typo, incremented version check (PowerPress now requires WordPress 2.6.x), fixed bug where player.js was not included in the header if simple mode was used, made the enhanced itunes summary set on by default for new installations, detecting additional file types, add new import episodes previously created in Blogger/Movable Type, fix bug where channel link matches image link, no longer including empty duration values in feeds, fixed bug with curl-setopt function printing a PHP warning in some situations, added warning when user enters an unknown media redirect url.
83