Plugin Directory

Changeset 2826876


Ignore:
Timestamp:
12/01/2022 08:25:18 AM (3 years ago)
Author:
interfacelab
Message:

Update to version 4.5.15 from GitHub

Location:
ilab-media-tools
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ilab-media-tools/tags/4.5.15/classes/Tools/Storage/StorageTool.php

    r2826388 r2826876  
    49104910                return "https://s3.amazonaws.com/{$bucket}/{$key}";
    49114911            }
    4912             return "https://s3-{$region}.amazonaws.com/{$bucket}/{$key}";
     4912            return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}";
    49134913        }
    49144914       
     
    49534953                return "https://s3.amazonaws.com/{$bucket}/{$key}";
    49544954            }
    4955             return "https://s3-{$region}.amazonaws.com/{$bucket}/{$key}";
     4955            return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}";
    49564956        }
    49574957       
  • ilab-media-tools/tags/4.5.15/ilab-media-tools.php

    r2826388 r2826876  
    66Description: Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN.  Boosts site performance and simplifies workflows.
    77Author: interfacelab
    8 Version: 4.5.14
     8Version: 4.5.15
    99Requires PHP: 7.4
    1010Author URI: http://interfacelab.io
     
    115115
    116116// Version Defines
    117 define( 'MEDIA_CLOUD_VERSION', '4.5.14' );
     117define( 'MEDIA_CLOUD_VERSION', '4.5.15' );
    118118define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' );
    119119define( 'MCLOUD_IS_BETA', false );
  • ilab-media-tools/tags/4.5.15/readme.txt

    r2826388 r2826876  
    66License: GPLv3 or later
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
    8 Stable tag: 4.5.14
     8Stable tag: 4.5.15
    99Requires PHP: 7.4
    1010
     
    105105
    106106== Changelog ==
     107
     108= 4.5.15 - 12/1/2022 =
     109
     110* Fix for edge case when migrating Offload Media and Leopard Offload links.
    107111
    108112= 4.5.14 - 11/30/2022 =
  • ilab-media-tools/trunk/classes/Tools/Storage/StorageTool.php

    r2826388 r2826876  
    49104910                return "https://s3.amazonaws.com/{$bucket}/{$key}";
    49114911            }
    4912             return "https://s3-{$region}.amazonaws.com/{$bucket}/{$key}";
     4912            return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}";
    49134913        }
    49144914       
     
    49534953                return "https://s3.amazonaws.com/{$bucket}/{$key}";
    49544954            }
    4955             return "https://s3-{$region}.amazonaws.com/{$bucket}/{$key}";
     4955            return "https://s3.{$region}.amazonaws.com/{$bucket}/{$key}";
    49564956        }
    49574957       
  • ilab-media-tools/trunk/ilab-media-tools.php

    r2826388 r2826876  
    66Description: Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN.  Boosts site performance and simplifies workflows.
    77Author: interfacelab
    8 Version: 4.5.14
     8Version: 4.5.15
    99Requires PHP: 7.4
    1010Author URI: http://interfacelab.io
     
    115115
    116116// Version Defines
    117 define( 'MEDIA_CLOUD_VERSION', '4.5.14' );
     117define( 'MEDIA_CLOUD_VERSION', '4.5.15' );
    118118define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' );
    119119define( 'MCLOUD_IS_BETA', false );
  • ilab-media-tools/trunk/readme.txt

    r2826388 r2826876  
    66License: GPLv3 or later
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
    8 Stable tag: 4.5.14
     8Stable tag: 4.5.15
    99Requires PHP: 7.4
    1010
     
    105105
    106106== Changelog ==
     107
     108= 4.5.15 - 12/1/2022 =
     109
     110* Fix for edge case when migrating Offload Media and Leopard Offload links.
    107111
    108112= 4.5.14 - 11/30/2022 =
Note: See TracChangeset for help on using the changeset viewer.