Changeset 2032829
- Timestamp:
- 02/17/2019 10:24:55 PM (7 years ago)
- Location:
- universal-star-rating/trunk
- Files:
-
- 3 edited
-
includes/functions/func.getImagesHtml.php (modified) (2 diffs)
-
readme.txt (modified) (6 diffs)
-
universal-star-rating.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
universal-star-rating/trunk/includes/functions/func.getImagesHtml.php
r1763499 r2032829 7 7 * 8 8 * @since 2.0 9 * @version 1. 09 * @version 1.1 10 10 * @param array $imgArray 11 11 * @param string $preNameString = null … … 41 41 $returnValue .= insertSingleRating( 42 42 array('3.5', 43 'img' => $ imgArray[$i],43 'img' => $preNameString . $imgArray[$i], 44 44 'text' => 'false', 45 45 'max' => '5', -
universal-star-rating/trunk/readme.txt
r1806296 r2032829 4 4 Tags: stars, rating, movies, books, reviews, shortcodes 5 5 Requires at least: 3.0.1 6 Tested up to: 4.9.27 Stable tag: 2.0. 46 Tested up to: 5.0.3 7 Stable tag: 2.0.5 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 15 15 Universal 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. 16 16 17 Supported Languages: English, German18 19 17 To insert a single inline star rating inside a post just type `[usr 5]` where 5 is the rating/amount of stars. 20 18 … … 35 33 = Can I use custom images instead of the pre given ones? = 36 34 The 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? = 37 The 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"]` 37 38 38 39 = Does this plugin provide functionality to let my followers/readers rate something? = … … 48 49 49 50 == 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 50 55 51 56 = 2.0.4 = … … 229 234 == Upgrade Notice == 230 235 236 = 2.0.5 = 237 Fixed a bug which caused custom images to not show up inside the settings page. Plugin tested with WordPress version 5.0.3 238 231 239 = 2.0.4 = 232 240 Added two new images to the plugin. Now you can use a waterdrop and a smiley ;-) … … 363 371 == Translations == 364 372 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 7 7 Plugin URI: http://universal-star-rating.de 8 8 Description: 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. 49 Version: 2.0.5 10 10 Author: Chasil 11 11 Author URI: http://universal-star-rating.de … … 13 13 */ 14 14 15 /* Copyright 2013 - 201 8Mike Wigge (email : info@universal-star-rating.de)15 /* Copyright 2013 - 2019 Mike Wigge (email : info@universal-star-rating.de) 16 16 17 17 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.