Plugin Directory

Changeset 2563706


Ignore:
Timestamp:
07/13/2021 03:19:38 PM (5 years ago)
Author:
pbosakov
Message:

2.0.2

  • Fix: errors in Ukrainian romanization table
  • Fix: posts that have a question mark at the end of the title do not work
Location:
cyrillic-slugs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cyrillic-slugs/trunk/cyr-slugs.php

    r2563699 r2563706  
    154154        );
    155155        $cyr_slug = preg_replace('/[^a-z0-9]+/', '-', strtolower($cyr_slug));
     156        $cyr_slug = preg_replace('/\-+$/', '', $cyr_slug);
    156157        return $cyr_slug;
    157158    }
  • cyrillic-slugs/trunk/readme.txt

    r2563699 r2563706  
    2525
    2626= 2.0.2 =
    27 * Fix: fixed Ukrainian romanization table
     27* Fix: errors in Ukrainian romanization table
     28* Fix: posts that have a question mark at the end of the title do not work
    2829
    2930= 2.0.1 =
Note: See TracChangeset for help on using the changeset viewer.