From 08f43b397240c46b58706caae0c8c58ba09fcbda Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 20 Mar 2014 15:04:29 -0400 Subject: [PATCH] Release 1.2.0 --- .semver | 2 +- README.md | 4 +- composer.json | 112 +++++++++++++++++++++++++------------------------- 3 files changed, 59 insertions(+), 59 deletions(-) diff --git a/.semver b/.semver index b6ebb03..139cf12 100644 --- a/.semver +++ b/.semver @@ -1,5 +1,5 @@ --- :major: 1 -:minor: 0 +:minor: 2 :patch: 0 :special: '' diff --git a/README.md b/README.md index 270d845..9f7fe8e 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ this with a custom view class, like JsonView or XmlView. _[Using [Composer](http://getcomposer.org/)]_ [View on Packagist](https://packagist.org/packages/josegonzalez/cakephp-csvview), and copy -the JSON snippet for the latest version into your project's `composer.json`. Eg, v. 1.0.0 would look like this: +the JSON snippet for the latest version into your project's `composer.json`. Eg, v. 1.2.0 would look like this: { "require": { - "josegonzalez/cakephp-csvview": "1.0.0" + "josegonzalez/cakephp-csvview": "1.2.0" } } diff --git a/composer.json b/composer.json index 5ee13bb..f0946b3 100644 --- a/composer.json +++ b/composer.json @@ -1,58 +1,58 @@ { - "name": "josegonzalez/cakephp-csvview", - "version": "1.0.0", - "description": "A CSV View class for CakePHP 2.x", - "type": "cakephp-plugin", - "keywords": [ - "cakephp", - "csv", - "view", - "export" - ], - "homepage": "http://github.com/josegonzalez/cakephp-csvview", - "license": "MIT", - "authors": [ - { - "name": "Jose Diaz-Gonzalez", - "email": "email@josediazgonzalez.com", - "homepage": "http://josediazgonzalez.com", - "role": "Maintainer" - }, - { - "name":"ADmad", - "role":"Contributor", - "homepage":"https://github.com/admad" - }, - { - "name":"Mark Scherer", - "role":"Contributor", - "homepage":"https://github.com/dereuromark" - }, - { - "name":"Joshua Paling", - "role":"Contributor", - "homepage":"https://github.com/joshuapaling" - }, - { - "name":"Gaurish Sharma", - "role":"Contributor", - "homepage":"https://github.com/gaurish" - }, - { - "name":"Gregory Gaskill", - "role":"Contributor", - "homepage":"https://github.com/chronon" - } - ], - "require": { - "composer/installers": "*" - }, - "support": { - "email": "cakephp+csvview@josediazgonzalez.com", - "issues": "https://github.com/josegonzalez/cakephp-csvview/issues", - "source": "https://github.com/josegonzalez/cakephp-csvview" - }, - "extra": { - "installer-name": "CsvView" - } + "name": "josegonzalez/cakephp-csvview", + "version": "1.2.0", + "description": "A CSV View class for CakePHP 2.x", + "type": "cakephp-plugin", + "keywords": [ + "cakephp", + "csv", + "view", + "export" + ], + "homepage": "http://github.com/josegonzalez/cakephp-csvview", + "license": "MIT", + "authors": [ + { + "name": "Jose Diaz-Gonzalez", + "email": "email@josediazgonzalez.com", + "homepage": "http://josediazgonzalez.com", + "role": "Maintainer" + }, + { + "name":"ADmad", + "role":"Contributor", + "homepage":"https://github.com/admad" + }, + { + "name":"Mark Scherer", + "role":"Contributor", + "homepage":"https://github.com/dereuromark" + }, + { + "name":"Joshua Paling", + "role":"Contributor", + "homepage":"https://github.com/joshuapaling" + }, + { + "name":"Gaurish Sharma", + "role":"Contributor", + "homepage":"https://github.com/gaurish" + }, + { + "name":"Gregory Gaskill", + "role":"Contributor", + "homepage":"https://github.com/chronon" + } + ], + "require": { + "composer/installers": "*" + }, + "support": { + "email": "cakephp+csvview@josediazgonzalez.com", + "issues": "https://github.com/josegonzalez/cakephp-csvview/issues", + "source": "https://github.com/josegonzalez/cakephp-csvview" + }, + "extra": { + "installer-name": "CsvView" + } }