Changeset 845716
- Timestamp:
- 01/26/2014 03:26:41 PM (12 years ago)
- Location:
- comment-contest/trunk
- Files:
-
- 8 edited
-
comment-contest.php (modified) (1 diff)
-
css/comment-contest.css (modified) (1 diff)
-
js/OrgZhyweb_WPCommentContest_jQuery.js (modified) (1 diff)
-
php/OrgZhyweb_WPCommentContest_AbstractTableUI.php (modified) (1 diff)
-
php/OrgZhyweb_WPCommentContest_MainUI.php (modified) (1 diff)
-
php/OrgZhyweb_WPCommentContest_TableResults.php (modified) (1 diff)
-
php/OrgZhyweb_WPCommentContest_TableUI.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-contest/trunk/comment-contest.php
r828725 r845716 5 5 Description: If you create a contest on your website, you can draw all comments in a specific post 6 6 Author: Thomas "Zhykos" Cicognani 7 Version: 2.2 7 Version: 2.2.1 8 8 Author URI: http://www.zhyweb.org/ 9 9 */ 10 10 11 11 /* 12 Copyright 2009 - 201 3Comment 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) 13 13 14 14 This program is free software; you can redistribute it and/or modify -
comment-contest/trunk/css/comment-contest.css
r828725 r845716 1 /* Copyright 2009 - 201 3Comment 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) 2 2 3 3 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 - 201 3Comment 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) 2 2 3 3 This program is free software; you can redistribute it and/or modify -
comment-contest/trunk/php/OrgZhyweb_WPCommentContest_AbstractTableUI.php
r828725 r845716 1 1 <?php 2 /* Copyright 2009 - 201 3Comment 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) 3 3 4 4 This program is free software; you can redistribute it and/or modify -
comment-contest/trunk/php/OrgZhyweb_WPCommentContest_MainUI.php
r828725 r845716 1 1 <?php 2 /* Copyright 2009 - 201 3Comment 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) 3 3 4 4 This program is free software; you can redistribute it and/or modify -
comment-contest/trunk/php/OrgZhyweb_WPCommentContest_TableResults.php
r688171 r845716 1 1 <?php 2 /* Copyright 2009 - 201 3Comment 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) 3 3 4 4 This program is free software; you can redistribute it and/or modify -
comment-contest/trunk/php/OrgZhyweb_WPCommentContest_TableUI.php
r754147 r845716 1 1 <?php 2 /* Copyright 2009 - 201 3Comment 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) 3 3 4 4 This program is free software; you can redistribute it and/or modify -
comment-contest/trunk/readme.txt
r828725 r845716 4 4 Tags: comments, contest, concours, commentaire, zhykos, zhyweb 5 5 Requires at least: 3.3 6 Tested up to: 3.8 6 Tested up to: 3.8.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 54 = 2.2.1 = 55 * Misc: Check compatibility with Wordpress 3.8.1 53 56 54 57 = 2.2 =
Note: See TracChangeset
for help on using the changeset viewer.