Releases: route4me/route4me-php-sdk
Releases · route4me/route4me-php-sdk
1.1.5
1.1.4
Fixed some bugs
Were fixed 3 bugs:
- In the src\Route4Me\OptimizationProblem.php:
$routes[] = Route::fromArray($address);
was changed with
$routes[] = Route::fromArray($route); - In the src\Route4Me\Route.php:
was added new parameter $is_unrouted; - In the src\Route4Me\Route4Me.php:
was uncommented this line:
//throw new ApiError('Wrong API key');
configuration corrections
added myErrorHandler class.
Corrected composer.json
updated travis.yml file