Changelog for
php-pear-Numbers_Words-0.18.2-1.39.noarch.rpm :
* Fri Dec 06 2019 Arjen de Korte
- update to version 0.18.2
* PR #32: fix \"count(): Parameter must be an array or an object that implements Countable\" with PHP 7.2- use correct macro to reference metadata (boo#1158112)- regenerate spec from template- make package PHP version independent
* Tue Jun 16 2015 jweberhoferAATTweberhofer.at- Fix to build with SLE11
* Tue Jun 16 2015 jweberhoferAATTweberhofer.at- Cleaned up spec- Make buildable again- This release changes class names and locations of locale files. This is a backwards compatibility break.- Update to version 0.18.1
* Fixed bug #20435: Missing files in PEAR archive [kouber]
* Fixed French plural handling for \"million\" and suffixes above [Olivier Brunel]- Update to version 0.18.0
* Fixed bug #19453: Incorrect spelling of Hungarian numbers [kouber]
* Fixed bug #19543: Better handling of decimal mark and thousands separators [kouber]
* Fixed bug #19855: Do not emit E_NOTICE when calling toWords() statically [cweiske]
* Fixed pl unicode [Jakub Roszkiewicz]
* Fixed ru_RU currency codes [Vital Leshchyk]
* Fixed tr_TR unicode [Shahriyar Imanov]
* Added en_IN - Indian English [Abhinav Nayak]
* Added lv - Latvian [Andrius]
* Added ro_RO - Romanian [Bogdan Stancescu]
* Added ua - Ukrainian [Vital Leshchyk]
* Unify locale loading code [cweiske]
* Use PEAR class-to-filename convention [cweiske]- Update to version 0.16.4
* Currency names for Dutch
* Re-licensed to PHP 3.01 [ifeghali]- Update to version 0.16.3
* Bug #12512 Windows incorrect declaration of toWords() in lang.fr.php (and others!) ifeghali
* Bug #17373 bug in toWords function for hungarian translation kouber
* Bug #17392 bugs in toWords function for hungarian translation ifeghali
* Bug #17754 Patch: Using explode instead of split ifeghali
* Request #17763 Independent tr_TR Lang support ifeghali
* Bug #17794 Patch: avoiding split in es_MX file ifeghali
* Bug #18501 incorrect declaration of toWords() in lang.fr.php kouber
* Bug #19013 remove error_reporting (for PEAR QA team) ifeghali- Update to version 0.16.2
* Fixed bug #16435 (improper use of substr() in Polish extension);
* Fixed bug #16667 (wrong spelling of 40 in Hungarian extension) (Vlajos);
* Fixed bug #16733 (incorrect rounding of cents);
* Added optional dependency on Math_BigInteger;
* Improved unit tests (Daniel O\'Connor).- Update to version 0.16.1
* Clean up package definition and tests;
* Better cast/sanitation of non-integer values;
* Fixed bug #16019 (incorrect trimming of vowels in the Italian extension).- Update to version 0.16.0
* Added numerous language unit tests (Bulgarian, English 100, English GB, English US, French, French Belgium, German, Italian, Portuguese Brazilian);
* Swap all tests to PHPUnit 3;
* Bugs fixed: - #10744 wrong getLocales() Docblock; - #14988 bogus non-int parsing; - #14667 bad trascription for 101 numbers and 102 thousands bug; - incorrect values for 80 and 81 in French Belgium; - #15260 uninitialized string offset in Brazilian Portuguese.