Skip to content

Commit

Permalink
Merge pull request #114 from WP-for-Church/dev
Browse files Browse the repository at this point in the history
Release 2.7.2
  • Loading branch information
Nikola Miljković authored Sep 28, 2017
2 parents 84033ae + f1245a9 commit 2814594
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-sm-post-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SM_Post_Types {
* Hooks into WordPress filtering functions
*/
public static function init() {
add_action( 'init', array( __CLASS__, 'register_post_types' ), 4 );
add_action( 'init', array( __CLASS__, 'register_post_types' ), 6 );
add_action( 'init', array( __CLASS__, 'register_taxonomies' ), 5 );
add_action( 'init', array( __CLASS__, 'support_jetpack_omnisearch' ) );
add_filter( 'rest_api_allowed_post_types', array( __CLASS__, 'rest_api_allowed_post_types' ) );
Expand Down
5 changes: 4 additions & 1 deletion 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.8.2
Requires PHP: 5.6
Stable tag: 2.7.1
Stable tag: 2.7.2
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##
### 2.7.2 ###
* Fix 404 on series, preacher, topic, book and service type pages

### 2.7.1 ###
* Fix shortcode ordering/no sermons
* Fix crash on servers that do not have MBString extension
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.7.1
* Version: 2.7.2
* Author: WP for Church
* Author URI: https://www.wpforchurch.com/
* Requires at least: 4.5
Expand Down

0 comments on commit 2814594

Please sign in to comment.