Plugin Directory

Changeset 2008292


Ignore:
Timestamp:
01/08/2019 09:25:45 AM (7 years ago)
Author:
heremobilitydemand
Message:

Updated description

Location:
here-mobility
Files:
4 added
4 deleted
3 edited

Legend:

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

    r2002327 r2008292  
    77 * 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.
    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.
    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.6
     9The 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
    1111 * Author: HERE Mobility
    1212 * Author URI: https://mobility.here.com/
     
    1717class HereMobility
    1818{
    19     const PLUGIN_VERSION = '1.0.6';
     19    const PLUGIN_VERSION = '1.0.7';
    2020    const SHORTCODE_WIDGET_TAG = 'here_panel';
    2121    const SHORTCODE_LINK_TAG = 'here_link';
  • here-mobility/trunk/readme.txt

    r2002327 r2008292  
    55Requires PHP: 5.4
    66Requires at least: 4.0
    7 Tested up to: 5.0.8
    8 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    98License: GPLv2 or later
    109License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    1312
    1413The 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.
     14The 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.
     15The 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
     17To activate your Web Widget, please create an [account](https://developer.mobility.here.com/signup) and request your app credentials.
    1718
    1819= Special Features =
    1920
    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 doesnt have to enter them twice.
    2122* 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.
    2223* 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 users 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 its running on.
    2526
    2627== Let’s Connect ==
     
    6667== Screenshots ==
    6768
    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.
     691. The user enters the pickup location, destination, and required time of arrival at destination. (See the next section to learn more about ride parameters.)
     702. Optionally, the user clicks the Advanced link and enters additional ride requirements.
     713. The widget displays the list of ride offers.
     724. The user clicks on the preferred ride offer. The widget displays a dialog for entering user details.
     735. The ride booking is confirmed.
    7374
    7475== Changelog ==
     76
     77= 1.0.7 =
     78* Updated description
    7579
    7680= 1.0.6 =
Note: See TracChangeset for help on using the changeset viewer.