Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit d87ff82

Browse files
committed
Fix changelog typo
1 parent b52eb0d commit d87ff82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ The following are listed in reverse chronological order. The first, more recent
9292

9393
### [0.8.6] - [2017-06-08] ###
9494
* Bumped compatibility to WordPress 4.8.
95-
* 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>.
95+
* 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>.
9696
* 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>.
9797
* 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>
98-
* 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>.
98+
* 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>.
9999
* Updated: Removed reference to obsolete plugin. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/323" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/323" data-id="191750337">#323</a>. PR <a href="https://github.com/xwp/wp-customize-posts/pull/342" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/342" data-id="203019613">#342</a>.
100100
* Fixed: Stop continuous ajax requests in select2. PR <a href="https://github.com/xwp/wp-customize-posts/pull/351" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/351" data-id="222634958">#351</a>.
101101
* Fixed: Prevent warning when importing starter content including CPT posts. PR <a href="https://github.com/xwp/wp-customize-posts/pull/340" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/340" data-id="201179029">#340</a>.

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ The following are listed in reverse chronological order. The first, more recent
7070
= [0.8.6] - [2017-06-08] =
7171

7272
* 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>.
7474
* 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>.
7575
* 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>.
7777
* Updated: Removed reference to obsolete plugin. Issue <a href="https://github.com/xwp/wp-customize-posts/issues/323" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/323" data-id="191750337">#323</a>. PR <a href="https://github.com/xwp/wp-customize-posts/pull/342" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/342" data-id="203019613">#342</a>.
7878
* Fixed: Stop continuous ajax requests in select2. PR <a href="https://github.com/xwp/wp-customize-posts/pull/351" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/351" data-id="222634958">#351</a>.
7979
* Fixed: Prevent warning when importing starter content including CPT posts. PR <a href="https://github.com/xwp/wp-customize-posts/pull/340" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/340" data-id="201179029">#340</a>.

0 commit comments

Comments
 (0)