Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 10, 2014
1 parent 45472d6 commit c3182d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 3 additions & 1 deletion src/Bakame/Csv/Codec.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2013 Ignace Nyamagana Butera
* @link https://github.com/nyamsprod/Bakame.csv
* @license http://opensource.org/licenses/MIT
* @version 2.1.0
* @version 3.0.0
* @package Bakame.csv
*
* MIT LICENSE
Expand Down Expand Up @@ -42,6 +42,8 @@
* A simple Coder/Decoder to ease CSV management in PHP 5.4+
*
* @package Bakame.csv
* @since 2.0
*
*/
class Codec
{
Expand Down
9 changes: 8 additions & 1 deletion src/Bakame/Csv/CsvControlsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2013 Ignace Nyamagana Butera
* @link https://github.com/nyamsprod/Bakame.csv
* @license http://opensource.org/licenses/MIT
* @version 2.1.0
* @version 3.0.0
* @package Bakame.csv
*
* MIT LICENSE
Expand Down Expand Up @@ -34,6 +34,13 @@

use InvalidArgumentException;

/**
* A trait for setting and getting CSV controls properties
*
* @package Bakame.csv
* @since 3.0.0
*
*/
trait CsvControlsTrait
{
/**
Expand Down
4 changes: 3 additions & 1 deletion src/Bakame/Csv/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2013 Ignace Nyamagana Butera
* @link https://github.com/nyamsprod/Bakame.csv
* @license http://opensource.org/licenses/MIT
* @version 2.1.0
* @version 3.0.0
* @package Bakame.csv
*
* MIT LICENSE
Expand Down Expand Up @@ -39,6 +39,8 @@
* A Reader to ease CSV parsing in PHP 5.4+
*
* @package Bakame.csv
* @since 3.0.0
*
*/
class Reader implements ReaderInterface
{
Expand Down
4 changes: 2 additions & 2 deletions src/Bakame/Csv/ReaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2013 Ignace Nyamagana Butera
* @link https://github.com/nyamsprod/Bakame.csv
* @license http://opensource.org/licenses/MIT
* @version 2.1.0
* @version 3.0.0
* @package Bakame.csv
*
* MIT LICENSE
Expand Down Expand Up @@ -37,7 +37,7 @@
* Interface of CSV Reading
*
* @package Bakame.csv
*
* @since 3.0.0
*/
interface ReaderInterface
{
Expand Down

0 comments on commit c3182d8

Please sign in to comment.