Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit bac4fea

Browse files
author
Florian Krämer
committed
Updating the README.md
1 parent 0861f0b commit bac4fea

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ The **File Storage** plugin is giving you the possibility to upload and store fi
1212

1313
Storage adapters are an unified interface that allow you to store file data to your local file system, in memory, in a database or into a zip file and remote systems. There is a database table keeping track of what you stored where. You can always write your own adapter or extend and overload existing ones.
1414

15-
[Please donate if you like it!](https://pledgie.com/campaigns/29682)
16-
------------------------------
17-
18-
Already thought of how many hours development time this plugin saved you already? It would be *awesome* if you don't mind sharing some of your success by donating a small amount! Thank you.
19-
2015
How it works
2116
------------
2217

@@ -33,24 +28,23 @@ List of supported Adapters
3328
* Azure
3429
* Doctrine DBAL
3530
* Dropbox
36-
* Ftp
31+
* FTP
3732
* Grid FS
3833
* In Memory
3934
* Local File System
4035
* MogileFS
4136
* Open Cloud
4237
* Rackspace Cloudfiles
43-
* Sftp
38+
* SFTP
4439
* Zip File
4540

4641
Requirements
4742
------------
4843

49-
* PHP 5.4+
50-
* CakePHP 3.0
44+
* CakePHP 3.4
5145
* Gaufrette Library (included as composer dependency)
5246

53-
Optional but required for image processing:
47+
Optional but *required for image processing*:
5448

5549
* The [Imagine Image processing plugin](https://github.com/burzum/cakephp-imagine-plugin) if you want to process and storag images.
5650

@@ -76,7 +70,7 @@ To contribute to this plugin please follow a few basic rules.
7670
License
7771
-------
7872

79-
Copyright 2012 - 2016, Florian Krämer
73+
Copyright 2012 - 2017, Florian Krämer
8074

8175
Licensed under The MIT License
8276
Redistributions of files must retain the above copyright notice.

0 commit comments

Comments
 (0)