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
Copy file name to clipboardExpand all lines: readme.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,27 +92,27 @@ The following are listed in reverse chronological order. The first, more recent
92
92
93
93
### [0.8.3] - 2016-11-24 ###
94
94
* Prevent extra section params from being passed along to previewUrl (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/306"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/306"data-id="181028762">#306</a>)
95
-
* Fix errors and erroneous selective refresh caused by dirty post settings not being synced into nav menu item settings (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/307"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/307"data-id="181318396">#307</a>)
96
-
* Add compat for WP4.5 where settingConstructor is not defined (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/308"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/308"data-id="182835256">#308</a>)
97
-
* Fix handling of postmeta preview filter when no modifications are in customized state (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/309"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/309"data-id="183709726">#309</a>)
98
-
* Improve compatibility with Customize Changesets (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/300"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/300"data-id="180176248">#300</a>)
99
-
* Recognize and handle dropdown-pages control in WP 4.7-alpha (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/311"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/311"data-id="185033930">#311</a>)
100
-
* Prevent attempting to update original titles for removed nav menu items (placeholders) (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/312"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/312"data-id="185814279">#312</a>)
101
-
* Restore edit_post_link() in WordPress 4.7 (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/314"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/314"data-id="187211686">#314</a>)
102
-
* Disable polyfill for nav menu item loading/searching fix landing in 4.7 (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/315"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/315"data-id="187265752">#315</a>)
103
-
* Eliminate determination of user capability in setting constructor (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/316"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/316"data-id="187916567">#316</a>)
104
-
* Prevent sending back DB-persisted setting values in <code>customize_save_response</code> unless changeset is being published (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/317"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/317"data-id="190010791">#317</a>)
105
-
* Pass missing options param in wrapped <code>isLinkPrewable</code> function (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/318"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/318"data-id="190618522">#318</a>)
106
-
* Improve compat with posts & pages created as stubs in 4.7 (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/320"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/320"data-id="191193786">#320</a>)
95
+
* Fix errors and erroneous selective refresh caused by dirty post settings not being synced into nav menu item settings (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/307"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/307"data-id="181318396">#307</a>)
96
+
* Add compat for WP4.5 where settingConstructor is not defined (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/308"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/308"data-id="182835256">#308</a>)
97
+
* Fix handling of postmeta preview filter when no modifications are in customized state (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/309"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/309"data-id="183709726">#309</a>)
98
+
* Improve compatibility with Customize Changesets (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/300"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/300"data-id="180176248">#300</a>)
99
+
* Recognize and handle dropdown-pages control in WP 4.7-alpha (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/311"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/311"data-id="185033930">#311</a>)
100
+
* Prevent attempting to update original titles for removed nav menu items (placeholders) (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/312"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/312"data-id="185814279">#312</a>)
101
+
* Restore edit_post_link() in WordPress 4.7 (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/314"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/314"data-id="187211686">#314</a>)
102
+
* Disable polyfill for nav menu item loading/searching fix landing in 4.7 (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/315"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/315"data-id="187265752">#315</a>)
103
+
* Eliminate determination of user capability in setting constructor (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/316"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/316"data-id="187916567">#316</a>)
104
+
* Prevent sending back DB-persisted setting values in <code>customize_save_response</code> unless changeset is being published (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/317"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/317"data-id="190010791">#317</a>)
105
+
* Pass missing options param in wrapped <code>isLinkPrewable</code> function (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/318"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/318"data-id="190618522">#318</a>)
106
+
* Improve compat with posts & pages created as stubs in 4.7 (PR <ahref="https://github.com/xwp/wp-customize-posts/pull/320"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/320"data-id="191193786">#320</a>)
107
107
108
108
See <ahref="https://github.com/xwp/wp-customize-posts/milestone/11?closed=1">issues and PRs in milestone</a> and <ahref="https://github.com/xwp/wp-customize-posts/compare/0.8.2...0.8.3">full release commit log</a>.
* Fixed browser incompatible way of parsing local datetime strings. This is a follow-up on <ahref="https://github.com/xwp/wp-customize-posts/pull/293"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/293"data-id="178983334">#293</a>, which was not fully fixed in 0.8.1. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/304"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/304"data-id="180808420">#304</a>.
114
-
* Improved fetching of post/postmeta settings so that the <code>customized</code> state is included in the request, and allow for placeholder <code>nav_menu_item</code> settings to be fetched. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/299"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/299"data-id="180154206">#299</a>.
115
-
* Added <code>$setting</code> context to <code>customize_previewed_postmeta_rows</code> filter and add new <code>customize_previewed_postmeta_rows_{$setting->post_meta}</code> filter. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/299"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/299"data-id="180154206">#299</a>.
114
+
* Improved fetching of post/postmeta settings so that the <code>customized</code> state is included in the request, and allow for placeholder <code>nav_menu_item</code> settings to be fetched. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/299"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/299"data-id="180154206">#299</a>.
115
+
* Added <code>$setting</code> context to <code>customize_previewed_postmeta_rows</code> filter and add new <code>customize_previewed_postmeta_rows_{$setting->post_meta}</code> filter. PR <ahref="https://github.com/xwp/wp-customize-posts/pull/299"class="issue-link js-issue-link"data-url="https://github.com/xwp/wp-customize-posts/issues/299"data-id="180154206">#299</a>.
Copy file name to clipboardExpand all lines: readme.txt
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -69,29 +69,29 @@ The following are listed in reverse chronological order. The first, more recent
69
69
70
70
= [0.8.3] - 2016-11-24 =
71
71
72
-
* Prevent extra section params from being passed along to previewUrl (PR <a href="https://github.com/xwp/wp-customize-posts/pull/306" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/306" data-id="181028762">#306</a>)
73
-
* Fix errors and erroneous selective refresh caused by dirty post settings not being synced into nav menu item settings (PR <a href="https://github.com/xwp/wp-customize-posts/pull/307" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/307" data-id="181318396">#307</a>)
74
-
* Add compat for WP4.5 where settingConstructor is not defined (PR <a href="https://github.com/xwp/wp-customize-posts/pull/308" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/308" data-id="182835256">#308</a>)
75
-
* Fix handling of postmeta preview filter when no modifications are in customized state (PR <a href="https://github.com/xwp/wp-customize-posts/pull/309" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/309" data-id="183709726">#309</a>)
* Recognize and handle dropdown-pages control in WP 4.7-alpha (PR <a href="https://github.com/xwp/wp-customize-posts/pull/311" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/311" data-id="185033930">#311</a>)
78
-
* Prevent attempting to update original titles for removed nav menu items (placeholders) (PR <a href="https://github.com/xwp/wp-customize-posts/pull/312" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/312" data-id="185814279">#312</a>)
* Disable polyfill for nav menu item loading/searching fix landing in 4.7 (PR <a href="https://github.com/xwp/wp-customize-posts/pull/315" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/315" data-id="187265752">#315</a>)
81
-
* Eliminate determination of user capability in setting constructor (PR <a href="https://github.com/xwp/wp-customize-posts/pull/316" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/316" data-id="187916567">#316</a>)
82
-
* Prevent sending back DB-persisted setting values in <code>customize_save_response</code> unless changeset is being published (PR <a href="https://github.com/xwp/wp-customize-posts/pull/317" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/317" data-id="190010791">#317</a>)
83
-
* Pass missing options param in wrapped <code>isLinkPrewable</code> function (PR <a href="https://github.com/xwp/wp-customize-posts/pull/318" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/318" data-id="190618522">#318</a>)
84
-
* Improve compat with posts & pages created as stubs in 4.7 (PR <a href="https://github.com/xwp/wp-customize-posts/pull/320" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/320" data-id="191193786">#320</a>)
72
+
* Prevent extra section params from being passed along to previewUrl (PR <a href="https://github.com/xwp/wp-customize-posts/pull/306" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/306" data-id="181028762">#306</a>)
73
+
* Fix errors and erroneous selective refresh caused by dirty post settings not being synced into nav menu item settings (PR <a href="https://github.com/xwp/wp-customize-posts/pull/307" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/307" data-id="181318396">#307</a>)
74
+
* Add compat for WP4.5 where settingConstructor is not defined (PR <a href="https://github.com/xwp/wp-customize-posts/pull/308" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/308" data-id="182835256">#308</a>)
75
+
* Fix handling of postmeta preview filter when no modifications are in customized state (PR <a href="https://github.com/xwp/wp-customize-posts/pull/309" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/309" data-id="183709726">#309</a>)
* Recognize and handle dropdown-pages control in WP 4.7-alpha (PR <a href="https://github.com/xwp/wp-customize-posts/pull/311" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/311" data-id="185033930">#311</a>)
78
+
* Prevent attempting to update original titles for removed nav menu items (placeholders) (PR <a href="https://github.com/xwp/wp-customize-posts/pull/312" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/312" data-id="185814279">#312</a>)
* Disable polyfill for nav menu item loading/searching fix landing in 4.7 (PR <a href="https://github.com/xwp/wp-customize-posts/pull/315" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/315" data-id="187265752">#315</a>)
81
+
* Eliminate determination of user capability in setting constructor (PR <a href="https://github.com/xwp/wp-customize-posts/pull/316" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/316" data-id="187916567">#316</a>)
82
+
* Prevent sending back DB-persisted setting values in <code>customize_save_response</code> unless changeset is being published (PR <a href="https://github.com/xwp/wp-customize-posts/pull/317" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/317" data-id="190010791">#317</a>)
83
+
* Pass missing options param in wrapped <code>isLinkPrewable</code> function (PR <a href="https://github.com/xwp/wp-customize-posts/pull/318" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/318" data-id="190618522">#318</a>)
84
+
* Improve compat with posts & pages created as stubs in 4.7 (PR <a href="https://github.com/xwp/wp-customize-posts/pull/320" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/320" data-id="191193786">#320</a>)
85
85
86
86
See <a href="https://github.com/xwp/wp-customize-posts/milestone/11?closed=1">issues and PRs in milestone</a> and <a href="https://github.com/xwp/wp-customize-posts/compare/0.8.2...0.8.3">full release commit log</a>.
* Fixed browser incompatible way of parsing local datetime strings. This is a follow-up on <a href="https://github.com/xwp/wp-customize-posts/pull/293" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/293" data-id="178983334">#293</a>, which was not fully fixed in 0.8.1. PR <a href="https://github.com/xwp/wp-customize-posts/pull/304" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/304" data-id="180808420">#304</a>.
93
-
* Improved fetching of post/postmeta settings so that the <code>customized</code> state is included in the request, and allow for placeholder <code>nav_menu_item</code> settings to be fetched. PR <a href="https://github.com/xwp/wp-customize-posts/pull/299" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/299" data-id="180154206">#299</a>.
94
-
* Added <code>$setting</code> context to <code>customize_previewed_postmeta_rows</code> filter and add new <code>customize_previewed_postmeta_rows_{$setting->post_meta}</code> filter. PR <a href="https://github.com/xwp/wp-customize-posts/pull/299" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/299" data-id="180154206">#299</a>.
92
+
* Fixed browser incompatible way of parsing local datetime strings. This is a follow-up on <a href="https://github.com/xwp/wp-customize-posts/pull/293" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/293" data-id="178983334">#293</a>, which was not fully fixed in 0.8.1. PR <a href="https://github.com/xwp/wp-customize-posts/pull/304" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/304" data-id="180808420">#304</a>.
93
+
* Improved fetching of post/postmeta settings so that the <code>customized</code> state is included in the request, and allow for placeholder <code>nav_menu_item</code> settings to be fetched. PR <a href="https://github.com/xwp/wp-customize-posts/pull/299" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/299" data-id="180154206">#299</a>.
94
+
* Added <code>$setting</code> context to <code>customize_previewed_postmeta_rows</code> filter and add new <code>customize_previewed_postmeta_rows_{$setting->post_meta}</code> filter. PR <a href="https://github.com/xwp/wp-customize-posts/pull/299" class="issue-link js-issue-link" data-url="https://github.com/xwp/wp-customize-posts/issues/299" data-id="180154206">#299</a>.
0 commit comments