Skip to content

Commit

Permalink
Added compatibility with DataValues JavaScript 0.8.0
Browse files Browse the repository at this point in the history
None of the changes in wmde/DataValuesJavascript@0.7.0...0.8.0 is
used in this component. So it's compatible with both versions.

This is needed for I2876338.

Bug: T117886
Change-Id: I90f13378ca739dd2648ec7e823ff629c0a8970f3
  • Loading branch information
thiemowmde committed Jan 27, 2016
1 parent 20f840f commit d0f243a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ValueView release notes

## 0.15.8 (2016-01-27)

* Added compatibility with DataValues JavaScript 0.8.0.

## 0.15.7 (2016-01-15)

* Addded optional `visible` option to `jQuery.ui.toggler`.
Expand Down
2 changes: 1 addition & 1 deletion ValueView.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
return 1;
}

define( 'VALUEVIEW_VERSION', '0.15.7' );
define( 'VALUEVIEW_VERSION', '0.15.8' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=5.3.0",
"data-values/javascript": "~0.7.0"
"data-values/javascript": "~0.8.0|~0.7.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit d0f243a

Please sign in to comment.