Skip to content

Commit

Permalink
release version 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Mar 20, 2018
1 parent a33b09d commit 702618a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.15-dev';
return '2.0.15';
}

/**
Expand Down
6 changes: 3 additions & 3 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Yii Framework 2 Change Log
==========================

2.0.15 under development
------------------------
2.0.15 March 20, 2018
---------------------

- Bug #15878: Fixed migration with a comment containing an apostrophe (MarcoMoreno)
- Bug #15688: (CVE-2018-7269): Fixed possible SQL injection through `yii\db\ActiveRecord::findOne()`, `::findAll()` (analitic1983, silverfire, cebe)
- Bug #15878: Fixed migration with a comment containing an apostrophe (MarcoMoreno)


2.0.14.2 March 13, 2018
Expand Down

0 comments on commit 702618a

Please sign in to comment.