Skip to content

Commit

Permalink
Merge branch 'hotfix/2.10.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola committed Dec 21, 2017
2 parents 0604121 + 7c49880 commit e8a4e76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 0 additions & 5 deletions includes/podcast-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ function wpfc_podcast_add_item() {
?>
<itunes:author><?php echo esc_html( $speaker ); ?></itunes:author>
<itunes:subtitle><?php echo esc_html( $series ); ?></itunes:subtitle>
<content:encoded>
<![CDATA[
<?php echo preg_replace( '/&nbsp;/', '', stripslashes( wpautop( wp_filter_kses( get_wpfc_sermon_meta( 'sermon_description' ) ) ) ) ); ?>
]]>
</content:encoded>
<?php if ( $post_image ) : ?>
<itunes:image href="<?php echo esc_url( $post_image ); ?>"/>
<?php endif; ?>
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: church, sermon, sermons, preaching, podcasting, manage, managing, podcasts
Requires at least: 4.5
Tested up to: 4.9.1
Requires PHP: 5.3
Stable tag: 2.10.1
Stable tag: 2.10.2
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -100,8 +100,11 @@ Visit the [plugin homepage](https://wpforchurch.com/wordpress-plugins/sermon-man
2. Sermon Files

## Changelog ##
### 2.10.2 ###
* Fix: Invalid podcast XML (duplicated sermon content item)

### 2.10.1 ###
* Fix: Invalid podcast XML
* Fix: Invalid podcast XML (duplicated feed version attribute)
* Fix: Sermons from old Series Engine installations not importing

### 2.10 ###
Expand Down
2 changes: 1 addition & 1 deletion sermons.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Sermon Manager for WordPress
* Plugin URI: https://www.wpforchurch.com/products/sermon-manager-for-wordpress/
* Description: Add audio and video sermons, manage speakers, series, and more.
* Version: 2.10.1
* Version: 2.10.2
* Author: WP for Church
* Author URI: https://www.wpforchurch.com/
* Requires at least: 4.5
Expand Down

0 comments on commit e8a4e76

Please sign in to comment.