Plugin Directory

Changeset 151978


Ignore:
Timestamp:
09/04/2009 01:58:20 PM (17 years ago)
Author:
zhykos
Message:

Just a correction of a comment (remove "plugin only in french")

Location:
comment-contest/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • comment-contest/trunk/comment-contest.php

    r151977 r151978  
    33Plugin Name: Comment Contest
    44Plugin URI: http://www.nozzhy.com/un-plugin-pour-gerer-un-concours-par-commentaires-sur-votre-blog/
    5 Description: If you create a contest on your website, you can draw all comments in a specific post (only in French for now)
     5Description: If you create a contest on your website, you can draw all comments in a specific post
    66Author: Thomas "Zhykos" Cicognani
    7 Version: 1.1
     7Version: 1.1.0.1
    88Author URI: http://www.nozzhy.com
    99*/
     
    1616class CommentContest {
    1717    var $domain = '';
    18     var $version = '1.1'; // Current version
     18    var $version = '1.1.0.1'; // Current version
    1919    var $option_ns = '';
    2020    var $options = array ();
  • comment-contest/trunk/readme.txt

    r151977 r151978  
    4141* Comments are included in the source code
    4242* Screenshots are available in the install
     43
     44= 1.1.0.1 =
     45* Remove "plugin only in french" in a comment
Note: See TracChangeset for help on using the changeset viewer.