Plugin Directory

Changeset 2002327


Ignore:
Timestamp:
12/27/2018 02:36:19 PM (7 years ago)
Author:
heremobilitydemand
Message:

Change version

Location:
here-mobility/trunk
Files:
3 edited

Legend:

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

    r2001693 r2002327  
    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.
    10  * Version: 1.0.5
     10 * Version: 1.0.6
    1111 * Author: HERE Mobility
    1212 * Author URI: https://mobility.here.com/
     
    1717class HereMobility
    1818{
    19     const PLUGIN_VERSION = '1.0.5';
     19    const PLUGIN_VERSION = '1.0.6';
    2020    const SHORTCODE_WIDGET_TAG = 'here_panel';
    2121    const SHORTCODE_LINK_TAG = 'here_link';
  • here-mobility/trunk/js/loader.js

    r2001693 r2002327  
    3030            'action': hereLoaderData.auth_ajax_action,
    3131            'application_key': hereLoaderData.appKey,
    32             'post_id': hereLoaderData.post_id
     32            'post_id': hereLoaderData.post_id,
    3333        };
    3434
  • here-mobility/trunk/readme.txt

    r2001693 r2002327  
    66Requires at least: 4.0
    77Tested up to: 5.0.8
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    7474== Changelog ==
    7575
    76 = 1.0.5 =
     76= 1.0.6 =
    7777* Fixed cache bug
    7878
Note: See TracChangeset for help on using the changeset viewer.