Skip to content

Releases: route4me/route4me-php-sdk

v1.1.6

23 Jul 12:23

Choose a tag to compare

Added fine-tuning feature

1.1.5

09 Jan 12:58

Choose a tag to compare

Major and essential updates

1.1.4

28 Nov 10:07

Choose a tag to compare

update project version

Fixed some bugs

27 Jun 08:09

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

Choose a tag to compare

added myErrorHandler class.
Corrected composer.json

updated travis.yml file