Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 4, 2016
1 parent cedbb2a commit f5d223a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,12 @@ Some things to do, and ideas for potential features:

## Changelog

### 1.1.7 -- 2016.03.04

* [Fixed] Fixed a regression that would cause the Place JSON-LD to render incorrectly
* [Fixed] Fixed a nasty bug that would cause SEOmatic to crash if you used `{title}` or other variables in your SEOmatic Entry Meta fields
* [Improved] Updated the README.md

### 1.1.6 -- 2016.03.03

* [Fixed] Fixed a fun recursion bug that would cause meta arrays nested more than 1 deep to not be sanitized & parsed properly
Expand Down
2 changes: 1 addition & 1 deletion SeomaticPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function getReleaseFeedUrl()

public function getVersion()
{
return '1.1.6';
return '1.1.7';
}

public function getSchemaVersion()
Expand Down
10 changes: 10 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"version": "1.1.7",
"downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip",
"date": "2016-03-04T11:00:00-05:00",
"notes": [
"[Fixed] Fixed a regression that would cause the Place JSON-LD to render incorrectly",
"[Fixed] Fixed a nasty bug that would cause SEOmatic to crash if you used {title} or other variables in your SEOmatic Entry Meta fields",
"[Improved] Updated the README.md"
]
},
{
"version": "1.1.6",
"downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip",
Expand Down

0 comments on commit f5d223a

Please sign in to comment.