Update version, readme, .pot

This commit is contained in:
Robin Cornett
2016-07-12 09:53:28 -04:00
parent c62629b52e
commit 030d4f127d
4 changed files with 406 additions and 250 deletions
+13 -2
View File
@@ -12,7 +12,7 @@ This plugin takes a different approach to how we use and display featured images
* display _nothing_ if your featured image is already displayed in your content (the original image, not a resized version).
* display a _default featured image_ as a backstretch image if one is uploaded.
More words at [my site](http://robincornett.com/downloads/display-featured-image-genesis/).
More words at [my site](https://robincornett.com/downloads/display-featured-image-genesis/).
_Note: although this plugin requires the [Genesis Framework by StudioPress](http://studiopress.com/) or child themes, it is not an official plugin for this framework and is neither endorsed nor supported by StudioPress._
@@ -220,10 +220,21 @@ to a convenient location, such as your functions.php file. Otherwise, the page t
## Credits
* Built by [Robin Cornett](http://robincornett.com/)
* Built by [Robin Cornett](https://robincornett.com/)
## Changelog
### 2.6.0
* added: backstretch control settings
* added: setting to always use default image
* added: Customizer support for main plugin settings
* added: setting to not move title over image on a per-post basis
* added/fixed: alt attribute and aria value for backstretch featured image
* fixed: aria attribute on widget images
* fixed: media uploader limited to images
* bugfix: nonce output causing some issues in post editor
* bugfix: large image size filter no longer overrides earlier setting
### 2.5.1
* enhancement: large image can now be moved on archive pages
* bugfix: array filter has been reset to less strict mode