Jelajahi Sumber

Prepare for release

shalvah 5 tahun lalu
induk
melakukan
c5a771090c
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      CHANGELOG.md
  2. 2 2
      README.md

+ 1 - 1
CHANGELOG.md

@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Removed
 
-## [4.0.0] 
+## [4.0.0] - Thursday, 7 November 2019
 ### Added
 - Added `headers` stage (https://github.com/mpociot/laravel-apidoc-generator/pull/624)
 - Support for non-static docs, changed source files locations (https://github.com/mpociot/laravel-apidoc-generator/pull/608)

+ 2 - 2
README.md

@@ -12,7 +12,7 @@ Automatically generate your API documentation from your existing Laravel/Lumen/[
 [![StyleCI](https://styleci.io/repos/57999295/shield?style=flat)](https://styleci.io/repos/57999295)
 
 ## Installation
-PHP 7.2 and Laravel 5.7 or higher are required.
+PHP 7.2 and Laravel/Lumen 5.7 or higher are required.
 
 > If your application does not meet these requirements, you can check out the 3.x branch for older releases.
 
@@ -44,7 +44,7 @@ $app->configure('apidoc');
 ```
 
 ## Documentation
-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.
+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.
 
 ### License