Skip to content

Commit

Permalink
Changed dev version to 3.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Aug 24, 2016
1 parent 02acfec commit 2f2a453
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ docs/* linguist-documentation
*.zep.h linguist-language=C
*.zep.c linguist-language=C

*.sql linguist-language=SQL

ext/* linguist-vendored
build/* linguist-vendored
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please also check the following points are being met:

- [ ] Make sure that the PR passes in Travis CI to make the process more efficient.
- [ ] Only use tabs for indentation.
- [ ] if needed, rebase to the proper branch before submitting your pull request.
- [ ] If needed, rebase to the proper branch before submitting your pull request.
If it doesn't merge cleanly with master you may be asked to rebase your changes.
- [ ] Don't put submodule updates in your pull request unless they are to landed commits.
- [ ] Add tests relevant to the fixed bug or new feature. See our testing guide for
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [3.0.2](https://github.com/phalcon/cphalcon/releases/tag/v3.0.2) (2016-XX-XX)

# [3.0.1](https://github.com/phalcon/cphalcon/releases/tag/v3.0.1) (2016-08-24)
- Fixed `Phalcon\Cache\Backend\Redis::flush` in order to flush cache correctly
- Fixed `Phalcon\Mvc\Model\Manager::getRelationRecords` to correct using multi relation column [#12035](https://github.com/phalcon/cphalcon/issues/12035)
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "phalcon",
"description": "Web framework delivered as a C-extension for PHP",
"author": "Phalcon Team and contributors",
"version": "3.0.1",
"version": "3.0.2",
"verbose": false,
"optimizer-dirs": [
"optimizers"
Expand Down
2 changes: 1 addition & 1 deletion phalcon/version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Version
*/
protected static function _getVersion() -> array
{
return [3, 0, 1, 4, 0];
return [3, 0, 2, 4, 0];
}

/**
Expand Down

0 comments on commit 2f2a453

Please sign in to comment.