Changeset 2002327
- Timestamp:
- 12/27/2018 02:36:19 PM (7 years ago)
- Location:
- here-mobility/trunk
- Files:
-
- 3 edited
-
heremobility.php (modified) (2 diffs)
-
js/loader.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
here-mobility/trunk/heremobility.php
r2001693 r2002327 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. 10 * Version: 1.0. 510 * Version: 1.0.6 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. 5';19 const PLUGIN_VERSION = '1.0.6'; 20 20 const SHORTCODE_WIDGET_TAG = 'here_panel'; 21 21 const SHORTCODE_LINK_TAG = 'here_link'; -
here-mobility/trunk/js/loader.js
r2001693 r2002327 30 30 'action': hereLoaderData.auth_ajax_action, 31 31 'application_key': hereLoaderData.appKey, 32 'post_id': hereLoaderData.post_id 32 'post_id': hereLoaderData.post_id, 33 33 }; 34 34 -
here-mobility/trunk/readme.txt
r2001693 r2002327 6 6 Requires at least: 4.0 7 7 Tested up to: 5.0.8 8 Stable tag: 1.0. 58 Stable tag: 1.0.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 74 74 == Changelog == 75 75 76 = 1.0. 5=76 = 1.0.6 = 77 77 * Fixed cache bug 78 78
Note: See TracChangeset
for help on using the changeset viewer.