Plugin Directory

Changeset 2161974


Ignore:
Timestamp:
09/24/2019 09:45:40 AM (7 years ago)
Author:
heremobilitydemand
Message:

Update plugin version to 1.0.16

Location:
here-mobility
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • here-mobility/tags/1.0.16/heremobility.php

    r2093177 r2161974  
    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.15
     10 * Version: 1.0.16
    1111 * Author: HERE Mobility
    1212 * Author URI: https://mobility.here.com/
     
    1717class HereMobility
    1818{
    19     const PLUGIN_VERSION = '1.0.15';
     19    const PLUGIN_VERSION = '1.0.16';
    2020    const SHORTCODE_WIDGET_TAG = 'here_panel';
    2121    const SHORTCODE_LINK_TAG = 'here_link';
  • here-mobility/trunk/heremobility.php

    r2093177 r2161974  
    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.15
     10 * Version: 1.0.16
    1111 * Author: HERE Mobility
    1212 * Author URI: https://mobility.here.com/
     
    1717class HereMobility
    1818{
    19     const PLUGIN_VERSION = '1.0.15';
     19    const PLUGIN_VERSION = '1.0.16';
    2020    const SHORTCODE_WIDGET_TAG = 'here_panel';
    2121    const SHORTCODE_LINK_TAG = 'here_link';
Note: See TracChangeset for help on using the changeset viewer.