Files
WPS3Media/version.php

7 lines
269 B
PHP
Raw Normal View History

<?php
$version = '4.0.0-cloudhost';
// We set versions for both slugs to avoid undefined index errors for free slug
$GLOBALS['aws_meta']['amazon-s3-and-cloudfront-pro']['version'] = $version;
$GLOBALS['aws_meta']['amazon-s3-and-cloudfront']['version'] = $version;