From 14ca2b227d4302c3067c6d18ed3ea909088d2e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thierry=20Fran=C3=A7ois?= Date: Tue, 27 Feb 2018 16:23:48 +0200 Subject: [PATCH] Install via composer --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 357c168..e6007ae 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ GridField Bulk Editing Tools Set of SilverStripe 4 GridField components to facilitate bulk file upload & record editing. -![preview](screenshots/preview.png) ## Components: * [Bulk Upload](#bulk-upload): Upload multiple images or files at once into DataObjects @@ -18,14 +17,10 @@ Set of SilverStripe 4 GridField components to facilitate bulk file upload & reco ## Requirements * SilverStripe 4.0 (3.+) * SilverStripe 3.1 (version 2.+ / 1.+) -* Silverstripe 3.0 (version [0.5](https://github.com/colymba/GridFieldBulkEditingTools/tree/0.5)) +* Silverstripe 3.0 (version 0.5) ## Installation -### Composer -* `composer require colymba/gridfield-bulk-editing-tools` - -### Manual -* Download and copy module in SilverStripe root directory +`composer require colymba/gridfield-bulk-editing-tools` ## 3.0.0 deprecations The 3.x versions of this module require SilverStripe 4.x+, and PHP 5.5 or above: @@ -55,10 +50,6 @@ $config->addComponent(new \Colymba\BulkManager\BulkManager()); See [BULK_MANAGER.md](docs/en//BULK_MANAGER.md) for detailed configuration. -## Interdependencies -The `BulkUploader` component makes use of `BulkManager` to allow quick editing of the newly uploaded files. Although not nescessary for the component to work, adding `Colymba\BulkManager\BulkManager` too to your `GridFieldConfig` will give you this advantage. - - ## Translations Translations of the natural language strings are managed through a third party translation interface, transifex.com.