Skip to content

Commit

Permalink
Update for 0.5.2 release to fix js compatibility with mediawiki
Browse files Browse the repository at this point in the history
  • Loading branch information
aude committed Aug 14, 2014
1 parent b3e5d9a commit 36ee338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DataValuesJavascript.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
return 1;
}

define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.1' );
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.2' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):

## Release notes

### 0.5.2 (2014-08-14)

* Remove ResourceLoader dependencies on jquery and mediawiki (bug 69468)

### 0.5.1 (2014-06-04)

#### Bugfixes
Expand Down

0 comments on commit 36ee338

Please sign in to comment.