Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greeflas committed Mar 18, 2018
1 parent f758da4 commit df69946
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Social Share Change Log
=======================

2.1.0 Under development
-----------------------
2.1.0 March 18, 2018
--------------------
* Enh: Created driver for Odnoklassniki (sokolnikov911)
* Enh #12: Added option for enable/disable registering of drivers meta tags (greeflas)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ composer require yiimaker/yii2-social-share
or add

```
"yiimaker/yii2-social-share": "~2.0"
"yiimaker/yii2-social-share": "~2.1"
```

to the `require` section of your `composer.json`.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-fr/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ composer require yiimaker/yii2-social-share
ou ajoutez

```
"yiimaker/yii2-social-share": "~1.0"
"yiimaker/yii2-social-share": "~2.1"
````
pour la section `require` de votre `composer.json` file.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ composer require yiimaker/yii2-social-share
или добавьте

```
"yiimaker/yii2-social-share": "~1.0"
"yiimaker/yii2-social-share": "~2.1"
```

в секцию `require` вашего `composer.json`.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ composer require yiimaker/yii2-social-share
or add

```
"yiimaker/yii2-social-share": "~1.0"
"yiimaker/yii2-social-share": "~2.1"
````
to the `require` section of your `composer.json`.
Expand Down

0 comments on commit df69946

Please sign in to comment.