Skip to content

Commit

Permalink
bump version from 2.1.0 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yani- committed Aug 23, 2014
1 parent e7bf431 commit 1897ecf
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/render-sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/
require_once
Expand Down
2 changes: 1 addition & 1 deletion examples/render-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/
require_once
Expand Down
2 changes: 1 addition & 1 deletion examples/views/common/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/
?>
Expand Down
2 changes: 1 addition & 1 deletion examples/views/users/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/
?>
Expand Down
2 changes: 1 addition & 1 deletion lib/Bandar.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Exceptions/TemplateDoesNotExistException.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/
require_once
Expand Down
2 changes: 1 addition & 1 deletion tests/templates-2/users-2/list-2.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/
?>
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/users/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/
?>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-bandar-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/

Expand All @@ -41,7 +41,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version Release: 2.1.0
* @version Release: 3.0.0
* @link https://github.com/yani-/bandar/
*/
class BandarTestContent extends PHPUnit_Framework_TestCase
Expand Down
4 changes: 2 additions & 2 deletions tests/test-bandar-debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/

Expand All @@ -41,7 +41,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version Release: 2.1.0
* @version Release: 3.0.0
* @link https://github.com/yani-/bandar/
*/
class BandarTestDebug extends PHPUnit_Framework_TestCase
Expand Down
4 changes: 2 additions & 2 deletions tests/test-bandar-mutliple-sources.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/

Expand All @@ -41,7 +41,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version Release: 2.1.0
* @version Release: 3.0.0
* @link https://github.com/yani-/bandar/
*/
class BandarTestMultipleSources extends PHPUnit_Framework_TestCase
Expand Down
4 changes: 2 additions & 2 deletions tests/test-bandar-render.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/

Expand All @@ -41,7 +41,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version Release: 2.1.0
* @version Release: 3.0.0
* @link https://github.com/yani-/bandar/
*/
class BandarTestRender extends PHPUnit_Framework_TestCase
Expand Down
4 changes: 2 additions & 2 deletions tests/test-bandar.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version GIT: 2.1.0
* @version GIT: 3.0.0
* @link https://github.com/yani-/bandar/
*/

Expand All @@ -41,7 +41,7 @@
* @author Yani Iliev <[email protected]>
* @copyright 2013 Yani Iliev
* @license https://raw.github.com/yani-/bandar/master/LICENSE The MIT License (MIT)
* @version Release: 2.1.0
* @version Release: 3.0.0
* @link https://github.com/yani-/bandar/
*/
class BandarTest extends PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 1897ecf

Please sign in to comment.