From: Steve Sutton Date: Tue, 8 Aug 2017 17:32:12 +0000 (-0400) Subject: fix spelling X-Git-Tag: v1.1.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cd581e315683d84e35dd5790000afdd8a10307a0;p=WP-Plugins%2Femmet-employment.git fix spelling need to be posts not post --- diff --git a/controllers/front.php b/controllers/front.php index 337d3ae..7ba5f99 100644 --- a/controllers/front.php +++ b/controllers/front.php @@ -455,7 +455,7 @@ class emmet_employment_front ? filter_var($_REQUEST['emmet_jobsdepartment']) : false; $args = array( - 'post_per_page' => -1, + 'posts_per_page' => -1, 'post_type' => EMMET_EMP_POST_TYPE, 'meta_query' => array( array( diff --git a/index.php b/index.php index 3f4cb29..97ad909 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * Plugin Name: Emmet County Employment * Description: Online Employment Application for Gaslight Media Clients. - * Version: 1.1.1 + * Version: 1.1.2 * Author: Steve Sutton * Author URI: http://www.gaslightmedia.com * License: All right reserved @@ -13,7 +13,7 @@ defined('ABSPATH') or die(); * Defines for the plugin */ define('EMMET_EMP_PLUGIN_PATH_FILE', __FILE__); -define('EMMET_EMP_VERSION', '1.1.1'); +define('EMMET_EMP_VERSION', '1.1.2'); define('EMMET_EMP_SETTING_NAME', 'emmetjobs_settings'); define('EMMET_EMP_SETTINGS', 'emmetjobs_settings'); define('EMMET_EMP_NEW_CAPABILITY', 'edit_posts');