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

Commit

Permalink
Bump to version 1.1.2
Browse files Browse the repository at this point in the history
1. Some rendering fixes for Patriot Program pages
  • Loading branch information
Aaron Huisinga committed Nov 1, 2016
1 parent 6422764 commit cd576d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions program-page.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace ColdTurkey\ProgramPage;
/*
* Plugin Name: Program Page
* Version: 1.1.1
* Version: 1.1.2
* Plugin URI: http://www.coldturkeygroup.com/
* Description: Custom info pages for Platform ad campaigns
* Author: Cold Turkey Group
Expand All @@ -20,7 +20,7 @@
define( 'PROGRAM_PAGE_PLUGIN_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );

if ( ! defined( 'PROGRAM_PAGE_PLUGIN_VERSION' ) )
define( 'PROGRAM_PAGE_PLUGIN_VERSION', '1.1.1' );
define( 'PROGRAM_PAGE_PLUGIN_VERSION', '1.1.2' );

require_once( 'classes/class-program-page.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, days on market
Requires at least: 3.5
Tested up to: 4.6
Stable tag: 1.1.1
Stable tag: 1.1.2

Custom info pages for Platform ad campaigns (currently supports the HIP & Patriot Programs).

Expand Down
4 changes: 2 additions & 2 deletions templates/patriot-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<body <?php body_class(); ?>>
<div class="wrapper wrapper-bg-banner wrapper-center-block banner role-element leadstyle-container">
<div class="bg-wrapper">
<img src="https://cdn.platform.marketing/assets/programs/patriot/patriot-background.jpg" class="role-element leadstyle-background-image">
<img src="https://cdn.platform.marketing/assets/programs/patriot/patriot-background.jpg" style="height:50%" class="role-element leadstyle-background-image">
</div>
<div class="bg-text middle">
<div class="fill">
Expand Down Expand Up @@ -161,7 +161,7 @@
<strong><span style="color:#6818a5">&lt;</span> What is the <?= $state ?> Patriot program?&nbsp;<span style="color:#6818a5">&gt;</span></strong>
</h2>
<p class="role-element leadstyle-text">We’re excited to announce a new program that will benefit the military and veteran community here in the greater <?= $city ?> area: the <?= $state ?> Patriot program.<br><br>As a society, we typically honor public servants like teachers, firefighters, and police officers. And we should... these heroes are true public servants! But sometimes we forget that military members are also public servants! They work long, difficult hours to protect our freedom 24/7/365.<br><br><span style="font-weight: 700;">We want to say thank you. The Patriot Program is a special homebuyer credit offered exclusively through <?= $broker ?><em>.</em></span> It is multiple discounts that are applied to your closing costs—it is NOT a loan. It is a
<em>free credit</em> that will reduce the amount of money that is owed at closing time. The discounts include: <ul><li>No PMI (Private Mortgage Insurance)</li><li>Discounted appraisal</li><li>Reduced Closing costs</li><li>Discounted Home Inspection</li></ul><br><br>This special credit will make the American dream of homeownership more affordable for the hardworking military and veteran community that serve us here in <?= $program_area ?>.<br><br><span style="font-weight: 700;">You do NOT have to be a first time homebuyer to apply for these special credits!</span>
<em>free credit</em> that will reduce the amount of money that is owed at closing time. The discounts include: <ul><li>No PMI (Private Mortgage Insurance)</li><li>Discounted appraisal</li><li>Reduced Closing costs</li><li>Discounted Home Inspection</li></ul><br>This special credit will make the American dream of homeownership more affordable for the hardworking military and veteran community that serve us here in <?= $program_area ?>.<br><br><span style="font-weight: 700;">You do NOT have to be a first time homebuyer to apply for these special credits!</span>
</p>
</div>
</div>
Expand Down

0 comments on commit cd576d3

Please sign in to comment.