Skip to content

Commit

Permalink
Summarized 3.0 changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jakr authored and chillu committed Jul 4, 2012
1 parent 2069695 commit 2b5214b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/en/changelogs/3.0.0.md
Expand Up @@ -15,6 +15,17 @@

## Upgrading ##

### Overview

* Folders: `sapphire/` moved to `framework/`, replace with `FRAMEWORK_DIR` (in PHP) or `$ModulePath(framework)` (in templates). Be sure to update `.htaccess` or `web.config` ([more](#sapphire-rename))
* Templates: `<% control %>` replaced by `<% loop %>` and `<% with %>` ([more](/reference/templates-upgrading-guide#control))
* `DataObjectSet` is replaced by `DataList`; beware that `DataList->remove()` will delete an entry from the database ([more](#deprecated-classes))
* `ComplexTableField` is replaced by `GridField`, which is similar to the `DataObjectManager` extension.
* `Director::redirect()` and `Director::redirectBack()` deprecated ([more] (#director-static-functions-deprecated-director-redirect-and-director-redirectback-in-particular)
* Changes in ORM, DataObject::get() deprecated ([more](#new-orm-datalist))
* `DataObjectDecorator::extraStatics` deprecated ([more](#extensions))
* Backend tab paths are shortened: `Root.Content.Main` becomes `Root.Main` ([more](#tab-paths))

### sapphire renamed to framework {#sapphire-rename}

`sapphire` has been renamed to `framework`.
Expand Down

0 comments on commit 2b5214b

Please sign in to comment.