Skip to content

Commit

Permalink
Upgrade to release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 10, 2014
1 parent becdb90 commit b608b9b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 1.2.0
=============
**Date:** 10-Nov-2014

- Set release to stable

version 1.1.0
=============

Expand Down
4 changes: 2 additions & 2 deletions Enum.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-helpers
* @version 1.0.0
* @version 1.2.0
*/

namespace kartik\helpers;
Expand Down
4 changes: 2 additions & 2 deletions Html.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2013
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-helpers
* @version 1.0.0
* @version 1.2.0
*/

namespace kartik\helpers;
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ yii2-helpers

This extension is a collection of useful helper functions for Yii Framework 2.0.

> NOTE: This extension depends on the [yiisoft/yii2-bootstrap](https://github.com/yiisoft/yii2/tree/master/extensions/bootstrap) extension. Check the
[composer.json](https://github.com/kartik-v/yii2-helpers/blob/master/composer.json) for this extension's requirements and dependencies.
Note: Yii 2 framework is still in active development, and until a fully stable Yii2 release, your core yii2-bootstrap packages (and its dependencies)
may be updated when you install or update this extension. You may need to lock your composer package versions for your specific app, and test
for extension break if you do not wish to auto update dependencies.

### Html Class
[```VIEW DEMO```](http://demos.krajee.com/helper-functions/html)

Expand Down Expand Up @@ -56,7 +50,9 @@ You can see a [demonstration here](http://demos.krajee.com/helpers) on usage of

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

> Note: You must set the `minimum-stability` to `dev` in the **composer.json** file in your application root folder before installation of this extension.

> Note: Check the [composer.json](https://github.com/kartik-v/yii2-helpers/blob/master/composer.json) for this extension's requirements and dependencies.
Read this [web tip /wiki](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.

Either run

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2-bootstrap": "*"
},
Expand Down

0 comments on commit b608b9b

Please sign in to comment.