Merge branch 'release/0.2.2'
This commit is contained in:
commit
297e7a04e8
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue