Skip to content

Commit 2ccdd7c

Browse files
committed
update composer.json and README
1 parent 4046db3 commit 2ccdd7c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# exclude .gitignore and similar from the generated tarball
2+
.git* export-ignore
3+
.github* export-ignore
4+
.tests* export-ignore
5+
.composer.lock export-ignore
6+
.vendor* export-ignore

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Fork from : [humanmade/S3-Uploads](https://github.com/humanmade/S3-Uploads)
2+
3+
- Version 2.x dropped support for GCS Buckets
4+
- Forked from version 1.10
5+
- Patches from later version back ported
6+
7+
--------------------------------
8+
19
<table width="100%">
210
<tr>
311
<td align="left" width="70">

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "humanmade/s3-uploads",
2+
"name": "mrhenry/s3-uploads",
33
"description": "WordPress plugin to store uploads on S3",
44
"homepage": "https://github.com/humanmade/S3-Uploads",
55
"keywords": [

0 commit comments

Comments
 (0)