Skip to content

Commit

Permalink
Merge pull request #64 from WP-for-Church/dev
Browse files Browse the repository at this point in the history
Relase 2.4.10
  • Loading branch information
Nikola Miljković authored Aug 18, 2017
2 parents 08a89eb + 5c91201 commit cac2671
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
16 changes: 8 additions & 8 deletions includes/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function render_wpfc_sermon_archive() {
function render_wpfc_sorting() {
ob_start(); ?>
<div id="wpfc_sermon_sorting">
<div class="sortPreacher">
<span class="sortPreacher">
<form>
<select name="wpfc_preacher"
title="Sort by <?php echo \SermonManager::getOption( 'preacher_label' ) ?: 'Preacher'; ?>"
Expand All @@ -151,8 +151,8 @@ function render_wpfc_sorting() {
<div><input type="submit" value="Submit"/></div>
</noscript>
</form>
</div>
<div class="sortSeries">
</span>
<span class="sortSeries">
<form>
<select title="Sort by Series" name="wpfc_sermon_series" id="wpfc_sermon_series"
onchange="return this.form.submit()">
Expand All @@ -165,8 +165,8 @@ function render_wpfc_sorting() {
<div><input type="submit" value="Submit"/></div>
</noscript>
</form>
</div>
<div class="sortTopics">
</span>
<span class="sortTopics">
<form>
<select title="Sort by Topic" name="wpfc_sermon_topics" id="wpfc_sermon_topics"
onchange="return this.form.submit()">
Expand All @@ -179,8 +179,8 @@ function render_wpfc_sorting() {
<div><input type="submit" value="Submit"/></div>
</noscript>
</form>
</div>
<div class="sortBooks">
</span>
<span class="sortBooks">
<form>
<select title="Sort by Book" name="wpfc_bible_book" id="wpfc_bible_book"
onchange="return this.form.submit()">
Expand All @@ -193,7 +193,7 @@ function render_wpfc_sorting() {
<div><input type="submit" value="Submit"/></div>
</noscript>
</form>
</div>
</span>
</div>
<?php
return ob_get_clean();
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: 4.5
Tested up to: 4.8.1
Stable tag: 2.4.9
Stable tag: 2.4.10

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.10 =
* Fix filtering styling being broken

= 2.4.9 =
* Fix new sermons not appearing
* Fix couple PHP warnings
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.9
Version: 2.4.10
Author: WP for Church
Contributors: wpforchurch, jprummer, jamzth
Author URI: http://www.wpforchurch.com/
Expand Down

0 comments on commit cac2671

Please sign in to comment.