Skip to content

Commit

Permalink
Release 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chiliec committed Mar 13, 2016
1 parent 85f566d commit bd0be84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

![How yii2-vote works](https://raw.githubusercontent.com/Chiliec/yii2-vote/master/docs/showcase.gif)

## Attention! This version is under development!

If you don't like to use unstable versions, see [last stable release](https://github.com/Chiliec/yii2-vote/tree/2.0.3).

## Installation

Next steps will guide you through the process of installing yii2-vote using **composer**. Installation is a quick and easy three-step process.
Expand All @@ -17,13 +13,13 @@ Next steps will guide you through the process of installing yii2-vote using **co
Run command

```
php composer.phar require --prefer-dist chiliec/yii2-vote "dev-master"
php composer.phar require --prefer-dist chiliec/yii2-vote "^3.0"
```

or add

```
"chiliec/yii2-vote": "dev-master"
"chiliec/yii2-vote": "^3.0"
```

to the require section of your `composer.json` file.
Expand Down Expand Up @@ -91,7 +87,13 @@ $ php yii migrate/up --migrationPath=@vendor/chiliec/yii2-vote/migrations

## Documentation

Extended information about configuration of this module see in [docs/README.md](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md).
Extended information about configuration of this module see in [docs/README.md](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md). There you can find:
* [Migration from 2.* to 3.0](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md#migration-from-2-to-30)
* [Manually add behavior in models](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md#manually-add-behavior-in-models)
* [Sorting by rating in data provider](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md#sorting-by-rating-in-data-provider)
* [Overriding views](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md#overriding-views)
* [Customizing JS-events](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md#customizing-js-events)
* [Rich snippet in search engines](https://github.com/Chiliec/yii2-vote/blob/master/docs/README.md#rich-snippet-in-search-engines)

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ For example, if you want to use [noty jQuery plugin](https://github.com/needim/n

## Rich snippet in search engines

![Aggregate rating in google rich snippet](https://raw.githubusercontent.com/Chiliec/yii2-vote/develop/docs/AggregateRatingRS.png)
![Aggregate rating in google rich snippet](https://raw.githubusercontent.com/Chiliec/yii2-vote/master/docs/AggregateRatingRS.png)

We already marking up aggregate rating information in `Vote widget` with `Schema.org` format. For use it, you should wrap around widget your item type of content, [compatible with review type](https://schema.org/review). For example:

Expand Down

0 comments on commit bd0be84

Please sign in to comment.