Skip to content

Commit c5a7710

Browse files
committed
Prepare for release
1 parent 18fdcd7 commit c5a7710

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16-
## [4.0.0]
16+
## [4.0.0] - Thursday, 7 November 2019
1717
### Added
1818
- Added `headers` stage (https://github.com/mpociot/laravel-apidoc-generator/pull/624)
1919
- Support for non-static docs, changed source files locations (https://github.com/mpociot/laravel-apidoc-generator/pull/608)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Automatically generate your API documentation from your existing Laravel/Lumen/[
1212
[![StyleCI](https://styleci.io/repos/57999295/shield?style=flat)](https://styleci.io/repos/57999295)
1313

1414
## Installation
15-
PHP 7.2 and Laravel 5.7 or higher are required.
15+
PHP 7.2 and Laravel/Lumen 5.7 or higher are required.
1616

1717
> If your application does not meet these requirements, you can check out the 3.x branch for older releases.
1818
@@ -44,7 +44,7 @@ $app->configure('apidoc');
4444
```
4545

4646
## Documentation
47-
Check out the documentation at [ReadTheDocs](http://laravel-apidoc-generator.rtfd.io/en/v4). Don't forget to check out the [migration guide](https://laravel-apidoc-generator.rtfd.io/en/v4/migrating.html) if you're coming from v3 to v4.
47+
Check out the documentation at [ReadTheDocs](http://laravel-apidoc-generator.rtfd.io/). Don't forget to check out the [migration guide](https://laravel-apidoc-generator.rtfd.io/en/latest/migrating.html) if you're coming from v3 to v4.
4848

4949
### License
5050

0 commit comments

Comments
 (0)