Changeset 2826876
- Timestamp:
- 12/01/2022 08:25:18 AM (3 years ago)
- Location:
- ilab-media-tools
- Files:
-
- 6 edited
- 1 copied
-
tags/4.5.15 (copied) (copied from ilab-media-tools/trunk)
-
tags/4.5.15/classes/Tools/Storage/StorageTool.php (modified) (2 diffs)
-
tags/4.5.15/ilab-media-tools.php (modified) (2 diffs)
-
tags/4.5.15/readme.txt (modified) (2 diffs)
-
trunk/classes/Tools/Storage/StorageTool.php (modified) (2 diffs)
-
trunk/ilab-media-tools.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ilab-media-tools/tags/4.5.15/classes/Tools/Storage/StorageTool.php
r2826388 r2826876 4910 4910 return "https://s3.amazonaws.com/{$bucket}/{$key}"; 4911 4911 } 4912 return "https://s3 -{$region}.amazonaws.com/{$bucket}/{$key}";4912 return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}"; 4913 4913 } 4914 4914 … … 4953 4953 return "https://s3.amazonaws.com/{$bucket}/{$key}"; 4954 4954 } 4955 return "https://s3 -{$region}.amazonaws.com/{$bucket}/{$key}";4955 return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}"; 4956 4956 } 4957 4957 -
ilab-media-tools/tags/4.5.15/ilab-media-tools.php
r2826388 r2826876 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.1 48 Version: 4.5.15 9 9 Requires PHP: 7.4 10 10 Author URI: http://interfacelab.io … … 115 115 116 116 // Version Defines 117 define( 'MEDIA_CLOUD_VERSION', '4.5.1 4' );117 define( 'MEDIA_CLOUD_VERSION', '4.5.15' ); 118 118 define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' ); 119 119 define( 'MCLOUD_IS_BETA', false ); -
ilab-media-tools/tags/4.5.15/readme.txt
r2826388 r2826876 6 6 License: GPLv3 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html 8 Stable tag: 4.5.1 48 Stable tag: 4.5.15 9 9 Requires PHP: 7.4 10 10 … … 105 105 106 106 == Changelog == 107 108 = 4.5.15 - 12/1/2022 = 109 110 * Fix for edge case when migrating Offload Media and Leopard Offload links. 107 111 108 112 = 4.5.14 - 11/30/2022 = -
ilab-media-tools/trunk/classes/Tools/Storage/StorageTool.php
r2826388 r2826876 4910 4910 return "https://s3.amazonaws.com/{$bucket}/{$key}"; 4911 4911 } 4912 return "https://s3 -{$region}.amazonaws.com/{$bucket}/{$key}";4912 return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}"; 4913 4913 } 4914 4914 … … 4953 4953 return "https://s3.amazonaws.com/{$bucket}/{$key}"; 4954 4954 } 4955 return "https://s3 -{$region}.amazonaws.com/{$bucket}/{$key}";4955 return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}"; 4956 4956 } 4957 4957 -
ilab-media-tools/trunk/ilab-media-tools.php
r2826388 r2826876 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.1 48 Version: 4.5.15 9 9 Requires PHP: 7.4 10 10 Author URI: http://interfacelab.io … … 115 115 116 116 // Version Defines 117 define( 'MEDIA_CLOUD_VERSION', '4.5.1 4' );117 define( 'MEDIA_CLOUD_VERSION', '4.5.15' ); 118 118 define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' ); 119 119 define( 'MCLOUD_IS_BETA', false ); -
ilab-media-tools/trunk/readme.txt
r2826388 r2826876 6 6 License: GPLv3 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html 8 Stable tag: 4.5.1 48 Stable tag: 4.5.15 9 9 Requires PHP: 7.4 10 10 … … 105 105 106 106 == Changelog == 107 108 = 4.5.15 - 12/1/2022 = 109 110 * Fix for edge case when migrating Offload Media and Leopard Offload links. 107 111 108 112 = 4.5.14 - 11/30/2022 =
Note: See TracChangeset
for help on using the changeset viewer.