Changeset 2161974
- Timestamp:
- 09/24/2019 09:45:40 AM (7 years ago)
- Location:
- here-mobility
- Files:
-
- 2 edited
-
tags/1.0.16/heremobility.php (modified) (2 diffs)
-
trunk/heremobility.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
here-mobility/tags/1.0.16/heremobility.php
r2093177 r2161974 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.1 510 * Version: 1.0.16 11 11 * Author: HERE Mobility 12 12 * Author URI: https://mobility.here.com/ … … 17 17 class HereMobility 18 18 { 19 const PLUGIN_VERSION = '1.0.1 5';19 const PLUGIN_VERSION = '1.0.16'; 20 20 const SHORTCODE_WIDGET_TAG = 'here_panel'; 21 21 const SHORTCODE_LINK_TAG = 'here_link'; -
here-mobility/trunk/heremobility.php
r2093177 r2161974 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.1 510 * Version: 1.0.16 11 11 * Author: HERE Mobility 12 12 * Author URI: https://mobility.here.com/ … … 17 17 class HereMobility 18 18 { 19 const PLUGIN_VERSION = '1.0.1 5';19 const PLUGIN_VERSION = '1.0.16'; 20 20 const SHORTCODE_WIDGET_TAG = 'here_panel'; 21 21 const SHORTCODE_LINK_TAG = 'here_link';
Note: See TracChangeset
for help on using the changeset viewer.