Update version

This commit is contained in:
Justin Foell
2021-09-24 13:35:15 -05:00
parent b67feb98cd
commit 6587fdfd9c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class WPStrava_StaticMap {
* @param string $enc Encoded polyline.
* @return string Smaller encoded polyline.
* @author Justin Foell <justin@foell.org>
* @since 2.9.2
* @since 2.10.0
*/
private static function reduce_polyline( $url_len, $enc ) {
require_once WPSTRAVA_PLUGIN_DIR . 'src/Polyline.php';