Skip to content

Commit

Permalink
Merge pull request #43 from wmde/rel
Browse files Browse the repository at this point in the history
2.0 release
  • Loading branch information
JeroenDeDauw committed Mar 17, 2015
2 parents bc3cc1d + af95450 commit 779bd92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
return 1;
}

define( 'Diff_VERSION', '2.0 alpha' );
define( 'Diff_VERSION', '2.0' );

if ( defined( 'MEDIAWIKI' ) ) {
call_user_func( function() {
Expand Down
10 changes: 6 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ These are the release notes for the [Diff library](README.md).
Latest release:
[![Latest Stable Version](https://poser.pugx.org/diff/diff/version.png)](https://packagist.org/packages/diff/diff)

## Version 2.0 (dev)
## Version 2.0 (2015-03-17)

* Changed visibility of most protected fields and methods to private
* Removed Diff.credits.php
* Added `Diff::equals`
* Removed unused `Diff\Appendable` interface
* Removed `Diff.credits.php`
* Changed visibility of most protected fields and methods to private

#### Internal changes

* `bootstrap.php` no longer runs `composer update`
* Added `composer cs` command and `phpcs.xml` config file
* Added PHPCS and PHPMD support and configuration (`phpcs.xml` and `phpmd.xml`)
* Added `composer cs` command for running the code style checks
* CI now runs `composer ci` (includes code style checks) instead of `phpunit`

## Version 1.0.1 (2014-05-07)
Expand Down

0 comments on commit 779bd92

Please sign in to comment.