Plugin Directory

Changeset 2795470


Ignore:
Timestamp:
10/07/2022 06:34:18 AM (3 years ago)
Author:
interfacelab
Message:

Update to version 4.4.5 from GitHub

Location:
ilab-media-tools
Files:
30 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ilab-media-tools/tags/4.4.5/ilab-media-tools.php

    r2795439 r2795470  
    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.4.4
     8Version: 4.4.5
    99Requires PHP: 7.4
    1010Author URI: http://interfacelab.io
     
    9696
    9797// Version Defines
    98 define( 'MEDIA_CLOUD_VERSION', '4.4.4' );
     98define( 'MEDIA_CLOUD_VERSION', '4.4.5' );
    9999define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' );
    100100define( 'MCLOUD_IS_BETA', false );
  • ilab-media-tools/tags/4.4.5/readme.txt

    r2795439 r2795470  
    66License: GPLv3 or later
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
    8 Stable tag: 4.4.4
     8Stable tag: 4.4.5
    99Requires PHP: 7.4
    1010
  • ilab-media-tools/trunk/ilab-media-tools.php

    r2795439 r2795470  
    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.4.4
     8Version: 4.4.5
    99Requires PHP: 7.4
    1010Author URI: http://interfacelab.io
     
    9696
    9797// Version Defines
    98 define( 'MEDIA_CLOUD_VERSION', '4.4.4' );
     98define( 'MEDIA_CLOUD_VERSION', '4.4.5' );
    9999define( 'MEDIA_CLOUD_INFO_VERSION', '4.0.2' );
    100100define( 'MCLOUD_IS_BETA', false );
  • ilab-media-tools/trunk/readme.txt

    r2795439 r2795470  
    66License: GPLv3 or later
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
    8 Stable tag: 4.4.4
     8Stable tag: 4.4.5
    99Requires PHP: 7.4
    1010
Note: See TracChangeset for help on using the changeset viewer.