Merge branch 'main' of github.com:cmanon/wp-strava into main

This commit is contained in:
Justin Foell
2020-11-27 11:16:26 -06:00
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -74,7 +74,7 @@ Strava Latest Map - shows map of latest activity with option to limit latest map
== Frequently Asked Questions ==
= Why do I see someone else's activity when embedding a Strava Activity block? =
= Why do I see someone else's activity in the editor when embedding a Strava Activity block? =
The image you see in the editor is a static placeholder image to give an approximation of what your activity map will look like. You won't see your actual activity map until you view the page or post.
@@ -116,6 +116,10 @@ On the WP-Strava settings page you cannot currently remove and add another athle
== Changelog ==
= 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
= 2.4.0 =
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/
+1 -1
View File
@@ -500,7 +500,7 @@ class WPStrava_Settings {
?>
<label for="strava_cache_clear"><input type="checkbox" id="strava_cache_clear" name="strava_cache_clear" />
<?php esc_html_e( 'Clear cached image and transient data', 'wp-strava' ); ?></label>
<p class="description"><?php esc_html_e( 'To clear cache, check this box and click "Save Changes"' ); ?></p>
<p class="description"><?php esc_html_e( 'To clear cache, check this box and click "Save Changes"', 'wp-strava' ); ?></p>
<?php
}