Plugin Directory

Changeset 1858487


Ignore:
Timestamp:
04/15/2018 08:27:32 AM (8 years ago)
Author:
turcuciprian
Message:

critical update 1.6.0.1

Location:
regenerate-thumbnails-advanced/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • regenerate-thumbnails-advanced/trunk/inc/rest.php

    r1858432 r1858487  
    11<?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 
    122$rtaRESTObj = new rtaREST();
    133class rtaREST
  • regenerate-thumbnails-advanced/trunk/readme.txt

    r1858476 r1858487  
    55Requires at least: 4.0
    66Tested up to: 4.9.5
    7 Stable tag: 1.6
     7Stable tag: 1.6.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    173173
    174174= 1.6 =
    175 
    176175* brand new interface built entirely on React with redux
    177176* You can view miniature versions of the images in the regenerated visible results
    178177* Removed donate button
    179178
     179= 1.6.0.1=
     180Important CORS dev mode removal fix
     181
     182
    180183== Upgrade Notice ==
    181184
     
    303306= 1.6 =
    304307nothing effected in db. It's safe to update
     308
     309= 1.6.0.1 =
     310nothing effected in db. It's safe to update
     311
  • regenerate-thumbnails-advanced/trunk/regenerate-thumbnails-advanced.php

    r1858432 r1858487  
    44  Plugin URI: http://ciprianturcu.com
    55  Description: A plugin that makes regenerating thumbnails even easier than before and more flexible.
    6   Version: 1.6
     6  Version: 1.6.0.1
    77  Author: turcuciprian
    88  Author URI: http://ciprianturcu.com
Note: See TracChangeset for help on using the changeset viewer.