Skip to content

Commit

Permalink
@wordpress/scripts ^27.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wwestonh committed Jan 14, 2025
1 parent afcd208 commit 857d9b1
Show file tree
Hide file tree
Showing 5 changed files with 1,364 additions and 1,294 deletions.
4 changes: 2 additions & 2 deletions infinite-uploads.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Plugin Name: Infinite Uploads
* Description: Infinitely scalable cloud storage and delivery for your videos and uploads made easy! Upload directly to cloud storage and manage your files right from the WordPress Media Library.
* Version: 2.0.5
* Version: 2.0.6
* Author: Infinite Uploads
* Author URI: https://infiniteuploads.com/?utm_source=iup_plugin&utm_medium=plugin&utm_campaign=iup_plugin&utm_content=meta
* Text Domain: infinite-uploads
Expand All @@ -17,7 +17,7 @@
* Copyright 2021-2025 ClikIT, LLC
*/

define( 'INFINITE_UPLOADS_VERSION', '2.0.5' );
define( 'INFINITE_UPLOADS_VERSION', '2.0.6' );

if ( defined( 'WP_CLI' ) && WP_CLI ) {
require_once dirname( __FILE__ ) . '/inc/class-infinite-uploads-wp-cli-command.php';
Expand Down
Loading

0 comments on commit 857d9b1

Please sign in to comment.