{"id":91438,"date":"2018-09-17T08:54:52","date_gmt":"2018-09-17T08:54:52","guid":{"rendered":"https:\/\/uk.wordpress.org\/plugins\/ukr-to-lat\/"},"modified":"2020-07-21T20:03:23","modified_gmt":"2020-07-21T20:03:23","slug":"ukr-to-lat","status":"publish","type":"plugin","link":"https:\/\/frp.wordpress.org\/plugins\/ukr-to-lat\/","author":41589,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.5","stable_tag":"trunk","tested":"5.4.19","requires":"4.6","requires_php":"7.2","requires_plugins":"","header_name":"Ukr-To-Lat","header_author":"Alexander Butyuhin","header_description":"Converts Ukrainian characters in post and term slugs to Latin characters. Useful for creating human-readable URLs. Based on the original plugin by Anton Skorobogatov.","assets_banners_color":"cec5c1","last_updated":"2020-07-21 20:03:23","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/ukr-to-lat\/","header_author_uri":"https:\/\/roboteye.biz\/","rating":4,"author_block_rating":0,"active_installs":6000,"downloads":22619,"num_ratings":5,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>None<\/p>"},"ratings":{"1":1,"2":0,"3":0,"4":0,"5":3},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1942473","resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1942473","resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500-rtl.png":{"filename":"banner-1544x500-rtl.png","revision":"1942473","resolution":"1544x500","location":"assets","locale":""},"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1942473","resolution":"1544x500","location":"assets","locale":""},"banner-772x250-rtl.png":{"filename":"banner-772x250-rtl.png","revision":"1942473","resolution":"772x250","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1942473","resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.3","1.3.2","1.3.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1942473","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1942473","resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"screenshot-1.png","2":"screenshot-2.png"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[22264,562,161916,161908,161915],"plugin_category":[],"plugin_contributors":[161820,78005,77853,77906],"plugin_business_model":[],"class_list":["post-91438","plugin","type-plugin","status-publish","hentry","plugin_tags-cyr2lat","plugin_tags-slugs","plugin_tags-ukr2lat","plugin_tags-ukrainian","plugin_tags-ukrtolat","plugin_contributors-bars","plugin_contributors-karevn","plugin_contributors-sergeybiryukov","plugin_contributors-webvitaly","plugin_committers-bars"],"banners":{"banner":"https:\/\/ps.w.org\/ukr-to-lat\/assets\/banner-772x250.png?rev=1942473","banner_2x":"https:\/\/ps.w.org\/ukr-to-lat\/assets\/banner-1544x500.png?rev=1942473","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/ukr-to-lat\/assets\/icon-128x128.png?rev=1942473","icon_2x":"https:\/\/ps.w.org\/ukr-to-lat\/assets\/icon-256x256.png?rev=1942473","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/ukr-to-lat\/assets\/screenshot-1.png?rev=1942473","caption":"screenshot-1.png"},{"src":"https:\/\/ps.w.org\/ukr-to-lat\/assets\/screenshot-2.png?rev=1942473","caption":"screenshot-2.png"}],"raw_content":"<!--section=description-->\n<p>Converts Ukrainian characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Automatically converts existing post, page and term slugs on activation<\/li>\n<li>Saves existing post and page permalinks integrity<\/li>\n<li>Performs transliteration of attachment file names<\/li>\n<li>Includes just Ukrainian characters<\/li>\n<li>Transliteration table can be customized without editing the plugin itself<\/li>\n<\/ul>\n\n<p>Transliteration based on http:\/\/ukrlit.org\/transliteratsiia<\/p>\n\n<p>Based on the original Rus-To-Lat plugin by Anton Skorobogatov and Cyr-To-Lat by SergeyBiryukov, karevn, webvitaly.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>ukr-to-lat<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<h4>Translations<\/h4>\n\n<p>You can <a href=\"https:\/\/translate.wordpress.org\/projects\/wp-plugins\/ukr-to-lat\">translate Ukr-To-Lat<\/a> on <a href=\"\"><strong>translate.wordpress.org<\/strong><\/a>.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt><h3>How can I define my own substitutions?<\/h3><\/dt>\n<dd><p>Add this code to your theme's <code>functions.php<\/code> file:<\/p>\n\n<pre><code>function my_cyr_to_lat_table($ctl_table) {\n   $ctl_table['\u0e30\u0e0a'] = 'U';\n   $ctl_table['\u0e31\u008a'] = 'u';\n   return $ctl_table;\n}\nadd_filter('ctl_table', 'my_cyr_to_lat_table');\n<\/code><\/pre><\/dd>\n<dt><h3>How to redirect old link to new?<\/h3><\/dt>\n<dd><p>To prevent losing you SEO position you can use plugin LCH (https:\/\/wordpress.org\/plugins\/link-changer-htaccess-for-better-seo\/) to prepare redirect from old links to new one.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.5<\/h4>\n\n<ul>\n<li>Fixed small + big letter \"\u044c\".<\/li>\n<\/ul>\n\n<h4>1.3.4<\/h4>\n\n<ul>\n<li>Tested with WordPress 5.0<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Fixed small letter \"\u0439\".<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Small fixes in Readme.txt and plugin.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Converts Ukrainian characters in post, page and term slugs to Latin characters.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/91438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=91438"}],"author":[{"embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bars"}],"wp:attachment":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=91438"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=91438"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=91438"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=91438"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=91438"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=91438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}