All Versions
11
Latest Version
Avg Release Cycle
100 days
Latest Release
3258 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.2 Changes
April 17, 2016๐ Final release after project was abandoned.
-
v1.6.1 Changes
June 24, 2015๐ Changed
- ๐ Fixed dependency information for PHP 7
- ๐ Excluded
/build
and/tests
directory from distribution
-
v1.6.0 Changes
April 02, 2015โ Added
- โ Added the
Money::getConvertedAmount()
method for converting aMoney
object's amount into its base units - โ Added the
Currency::getCurrencies()
method for retrieving the registered currencies
โ Removed
- โ Removed support for PHP < 5.4.0
- โ Added the
-
v1.5.1 Changes
February 22, 2015โ Added
- โ Added the optional
$roundingMode
argument to theMoney::extractPercentage()
method - โ Added support for arbitrary currencies that are not part of ISO 4217 to the
Currency
class - โ Added support for lower-case currency strings
- The
Money
class now implements PHP's built-inJsonSerializable
interface
๐ Changed
- ๐ Changed the sub-unit of Japanese Yen from
100
to1
- โ Added the optional
-
v1.5.0 Changes
September 05, 2014โ Added
- โ Added the
Money::extractPercentage()
method for extracting a percentage and the corresponding subtotal
- โ Added the
-
v1.4.0 Changes
September 03, 2014โ Added
- โ Added the
Money::createFromString()
named constructor to createMoney
objects from strings such as"12.34"
๐ Changed
- ๐ Changed
Money::__construct()
to accept an ISO 4217 currency code as its second argument
- โ Added the
-
v1.3.1 Changes
July 21, 2014โ Added
- โ Added support for late static binding to the
Money::newMoney()
method - โ Added checks to ensure that internal operations do not disguise imprecision
- โ Added support for late static binding to the
-
v1.3.0 Changes
November 25, 2013โ Added
- โ Added (automatically generated)
Currency
-specific subclasses ofMoney
- โ Added (automatically generated)
-
v1.2.0 Changes
October 19, 2013โ Added
- ๐ Implemented rounding support for the
Money::multiply()
method
- ๐ Implemented rounding support for the
-
v1.1.0 Changes
October 16, 2013- โ Added
Money::equals()
,Money::greaterThanOrEqual()
andMoney::lessThanOrEqual()
methods - ๐ Improved documentation
- โ Added