Plugin Directory

Changeset 2966816


Ignore:
Timestamp:
09/14/2023 04:34:01 AM (3 years ago)
Author:
notetoservices
Message:

fixed issue with uploads

Location:
bunnycdnbunnyapi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bunnycdnbunnyapi/trunk/bunnyapi.php

    r2489943 r2966816  
    44 Plugin URI: http://wordpress.org/extend/plugins/bunnyapi/
    55 Description: Upload your files to Bunny.net instead of WordPress Media Library for faster content delivery.
    6  Version: 2.0.6
     6 Version: 2.0.7
    77 Author: NoteToServices
    88 Author URI: https://notetoservices.com/
  • bunnycdnbunnyapi/trunk/inc/bunnyapiFunctions.php

    r2489943 r2966816  
    406406   $setbunnyhost = esc_url(BunnyAPI::getOption('hostname'));
    407407   $getzone = sanitize_file_name(BunnyAPI::getOption('stozone'));
     408   $folder = sanitize_file_name(BunnyAPI::getOption('folder')); //esc_url(substr($getfolder, 4, strlen($getfolder))));
    408409   if(empty($folder)) { $folder = BunnyAPI_DEFAULT_FOLDER; }
    409410   switch ($action) {
  • bunnycdnbunnyapi/trunk/readme.txt

    r2490123 r2966816  
    55Tags: bunnycdn, bunnyapi, upload, organize, file, file, images, media, cdn, storage, cache
    66Requires at least: 5.x
    7 Tested up to: 5.6
    8 Stable tag: 2.0.6
     7Tested up to: 6.3.1
     8Stable tag: 2.0.7
    99Requires PHP: 7.4
    1010Plugin URI: http://wordpress.org/extend/plugins/bunnycdn-bunnyapi/
     
    180180
    181181== Changelog ==
     182= 2.0.7 =
     183Fixed issue with images not uploading
     184
    182185= 2.0.6 =
    183186Deprecated: bunnyapi_delete_all
Note: See TracChangeset for help on using the changeset viewer.