Skip to content

Commit

Permalink
Fixed hide social switch always showing as off, even when it should b…
Browse files Browse the repository at this point in the history
…e on
  • Loading branch information
Tam committed Mar 2, 2018
1 parent ea30af1 commit d6c6ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 2.1.1
- [Fixed] Fixed hide social switch always showing as off, even when it should be on

### 2.1.0
- [Fixed] Fixed first paragraph check returning both positive and negative #64 (via @jtenclay)
- [Fixed] Snippet description now has minimum height
Expand Down
2 changes: 1 addition & 1 deletion seo/templates/_seo/settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
instructions: 'Will hide the social meta tab when switched on. This is useful if you have pre-existing social media fields.',
name: 'hideSocial',
id: 'hideSocial',
value: "hideSocial" in settings and settings.hideSocial is defined ? settings.hideSocial : false,
on: "hideSocial" in settings|keys and settings.hideSocial is defined ? settings.hideSocial : false,
}) }}
{% endif %}

0 comments on commit d6c6ce2

Please sign in to comment.