#Shortcode Star Rating

##Overview

* ショートコードでレーティング用の星アイコンを表示させるプラグインです。
* 表示に[Dashicons](http://melchoyce.github.io/dashicons/)を使用します。WordPress3.8以上は必須です。

##Getting Started

###Install from dashboard
1. Visit 'Plugins > Add New'
2. Search for 'Shortcode Star Rating'
3. Click on the 'Install Now'
4. Activate Shortcode Star Rating from your Plugins page.

###Manual upload
1. Upload `/shortcode-star-rating/` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

###管理画面からのインストール
1. 'プラグイン > 新規追加'ページへ移動します
2. 'Shortcode Star Rating'を検索します
3. 'いますぐインストール'をクリックします
4. プラグインページからShortcode Star Ratingを有効化します

###手動アップロードでのインストール
1. /bottom-admin-bar/フォルダを、/wp-content/plugins/ディレクトリにアップロードします
2. プラグインメニューからShortcode Star Ratingを有効化します

##Changelog

###0.2
* Fixed errors when you set the 'rating' attr greater than the 'max' attr.

###0.1
* Added setting page. (Star color and size)
* Displays an alert when you are using less than WordPress 3.8.
* Support the percentage value.
* Added 'Star Rating' quick tag.

###0.0.2
* Changed codes based on wp_star_rating function.

###0.0.1
* Development.
