Plugin Directory

Changeset 2032829


Ignore:
Timestamp:
02/17/2019 10:24:55 PM (7 years ago)
Author:
Chasil
Message:
  • Bugfix: Custom images will now show up inside settings page
  • Tested the plugin with WordPress 5.0.3
Location:
universal-star-rating/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • universal-star-rating/trunk/includes/functions/func.getImagesHtml.php

    r1763499 r2032829  
    77 *
    88 * @since 2.0
    9  * @version 1.0
     9 * @version 1.1
    1010 * @param array $imgArray
    1111 * @param string $preNameString = null
     
    4141            $returnValue .= insertSingleRating(
    4242                array('3.5',
    43                     'img' => $imgArray[$i],
     43                    'img' => $preNameString . $imgArray[$i],
    4444                    'text' => 'false',
    4545                    'max' => '5',
  • universal-star-rating/trunk/readme.txt

    r1806296 r2032829  
    44Tags: stars, rating, movies, books, reviews, shortcodes
    55Requires at least: 3.0.1
    6 Tested up to: 4.9.2
    7 Stable tag: 2.0.4
     6Tested up to: 5.0.3
     7Stable tag: 2.0.5
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    1515Universal Star Rating provides 2 shortcodes to give the author the opportunity to add ratings/reviews for desired data, products and services with the aid of a classic star rating system. You can make use of these shortcodes to embed a single inline star rating or a tabular list of star ratings.
    1616
    17 Supported Languages: English, German
    18 
    1917To insert a single inline star rating inside a post just type `[usr 5]` where 5 is the rating/amount of stars.
    2018
     
    3533= Can I use custom images instead of the pre given ones? =
    3634The plugin gives you the opportunity to use your own images. Just upload the prepared images into the custom images folder which can be configured inside the settings page.
     35
     36= What do I have to keep in mind when using custom images? =
     37The only thing you have to keep in mind is that custom images will be referenced by the letter `c` followed by the file name. For example if the file name of your custom image is `star.png` your shortcode would look like this: `[usr 3.5 img="cstar.png"]`
    3738
    3839= Does this plugin provide functionality to let my followers/readers rate something? =
     
    4849
    4950== Changelog ==
     51
     52= 2.0.5 =
     53* Bugfix: Custom images will now show up inside settings page
     54* Tested the plugin with WordPress 5.0.3
    5055
    5156= 2.0.4 =
     
    229234== Upgrade Notice ==
    230235
     236= 2.0.5 =
     237Fixed a bug which caused custom images to not show up inside the settings page. Plugin tested with WordPress version 5.0.3
     238
    231239= 2.0.4 =
    232240Added two new images to the plugin. Now you can use a waterdrop and a smiley ;-)
     
    363371== Translations ==
    364372
    365 * English
    366 * German
    367 
    368 *Note:* This plugin is localized / translatable. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. Just send it to me: info [at] universal-star-rating.de
     373*Note:* This plugin is localized / translatable. This is very important for all users worldwide. So please contribute your language to the plugin to make it even more useful. You can find current translations here: https://translate.wordpress.org/projects/wp-plugins/universal-star-rating
  • universal-star-rating/trunk/universal-star-rating.php

    r1806296 r2032829  
    77Plugin URI: http://universal-star-rating.de
    88Description: USR provides 2 shortcodes to give the author the opportunity to add ratings for desired products and services with the aid of a star rating system.
    9 Version: 2.0.4
     9Version: 2.0.5
    1010Author: Chasil
    1111Author URI: http://universal-star-rating.de
     
    1313*/
    1414
    15 /*  Copyright 2013 - 2018  Mike Wigge  (email : info@universal-star-rating.de)
     15/*  Copyright 2013 - 2019  Mike Wigge  (email : info@universal-star-rating.de)
    1616
    1717    This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.