This repository was archived by the owner on Feb 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This project adheres to
3
3
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
4
4
5
- ## Unreleased
5
+ ## [ 1.0.0-alpha.4 ] - 2018-07-02
6
6
7
7
### Added
8
8
- [ #203 ] ( https://github.com/cloudcreativity/laravel-json-api/issues/203 )
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
27
27
28
28
| Laravel | This Package |
29
29
| --- | --- |
30
- | 5.4.* | ` 1.0.0-alpha.3 ` |
31
- | 5.5.* | ` 1.0.0-alpha.3 ` |
32
- | 5.6.* | ` 1.0.0-alpha.3 ` |
30
+ | 5.4.* | ` 1.0.0-alpha.4 ` |
31
+ | 5.5.* | ` 1.0.0-alpha.4 ` |
32
+ | 5.6.* | ` 1.0.0-alpha.4 ` |
33
33
34
34
Make sure you consult the [ Upgrade Guide] ( http://laravel-json-api.readthedocs.io/en/latest/upgrade/ ) when upgrading.
35
35
Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ We are now on `1.0.0` alpha releases. We are planning incremental changes during
6
6
will involve only small upgrades. We will do one final large upgrade when we switch from alpha to beta releases,
7
7
and then we are planning on tagging ` 1.0.0 ` after a limited number of beta tags.
8
8
9
+ ## 1.0.0-alpha.3 to 1.0.0-alpha.4
10
+
11
+ If your application is served/installed in a sub-directory, you may need to amend your API's URL configuration as
12
+ we now automatically appended the base URL to the URLs that appear within encoded responses.
13
+ [ See this issue for details.] ( )
14
+
15
+ This change is unlikely to affect most installs, so you are likely to be able to upgrade to ` 1.0.0-alpha.4 ` without
16
+ any changes.
17
+
9
18
## 1.0.0-alpha.2 to 1.0.0-alpha.3
10
19
11
20
### Exception Handler
You can’t perform that action at this time.
0 commit comments