Changeset 2966816
- Timestamp:
- 09/14/2023 04:34:01 AM (3 years ago)
- Location:
- bunnycdnbunnyapi/trunk
- Files:
-
- 3 edited
-
bunnyapi.php (modified) (1 diff)
-
inc/bunnyapiFunctions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bunnycdnbunnyapi/trunk/bunnyapi.php
r2489943 r2966816 4 4 Plugin URI: http://wordpress.org/extend/plugins/bunnyapi/ 5 5 Description: Upload your files to Bunny.net instead of WordPress Media Library for faster content delivery. 6 Version: 2.0. 66 Version: 2.0.7 7 7 Author: NoteToServices 8 8 Author URI: https://notetoservices.com/ -
bunnycdnbunnyapi/trunk/inc/bunnyapiFunctions.php
r2489943 r2966816 406 406 $setbunnyhost = esc_url(BunnyAPI::getOption('hostname')); 407 407 $getzone = sanitize_file_name(BunnyAPI::getOption('stozone')); 408 $folder = sanitize_file_name(BunnyAPI::getOption('folder')); //esc_url(substr($getfolder, 4, strlen($getfolder)))); 408 409 if(empty($folder)) { $folder = BunnyAPI_DEFAULT_FOLDER; } 409 410 switch ($action) { -
bunnycdnbunnyapi/trunk/readme.txt
r2490123 r2966816 5 5 Tags: bunnycdn, bunnyapi, upload, organize, file, file, images, media, cdn, storage, cache 6 6 Requires at least: 5.x 7 Tested up to: 5.68 Stable tag: 2.0. 67 Tested up to: 6.3.1 8 Stable tag: 2.0.7 9 9 Requires PHP: 7.4 10 10 Plugin URI: http://wordpress.org/extend/plugins/bunnycdn-bunnyapi/ … … 180 180 181 181 == Changelog == 182 = 2.0.7 = 183 Fixed issue with images not uploading 184 182 185 = 2.0.6 = 183 186 Deprecated: bunnyapi_delete_all
Note: See TracChangeset
for help on using the changeset viewer.