diff --git a/docs/id/upgrade-guide.md b/docs/id/upgrade-guide.md index eb02ab5..c061871 100644 --- a/docs/id/upgrade-guide.md +++ b/docs/id/upgrade-guide.md @@ -19,7 +19,7 @@ Setiap perubahan itu pasti ada dan wajar, jadi kami harap kamu dapat menerima pe - [PHPinsights v2.x](https://phpinsights.com/) - [Testbench v9.x](https://packages.tools/testbench.html) -3. Menghapus `App\Generators\GeneratorUtils` kelas dan melakukan perubahan pada _helper_ kelas, [Disini untuk lebih lanjut](#how-to-update) +3. Menghapus (opsional) `App\Generators\GeneratorUtils` kelas dan melakukan perubahan pada _helper_ kelas, [Disini untuk lebih lanjut](#how-to-update) 4. Memperbaiki _Bug_ dan _Error_ diff --git a/docs/upgrade-guide.md b/docs/upgrade-guide.md index 9f1c36e..e90d74a 100644 --- a/docs/upgrade-guide.md +++ b/docs/upgrade-guide.md @@ -15,7 +15,7 @@ - [PHPinsights v2.x](https://phpinsights.com/) - [Testbench v9.x](https://packages.tools/testbench.html) -3. Remove `App\Generators\GeneratorUtils` class and update the helper class, [here for more info](#how-to-update) +3. Remove (optionally) `App\Generators\GeneratorUtils` class and update the helper class, [here for more info](#how-to-update) 4. Fix bug and error. @@ -298,6 +298,7 @@ New features added in _Generator v0.3.x_: This class is used to upload and manipulate images via [Intervention Image](https://image.intervention.io/v3) 5. Added a new option to the configuration `generator.image.disk`, previously known as `generator.image.path`, you can now select `public`, `storage` or `s3`. Here's an example. + ```php "image" => [ /**