Skip to content

Releases: alexboia/WP-Trip-Summary

v0.3.2 - Marco Polo

29 Apr 14:19
Compare
Choose a tag to compare
  • Added German translation (de_DE, many thanks to Nico - nida78);
  • Added support for KML files;
  • Bring help contents (mostly) up-to-date with the new features, for ro_RO and en_US;
  • Add route type filter in admin area post listing;
  • Some small bug fixes;
  • Add proper error and debug logging infrastructure, including dedicated log management page.

v0.3.1 - SG-1

02 Feb 19:14
Compare
Choose a tag to compare
  • Fixed bug on some PHP versions.

v0.3.0 - SG-1

02 Feb 19:00
Compare
Choose a tag to compare
  • Fixed bug on unix platforms;
  • Added rider's log feature;
  • Bug fix when validating GPX files that begin with XML comments (courtesy of Philip Flohr);
  • Fixed some warnings on PHP 8;
  • Internal installer rework.

v0.2.8 - Emil Racovita

01 Dec 14:20
Compare
Choose a tag to compare
  • Added shortcuts to plug-in's entry from the plug-in listing page;
  • Added maintenance page with the following tools: clear cached track data, clear all trip summary info, detect posts that have missing track files;
  • Added JSON-LD structured data to posts or pages that have trip summary track data (type Place, with box GeoShape);
  • Added additional REST API field to WP-JSON post endpoint to return trip summary data;
  • Fixed MysqliDb dependency - The MysqliDb generates deprectation warnings and needs to be updated (Issue #79);
  • Fixed JS warnings caused by including editor scripts in non-editor pages (Issue #78);
  • Added trip summary audit log to post edit and post listing pages (Issue #80);
  • Updated UI + UX of the lookup data management editor page (Issue #77);
  • Fixed trip summary shortcode block not rendering in post/page view;
  • Fixed trip summary shortcode block editor widget not showing up.

v0.2.7 - Eratosthenes

04 May 14:08
Compare
Choose a tag to compare
  • Refactoring: the plug-in now has a more manageable and extensible structure, with the most important change being the splitting of all the code previously in abp01-plugin-main.php, into separate plugin modules;
  • Feature: Added an about page (Issue 59);
  • Feature: Enhanced display for the frontend viewer information items (Issue 75);
  • Feature: Added support for GeoJSON file import (Issue 76);
  • Improved plug-in documentation;
  • Improved usability and UI for the settings page;
  • Improved usability and UI for the help page;
  • Updated help contents;
  • Improved stability and various bug fixes.

v0.2.6 - Johannes Honterus

21 Aug 09:48
Compare
Choose a tag to compare
  • usability improvement: added a control to the front-end viewer map that allows one to re-center the map to the GPS track bounding area - basically the initial state of the map when it's first loaded (Issue 68).
  • usability improvement: within the WP-Trip-Summary, the Clear Track and Clear Info buttons have been grouped using a Quick Actions control, such as in the metabox used to display the summary in the post page (Issue 69).
  • usability improvement: added confirmation when attempting to remove trip summary information as well as when attempting to remove track data (Issue 72).
  • usability improvement: when removing a lookup data item with existing associations (that is, associated with at least a post), WP-Trip-Summary no longer issues a hard denial, but asks the user to confirm whether he/she wishes to proceed removing the item, as well as sever its associations with the posts (Issue 67).
  • feature: added an option (to the WP-Trip-Summary settings page) to specify the initially selected WP-Trip-Summary front-end viewer tab (Issue 71).
  • feature: added an option (to the WP-Trip-Summary settings page) to specify the front-end viewer map height (Issue 70).
  • improved stability;
  • improved documentation.

v0.2.5 - Hecataeus of Miletus

23 May 13:23
Compare
Choose a tag to compare
  • Trip summary front-end viewer can now inserted at a custom location in the post content for which it has been defined using the [abp01_trip_summary_viewer] shortcode (or a special block, if you're using the block editor);
  • Support for trip summary front-end viewer customization: https://github.com/alexboia/WP-Trip-Summary/wiki/Customizing-the-front-end-viewer.
  • Refined error reporting when uploading a new GPS track;
  • Altitude profile now available;
  • Min/max altitude info box now available;
  • Refactoring and stability improvements;
  • Fixed track uploader not opening on Microsoft Edge browsers;
  • Fixed Waymark compatibility issue.

v0.2.4 - Anaximander

14 Apr 08:29
Compare
Choose a tag to compare
  • French translation now available!
  • The trip summary editor is now launched from a side metabox, which also displays relevant information and features some quick actions;
  • The plug-in is now smoothly integrated with the block editor as well;
  • In the plug-in settings editor a user can now specify the weight used to plot the GPS track on the map;
  • Added automated tests;
  • Tested compatibility with WordPress 5.4;
  • Fixed a GPX file upload issue that occured with certain GPX files;
  • Updated dependencies: URI.js.

v0.2.3 - Anaximander

19 Mar 19:04
Compare
Choose a tag to compare
  • In the plug-in settings editor a user can now specify the color used to plot the GPX track on the map
  • The post and page listing now have two columns that describe whether or not an article has route information and, respectively, whether or not it has an uploaded GPX track
  • The plug-in now correctly works for WP pages as well (previously, it would not correctly render on the frontend)
  • Added automated tests
  • Added compatibility with Mysql 8.0+
  • Fixed an activation issue that occured with certain PHP versions
  • Updated dependencies: Leaftlet Js, Leaflet Js Magnifying Glass component, NProgress js, MysqliDb

v0.2.2 - Anaximander

02 Feb 18:18
Compare
Choose a tag to compare
  • Updated toastr.js to the latest compatible version (2.1.4 at the time of posting this issue).
  • Trip summary editing capabilities are now being installed for all roles that have the "upload_files" capability.
  • The "Edit trip summary" button is only displayed for users that can edit a post's trip summary.
  • The plugin's own JavaScript and CSS files are included using the plug-in's own version.
  • Updated the license and license header copyright notice to current year (2020).
  • Bugfix: When attempting to download a GPX track using the map button from the front-end viewer, the operation fails if the user is not authenticated.
  • Minor refactoring.