Plugin Directory

Changeset 845716


Ignore:
Timestamp:
01/26/2014 03:26:41 PM (12 years ago)
Author:
zhykos
Message:

Check compatibilty with Wordpress 3.8.1
Update copyright years

Location:
comment-contest/trunk
Files:
8 edited

Legend:

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

    r828725 r845716  
    55  Description: If you create a contest on your website, you can draw all comments in a specific post
    66  Author: Thomas "Zhykos" Cicognani
    7   Version: 2.2
     7  Version: 2.2.1
    88  Author URI: http://www.zhyweb.org/
    99 */
    1010
    1111/*
    12   Copyright 2009 - 2013 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     12  Copyright 2009 - 2014 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
    1313
    1414  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/css/comment-contest.css

    r828725 r845716  
    1 /*  Copyright 2009 - 2013 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     1/*  Copyright 2009 - 2014 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
    22
    33  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/js/OrgZhyweb_WPCommentContest_jQuery.js

    r828725 r845716  
    1 /*  Copyright 2009 - 2013 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     1/*  Copyright 2009 - 2014 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
    22
    33  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/php/OrgZhyweb_WPCommentContest_AbstractTableUI.php

    r828725 r845716  
    11<?php
    2 /*  Copyright 2009 - 2013 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     2/*  Copyright 2009 - 2014 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
    33
    44  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/php/OrgZhyweb_WPCommentContest_MainUI.php

    r828725 r845716  
    11<?php
    2 /*  Copyright 2009 - 2013 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     2/*  Copyright 2009 - 2014 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
    33
    44  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/php/OrgZhyweb_WPCommentContest_TableResults.php

    r688171 r845716  
    11<?php
    2 /*  Copyright 2009 - 2013 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     2/*  Copyright 2009 - 2014 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
    33
    44  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/php/OrgZhyweb_WPCommentContest_TableUI.php

    r754147 r845716  
    11<?php
    2 /*  Copyright 2009 - 2013 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     2/*  Copyright 2009 - 2014 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
    33
    44  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/readme.txt

    r828725 r845716  
    44Tags: comments, contest, concours, commentaire, zhykos, zhyweb
    55Requires at least: 3.3
    6 Tested up to: 3.8
     6Tested up to: 3.8.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53
     54= 2.2.1 =
     55* Misc: Check compatibility with Wordpress 3.8.1
    5356
    5457= 2.2 =
Note: See TracChangeset for help on using the changeset viewer.