Skip to content

Commit

Permalink
Updated to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueSilverio committed Feb 15, 2014
1 parent 441f57b commit 9e05c1c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# WP Like System

**Contributors:** HenriqueSilverio
**Tags:** Like, Rating, Post
**Tags:** like, dislike, rating, post
**Requires at least:** 3.0
**Tested up to:** 3.8
**Stable tag:** 1.0.0
**Stable tag:** 1.1.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Rating system for posts, based on Facebook likes. Its not dependent of Facebook. Works with WordPress only.
Rating system for posts, based on Facebook likes. Its not dependent of Facebook.

## Description

Expand All @@ -26,11 +26,14 @@ WP Like System comes with a clean HTML markup and some CSS class, making easy fo

### Ready to translations

Currently, this plugin is translated in English US and Brazilian Portuguese.
Currently, this plugin has been translated in the following languages:

* English US and Brazilian Portuguese - by [HenriqueSilverio](https://github.com/HenriqueSilverio)
* Germany DE - by [patrickhempel](https://github.com/patrickhempel)

Feel free to contact me if you wish translate he in your language.

Download the files, translate and send me: <[email protected]>.
Download the files, translate and send a pull request on [Github repository](https://github.com/HenriqueSilverio/wp-like-system) or mail me: <[email protected]>.

## Installation:

Expand Down Expand Up @@ -68,7 +71,11 @@ Use this function in your theme loop:

## Changelog ##

#### 1.0.0
### 1.1.0

* Added Germany language.

### 1.0.0

* Initial version.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-like-system",
"description": "Rating system for posts, based on Facebook likes. Its not dependent of Facebook. Works with WordPress only.",
"version": "1.0.0",
"description": "Rating system for posts, based on Facebook likes. Its not dependent of Facebook.",
"version": "1.1.0",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.1",
Expand Down
17 changes: 12 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== WP Like System ===
Contributors: HenriqueSilverio
Tags: Like, Rating, Post
Tags: like, dislike, rating, post
Requires at least: 3.0
Tested up to: 3.8
Stable tag: 1.0.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rating system for posts, based on Facebook likes. Its not dependent of Facebook. Works with WordPress only.
Rating system for posts, based on Facebook likes. Its not dependent of Facebook.

== Description ==

Expand All @@ -25,11 +25,14 @@ WP Like System comes with a clean HTML markup and some CSS class, making easy fo

= Ready to translations =

Currently, this plugin is translated in English US and Brazilian Portuguese.
Currently, this plugin has been translated in the following languages:

* English US and Brazilian Portuguese - by [HenriqueSilverio](https://github.com/HenriqueSilverio)
* Germany DE - by [patrickhempel](https://github.com/patrickhempel)

Feel free to contact me if you wish translate he in your language.

Download the files, translate and send me: <[email protected]>.
Download the files, translate and send a pull request on [Github repository](https://github.com/HenriqueSilverio/wp-like-system) or mail me: <[email protected]>.

== Installation ==

Expand Down Expand Up @@ -60,6 +63,10 @@ Use this function in your theme loop:

== Changelog ==

= 1.1.0 =

* Added Germany language.

= 1.0.0 =

* Initial release.
Expand Down
4 changes: 2 additions & 2 deletions wp-like-system.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* @wordpress-plugin
* Plugin Name: WP Like System
* Plugin URI: https://github.com/HenriqueSilverio/wp-like-system
* Description: Rating system for posts, based on Facebook likes. Its not dependent of Facebook. Works with WordPress only.
* Version: 1.0.0
* Description: Rating system for posts, based on Facebook likes. Its not dependent of Facebook.
* Version: 1.1.0
* Author: Henrique Silvério
* Author URI: http://blog.henriquesilverio.com
* Text Domain: wp-like-system
Expand Down

0 comments on commit 9e05c1c

Please sign in to comment.