Merge branch 'release/0.2.2'

This commit is contained in:
Jonny Barnes 2017-02-05 12:19:40 +00:00
commit 297e7a04e8
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## Version 0.2.2 (2017-02-05)
- Fix: allow syndication to work again (issue#42)
## Version 0.2.1 (2017-02-03)
- Add css for emoji labels

View file

@ -25,7 +25,7 @@
<ul class="syndication-targets-list" name="syndication">
@foreach($syndication as $syn)
<li><input type="checkbox"
name="syndicate-to[]"
name="mp-syndicate-to[]"
id="{{ $syn['target'] }}"
value="{{ $syn['target'] }}"
checked="checked"