From 94d32bf4046f943004a70f2710332e640e63de5b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 15 Jul 2019 12:58:57 -0400 Subject: [PATCH] bumping version number. adding 60 day default for job posting expiration adding 60 day job post expiration --- index.php | 6 +++--- views/admin/jobs/edit.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 346ab83..058156c 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Job Postings * Plugin URI: http://www.gaslightmedia.com/ * Description: Job Postings / Listings add-on - * Version: 1.0.1 + * Version: 1.0.2 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersjobsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.1 + * @version 1.0.2 */ /* @@ -37,7 +37,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_JOBS_PLUGIN_VERSION', '1.0.1'); +define('GLM_MEMBERS_JOBS_PLUGIN_VERSION', '1.0.2'); define('GLM_MEMBERS_JOBS_PLUGIN_DB_VERSION', '0.0.5'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/admin/jobs/edit.html b/views/admin/jobs/edit.html index 50a5e39..0cd9e2a 100644 --- a/views/admin/jobs/edit.html +++ b/views/admin/jobs/edit.html @@ -291,7 +291,7 @@