Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2025-10-09
### Added
- New CRUD operations for Route Plans
- New `create` endpoint
- New `get` endpoint(s) that support both id and query
- New `update` endpoint
- New `deleteOne` endpoint
- New `addTasksToRoutePlan` endpoint

## [1.0.6] - 2024-11-04
### Added
Expand Down Expand Up @@ -36,9 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release on packagist

[Unreleased]: https://github.com/onfleet/php-onfleet/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/onfleet/php-onfleet/compare/v1.1.0...HEAD
[1.0.0]: https://github.com/onfleet/php-onfleet/releases/tag/v1.0.0
[1.0.1]: https://github.com/onfleet/php-onfleet/compare/v1.0.0...v1.0.1
[1.0.2]: https://github.com/onfleet/php-onfleet/compare/v1.0.1...v1.0.2
[1.0.3]: https://github.com/onfleet/php-onfleet/compare/v1.0.2...v1.0.3
[1.0.3]: https://github.com/onfleet/php-onfleet/compare/v1.0.3...v1.0.4
[1.0.4]: https://github.com/onfleet/php-onfleet/compare/v1.0.3...v1.0.4
[1.1.0]: https://github.com/onfleet/php-onfleet/compare/v1.0.6...v1.1.0
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
{
"name": "Santiago Botero Ruiz",
"email": "santiago.botero@onfleet.com"
},
{
"name": "Shuai Tseng",
"email": "shuai@onfleet.com"
}
],
"scripts": {
Expand Down
Loading