Skip to content

Commit

Permalink
Merge pull request #23 from robertboloc/feature-release-preparation
Browse files Browse the repository at this point in the history
Prepare branch for release
  • Loading branch information
robertmarsal authored Feb 4, 2017
2 parents 61065bc + 0015a59 commit aab0074
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/tests export-ignore
/preview export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
.scrutinizer.yml export-ignore
phpcs.xml export-ignore
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2014 Robert Boloc
Copyright (c) 2013-2017 Robert Boloc

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ email notifications, Akismet, ZfcUser and Gravatar integration.
```json
{
"require": {
"robertboloc/rbcomment": "1.4.0"
"robertboloc/rbcomment": "^2.0"
}
}
```
Expand Down Expand Up @@ -222,4 +222,4 @@ pick one of this tasks :
* If you are using the BjyAuthorize module (or any other route restricting module)
make sure the route `rbcomment` is publicly accessible.

* This module assumes you have a database adapter configured.
* This module assumes you have a database adapter configured.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"comments",
"zf2"
],
"homepage": "http://github.com/robertboloc/RbComment",
"homepage": "https://github.com/robertboloc/RbComment",
"license": "MIT",
"authors": [
{
"name": "Robert Boloc",
"email": "robertboloc@gmail.com",
"homepage": "http://robertboloc.eu",
"homepage": "https://robertboloc.eu",
"role": "Developer"
}
],
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit aab0074

Please sign in to comment.