=== Geo Tools ===
Contributors: verturin
Tags: geocaching, wherigo, geocache, mystery, checker
Donate link: https://donate.verturin.fr/
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== 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/

== 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.

== Frequently Asked Questions ==

= What is Geocaching? =

https://youtu.be/SMtetuq_sg8

= Is Geo Tools free? =

Yes, but you can donate to support the project.

== Screenshots ==

1. Sample Geo Tools Trackable Statbar
2. Choose Your BackGround
3. Sample Geo Tools Trackable Statbar with BackGround

== 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

== Upgrade Notice ==

= 1.1.1 =
* Tested up to WordPress 7.0.

= 1.1 =
* Major refactor with security fixes and code cleanup. Now requires PHP 7.4+. Recommended update for all users.
