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.1
Browse files Browse the repository at this point in the history
Fix background image URL for Patriot Program pages
  • Loading branch information
Aaron Huisinga committed Oct 31, 2016
1 parent 6f1983e commit 6422764
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0
* Version: 1.1.1
* 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.0' );
define( 'PROGRAM_PAGE_PLUGIN_VERSION', '1.1.1' );

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.0
Stable tag: 1.1.1

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

Expand Down
2 changes: 1 addition & 1 deletion 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.png" class="role-element leadstyle-background-image">
<img src="https://cdn.platform.marketing/assets/programs/patriot/patriot-background.jpg" class="role-element leadstyle-background-image">
</div>
<div class="bg-text middle">
<div class="fill">
Expand Down

0 comments on commit 6422764

Please sign in to comment.