8000 [Docs] Update changelog, upgrade guide and bump version · tekord/laravel-json-api@6e43c38 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 6e43c38

Browse files
committed
[Docs] Update changelog, upgrade guide and bump version
1 parent 5868b71 commit 6e43c38

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file. This project adheres to
33
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
44

5-
## Unreleased
5+
## [1.0.0-alpha.4] - 2018-07-02
66

77
### Added
88
- [#203](https://github.com/cloudcreativity/laravel-json-api/issues/203)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
2727

2828
| Laravel | This Package |
2929
| --- | --- |
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` |
3333

3434
Make sure you consult the [Upgrade Guide](http://laravel-json-api.readthedocs.io/en/latest/upgrade/) when upgrading.
3535

docs/upgrade.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ We are now on `1.0.0` alpha releases. We are planning incremental changes during
66
will involve only small upgrades. We will do one final large upgrade when we switch from alpha to beta releases,
77
and then we are planning on tagging `1.0.0` after a limited number of beta tags.
88

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+
918
## 1.0.0-alpha.2 to 1.0.0-alpha.3
1019

1120
### Exception Handler

0 commit comments

Comments
 (0)
0