diff --git a/blank-slate-template.php b/blank-slate-template.php index 2257726..54177d0 100644 --- a/blank-slate-template.php +++ b/blank-slate-template.php @@ -2,9 +2,9 @@ > - - <?php wp_title(); ?> - + + <?php wp_title(); ?> + diff --git a/blank-slate.php b/blank-slate.php index 319e85c..4faca58 100644 --- a/blank-slate.php +++ b/blank-slate.php @@ -2,7 +2,8 @@ /* Plugin Name: Blank Slate Plugin URI: http://aaronreimann.com/wordpress -Version: 1.1.1 +Version: 1.1.2 +Description: This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer. Author: Aaron Reimann Author URI: http://aaronreimann.com/wordpress */ diff --git a/readme.txt b/readme.txt index 487e537..56fc155 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: areimann Donate link: http://aaronreimann.com/wordpress Tags: blank, empty, canvas, landing, page builder Requires at least: 4.0 -Tested up to: 4.8 -Stable 1.1.1 +Tested up to: 4.9.8 +Stable 1.1.2 Stable tag: trunk This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer. @@ -34,6 +34,9 @@ This is a fork of a plugin that adds a template selection written by [Harri Bell == Changelog == += 1.1.2 = +* Showing title for themes that don't support title-tag + = 1.1.1 = * Template that is loaded now loads viewport correctly