Skip to content

Commit

Permalink
v0.8.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joehobson committed Aug 14, 2018
1 parent 7fd9c66 commit a544fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stories-custom-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Story Custom Post Type
Plugin URI: https://www.navigationnorth.com/solutions/wordpress/stories-plugin
Description: Stories as a custom post type, with custom metadata and display. Developed in collaboration with Monad Infotech (http://monadinfotech.com)
Version: 0.8.0
Version: 0.8.1
Author: Navigation North
Author URI: http://www.navigationnorth.com
Text Domain: wp-stories-posts
Expand Down Expand Up @@ -38,7 +38,7 @@
define( 'SCP_FILE',__FILE__);
define( 'SCP_PLUGIN_NAME' , 'Story Custom Post Type' );
define( 'SCP_PLUGIN_INFO' , 'https://www.navigationnorth.com/solutions/wordpress/stories-plugin' );
define( 'SCP_VERSION' , '0.8.0');
define( 'SCP_VERSION' , '0.8.1');

include_once(SCP_PATH.'init.php');
include_once(SCP_PATH.'/includes/widgets.php');
Expand Down Expand Up @@ -838,7 +838,7 @@ function load_more_stories() {

//Sorting Results
$sort = 0;

if (isset($_POST['sort']))
$sort = (int)$_POST['sort'];

Expand Down

0 comments on commit a544fed

Please sign in to comment.