Releases: cmanon/wp-strava
Releases · cmanon/wp-strava
ActivitiesList Block
- Revised
block.json
based on feedback from https://wordpress.org/plugins/developers/block-plugin-validator/ - Add PHPCompatibility checks to coding standards (and fixes from recommendations)
- Add Activities List Block
2.7.0
- Add setting to choose API cache interval (1 hour / 15 minutes) https://wordpress.org/support/topic/decrease-update-time-for-group-recent-activities/
- Move block type metadata to
block.json
for future discoverability.
Route Block
- Make reusable components for embed screens and SOMOverride
- Add Route Block
2.5.1
- Fix latest_map class replacing echo with return https://wordpress.org/support/topic/latest-activity-map-shortcode-wrong-placed-on-page/
- Fix styling on pace activity max speed.
- Fix broken water pace on activity.
- Fix pace types and remove 'other' - making 'speed' default.
- Fix to remove map link in editor so you don't leave the editor.
2.5.0
- Fix missing translation domain on "Save Changes" in settings. https://wordpress.org/support/topic/small-fix-in-settings-php-function-print_clear_input
- Refined styles for responsive tables https://wordpress.org/support/topic/responsive-strava-activity-table/
- Add activity description under image (if set) https://wordpress.org/support/topic/show-activity-description/
- Add preview of activity in the block editor using server-side render
- Add System of Measure override in Activity Block display options
Responsive Tables
- Made activity table responsive https://wordpress.org/support/topic/responsive-strava-activity-table/
- Fixed issue when reauthorization erases access tokens https://wordpress.org/support/topic/wp-strava-error-401-unauthorized/
- Improve output escaping, documentation, and other coding standards
Add no link option
- Added support to not link to activities.
Added image only and display marker attributes to Activity block
- Added Image Only and Display Markers toggles to Activity Block.
Added [activities] start/end date
- Renamed LatestActivities classes to ActivitiesList.
- Added exception handling to authorization process.
- Added date_start and date_end to [activities] short code https://wordpress.org/support/topic/activities-shortcode-for-date-range/
Activity Block
- Added rudimentary gutenberg block for single Activity.
- Changed all Strava links to HTTPS.
- Moved PHP classes from includes/ to src/.