From bc6b7822e5f67c6fde2ad55dc7aaafba1e57a177 Mon Sep 17 00:00:00 2001 From: Weston Happ Date: Tue, 7 Jan 2025 14:28:50 -0500 Subject: [PATCH] Version 2.0.3 with updated FAQ for security bug reporting --- infinite-uploads.php | 4 ++-- readme.txt | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/infinite-uploads.php b/infinite-uploads.php index c097374..64162a7 100644 --- a/infinite-uploads.php +++ b/infinite-uploads.php @@ -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.2 + * Version: 2.0.3 * 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 @@ -17,7 +17,7 @@ * Copyright 2021-2024 UglyRobot, LLC */ -define( 'INFINITE_UPLOADS_VERSION', '2.0.2' ); +define( 'INFINITE_UPLOADS_VERSION', '2.0.3' ); if ( defined( 'WP_CLI' ) && WP_CLI ) { require_once dirname( __FILE__ ) . '/inc/class-infinite-uploads-wp-cli-command.php'; diff --git a/readme.txt b/readme.txt index 04e345b..71bb35a 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Requires at least: 5.3 Tested up to: 6.6 -Stable tag: 2.0.2 +Stable tag: 2.0.3 Requires PHP: 7.0 Contributors: uglyrobot, jdailey Tags: cloud storage, media cloud, encoding, offload, video, streaming, s3, google cloud storage, spaces, storage, cdn, cloud sync @@ -156,6 +156,10 @@ There are plugins for that, but they all have expensive per-site or per-file ann Finally, while the per/GB prices of cloud storage may seem cheap, there are all the hidden costs you don't realize like class A/B/C/D API transaction costs, and bandwidth x3 (to cloud > to cdn > to user). Bandwidth costs alone can often total 8x more than your storage bill! Infinite Uploads makes the power of the cloud simple and affordable for non-cloud architects like you. += How can I report security bugs? = + +You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/wordpress/plugin/infinite-uploads/vdp) + == Screenshots == @@ -170,6 +174,10 @@ Infinite Uploads makes the power of the cloud simple and affordable for non-clou == Changelog == +2.0.3 - 2025-01-07 +---------------------------------------------------------------------- +- FAQ updated for security bug reporting + 2.0.2 - 2024-07-03 ---------------------------------------------------------------------- - Fix rewriting of URLs until initial sync is complete