Geo Tools

Description

Geo tools is a plugin that focuses on GeoCaching utilities such as statistics display, geochecker.

This extension allows you to display Owned trackables statistics bar in a widget of your WordPress theme with your trackable number!

All you have to do is download the widget, install it in your plug-ins folder, add it to your sidebar and modify the preferences.

Geocaching is a free game, more information on https://www.geocaching.com/

Screenshots

Installation

  1. Upload the geotools folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Configure the plugin by going to the GeoTools menu.

FAQ

What is Geocaching?

Is Geo Tools free?

Yes, but you can donate to support the project.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Geo Tools” is open source software. The following people have contributed to this plugin.

Contributors

“Geo Tools” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Geo Tools” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.1

  • Tested up to WordPress 7.0

1.1

  • Major refactor: modernized code to PHP 7.4+ (null coalescing operator)
  • Security: sanitize all POST inputs on settings page
  • Security: escape all output in widgets (esc_attr, esc_html, esc_url)
  • Fixed: statbar widget title was never saved (typo $instances -> $instance)
  • Fixed: broken HTML in widget input fields (missing closing quote)
  • Fixed: color picker RGB values not updating (add_option -> update_option)
  • Fixed: deprecated user_can_access_admin_page() removed from WordPress
  • Fixed: image tags now include alt attributes for accessibility
  • Performance: upgrade.php now loaded only on admin pages (was loaded on every frontend page)
  • Cleanup: removed dead AroundMe code (never activated)
  • Cleanup: removed empty stub files (geotools-styles.php, geotools-scripts.php)
  • Cleanup: simplified default options setup in geotools-variables.php
  • Cleanup: refactored options.php background selection with array mapping
  • Now requires PHP 7.4 minimum
  • Tested up to WordPress 6.9

1.0.7.2

  • Test 6.9.4

1.0.7.1

  • Fixed Display Trackable and Statbar

1.0.7

  • Fixed Trackable title font size
  • Fixed Statbar title font size
  • Add Modification of the title of the Widget Trackable
  • Add Modification of the title of the Widget Statbar

1.0.6.3

  • Fix variables error in statbar widget

1.0.6.2

  • Add Widget Statbar
  • Fixed Personal Avatar

1.0.5

  • Add Menu AroundMe
  • Add Menu Geo Statbar

1.0.4

  • Add Choose Your BackGround Color

1.0.3

  • Add Settings page
  • Add Choose Your BackGround
  • Add Change Unit of distance

1.0.2

  • Compliance for publishing the plugin

1.0.1

  • Compliance for publishing the plugin

1.0

  • First Release