Prio | Original string | Translation | — |
---|---|---|---|
↓ | <p>Attachments controller, change permissions check to match core.</p>↵ ↵ <p>Check for the <code>upload_files</code> capability when creating an attachment.</p>↵ ↵ <p>(props @nullvariable, @adamsilverstein, <a href="https://github.com/WP-API/WP-API/issues/2743">#2743</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Attachments controller, change permissions check to match core.</p>↵
↵
<p>Check for the <code>upload_files</code> capability when creating an attachment.</p>↵
↵
<p>(props @nullvariable, @adamsilverstein, <a href="https://github.com/WP-API/WP-API/issues/2743">#2743</a>)</p>
You have to log in to edit this translation. Meta |
|||
↓ | <p>Introduce Settings endpoint.</p>↵ ↵ <p>Expose options to the REST API with the <code>register_setting()</code> function, by↵ passing <code>$args = array( 'show_in_rest' => true )</code>. Note: WordPress 4.7 is↵ required. See changeset [38635][https://core.trac.wordpress.org/changeset/38635].</p>↵ ↵ <p>(props @joehoyle, @fjarrett, @danielbachhuber, @jonathanbardo,↵ @greatislander, <a href="https://github.com/WP-API/WP-API/issues/2739">#2739</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Introduce Settings endpoint.</p>↵
↵
<p>Expose options to the REST API with the <code>register_setting()</code> function, by↵
passing <code>$args = array( 'show_in_rest' => true )</code>. Note: WordPress 4.7 is↵
required. See changeset [38635][https://core.trac.wordpress.org/changeset/38635].</p>↵
↵
<p>(props @joehoyle, @fjarrett, @danielbachhuber, @jonathanbardo,↵
@greatislander, <a href="https://github.com/WP-API/WP-API/issues/2739">#2739</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Introduce support for Post Meta, Term Meta, User Meta, and Comment Meta in↵ their parent endpoints.</p>↵ ↵ <p>For your meta fields to be exposed in the REST API, you need to register↵ them. WordPress includes a <code>register_meta()</code> function which is not usually↵ required to get/set fields, but is required for API support.</p>↵ ↵ <p>To register your field, simply call register_meta and set the show_in_rest↵ flag to true. Note: register_meta must be called separately for each meta↵ key.</p>↵ ↵ <p>(props @rmccue, @danielbachhuber, @kjbenk, @duncanjbrown, <a href="https://github.com/WP-API/WP-API/issues/2765">#2765</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Introduce support for Post Meta, Term Meta, User Meta, and Comment Meta in↵
their parent endpoints.</p>↵
↵
<p>For your meta fields to be exposed in the REST API, you need to register↵
them. WordPress includes a <code>register_meta()</code> function which is not usually↵
required to get/set fields, but is required for API support.</p>↵
↵
<p>To register your field, simply call register_meta and set the show_in_rest↵
flag to true. Note: register_meta must be called separately for each meta↵
key.</p>↵
↵
<p>(props @rmccue, @danielbachhuber, @kjbenk, @duncanjbrown, <a href="https://github.com/WP-API/WP-API/issues/2765">#2765</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Fix user access security vulnerability.</p>↵ ↵ <p>Authenticated users were able to escalate their privileges bypassing the↵ expected capabilities check.</p>↵ ↵ <p>Reported by @kacperszurek on 2015-05-16.</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Fix user access security vulnerability.</p>↵
↵
<p>Authenticated users were able to escalate their privileges bypassing the↵
expected capabilities check.</p>↵
↵
<p>Reported by @kacperszurek on 2015-05-16.</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Remove commented out code in dispatch method.</p>↵ ↵ <p>(props @rachelbaker, <a href="https://github.com/WP-API/WP-API/issues/1162">#1162</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Remove commented out code in dispatch method.</p>↵
↵
<p>(props @rachelbaker, <a href="https://github.com/WP-API/WP-API/issues/1162">#1162</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Fix typo in <code>sanitize_params</code> inline documentation.</p>↵ ↵ <p>(props @Shelob9, <a href="https://github.com/WP-API/WP-API/issues/1226">#1226</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Fix typo in <code>sanitize_params</code> inline documentation.</p>↵
↵
<p>(props @Shelob9, <a href="https://github.com/WP-API/WP-API/issues/1226">#1226</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Remove unused <code>accept_json argument</code> from the <code>register_routes</code> method.</p>↵ ↵ <p>(props @quasel, <a href="https://github.com/WP-API/WP-API/issues/1160">#1160</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Remove unused <code>accept_json argument</code> from the <code>register_routes</code> method.</p>↵
↵
<p>(props @quasel, <a href="https://github.com/WP-API/WP-API/issues/1160">#1160</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Retool <code>WP_REST_Terms_Controller</code> to follow Posts controller pattern.</p>↵ ↵ <p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1170">#1170</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Retool <code>WP_REST_Terms_Controller</code> to follow Posts controller pattern.</p>↵
↵
<p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1170">#1170</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Correct prefix in <code>rest_request_parameter_order</code> filter.</p>↵ ↵ <p>(props @quasel, <a href="https://github.com/WP-API/WP-API/issues/1158">#1158</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Correct prefix in <code>rest_request_parameter_order</code> filter.</p>↵
↵
<p>(props @quasel, <a href="https://github.com/WP-API/WP-API/issues/1158">#1158</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Set pagination headers even when no found posts.</p>↵ ↵ <p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1209">#1209</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Set pagination headers even when no found posts.</p>↵
↵
<p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1209">#1209</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Only permit deleting posts of the proper type</p>↵ ↵ <p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1257">#1257</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Only permit deleting posts of the proper type</p>↵
↵
<p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1257">#1257</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Only permit querying by parent term when tax is hierarchical.</p>↵ ↵ <p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1219">#1219</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Only permit querying by parent term when tax is hierarchical.</p>↵
↵
<p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1219">#1219</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Only link <code>author</code> when there's a valid author</p>↵ ↵ <p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1203">#1203</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Only link <code>author</code> when there's a valid author</p>↵
↵
<p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1203">#1203</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Return <code>0</code> for <code>parent</code> in Post response instead of <code>null</code>.</p>↵ ↵ <p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1269">#1269</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Return <code>0</code> for <code>parent</code> in Post response instead of <code>null</code>.</p>↵
↵
<p>(props @danielbachhuber, <a href="https://github.com/WP-API/WP-API/issues/1269">#1269</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | <p>Add link properties to the Post Status response.</p>↵ ↵ <p>(props @joehoyle, <a href="https://github.com/WP-API/WP-API/issues/1243">#1243</a>)</p> | You have to log in to add a translation. | Details |
Original untranslated
<p>Add link properties to the Post Status response.</p>↵
↵
<p>(props @joehoyle, <a href="https://github.com/WP-API/WP-API/issues/1243">#1243</a>)</p>
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
Export as
Comment
Found in changelog list item.