Changeset 1858487
- Timestamp:
- 04/15/2018 08:27:32 AM (8 years ago)
- Location:
- regenerate-thumbnails-advanced/trunk
- Files:
-
- 3 edited
-
inc/rest.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
regenerate-thumbnails-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
regenerate-thumbnails-advanced/trunk/inc/rest.php
r1858432 r1858487 1 1 <?php 2 add_action( 'init', 'xmy_customize_rest_cors', 15 );3 4 function xmy_customize_rest_cors() {5 remove_filter( 'rest_pre_serve_request', 'rest_send_cors_headers' );6 header( 'Access-Control-Allow-Origin: *' );7 header( 'Access-Control-Allow-Methods: POST, GET, OPTIONS' );8 header( 'Access-Control-Allow-Credentials: true' );9 header( 'Access-Control-Expose-Headers: Link', false );10 }11 12 2 $rtaRESTObj = new rtaREST(); 13 3 class rtaREST -
regenerate-thumbnails-advanced/trunk/readme.txt
r1858476 r1858487 5 5 Requires at least: 4.0 6 6 Tested up to: 4.9.5 7 Stable tag: 1.6 7 Stable tag: 1.6.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 173 173 174 174 = 1.6 = 175 176 175 * brand new interface built entirely on React with redux 177 176 * You can view miniature versions of the images in the regenerated visible results 178 177 * Removed donate button 179 178 179 = 1.6.0.1= 180 Important CORS dev mode removal fix 181 182 180 183 == Upgrade Notice == 181 184 … … 303 306 = 1.6 = 304 307 nothing effected in db. It's safe to update 308 309 = 1.6.0.1 = 310 nothing effected in db. It's safe to update 311 -
regenerate-thumbnails-advanced/trunk/regenerate-thumbnails-advanced.php
r1858432 r1858487 4 4 Plugin URI: http://ciprianturcu.com 5 5 Description: A plugin that makes regenerating thumbnails even easier than before and more flexible. 6 Version: 1.6 6 Version: 1.6.0.1 7 7 Author: turcuciprian 8 8 Author URI: http://ciprianturcu.com
Note: See TracChangeset
for help on using the changeset viewer.