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.2.3
Browse files Browse the repository at this point in the history
1. Remove extra line break from bottom of first testimonial
  • Loading branch information
Aaron Huisinga committed Nov 16, 2016
1 parent c70ac97 commit 1c72ca0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions program-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
* Plugin Name: Program Page
* Version: 1.2.2
* Version: 1.2.3
* Plugin URI: http://www.coldturkeygroup.com/
* Description: Custom info pages for Platform ad campaigns
* Author: Cold Turkey Group
Expand All @@ -23,7 +23,7 @@
define( 'PROGRAM_PAGE_PLUGIN_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );

if ( ! defined( 'PROGRAM_PAGE_PLUGIN_VERSION' ) )
define( 'PROGRAM_PAGE_PLUGIN_VERSION', '1.2.2' );
define( 'PROGRAM_PAGE_PLUGIN_VERSION', '1.2.3' );

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.2.2
Stable tag: 1.2.3

Custom info pages for Platform ad campaigns (currently supports the HIP, Patriot, and First Responder Programs).

Expand Down
2 changes: 1 addition & 1 deletion templates/first-responders-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; letter-spacing: normal; line-height: normal; text-align: start;"><?= $test_1_job ?></span>
</p>
<p class="role-element leadstyle-text">
<i style="color: rgb(47, 47, 47); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: normal; line-height: 23px; text-align: start;"><?= $test_1_text ?></i><br>
<i style="color: rgb(47, 47, 47); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: normal; line-height: 23px; text-align: start;"><?= $test_1_text ?></i>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/hip-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; letter-spacing: normal; line-height: normal; text-align: start;"><?= $test_1_job ?></span>
</p>
<p class="role-element leadstyle-text">
<i style="color: rgb(47, 47, 47); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: normal; line-height: 23px; text-align: start;"><?= $test_1_text ?></i><br>
<i style="color: rgb(47, 47, 47); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: normal; line-height: 23px; text-align: start;"><?= $test_1_text ?></i>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/patriot-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; letter-spacing: normal; line-height: normal; text-align: start;"><?= $test_1_job ?></span>
</p>
<p class="role-element leadstyle-text">
<i style="color: rgb(47, 47, 47); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: normal; line-height: 23px; text-align: start;"><?= $test_1_text ?></i><br>
<i style="color: rgb(47, 47, 47); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: normal; line-height: 23px; text-align: start;"><?= $test_1_text ?></i>
</p>
</div>
</div>
Expand Down

0 comments on commit 1c72ca0

Please sign in to comment.