Skip to content

Commit

Permalink
Added configuration for react-jsx-runtime polyfill and bumped @wordpr…
Browse files Browse the repository at this point in the history
…ess/scripts to ^30.8.1
  • Loading branch information
wwestonh committed Jan 14, 2025
1 parent bab8fd2 commit afcd208
Show file tree
Hide file tree
Showing 7 changed files with 8,328 additions and 26,142 deletions.
1 change: 1 addition & 0 deletions assets/js/react-jsx-runtime.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime'), 'version' => '4dd50626eed3ac988f73');
1 change: 1 addition & 0 deletions assets/js/react-jsx-runtime.js

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

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.4
* Version: 2.0.5
* 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.4' );
define( 'INFINITE_UPLOADS_VERSION', '2.0.5' );

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 afcd208

Please sign in to comment.