Changeset 2049373
- Timestamp:
- 03/12/2019 10:53:52 PM (7 years ago)
- Location:
- here-mobility/trunk
- Files:
-
- 3 edited
-
heremobility.php (modified) (1 diff)
-
js/loader.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
here-mobility/trunk/heremobility.php
r2041751 r2049373 8 8 The 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. 9 9 The 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. 910 * Version: 1.0.8 11 11 * Author: HERE Mobility 12 12 * Author URI: https://mobility.here.com/ -
here-mobility/trunk/js/loader.js
r2002327 r2049373 36 36 if (response) { 37 37 38 var d = new Date(Date.now() + 2 4 * 60 * 60 * 1000); // tomorrow38 var d = new Date(Date.now() + 2 * 60 * 60 * 1000); // plus two hours 39 39 hmw({ 40 40 eventTime: d.getTime(), -
here-mobility/trunk/readme.txt
r2041751 r2049373 6 6 Requires at least: 4.0 7 7 Tested up to: 5.0.8 8 Stable tag: 1.0. 98 Stable tag: 1.0.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.