Update readme

This commit is contained in:
Robin Cornett
2015-12-11 10:29:27 -05:00
parent 4de13d0fcc
commit b964e3d853
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -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)
+2
View File
@@ -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)