Skip to content

Commit

Permalink
Version 2.0.3 with updated FAQ for security bug reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
wwestonh committed Jan 7, 2025
1 parent 8de6bd4 commit bc6b782
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.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
Expand All @@ -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';
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ==

Expand All @@ -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
Expand Down

0 comments on commit bc6b782

Please sign in to comment.