Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Mar 29, 2021
1 parent d1aee32 commit c65c9b2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
7 changes: 7 additions & 0 deletions examples/dump.php
@@ -1,3 +1,10 @@
<?php
#!! IMPORTANT:
#!! this file is just an example, it doesn't incorporate any security checks and
#!! is not recommended to be used in production environment as it is. Be sure to
#!! revise it and customize to your needs.
die("Make sure that you enable some form of authentication before removing this line.");
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
Expand Down
8 changes: 7 additions & 1 deletion examples/jquery/s3.php
@@ -1,4 +1,10 @@
<?php
<?php
#!! IMPORTANT:
#!! this file is just an example, it doesn't incorporate any security checks and
#!! is not recommended to be used in production environment as it is. Be sure to
#!! revise it and customize to your needs.
die("Make sure that you enable some form of authentication before removing this line.");

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

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "plupload",
"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.",
"version": "3.1.2",
"releaseDate": "2018-02-20",
"version": "3.1.3",
"releaseDate": "2021-03-29",
"author": "Ephox",
"contributors": [{
"name": "Davit Barbakadze",
Expand Down

0 comments on commit c65c9b2

Please sign in to comment.