Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Bump to version 1.2.2
Browse files Browse the repository at this point in the history
1. Use CDN for delivering assets instead of direct S3 link
  • Loading branch information
Aaron Huisinga committed Mar 3, 2016
1 parent 2d19f78 commit 3013302
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions homes-report.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace ColdTurkey\HomesReport;
/*
* Plugin Name: Homes Report
* Version: 1.2.1
* Version: 1.2.2
* Plugin URI: http://www.coldturkeygroup.com/
* Description: WordPress funnel that collects visitor contact information in exchange for a customized report from a Real Estate agent.
* Author: Cold Turkey Group
Expand All @@ -20,7 +20,7 @@
define('HOMES_REPORT_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));

if (!defined('HOMES_REPORT_PLUGIN_VERSION'))
define('HOMES_REPORT_PLUGIN_VERSION', '1.2.1');
define('HOMES_REPORT_PLUGIN_VERSION', '1.2.2');

require_once('classes/class-homes-report.php');

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Aaron Huisinga
Tags: real estate, platform, homes report
Requires at least: 3.5
Tested up to: 4.3
Stable tag: 1.2.1
Stable tag: 1.2.2

WordPress funnel that collects visitor contact information in exchange for a customized report from a Real Estate agent.

Expand Down
2 changes: 1 addition & 1 deletion templates/single-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
<table border="0" cellpadding="0" cellspacing="0" id="emailLogo" style="width:600px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse ;">
<tr>
<td align="center" valign="top" style="padding: 40px 20px 30px 40px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
<a href="http://platform.marketing/" target="_blank" title="Platform" style="text-decoration: none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;"><img src="https://s3.amazonaws.com/cdn.platform.marketing/assets/logo-dark.png" alt="Platform Logo" height="40" width="250" border="0" class="logoImage" style="border: 0;padding: 0;color: #459CE7 !important;font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;height: auto !important;line-height: 100%;outline: none;text-align: center;text-decoration: none;display: block !important;-ms-interpolation-mode: bicubic;"></a>
<a href="http://platform.marketing/" target="_blank" title="Platform" style="text-decoration: none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;"><img src="https://cdn.platform.marketing/assets/logo-dark.png" alt="Platform Logo" height="40" width="250" border="0" class="logoImage" style="border: 0;padding: 0;color: #459CE7 !important;font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;height: auto !important;line-height: 100%;outline: none;text-align: center;text-decoration: none;display: block !important;-ms-interpolation-mode: bicubic;"></a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 3013302

Please sign in to comment.