mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
Merge pull request #66 from cmanon/feature/65-fix-save-changes-translation-domain
Fixed translation domain
This commit is contained in:
+5
-1
@@ -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/
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user