Skip to content

Commit

Permalink
Updated README. Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboia committed Apr 30, 2024
1 parent 62e8ebd commit c6be73e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### Version 0.3.2
- Added German translation ([issue #90](https://github.com/alexboia/WP-Trip-Summary/issues/90));
- Added support for KML files ([issue #91](https://github.com/alexboia/WP-Trip-Summary/issues/91));
- Bring help contents (mostly) up-to-date with the new features, for ro_RO and en_US ([issue #89](https://github.com/alexboia/WP-Trip-Summary/issues/89));
- Add route type filter in admin area post listing ([issue #92](https://github.com/alexboia/WP-Trip-Summary/issues/92));
- Some embarrassing bug fixes;
- Add proper error and debug logging infrastructure, including dedicated log management page (go to `Trip Summary` -> `System logs`);
- Other stuff which I may not remember.

### Version 0.3.1
- Fixed bug on some PHP versions.

Expand Down
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,30 +317,6 @@ The following languages are supported:
- Add proper error and debug logging infrastructure, including dedicated log management page (go to `Trip Summary` -> `System logs`);
- Other stuff which I may not remember.

### Version 0.3.1
- Fixed bug on some PHP versions.

### Version 0.3.0
- Fixed bug on unix platforms due to wrong directory naming (upper case first letter, instead of expected lower case).

### Version 0.2.9
- 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.

### Version 0.2.8
- 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](https://github.com/alexboia/WP-Trip-Summary/issues/79));
- Fixed JS warnings caused by including editor scripts in non-editor pages ([Issue #78](https://github.com/alexboia/WP-Trip-Summary/issues/78));
- Added trip summary audit log to post edit and post listing pages ([Issue #80](https://github.com/alexboia/WP-Trip-Summary/issues/80));
- Updated UI + UX of the lookup data management editor page ([Issue #77](https://github.com/alexboia/WP-Trip-Summary/issues/77));
- Fixed trip summary shortcode block not rendering in post/page view;
- Fixed trip summary shortcode block editor widget not showing up.

[See the entire changelog here](https://github.com/alexboia/WP-Trip-Summary/blob/master/CHANGELOG.md)

## Roadmap
Expand Down

0 comments on commit c6be73e

Please sign in to comment.