Changeset 2227197
- Timestamp:
- 01/14/2020 03:05:25 PM (6 years ago)
- Location:
- wpcheckr/trunk
- Files:
-
- 3 edited
-
inc/rest-api-endpoints.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wpcheckr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpcheckr/trunk/inc/rest-api-endpoints.php
r2224981 r2227197 131 131 'rest_url' => $rest_url, 132 132 'wpcheckr_version' => $wpcheckr_version, 133 'response_date' => date( 'c' ), 133 134 ); 134 135 135 return $response; 136 $rest_response = new WP_REST_Response( $response, 200 ); 137 138 // Set headers. 139 $rest_response->set_headers( array( 'Cache-Control' => 'no-cache' ) ); 140 141 return $rest_response; 136 142 137 143 } -
wpcheckr/trunk/readme.txt
r2224981 r2227197 4 4 Requires at least: 4.6 5 5 Tested up to: 5.3.2 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 40 40 == Changelog == 41 41 42 = 1.0.1 = 43 * Added: Response date 44 * Added: new Header no-cache 45 42 46 = 1.0.0 = 43 47 * Release -
wpcheckr/trunk/wpcheckr.php
r2224981 r2227197 4 4 * Plugin URI: https://github.com/iamtimsmith/wp-trigger-netlify-build 5 5 * Description: WPCheckr helps you monitor all your WordPress sites in one place, so you can mantain everything up to date. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Quema Labs 8 8 * Author URI: https://wpcheckr.com
Note: See TracChangeset
for help on using the changeset viewer.