Changeset 3281888
- Timestamp:
- 04/25/2025 01:05:09 PM (11 months ago)
- Location:
- emplibot/trunk
- Files:
-
- 2 edited
-
includes/rest-api.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emplibot/trunk/includes/rest-api.php
r3281098 r3281888 412 412 $download_url = sanitize_url($post_content->download_url); 413 413 $post_pub_status = sanitize_key($post_content->post_pub_status); 414 $post_category_id = sanitize_text_field($post_content->post_category_id);414 $post_category_id = absint($post_content->post_category_id); 415 415 $post_category_taxonomy = sanitize_key($post_content->post_category_taxonomy); 416 416 $author_email = sanitize_email($post_content->author_email); -
emplibot/trunk/readme.txt
r3281098 r3281888 4 4 Requires at least: 6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later … … 48 48 * Enhanced overall plugin stability and reliability. 49 49 50 = 1.0.5 = 51 * Minor bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.