Merge tag 'v1.1.7' into develop
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 8 Jul 2016 16:00:52 +0000 (12:00 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 8 Jul 2016 16:00:52 +0000 (12:00 -0400)
Added package title as page title to package detail page.

Conflicts:
index.php
setup/frontHooks.php

1  2 
index.php
setup/frontHooks.php

diff --cc index.php
+++ b/index.php
@@@ -37,8 -37,8 +37,8 @@@
   *  so that we're sure the other add-ons see an up to date
   *  version from this plugin.
   */
- define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.1.6');
+ define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.1.7');
 -define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.0');
 +define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.2');
  
  // This is the minimum version of the GLM Members DB plugin require for this plugin.
  define('GLM_MEMBERS_PACKAGING_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.0.0');
Simple merge