Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterchan committed Nov 20, 2017
1 parent 711ad18 commit 392c600
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ php:
- "5.6"
- "5.5"
- "5.4"
- "5.3"

script:
- find . \( -name '*.php' \) -exec php -lf {} \;
Expand Down
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@ Contributors: GamerZ
Donate link: https://lesterchan.net/site/donation/
Tags: ratings, rating, postratings, postrating, vote, digg, ajax, post
Requires at least: 4.2
Tested up to: 4.7
Stable tag: 1.84.1
Tested up to: 4.9
Stable tag: 1.85

Adds an AJAX rating system for your WordPress site's content.

Expand Down Expand Up @@ -34,6 +34,11 @@ Adds an AJAX rating system for your WordPress site's content.
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

## Changelog
### Version 1.85
* NEW: wp_postratings_post_thumbnail filter
* FIXED: Take into consideration logging method when dealing with ratings in comments
* FIXED: Compressed Images

### Version 1.84.1
* NEW: New wp_postratings_google_structured_data filter to filter Google Structured Data.
* FIXED: unnamed-file.numbers due to sanitize_file_name().
Expand Down
6 changes: 3 additions & 3 deletions wp-postratings.php
Expand Up @@ -3,15 +3,15 @@
Plugin Name: WP-PostRatings
Plugin URI: http://lesterchan.net/portfolio/programming/php/
Description: Adds an AJAX rating system for your WordPress site's content.
Version: 1.84.1
Version: 1.85
Author: Lester 'GaMerZ' Chan
Author URI: http://lesterchan.net
Text Domain: wp-postratings
*/


/*
Copyright 2016 Lester Chan (email : lesterchan@gmail.com)
Copyright 2017 Lester Chan (email : lesterchan@gmail.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -41,7 +41,7 @@
* Plugin version
* Set wp-postratings plugin version.
*/
define( 'WP_POSTRATINGS_VERSION', 1.84 );
define( 'WP_POSTRATINGS_VERSION', 1.85 );

/**
* Rating logs table name
Expand Down

0 comments on commit 392c600

Please sign in to comment.