From: Steve Sutton Date: Tue, 22 Oct 2019 15:12:15 +0000 (-0400) Subject: Release 1.1.5 X-Git-Tag: v1.1.15^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=09e00d166c0a0cb7319f895574813880a2690930;p=WP-Plugins%2Fglm-member-db-contacts.git Release 1.1.5 Update index file. * Bump version numbers. Update readme.txt file. * Add in new revision number. --- diff --git a/index.php b/index.php index b562609..b84f380 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Contacts * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.1.14 + * Version: 1.1.15 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseContacts * @author Gaslight Media * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.1.14 + * @version 1.1.15 */ // Check that we're being called by WordPress. @@ -39,7 +39,7 @@ if (!defined('ABSPATH')) { * version when there's a change in the database!! Use the * version nunmber of that release for the DB version. */ -define('GLM_MEMBERS_CONTACTS_PLUGIN_VERSION', '1.1.14'); +define('GLM_MEMBERS_CONTACTS_PLUGIN_VERSION', '1.1.15'); /** * Database Version */ diff --git a/readme.txt b/readme.txt index 314fa00..78b7c33 100644 --- a/readme.txt +++ b/readme.txt @@ -29,6 +29,9 @@ e.g. (none at this time) == Changelog == += 1.1.15 = +* When member is deleted Delete associated member contacts and wordpress users. + = 1.1.14 = * Fix contact front list view to show city name instead of a single letter due to using nonexistent property city.name