Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.3.1 #122

Merged
merged 9 commits into from
May 27, 2015
Prev Previous commit
Version 2.3.1 changelog
  • Loading branch information
tevko committed May 27, 2015
commit 664d6e207f85722978d1976bb09cc51f817ff4bd
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,17 @@ We use a hook because if you attempt to dequeue a script before it's enqueued, w

##Version

2.3.0
2.3.1

##Changelog

- First char no longer stripped from file name if there's no slash
- Adding test for when uploads directory not organized by date
- Don't calculate a srcset when the image data returns no width
- Add test for image_downsize returning 0 as a width

**2.3.0**

- Improved performance of `get_srcset_array`
- Added advanced image compression option (available by adding hook to functions.php)
- Duplicate entires now filtered out from srcset array
Expand Down