Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Apr 13, 2014
1 parent 305cc2f commit 0c06b4b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 0
:patch: 2
:minor: 1
:patch: 0
:special: ''
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the plugin to your project's `composer.json` - something like this:

{
"require": {
"josegonzalez/cakephp-sanction": "dev-master"
"josegonzalez/cakephp-sanction": "2.1.0"
}
}

Expand Down
109 changes: 54 additions & 55 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,56 @@
{
"name": "josegonzalez/cakephp-sanction",
"version": "2.0.2",
"description": "Centralize all of those permissions in a single file using the Sanction plugin.",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"authorization",
"auth"
],
"homepage": "http://github.com/josegonzalez/cakephp-sanction",
"license": "MIT",
"authors": [
{
"name": "Jose Diaz-Gonzalez",
"email": "email@josediazgonzalez.com",
"homepage": "http://josediazgonzalez.com",
"role": "Maintainer"
},
{
"name": "Daniel Hollands",
"role": "Contributor",
"homepage": "https://github.com/LimeBlast"
},
{
"name": "Alan Blount",
"role": "Contributor",
"homepage": "https://github.com/zeroasterisk"
},
{
"name": "mreishus",
"role": "Contributor",
"homepage": "https://github.com/mreishus"
},
{
"name": "kaptron",
"role": "Contributor",
"homepage": "https://github.com/kaptron"
},
{
"name": "Rifat Nabi",
"role": "Contributor",
"homepage": "https://github.com/torifat"
}
],
"require": {
"composer/installers": "*"
},
"support": {
"email": "cakephp+sanction@josediazgonzalez.com",
"issues": "https://github.com/josegonzalez/cakephp-sanction/issues",
"source": "https://github.com/josegonzalez/cakephp-sanction"
},
"extra": {
"installer-name": "Sanction"
}
"name": "josegonzalez/cakephp-sanction",
"description": "Centralize all of those permissions in a single file using the Sanction plugin.",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"authorization",
"auth"
],
"homepage": "http://github.com/josegonzalez/cakephp-sanction",
"license": "MIT",
"authors": [
{
"name": "Jose Diaz-Gonzalez",
"email": "email@josediazgonzalez.com",
"homepage": "http://josediazgonzalez.com",
"role": "Maintainer"
},
{
"name": "Daniel Hollands",
"role": "Contributor",
"homepage": "https://github.com/LimeBlast"
},
{
"name": "Alan Blount",
"role": "Contributor",
"homepage": "https://github.com/zeroasterisk"
},
{
"name": "mreishus",
"role": "Contributor",
"homepage": "https://github.com/mreishus"
},
{
"name": "kaptron",
"role": "Contributor",
"homepage": "https://github.com/kaptron"
},
{
"name": "Rifat Nabi",
"role": "Contributor",
"homepage": "https://github.com/torifat"
}
],
"require": {
"composer/installers": "*"
},
"support": {
"email": "cakephp+sanction@josediazgonzalez.com",
"issues": "https://github.com/josegonzalez/cakephp-sanction/issues",
"source": "https://github.com/josegonzalez/cakephp-sanction"
},
"extra": {
"installer-name": "Sanction"
}
}

0 comments on commit 0c06b4b

Please sign in to comment.