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 4dd6b8c commit 7a32c14
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion FacebookPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @package yii2-social
* @version 1.1.0
* @version 1.2.0
*/

namespace kartik\social;
Expand Down
2 changes: 1 addition & 1 deletion GooglePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @package yii2-social
* @version 1.1.0
* @version 1.2.0
*/

namespace kartik\social;
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,13 @@ Module that enables access to social plugins for Yii Framework 2.0. It includes
- Watch Button
- Fork Button
- Follow Button

> NOTE: This extension depends on the [yiisoft/yii2](https://github.com/yiisoft/yii2/) package. Check the
[composer.json](https://github.com/kartik-v/yii2-social/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 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.

## Installation

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

> NOTE: Check the [composer.json](https://github.com/kartik-v/yii2-social/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
2 changes: 1 addition & 1 deletion TwitterPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @package yii2-social
* @version 1.1.0
* @version 1.2.0
*/

namespace kartik\social;
Expand Down
2 changes: 1 addition & 1 deletion Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @package yii2-social
* @version 1.1.0
* @version 1.2.0
*/

namespace kartik\social;
Expand Down

0 comments on commit 7a32c14

Please sign in to comment.