Skip to content

Commit

Permalink
Version bump for #38 / #39 via @caleuanhopkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Jun 21, 2017
1 parent 2d1b614 commit b074a94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ All parameters are optional.

## Changelog

### 1.4.3
- Fixed CSRF JS bug on the Sitemap #38/#39 - @caleuanhopkins

### 1.4.2
- Redirects now have a new and improved UI.
- You can now bulk import redirects!
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,13 @@
"[Improved] Redirects now have a new and improved UI.",
"[Added] You can now bulk import redirects!"
]
},
{
"version": "1.4.3",
"downloadUrl": "https://github.com/ethercreative/seo/archive/v1.4.3.zip",
"date": "2017-06-21T12:09:00-08:00",
"notes": [
"[Fixed] Fixed CSRF JS bug on the Sitemap #38/#39 - @caleuanhopkins"
]
}
]
2 changes: 1 addition & 1 deletion seo/SeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getDescription()

public function getVersion()
{
return '1.4.2';
return '1.4.3';
}

public function getSchemaVersion()
Expand Down

0 comments on commit b074a94

Please sign in to comment.