Skip to content

Commit

Permalink
Tweaked version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Sep 14, 2017
1 parent 894b3f5 commit ededf3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
8 changes: 4 additions & 4 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,17 @@
]
},
{
"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",
"[Improved] You can now use `{% hook \"seo\" %}` to output all your SEO meta!"
]
},
{
"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!",
Expand Down
2 changes: 1 addition & 1 deletion seo/SeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getDescription()

public function getVersion()
{
return '1.5.1';
return '1.4.7';
}

public function getSchemaVersion()
Expand Down

0 comments on commit ededf3e

Please sign in to comment.