From b2e6c22f59a1cd88839a5086bc8b0b286f91b223 Mon Sep 17 00:00:00 2001 From: snaterlicious Date: Fri, 7 Nov 2014 14:39:31 +0100 Subject: [PATCH] Bump version to 0.6.1 --- DataValuesJavascript.php | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/DataValuesJavascript.php b/DataValuesJavascript.php index a442596..3d0ad50 100644 --- a/DataValuesJavascript.php +++ b/DataValuesJavascript.php @@ -7,7 +7,7 @@ return 1; } -define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.6.0' ); +define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.6.1' ); // Include the composer autoloader if it is present. if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) { diff --git a/README.md b/README.md index 69555c4..227847d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ On [Packagist](https://packagist.org/packages/data-values/javascript): ## Release notes +### 0.6.1 (2014-11-07) + +#### Enhancements +* `Time` object's month and day attributes default to 0 instead of 1 now. +* Fixed `Time.newFromIso8601()`. +* Improved PhantomJS Testrunner, outputs failed assertions on the console now. +* Improved `globeCoordinate.GlobeCoordinate.equals()` + ### 0.6.0 (2014-09-01) #### Breaking changes