| Changelog for translit | 
                                    
                        | Release | What has changed? | 
                                            
                                                    
                                | 0.7.2 | - PIE support | 
                                                                    
                                                    
                                | 0.7.1 | - Added support for PHP 8.0 (Remi Collet) | 
                                                                    
                                                    
                                | 0.7.0 | - Fixed compilation on some PHP 7.4 builds (Elan Ruusamäe) - Fixed buffer overflows (Antony Dovgal)
 | 
                                                                    
                                                    
                                | 0.6.3 | Repackage, and drop PHP < 5.6 support. | 
                                                                    
                                                    
                                | 0.6.1 | - Release to make it compile against PHP 5.4 and trunk (due to the function_entry->zend_function_entry change). | 
                                                                    
                                                    
                                | 0.6.0 | - Fixed typing issues, fixes segfaults and strange behavior. | 
                                                                    
                                                    
                                | 0.5 | Added new filters: compact_underscores, remove_punctuation and spaces_to_underscore.  Added missing Latin Extended-B conversions for the
 latin_uppercase and latin_lowercase filters, missing punctuation for the
 normalize_punctuation filter and a missing conversion for uppercase_greek.
 Change the han_transliterate filter to add spaces after ideograms.
 Fixed memory leak.
 | 
                                                                    
                                                    
                                | 0.4 | Added support for diffent incoming and outgoing encodings to the transliterator. This makes the extension depend on the iconv extension.  Added
 a new function "transliterate_filters_get()" to return a list of all available
 filters and added support for aliases of filters with the ALIAS pragma in the
 .tr files. Also removed the special decomposition of the paragraph sign.
 | 
                                                                    
                                                    
                                | 0.3 | Generate better (and less) code, make Windows compiles happy too. | 
                                                                    
                                                    
                                | 0.2 | Added more filters: hangul to jamo, jamo to latin, normalize numbers and digits, special decompositions (© -> (c)). And fixed some small bugs in filters and
 the extension.
 | 
                                                                    
                                                    
                                | 0.1 | Initial release, supported transliteration filters include: Cyrillic-to-Latin transliteration, Greek-to-Latin transliteration, Han-to-Latin transliteration,
 Hebrew-to-Latin transliteration; case converting filters for Greek, Latin and
 Cyrillic and filters to remove diacriticals from text, normalizing ligatures
 and normalizing punctuation.
 |