=== Geo to Lat ===
Contributor: dimitrigog
Tags: Georgian, Latin, l10n, slugs, transliteration
Requires at least: 4.0
Tested up to: 6.9
Stable tag: 4.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Converts Georgian characters in post, page and term slugs to Latin characters.

== Description ==

Converts Georgian characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.


This plugin is a fork of [Cyr to Lat enhanced](https://wordpress.org/plugins/cyr3lat/) plugin.

= Features =
* Automatically converts existing post, page and term slugs on activation
* Saves existing post and page permalink integrity
* Performs transliteration of attachment file names
* Includes Georgian characters
* Transliteration table can be customized without editing the plugin itself

Based on the original plugin by Sergey Biryukov.

== Installation ==

1. Upload `Geo to Lat` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.

== Changelog ==

= 1.0 =
* Initial release

= 1.0.1 =
* Minor bug fixes

= 1.0.2 =
* Minor bug fixes

= 1.0.3 =
* Testing WordPress 5.0 Compatibility

= 1.0.4 =
* Testing WordPress 5.1.1 Compatibility

= 1.0.5 =
* Testing WordPress 5.4.2 Compatibility

= 1.0.6 =
* Testing WordPress 5.6 Compatibility

= 1.0.7 =
* Testing WordPress 5.7 Compatibility

= 1.0.8 =
* Testing WordPress 5.8 Compatibility

= 1.0.9 =
* Testing WordPress 5.9 Compatibility

= 1.0.10 =
* Testing WordPress 6.0 Compatibility

= 1.0.11 =
* Testing WordPress 6.1 Compatibility

= 1.0.12 =
* Testing WordPress 6.2 Compatibility

= 1.0.13 =
* Testing WordPress 6.3 Compatibility

= 1.0.14 =
* Testing WordPress 6.4 Compatibility

= 1.0.15 =
* Testing WordPress 6.5 Compatibility

= 1.0.16 =
* Testing WordPress 6.6 Compatibility

= 1.0.17 =
* Testing WordPress 6.7 Compatibility

= 1.0.18 =
* Testing WordPress 6.8 Compatibility

= 1.0.19 =
* Testing WordPress 6.9 Compatibility

= 1.1 =
* Security fix: Fixed SQL Injection vulnerability in term slug sanitization
* Used $wpdb->prepare() for safe database queries