Changeset 2805532
- Timestamp:
- 10/27/2022 06:36:10 AM (3 years ago)
- Location:
- ilab-media-tools
- Files:
-
- 8 edited
- 1 copied
-
tags/4.5.3 (copied) (copied from ilab-media-tools/trunk)
-
tags/4.5.3/classes/Tasks/TaskSchedule.php (modified) (1 diff)
-
tags/4.5.3/config/storage/wasabi.config.php (modified) (1 diff)
-
tags/4.5.3/ilab-media-tools.php (modified) (2 diffs)
-
tags/4.5.3/readme.txt (modified) (2 diffs)
-
trunk/classes/Tasks/TaskSchedule.php (modified) (1 diff)
-
trunk/config/storage/wasabi.config.php (modified) (1 diff)
-
trunk/ilab-media-tools.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ilab-media-tools/tags/4.5.3/classes/Tasks/TaskSchedule.php
r2795243 r2805532 365 365 return null; 366 366 } 367 368 public function rescheduleTask(int $minutes) { 369 global $wpdb; 370 371 $table = "{$wpdb->base_prefix}mcloud_task_schedule"; 372 $nextRun = time() + ($minutes * 60); 373 $wpdb->update($table, ['nextRun' => $nextRun], ['id' => $this->id()]); 374 } 375 367 376 368 377 /** -
ilab-media-tools/tags/4.5.3/config/storage/wasabi.config.php
r2684586 r2805532 43 43 'us-east-2' => 'US East 2', 44 44 'us-west-1' => 'US West', 45 'us-central' => 'US Central', 45 'us-central-1' => 'US Central (Texas)', 46 'ca-central-1' => 'Canada Central', 46 47 'eu-central-1' => 'EU (Amsterdam)', 48 'eu-central-2' => 'EU (Frankfurt)', 47 49 'eu-west-1' => 'EU (London)', 48 50 'eu-west-2' => 'EU (Paris)', 49 51 'ap-northeast-1' => 'Asia Pacific (Tokyo)', 50 52 'ap-northeast-2' => 'Asia Pacific (Osaka)', 53 'ap-southeast-1' => 'Singapore', 54 'ap-southeast-2' => 'Australia', 51 55 ], 52 56 ], -
ilab-media-tools/tags/4.5.3/ilab-media-tools.php
r2799190 r2805532 6 6 Description: Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN. Boosts site performance and simplifies workflows. 7 7 Author: interfacelab 8 Version: 4.5. 28 Version: 4.5.3 9 9 Requires PHP: 7.4 10 10 Author URI: http://interfacelab.io … … 96 96 97 97 // Version Defines 98 define( 'MEDIA_CLOUD_VERSION', '4.5. 2' );98 define( 'MEDIA_CLOUD_VERSION', '4.5.3' ); 99 99 define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' ); 100 100 define( 'MCLOUD_IS_BETA', false ); -
ilab-media-tools/tags/4.5.3/readme.txt
r2799190 r2805532 3 3 Tags: offload, amazon, s3, cloudflare, imgix, uploads, video, video encoding, google cloud storage, digital ocean spaces, wasabi, media, cdn, rekognition, cloudfront, images, crop, image editing, image editor, optimize, image optimization, media library, offload, offload s3, smush, imagify, shortpixel 4 4 Requires at least: 4.9 5 Tested up to: 6. 0.25 Tested up to: 6.1 6 6 License: GPLv3 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html 8 Stable tag: 4.5. 28 Stable tag: 4.5.3 9 9 Requires PHP: 7.4 10 10 … … 105 105 106 106 == Changelog == 107 108 = 4.5.3 - 10/15/2022 = 109 110 * Fix for compatability issue with WP All Import Pro 111 * Added new Wasabi regions 107 112 108 113 = 4.5.2 - 10/15/2022 = -
ilab-media-tools/trunk/classes/Tasks/TaskSchedule.php
r2795243 r2805532 365 365 return null; 366 366 } 367 368 public function rescheduleTask(int $minutes) { 369 global $wpdb; 370 371 $table = "{$wpdb->base_prefix}mcloud_task_schedule"; 372 $nextRun = time() + ($minutes * 60); 373 $wpdb->update($table, ['nextRun' => $nextRun], ['id' => $this->id()]); 374 } 375 367 376 368 377 /** -
ilab-media-tools/trunk/config/storage/wasabi.config.php
r2684586 r2805532 43 43 'us-east-2' => 'US East 2', 44 44 'us-west-1' => 'US West', 45 'us-central' => 'US Central', 45 'us-central-1' => 'US Central (Texas)', 46 'ca-central-1' => 'Canada Central', 46 47 'eu-central-1' => 'EU (Amsterdam)', 48 'eu-central-2' => 'EU (Frankfurt)', 47 49 'eu-west-1' => 'EU (London)', 48 50 'eu-west-2' => 'EU (Paris)', 49 51 'ap-northeast-1' => 'Asia Pacific (Tokyo)', 50 52 'ap-northeast-2' => 'Asia Pacific (Osaka)', 53 'ap-southeast-1' => 'Singapore', 54 'ap-southeast-2' => 'Australia', 51 55 ], 52 56 ], -
ilab-media-tools/trunk/ilab-media-tools.php
r2799190 r2805532 6 6 Description: Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN. Boosts site performance and simplifies workflows. 7 7 Author: interfacelab 8 Version: 4.5. 28 Version: 4.5.3 9 9 Requires PHP: 7.4 10 10 Author URI: http://interfacelab.io … … 96 96 97 97 // Version Defines 98 define( 'MEDIA_CLOUD_VERSION', '4.5. 2' );98 define( 'MEDIA_CLOUD_VERSION', '4.5.3' ); 99 99 define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' ); 100 100 define( 'MCLOUD_IS_BETA', false ); -
ilab-media-tools/trunk/readme.txt
r2799190 r2805532 3 3 Tags: offload, amazon, s3, cloudflare, imgix, uploads, video, video encoding, google cloud storage, digital ocean spaces, wasabi, media, cdn, rekognition, cloudfront, images, crop, image editing, image editor, optimize, image optimization, media library, offload, offload s3, smush, imagify, shortpixel 4 4 Requires at least: 4.9 5 Tested up to: 6. 0.25 Tested up to: 6.1 6 6 License: GPLv3 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html 8 Stable tag: 4.5. 28 Stable tag: 4.5.3 9 9 Requires PHP: 7.4 10 10 … … 105 105 106 106 == Changelog == 107 108 = 4.5.3 - 10/15/2022 = 109 110 * Fix for compatability issue with WP All Import Pro 111 * Added new Wasabi regions 107 112 108 113 = 4.5.2 - 10/15/2022 =
Note: See TracChangeset
for help on using the changeset viewer.