diff --git a/CHANGELOG.textile b/CHANGELOG.textile index bb412fb..6ad7974 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -1,5 +1,9 @@ h1. Changelog +h2. 0.6.1 - 2020-06-14 + +* Permit @aspect@ attribute to match exact widths/heights and decimal aspects. + h2. 0.6.0 - 2020-05-20 * For Txp 4.8.0+ diff --git a/composer.json b/composer.json index 6e8df58..ed416db 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bloke/smd_thumbnail", "description": "Multiple image thumbnails of arbitrary dimensions within Textpattern CMS", - "keywords": ["textpattern", "plugin", "images", "src-set"], + "keywords": ["textpattern", "plugin", "images", "src-set", "multiple", "sizes"], "homepage": "https://github.com/bloke/smd_thumbnail", "license": "GPL-2.0", "type": "textpattern-plugin", diff --git a/manifest.json b/manifest.json index f3b6377..b233522 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "smd_thumbnail", "description": "Multiple image thumbnails of arbitrary dimensions", - "version": "0.5.3", + "version": "0.6.1", "type": 5, "author": "Stef Dawson", "author_uri": "https://stefdawson.com/",