File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 77 return 1 ;
88}
99
10- define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.8.3 ' );
10+ define ( 'DATA_VALUES_JAVASCRIPT_VERSION ' , '0.8.4 ' );
1111
1212// Include the composer autoloader if it is present.
1313if ( is_readable ( __DIR__ . '/vendor/autoload.php ' ) ) {
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1111
1212## Release notes
1313
14+ ### 0.8.4 (2017-07-18)
15+ * Updated JSDoc tags mistakenly requiring objects.
16+ * Removed an unused dependency on ` composer/installers ` .
17+ * Raised required PHP version from 5.3 to 5.5.9.
18+
1419### 0.8.3 (2016-11-07)
1520* ` QuantityValue ` now supports unknown upper and lower bounds, required for compatibility with
1621 DataValues Number 0.8.0.
You can’t perform that action at this time.
0 commit comments