Changeset 526262
- Timestamp:
- 04/02/2012 03:11:57 PM (14 years ago)
- Location:
- elo-rating
- Files:
-
- 2 edited
- 8 copied
-
tags/0.5 (copied) (copied from elo-rating/trunk)
-
tags/0.5/README.txt (copied) (copied from elo-rating/trunk/README.txt) (2 diffs)
-
tags/0.5/css (copied) (copied from elo-rating/trunk/css)
-
tags/0.5/css/frontend.css (copied) (copied from elo-rating/trunk/css/frontend.css)
-
tags/0.5/elo-rating-algorithm.php (copied) (copied from elo-rating/trunk/elo-rating-algorithm.php)
-
tags/0.5/elo-rating.php (copied) (copied from elo-rating/trunk/elo-rating.php) (2 diffs)
-
tags/0.5/js (copied) (copied from elo-rating/trunk/js)
-
tags/0.5/screenshot-1.png (copied) (copied from elo-rating/trunk/screenshot-1.png)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/elo-rating.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elo-rating/tags/0.5/README.txt
r526254 r526262 5 5 Requires at least: 3.0 6 6 Tested up to: 3.3.1 7 Stable tag: 0. 37 Stable tag: 0.5 8 8 9 9 With this plugin you can let users rate posts agains each other just like it worked with pictures on the famous facemash by Mark Zuckerberg. … … 52 52 == Changelog == 53 53 54 = 0.5 = 55 - Fixed version number. 56 54 57 = 0.4 = 55 58 - Added the score number to the high score. -
elo-rating/tags/0.5/elo-rating.php
r526254 r526262 4 4 Plugin URI: http://davidn.de 5 5 Description: With this plugin you can let users <strong>rate posts agains each other</strong> just like it worked with pictures on the famous facemash by Mark Zuckerberg. The likes are triggered by a <strong>facebook like button</strong>. 6 Version: 0. 36 Version: 0.5 7 7 Author: David Nellessen 8 8 Author URI: http://davidn.de … … 27 27 28 28 // Define environement vars. 29 define('ELO_RATING_VERSION', '0. 3');29 define('ELO_RATING_VERSION', '0.5'); 30 30 31 31 /** -
elo-rating/trunk/README.txt
r526254 r526262 5 5 Requires at least: 3.0 6 6 Tested up to: 3.3.1 7 Stable tag: 0. 37 Stable tag: 0.5 8 8 9 9 With this plugin you can let users rate posts agains each other just like it worked with pictures on the famous facemash by Mark Zuckerberg. … … 52 52 == Changelog == 53 53 54 = 0.5 = 55 - Fixed version number. 56 54 57 = 0.4 = 55 58 - Added the score number to the high score. -
elo-rating/trunk/elo-rating.php
r526254 r526262 4 4 Plugin URI: http://davidn.de 5 5 Description: With this plugin you can let users <strong>rate posts agains each other</strong> just like it worked with pictures on the famous facemash by Mark Zuckerberg. The likes are triggered by a <strong>facebook like button</strong>. 6 Version: 0. 36 Version: 0.5 7 7 Author: David Nellessen 8 8 Author URI: http://davidn.de … … 27 27 28 28 // Define environement vars. 29 define('ELO_RATING_VERSION', '0. 3');29 define('ELO_RATING_VERSION', '0.5'); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.