Skip to content

Commit

Permalink
Good bye 2.4, welcome 3.x!
Browse files Browse the repository at this point in the history
As decided on sonata-project#3731
  • Loading branch information
soullivaneuh committed Apr 20, 2016
1 parent 4a8a10b commit 71f75b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UPGRADE-2.4.md → UPGRADE-3.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UPGRADE FROM 2.3 to 2.4
UPGRADE FROM 2.x to 3.0
=======================

### Dependencies
Expand Down Expand Up @@ -33,4 +33,4 @@ If you're using a custom implementation of `sonata.admin.route_loader` service,

## LegacyModelsToArrayTransformer

The ``ModelsToArrayTransformer`` has been renamed to ``LegacyModelsToArrayTransformer``. ``ModelsToArrayTransformer`` should be only be used with SF2.7+
The ``ModelsToArrayTransformer`` has been renamed to ``LegacyModelsToArrayTransformer``. ``ModelsToArrayTransformer`` should be only be used with SF2.7+
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.4.x-dev"
"dev-master": "3.x-dev"
}
}
}

0 comments on commit 71f75b9

Please sign in to comment.