MINOR: update docs to reflect master is 3.0 only.

This commit is contained in:
Will Rossiter 2012-05-07 21:19:42 +12:00
parent 52f68059d9
commit ec6045d7e1
1 changed files with 1 additions and 12 deletions

View File

@ -11,8 +11,7 @@ and without getting involved in any PHP code.
## Requirements
* SilverStripe 2.4.6+
* PHP 5 >= 5.1.0 (fputcsv)
* SilverStripe 3.0
## Features
@ -33,16 +32,6 @@ and without getting involved in any PHP code.
5. Run in your browser - `/dev/build` to rebuild the database.
6. You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.
## Upgrading
### 0.1 to 0.2
We undertook some major API changes between 0.1 and 0.2. To help you migrate we
have included a build task which you can run which will go through your installed forms
and rebuild them with the new 0.2 data model.
To run this build task you visit the url `/dev/tasks/UserFormsMigrationTask`
## Thanks
I would like to thank everyone who has contributed to the module, bugfixers,