From: Chuck Scott Date: Mon, 21 Dec 2015 19:01:47 +0000 (-0500) Subject: Made package images one size smaller X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9e479ba0011a5cd0b589c776a89182c2ad255471;p=WP-Plugins%2Fglm-member-db-packaging.git Made package images one size smaller --- diff --git a/glm-member-db-packaging.php b/glm-member-db-packaging.php index 61cc9c7..5a45011 100644 --- a/glm-member-db-packaging.php +++ b/glm-member-db-packaging.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Packaging * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.0.3 + * Version: 1.0.4 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -33,7 +33,7 @@ * version when there's a change in the database!! Use the * version nunmber of that release for the DB version. */ -define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.0.3'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.0.4'); define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '0.0.2'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/front/packaging/detail.html b/views/front/packaging/detail.html index 6e72f45..0f8429d 100644 --- a/views/front/packaging/detail.html +++ b/views/front/packaging/detail.html @@ -14,7 +14,7 @@

{$package.ref_dest_name}

{if $package.logo} - + {/if}
{$package.addr1} @@ -44,7 +44,7 @@

{$package.title}

{if $package.image} - + {/if} {if $package.descr} {$package.descr} diff --git a/views/front/packaging/list.html b/views/front/packaging/list.html index 65bae26..f1213b6 100644 --- a/views/front/packaging/list.html +++ b/views/front/packaging/list.html @@ -17,7 +17,7 @@

{$p.ref_dest_name}

{if $p.logo} - + {/if}
{$p.addr1} @@ -52,7 +52,7 @@

{$p.ref_dest_name}

{if $p.logo} - + {/if}
{$p.addr1} @@ -83,7 +83,7 @@

{$p.title}

{if $p.image} - + {/if} {if $p.descr} {$p.descr}