Skip to content

Commit 3230794

Browse files
Update Changelog (#46)
* Laravel 10 dependencies (#32) (#38) Co-authored-by: Samuel Mwangi <samuel@samuelmwangi.co.ke> * USSD V3 (#39) * Version 3.0 wip * Try github actions for testing * Update build badges * Listing pagination aid * Limit content aid * Making limit content, paginate and terminate play nice together * Format code with php cs fixer * Trim output and add conditional trait * Validate continuing mode * Refector to use method for exception-handler and response * Import InvalidArgumentException in Testing * Specify PHP version * Use decision instead of string for continuing state * Allow creating state or action as initial state with option * Formatting menu helper and caching current page * Rename LimitContent to Truncate and add testing util for time waiting * Timeout resumation is based on last session and not begining of session * Add exception handler command and refactor command tests * Make Ussd useContext chainable and put exception handlers in the ussd directory * Typehint functions * Use docblock for ServiceProvider * Better exceptions * Improve readme * Move some of Ussd functionality to UssdBuilder * Update the install command * Update install command * Laravel 11 support * Update changelog.md --------- Co-authored-by: Samuel Mwangi <samuel@samuelmwangi.co.ke>
1 parent 7e33eda commit 3230794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to `laravel Ussd` will be documented in this file.
44

55
## [Unreleased]
66

7+
## [v3.0.0-beta.2] - 2025-02-02
8+
### Added
9+
- Add Laravel 11 support.
10+
711
## [v3.0.0-beta.1] - 2024-01-21
812
### Removed
913
- Removed machine in favor of USSD facade.

0 commit comments

Comments
 (0)