* Plugin Name: GLM Members Database Packaging
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.2.15
+ * Version: 1.2.16
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabasePackagingAddOn
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.2.15
+ * @version 1.2.16
*/
// Check that we're being called by WordPress.
* 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.15');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.16');
define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.6');
// This is the minimum version of the GLM Members DB plugin require for this plugin.
== Changelog ==
+= 1.2.16 =
+* Member detail packages display now has collapsable description for each package.
+
+= 1.2.15 =
+* Add check for packages and detail s link in the package detail view
+* Removing refs to addNotice
+* Updating the display of packages. Description areas now have collapsable section.
+
+= 1.2.14 =
+* Update name to Packages
+
= 1.2.13 =
* Update name in navigation to Packages
* Adding the member column to the package dashboard.
// Add internal page content links to member detail page
add_filter('glm-member-db-front-members-detail-linksBottom', function($content, $id) {
- $packageData = do_shortcode('[glm-members-packaging-list member='.$id.', template="detail-packages-link" order="title"]');
- $content .= $packageData;
+ // Removing the link for the packages & deals on the member detail page per Charis request
+ // $packageData = do_shortcode('[glm-members-packaging-list member='.$id.', template="detail-packages-link" order="title"]');
+ // $content .= $packageData;
return $content;
},
10,