From a5afd22dad91391d6f533512efe8a2d9b7a12828 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Wed, 16 Oct 2024 01:05:08 +0800 Subject: [PATCH] Change details in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abf54d..64a85fc 100644 --- a/README.md +++ b/README.md @@ -568,7 +568,7 @@ $items = $this->user->get($limit, $offset); The new release for `v0.5.0` will be having a [backward compatibility](https://en.wikipedia.org/wiki/Backward_compatibility) break (BC break). With this, some functionalities from the earlier versions might not be working after upgrading. This was done to increase the maintainability of the project while also adhering to the functionalities for both `Codeigniter 3` and `Eloquent ORM`. Please see the [UPGRADING][link-upgrading] page for the said breaking changes. > [!TIP] -> If still using the `v0.4` release, kindly click its documentation below: +> If still using the `v0.4.0` release, kindly click its documentation below: > https://github.com/rougin/credo/blob/v0.4.0/README.md ## Changelog