Changeset 2008292
- Timestamp:
- 01/08/2019 09:25:45 AM (7 years ago)
- Location:
- here-mobility
- Files:
-
- 4 added
- 4 deleted
- 3 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (modified) (previous)
-
assets/screenshot-6.png (deleted)
-
assets/screenshot-7.png (deleted)
-
assets/screenshot-8.png (deleted)
-
assets/screenshot-9.png (deleted)
-
trunk/heremobility.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
here-mobility/trunk/heremobility.php
r2002327 r2008292 7 7 * Description: The HERE Mobility Web Widget is a customizable transportation booking widget, that you can quickly add to your website, to offer your users ride booking and navigation. 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 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. 10 * Version: 1.0. 69 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.7 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. 6';19 const PLUGIN_VERSION = '1.0.7'; 20 20 const SHORTCODE_WIDGET_TAG = 'here_panel'; 21 21 const SHORTCODE_LINK_TAG = 'here_link'; -
here-mobility/trunk/readme.txt
r2002327 r2008292 5 5 Requires PHP: 5.4 6 6 Requires at least: 4.0 7 Tested up to: 5.0.8 8 Stable tag: 1.0.6 7 Stable tag: 1.0.7 9 8 License: GPLv2 or later 10 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 13 12 14 13 The HERE Mobility Web Widget is a customizable transportation booking widget, that you can quickly add to your website, to offer your users ride booking and navigation. 15 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. 16 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. 14 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. 15 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. 16 17 To activate your Web Widget, please create an [account](https://developer.mobility.here.com/signup) and request your app credentials. 17 18 18 19 = Special Features = 19 20 20 * Seamless Mobility Checkout: You can pass parameters such as name, phone number, pickup date/time, and number of passengers from your checkout to the Web Widget so your user doesn 't have to enter them twice.21 * Seamless Mobility Checkout: You can pass parameters such as name, phone number, pickup date/time, and number of passengers from your checkout to the Web Widget so your user doesn’t have to enter them twice. 21 22 * Real Time Tracking: Once your user has booked a ride they will receive real time ride updates from the Web Widget ride tracker, specifying the current ride status, location and ETA. 22 23 * Brand Customization: You can customize the HERE Mobility Web Widget to your brand and website look and feel (font, background, etc.). 23 * Analytics: You can retrieve analytic reports to examine your user 's behaviors and use of mobility services in conjunction to your services.24 * Mobile Responsive: The HERE Mobility Web Widget is mobile responsive, adapting its display to the device it 's running on.24 * Analytics: You can retrieve analytic reports to examine your user’s behaviors and use of mobility services in conjunction to your services. 25 * Mobile Responsive: The HERE Mobility Web Widget is mobile responsive, adapting its display to the device it’s running on. 25 26 26 27 == Let’s Connect == … … 66 67 == Screenshots == 67 68 68 5. The user enters the pickup location, destination, and required time of arrival at destination. (See the next section to learn more about ride parameters.)69 6. Optionally, the user clicks the Advanced link and enters additional ride requirements.70 7. The widget displays the list of ride offers.71 8. The user clicks on the preferred ride offer. The widget displays a dialog for entering user details.72 9. The ride booking is confirmed.69 1. The user enters the pickup location, destination, and required time of arrival at destination. (See the next section to learn more about ride parameters.) 70 2. Optionally, the user clicks the Advanced link and enters additional ride requirements. 71 3. The widget displays the list of ride offers. 72 4. The user clicks on the preferred ride offer. The widget displays a dialog for entering user details. 73 5. The ride booking is confirmed. 73 74 74 75 == Changelog == 76 77 = 1.0.7 = 78 * Updated description 75 79 76 80 = 1.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.