<?php
/**
- * Plugin Name: GLM Members Database Packaging
+ * Plugin Name: GLM Assoicate - Packaging Add-On
* Plugin URI: http://www.gaslightmedia.com/
- * Description: Gaslight Media GLM Associate Packaging database addd-on.
- * Version: 1.2.19
+ * Description: Gaslight Media Members Database.
+ * Version: 1.2.20
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* 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.2.19');
+ define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.20');
-define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.7');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.8');
// 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.9.15');
// Drop the data organized by packages
$packages = false;
-
+
-<<<<<<< Updated upstream
- // Sort by member name
- reset( $members );
- uasort(
- $members,
- function($a, $b) {
- if ( $a['member'] == $b['member'] ) {
- return 0;
-=======
// Determine how to sort the package list
// The sort order config values compared are the ones from Member DB plugin.ini
switch ($this->config['settings']['package_list_order']) {
);
break;
-
+
}
-
+
->>>>>>> Stashed changes
$byMember = true;
+
}
// Check for alternate template requests