Changeset 588172
- Timestamp:
- 08/21/2012 04:46:41 AM (14 years ago)
- Location:
- message-flow
- Files:
-
- 9 deleted
- 2 edited
-
tags/1.1.3/contentflow (deleted)
-
tags/1.1.3/css (deleted)
-
tags/1.1.3/images (deleted)
-
tags/1.1.3/js (deleted)
-
tags/1.1.3/main.php (deleted)
-
tags/1.1.3/mediaelementjs (deleted)
-
tags/1.1.3/readme.txt (deleted)
-
tags/1.1.3/screenshot-1.png (deleted)
-
tags/1.1.3/screenshot-2.png (deleted)
-
trunk/main.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
message-flow/trunk/main.php
r588159 r588172 4 4 Plugin URI: http://JoeAnzalone.com/plugins/message-flow 5 5 Description: Provides a shortcode that generates a cover flow-like interface for all podcasts in a given category or feed: [message-flow category="11"] 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: Joe Anzalone 8 8 Author URI: http://JoeAnzalone.com … … 115 115 if(!empty($post->post_content)){ 116 116 $podcast_episode_text_content = $post->post_content; 117 } else { 118 $podcast_episode_text_content = NULL; 117 119 } 118 120 … … 156 158 </div>'; 157 159 158 if(!empty($podcast_episode_text_content)){ 159 $podcast_episodes_text_contents[$post->ID] = $podcast_episode_text_content;160 } 160 161 $podcast_episodes_text_contents[$post->ID] = $podcast_episode_text_content; 162 161 163 } 162 164 } -
message-flow/trunk/readme.txt
r588159 r588172 30 30 31 31 1. A URL to the fallback image in the shortcode: `[message-flow fallback_image="http://example.com/default_image.png"]` 32 2. If you’re using the [PowerPress](http://wordpress.org/extend/plugins/powerpress/) podcasting plugin, the default image will be taken from the iTunes image. PowerPress users can configure this in the "iTunes Feed Settings" section of PowerPress ’configuration. (/wp-admin/admin.php?page=powerpress/powerpressadmin_basic.php)32 2. If you’re using the [PowerPress](http://wordpress.org/extend/plugins/powerpress/) podcasting plugin, the default image will be taken from the iTunes image. PowerPress users can configure this in the "iTunes Feed Settings" section of PowerPress' configuration. (/wp-admin/admin.php?page=powerpress/powerpressadmin_basic.php) 33 33 3. In your theme’s directory. Just make sure it’s 165 pixels square and named "unknown-album_165.png" 34 34 … … 44 44 == Changelog == 45 45 46 = 1.1.3 = 47 * Fixed bug where post content would be inaccurate for some episodes within widget 48 46 49 = 1.1.2 = 47 50 * Fixed WP_DEBUG errors that appear when site has no podcast episodes
Note: See TracChangeset
for help on using the changeset viewer.