Skip to content

Commit bc25994

Browse files
committed
[Docs] Add links to old upgrade guides
1 parent f4fd1d2 commit bc25994

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/upgrade.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,11 @@ public function getId(object $resource): string
109109
Check whether you are using the Neomerx error object directly anywhere, by searching for the new import statement:
110110
`Neomerx\JsonApi\Schema\Error`. If you are, you should be aware that the constructor arguments have changed. Check
111111
your use against the new constructor arguments by inspecting the class directly.
112+
113+
## 3.x to 4.0
114+
115+
[Use this link to view the 4.0 upgrade guide.](https://github.com/cloudcreativity/laravel-json-api/blob/v4.0.0/docs/upgrade.md)
116+
117+
## 2.x to 3.0
118+
119+
[Use this link to view the 3.0 upgrade guide.](https://github.com/cloudcreativity/laravel-json-api/blob/v3.3.0/docs/upgrade.md)

0 commit comments

Comments
 (0)