From b964e3d853ab7c7e5701d41fbad9d17cfc9dd5af Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Fri, 11 Dec 2015 10:29:27 -0500 Subject: [PATCH] Update readme --- README.md | 4 +++- readme.txt | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 111c1d4..ade3466 100644 --- a/README.md +++ b/README.md @@ -228,9 +228,11 @@ to a convenient location, such as your functions.php file. Otherwise, the page t ## Changelog -### 2.4.0 +### 2.4.0 - 2015-12-11 * Now supports term metadata, added in WordPress 4.4. All new featured images for terms will be added to the termmeta table instead of wp_options. Old term images can be converted from the settings page. +* improved: alternate sources for backstretch image on smaller screens * changed: generic functions have all been moved to a helper class for optimization. +* bugfix: home/posts page no longer uses latest post's featured image ### 2.3.4 - 2015-11-13 * added: filters to modify image priority as well as hook (due to Workstation Pro theme) diff --git a/readme.txt b/readme.txt index a83ac80..d74ae84 100644 --- a/readme.txt +++ b/readme.txt @@ -183,7 +183,9 @@ Featured images for terms now use term metadata, introduced in WP 4.4. Old image = 2.4.0 = * Now supports term metadata, added in WordPress 4.4. All new featured images for terms will be added to the termmeta table instead of wp_options. Old term images can be converted from the settings page. +* improved: alternate sources for backstretch image on smaller screens * changed: generic functions have all been moved to a helper class for optimization. +* bugfix: home/posts page no longer uses latest post's featured image = 2.3.4 = * added: filters to modify image priority as well as hook (due to Workstation Pro theme)