Skip to content

Commit 08f43b3

Browse files
committed
Release 1.2.0
1 parent 54d63c6 commit 08f43b3

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
3-
:minor: 0
3+
:minor: 2
44
:patch: 0
55
:special: ''

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ this with a custom view class, like JsonView or XmlView.
2020
_[Using [Composer](http://getcomposer.org/)]_
2121

2222
[View on Packagist](https://packagist.org/packages/josegonzalez/cakephp-csvview), and copy
23-
the JSON snippet for the latest version into your project's `composer.json`. Eg, v. 1.0.0 would look like this:
23+
the JSON snippet for the latest version into your project's `composer.json`. Eg, v. 1.2.0 would look like this:
2424

2525
{
2626
"require": {
27-
"josegonzalez/cakephp-csvview": "1.0.0"
27+
"josegonzalez/cakephp-csvview": "1.2.0"
2828
}
2929
}
3030

composer.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
2-
"name": "josegonzalez/cakephp-csvview",
3-
"version": "1.0.0",
4-
"description": "A CSV View class for CakePHP 2.x",
5-
"type": "cakephp-plugin",
6-
"keywords": [
7-
"cakephp",
8-
"csv",
9-
"view",
10-
"export"
11-
],
12-
"homepage": "http://github.com/josegonzalez/cakephp-csvview",
13-
"license": "MIT",
14-
"authors": [
15-
{
16-
"name": "Jose Diaz-Gonzalez",
17-
"email": "email@josediazgonzalez.com",
18-
"homepage": "http://josediazgonzalez.com",
19-
"role": "Maintainer"
20-
},
21-
{
22-
"name":"ADmad",
23-
"role":"Contributor",
24-
"homepage":"https://github.com/admad"
25-
},
26-
{
27-
"name":"Mark Scherer",
28-
"role":"Contributor",
29-
"homepage":"https://github.com/dereuromark"
30-
},
31-
{
32-
"name":"Joshua Paling",
33-
"role":"Contributor",
34-
"homepage":"https://github.com/joshuapaling"
35-
},
36-
{
37-
"name":"Gaurish Sharma",
38-
"role":"Contributor",
39-
"homepage":"https://github.com/gaurish"
40-
},
41-
{
42-
"name":"Gregory Gaskill",
43-
"role":"Contributor",
44-
"homepage":"https://github.com/chronon"
45-
}
46-
],
47-
"require": {
48-
"composer/installers": "*"
49-
},
50-
"support": {
51-
"email": "cakephp+csvview@josediazgonzalez.com",
52-
"issues": "https://github.com/josegonzalez/cakephp-csvview/issues",
53-
"source": "https://github.com/josegonzalez/cakephp-csvview"
54-
},
55-
"extra": {
56-
"installer-name": "CsvView"
57-
}
2+
"name": "josegonzalez/cakephp-csvview",
3+
"version": "1.2.0",
4+
"description": "A CSV View class for CakePHP 2.x",
5+
"type": "cakephp-plugin",
6+
"keywords": [
7+
"cakephp",
8+
"csv",
9+
"view",
10+
"export"
11+
],
12+
"homepage": "http://github.com/josegonzalez/cakephp-csvview",
13+
"license": "MIT",
14+
"authors": [
15+
{
16+
"name": "Jose Diaz-Gonzalez",
17+
"email": "email@josediazgonzalez.com",
18+
"homepage": "http://josediazgonzalez.com",
19+
"role": "Maintainer"
20+
},
21+
{
22+
"name":"ADmad",
23+
"role":"Contributor",
24+
"homepage":"https://github.com/admad"
25+
},
26+
{
27+
"name":"Mark Scherer",
28+
"role":"Contributor",
29+
"homepage":"https://github.com/dereuromark"
30+
},
31+
{
32+
"name":"Joshua Paling",
33+
"role":"Contributor",
34+
"homepage":"https://github.com/joshuapaling"
35+
},
36+
{
37+
"name":"Gaurish Sharma",
38+
"role":"Contributor",
39+
"homepage":"https://github.com/gaurish"
40+
},
41+
{
42+
"name":"Gregory Gaskill",
43+
"role":"Contributor",
44+
"homepage":"https://github.com/chronon"
45+
}
46+
],
47+
"require": {
48+
"composer/installers": "*"
49+
},
50+
"support": {
51+
"email": "cakephp+csvview@josediazgonzalez.com",
52+
"issues": "https://github.com/josegonzalez/cakephp-csvview/issues",
53+
"source": "https://github.com/josegonzalez/cakephp-csvview"
54+
},
55+
"extra": {
56+
"installer-name": "CsvView"
57+
}
5858
}

0 commit comments

Comments
 (0)