Plugin Directory

Changeset 526262


Ignore:
Timestamp:
04/02/2012 03:11:57 PM (14 years ago)
Author:
davidn.de
Message:

Fixed version problem

Location:
elo-rating
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • elo-rating/tags/0.5/README.txt

    r526254 r526262  
    55Requires at least: 3.0
    66Tested up to: 3.3.1
    7 Stable tag: 0.3
     7Stable tag: 0.5
    88
    99With this plugin you can let users rate posts agains each other just like it worked with pictures on the famous facemash by Mark Zuckerberg.
     
    5252== Changelog ==
    5353
     54= 0.5 =
     55- Fixed version number.
     56
    5457= 0.4 =
    5558- Added the score number to the high score.
  • elo-rating/tags/0.5/elo-rating.php

    r526254 r526262  
    44Plugin URI: http://davidn.de
    55Description: 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.3
     6Version: 0.5
    77Author: David Nellessen
    88Author URI: http://davidn.de
     
    2727
    2828// Define environement vars.
    29 define('ELO_RATING_VERSION', '0.3');
     29define('ELO_RATING_VERSION', '0.5');
    3030
    3131/**
  • elo-rating/trunk/README.txt

    r526254 r526262  
    55Requires at least: 3.0
    66Tested up to: 3.3.1
    7 Stable tag: 0.3
     7Stable tag: 0.5
    88
    99With this plugin you can let users rate posts agains each other just like it worked with pictures on the famous facemash by Mark Zuckerberg.
     
    5252== Changelog ==
    5353
     54= 0.5 =
     55- Fixed version number.
     56
    5457= 0.4 =
    5558- Added the score number to the high score.
  • elo-rating/trunk/elo-rating.php

    r526254 r526262  
    44Plugin URI: http://davidn.de
    55Description: 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.3
     6Version: 0.5
    77Author: David Nellessen
    88Author URI: http://davidn.de
     
    2727
    2828// Define environement vars.
    29 define('ELO_RATING_VERSION', '0.3');
     29define('ELO_RATING_VERSION', '0.5');
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.