Skip to content

Commit

Permalink
Merge pull request #42 from WP-for-Church/dev
Browse files Browse the repository at this point in the history
Release 2.4.1
  • Loading branch information
Nikola Miljković authored Jun 3, 2017
2 parents 1633275 + df42757 commit d125ca8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/podcast-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function wpfc_podcast_add_head() {
<copyright><?php echo esc_html( \SermonManager::getOption( 'copyright' ) ) ?></copyright>
<itunes:subtitle><?php echo esc_html( \SermonManager::getOption( 'itunes_subtitle' ) ) ?></itunes:subtitle>
<itunes:author><?php echo esc_html( \SermonManager::getOption( 'itunes_author' ) ) ?></itunes:author>
<?php if ( ! empty( category_description() ) ) : ?>
<?php if ( trim( category_description() ) !== '' ) : ?>
<itunes:summary><?php echo str_replace( '&nbsp;', '', wp_filter_nohtml_kses( category_description() ) ); ?></itunes:summary>
<?php else: ?>
<itunes:summary><?php echo str_replace( '&nbsp;', '', wp_filter_nohtml_kses( \SermonManager::getOption( 'itunes_summary' ) ) ) ?></itunes:summary>
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://wpforchurch.com/
Tags: church, sermon, sermons, preaching, podcasting
Requires at least: 3.6
Tested up to: 4.7.5
Stable tag: 2.4.0
Stable tag: 2.4.1

Add audio and video sermons, manage speakers, series, and more to your church website.

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

== Changelog ==
= 2.4.1 =
* Fix fatal error for podcasts

= 2.4.0 =
* Add a setting for Sermon date format
* Add a filter for changing sermon image link (thanks @macbookandrew)
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: http://www.wpforchurch.com/products/sermon-manager-for-wordpress/
Description: Add audio and video sermons, manage speakers, series, and more. Visit <a href="http://wpforchurch.com" target="_blank">Wordpress for Church</a> for tutorials and support.
Version: 2.4.0
Version: 2.4.1
Author: WP for Church
Contributors: wpforchurch, jprummer, jamzth
Author URI: http://www.wpforchurch.com/
Expand Down

0 comments on commit d125ca8

Please sign in to comment.