Skip to content

Commit c65c9b2

Browse files
committed
v3.1.3
1 parent d1aee32 commit c65c9b2

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

examples/dump.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<?php
2+
#!! IMPORTANT:
3+
#!! this file is just an example, it doesn't incorporate any security checks and
4+
#!! is not recommended to be used in production environment as it is. Be sure to
5+
#!! revise it and customize to your needs.
6+
die("Make sure that you enable some form of authentication before removing this line.");
7+
?>
18
<!DOCTYPE html>
29
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
310
<head>

examples/jquery/s3.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<?php
1+
<?php
2+
#!! IMPORTANT:
3+
#!! this file is just an example, it doesn't incorporate any security checks and
4+
#!! is not recommended to be used in production environment as it is. Be sure to
5+
#!! revise it and customize to your needs.
6+
die("Make sure that you enable some form of authentication before removing this line.");
7+
28
/*
39
In order to upload files to S3 using Flash runtime, one should start by placing crossdomain.xml into the bucket.
410
crossdomain.xml can be as simple as this:

examples/upload.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
#!! IMPORTANT:
3+
#!! this file is just an example, it doesn't incorporate any security checks and
4+
#!! is not recommended to be used in production environment as it is. Be sure to
5+
#!! revise it and customize to your needs.
6+
die("Make sure that you enable some form of authentication before removing this line.");
27

38
require_once("handler-php/PluploadHandler.php");
49

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "plupload",
33
"description": "Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.",
4-
"version": "3.1.2",
5-
"releaseDate": "2018-02-20",
4+
"version": "3.1.3",
5+
"releaseDate": "2021-03-29",
66
"author": "Ephox",
77
"contributors": [{
88
"name": "Davit Barbakadze",

0 commit comments

Comments
 (0)