From e64b0dea7599f0b59dc671a01f15736b338c74ed Mon Sep 17 00:00:00 2001 From: Adam Steffanick Date: Sat, 25 Mar 2017 23:13:41 -0500 Subject: [PATCH] 0.8.4 --- CHANGELOG.md | 34 +++++++++++++--- README.md | 9 +++-- archives.php | 48 +++++++++++++++++----- content.php | 87 ++++++++++++++++++++++++--------------- functions.php | 1 + style.css | 110 ++++++++++++++++++++++++++++++++++++++++++++------ 6 files changed, 225 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9ba06..aacc819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [0.8.4] - 2017-03-25 +### Added +* blog archives recent entries ([archives.php]) +* blog entry featured image → link to blog entry ([content.php]) +* blog entry title → blog entry featured image `alt` & `title` attributes ([content.php]) +* [schema.org] `image` microdata → blog entry featured image ([content.php]) +* `the_post_thumbnail()` [mod_pagespeed] optimization → blog entry featured image ([content.php]) + +### Changed +* blog archives lists → [Bootstrap] panels ([archives.php]) +* blog archives tag cloud → tag list ([archives.php]) +* blog entries → [Bootstrap] panels ([content.php]) +* blog entry featured image → below `.entry-header` ([content.php]) +* blog entry featured image → conditional ([content.php]) +* byline & dateline → `` ([content.php]) +* theme `line-height` & margins → lists, headers, & `
` ([style.css])
+
+### Removed
+* [WordPress] responsive images ([functions.php])
+
 ## [0.8.3] - 2017-03-14
 ### Added
 * `.entry-header .entry-title` transition ([style.css])
@@ -31,17 +51,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
 * function `twentytwelve_entry_meta()` ([functions.php])
 * function `twentytwelve_entry_meta()` [microformats.org] author & time microdata → blog entries ([content.php])
 * “Proudly Powered By [WordPress]” → [Font Awesome] icon ([footer.php])
-* [schema.org] `copyrightHolder` & `copyrightYear` → blog entries ([content.php])
+* [schema.org] `copyrightHolder` & `copyrightYear` microdata → blog entries ([content.php])
 
 ### Changed
 * `footer.entry-meta` style ([style.css])
 * author information style ([style.css])
-* blog entries [schema.org] `dateModified` → `get_the_modified_date('c');` with relative timestamp ([content.php])
+* blog entries [schema.org] `dateModified` microdata → `get_the_modified_date('c');` with relative timestamp ([content.php])
 * blog time zone → UTC
 * relative theme name → paths to theme files ([functions.php])
 
 ### Fixed
-* blog entries [microformats.org] `updated` errors
+* blog entries [microformats.org] `updated` microdata errors
 
 ## [0.8.1] - 2017-03-03
 ### Added
@@ -49,11 +69,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
 * [schema.org] `publisher` → blog entries ([content.php])
 
 ### Changed
-* blog entries byline `