You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,10 +92,10 @@ The following are listed in reverse chronological order. The first, more recent
92
92
93
93
### [0.8.6] - [2017-06-08] ###
94
94
* Bumped compatibility to WordPress 4.8.
95
-
* Added: Show notification when a post a restored from trash. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/347"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/347"data-id="210498140">#347</a>. Issue <ahref="https://github.com/xwp/wp-customize-posts/issues/217"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/217"data-id="171111793">#217</a>.
95
+
* Added: Show notification when a post is restored from trash. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/347"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/347"data-id="210498140">#347</a>. Issue <ahref="https://github.com/xwp/wp-customize-posts/issues/217"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/217"data-id="171111793">#217</a>.
96
96
* Added: Allow the <code>customize_action</code> template for a given post type's panel to be defined via registered post type labels. Issue <ahref="https://github.com/xwp/wp-customize-posts/issues/343"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/343"data-id="203033985">#343</a>. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/345"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/345"data-id="203795097">#345</a>.
97
97
* Added: Focus on specific field that have conflict. Issue <ahref="https://github.com/xwp/wp-customize-posts/issues/35"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/35"data-id="138341625">#35</a>. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/341"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/341"data-id="202486533">#341</a>.<br>
98
-
* Updated: Remove sessionStorage and use changeset to save post editor screen data. Issue <ahref="https://github.com/xwp/wp-customize-posts/issues/338"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/338"data-id="198599727">#338</a>. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/350"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/350"data-id="219883491">#350</a>.
98
+
* Updated: Remove `sessionStorage` and use changeset to save post editor screen data. Issue <ahref="https://github.com/xwp/wp-customize-posts/issues/338"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/338"data-id="198599727">#338</a>. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/350"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/350"data-id="219883491">#350</a>.
Copy file name to clipboardExpand all lines: readme.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,10 @@ The following are listed in reverse chronological order. The first, more recent
70
70
= [0.8.6] - [2017-06-08] =
71
71
72
72
* Bumped compatibility to WordPress 4.8.
73
-
* Added: Show notification when a post a restored from trash. PR <a href="https://github.com/xwp/wp-customize-posts/pull/347" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/347" data-id="210498140">#347</a>. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/217" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/217" data-id="171111793">#217</a>.
73
+
* Added: Show notification when a post is restored from trash. PR <a href="https://github.com/xwp/wp-customize-posts/pull/347" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/347" data-id="210498140">#347</a>. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/217" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/217" data-id="171111793">#217</a>.
74
74
* Added: Allow the <code>customize_action</code> template for a given post type's panel to be defined via registered post type labels. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/343" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/343" data-id="203033985">#343</a>. PR <a href="https://github.com/xwp/wp-customize-posts/pull/345" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/345" data-id="203795097">#345</a>.
75
75
* Added: Focus on specific field that have conflict. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/35" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/35" data-id="138341625">#35</a>. PR <a href="https://github.com/xwp/wp-customize-posts/pull/341" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/341" data-id="202486533">#341</a>.<br>
76
-
* Updated: Remove sessionStorage and use changeset to save post editor screen data. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/338" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/338" data-id="198599727">#338</a>. PR <a href="https://github.com/xwp/wp-customize-posts/pull/350" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/350" data-id="219883491">#350</a>.
76
+
* Updated: Remove `sessionStorage` and use changeset to save post editor screen data. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/338" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/338" data-id="198599727">#338</a>. PR <a href="https://github.com/xwp/wp-customize-posts/pull/350" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/350" data-id="219883491">#350</a>.
0 commit comments