Skip to content

Commit

Permalink
Fixes for WordPress 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jawngee committed Nov 13, 2019
1 parent 7e21ad7 commit fde1ab1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ilab-media-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://github.com/interfacelab/ilab-media-tools
Description: Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN. Boosts site performance and simplifies workflows.
Author: interfacelab
Version: 3.2.6
Version: 3.2.7
Author URI: http://interfacelab.io
*/
// Copyright (c) 2016 Interfacelab LLC. All rights reserved.
Expand Down Expand Up @@ -93,7 +93,7 @@
}

// Version Defines
define( 'MEDIA_CLOUD_VERSION', '3.2.6' );
define( 'MEDIA_CLOUD_VERSION', '3.2.7' );
define( 'MEDIA_CLOUD_INFO_VERSION', '1.0.0' );
// Directory defines
define( 'ILAB_TOOLS_DIR', dirname( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion public/js/ilab-media-direct-upload-google.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/ilab-media-direct-upload-other-s3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/ilab-media-direct-upload.js

Large diffs are not rendered by default.

Loading

0 comments on commit fde1ab1

Please sign in to comment.