Plugin Directory

Changeset 2049373


Ignore:
Timestamp:
03/12/2019 10:53:52 PM (7 years ago)
Author:
heremobilitydemand
Message:

Fixed date in heremobility

Location:
here-mobility/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • here-mobility/trunk/heremobility.php

    r2041751 r2049373  
    88The Web Widget supports pickup location, destination, and required departure time, in addition, your users can also  customize their ride according to any special requirements they have from suitcases to number of passengers.
    99The HERE Mobility Web Widget connects to the Mobility Marketplace to find the most relevant rides matching your users' requests and displays them to your users to choose from and book. To activate your Web Widget, please create an account(https://developer.mobility.here.com/signup) and request your app credentials.
    10  * Version: 1.0.9
     10 * Version: 1.0.8
    1111 * Author: HERE Mobility
    1212 * Author URI: https://mobility.here.com/
  • here-mobility/trunk/js/loader.js

    r2002327 r2049373  
    3636            if (response) {
    3737
    38                 var d = new Date(Date.now() + 24 * 60 * 60 * 1000); // tomorrow
     38                var d = new Date(Date.now() + 2 * 60 * 60 * 1000); // plus two hours
    3939                hmw({
    4040                    eventTime: d.getTime(),
  • here-mobility/trunk/readme.txt

    r2041751 r2049373  
    66Requires at least: 4.0
    77Tested up to: 5.0.8
    8 Stable tag: 1.0.9
     8Stable tag: 1.0.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.