Skip to content

Releases: route4me/route4me-php-sdk

1.1.5

09 Jan 12:58
Compare
Choose a tag to compare

Major and essential updates

1.1.4

28 Nov 10:07
Compare
Choose a tag to compare
update project version

Fixed some bugs

27 Jun 08:09
Compare
Choose a tag to compare

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

16 Nov 15:55
Compare
Choose a tag to compare

added myErrorHandler class.
Corrected composer.json

updated travis.yml file