diff --git a/README.md b/README.md index ef6bf33..32321a1 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,12 @@ If you have a feature suggestion, [leave an issue](https://github.com/ethercreat ## Changelog -### 1.5.1 +### 1.4.7 - [Improved] The redirects table is now properly responsive! - [Improved] You can click anywhere in a redirects row to edit that redirect. - [Improved] Added more descriptive instructions to the redirects bulk upload section. -### 1.5.0 +### 1.4.6 - [Fixed] `sitemap.xml` breaking if no elements can be found in a given criteria #43 - [Improved] You can now use `{% hook "seo" %}` to output all your SEO meta! diff --git a/releases.json b/releases.json index 2500386..f38faba 100644 --- a/releases.json +++ b/releases.json @@ -187,8 +187,8 @@ ] }, { - "version": "1.5.0", - "downloadUrl": "https://github.com/ethercreative/seo/archive/v1.5.0.zip", + "version": "1.4.6", + "downloadUrl": "https://github.com/ethercreative/seo/archive/v1.4.7.zip", "date": "2017-08-30T10:08:00-08:00", "notes": [ "[Fixed] `sitemap.xml` breaking if no elements can be found in a given criteria #43", @@ -196,8 +196,8 @@ ] }, { - "version": "1.5.1", - "downloadUrl": "https://github.com/ethercreative/seo/archive/v1.5.1.zip", + "version": "1.4.7", + "downloadUrl": "https://github.com/ethercreative/seo/archive/v1.4.7.zip", "date": "2017-09-14T10:08:00-08:00", "notes": [ "[Improved] The redirects table is now properly responsive!", diff --git a/seo/SeoPlugin.php b/seo/SeoPlugin.php index 798b068..6aecdd9 100644 --- a/seo/SeoPlugin.php +++ b/seo/SeoPlugin.php @@ -32,7 +32,7 @@ public function getDescription() public function getVersion() { - return '1.5.1'; + return '1.4.7'; } public function getSchemaVersion()