Plugin Directory

Changeset 1228604


Ignore:
Timestamp:
08/23/2015 02:37:01 PM (11 years ago)
Author:
zhykos
Message:

V2.4.1 Check compatibility with WordPress 4.3 + import from Git adds some differences with space character...

Location:
comment-contest/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • comment-contest/trunk

    • Property svn:ignore set to
      .gitignore
  • comment-contest/trunk/comment-contest.php

    r1113344 r1228604  
    55  Description: Comment Contest allows you to manage contests on your website. This plug-in draws all comments in a specific post and show you the winners.
    66  Author: Thomas "Zhykos" Cicognani
    7   Version: 2.4.0
     7  Version: 2.4.1
    88  Author URI: http://www.zhyweb.org/
    99 */
    1010
    1111/*
    12   Copyright 2009 - 2015 Comment Contest plug-in for Wordpress by Thomas "Zhykos" Cicognani  (email : tcicognani@zhyweb.org)
     12  Copyright 2009, 2015 Comment Contest plug-in for WordPress by Thomas Cicognani
     13
     14  Thomas "Zhykos" Cicognani - Zhyweb (tcicognani@zhyweb.org) - First developments
     15  Thomas "Zhykos" Cicognani - Zhyweb (tcicognani@zhyweb.org) - Check compatibility with WordPress 4.3
    1316
    1417  This program is free software; you can redistribute it and/or modify
  • comment-contest/trunk/readme.txt

    r1113344 r1228604  
    44Tags: comments, contest, draw, concours, commentaire, zhykos, zhyweb
    55Requires at least: 3.3
    6 Tested up to: 4.2
     6Tested up to: 4.3
    77Stable tag: trunk
    88License: GPLv2 or later
     
    2828= Which PHP version I need? =
    2929
    30 You need PHP version 5 like Wordpress.
     30You need PHP version 5 like WorPress.
    3131
    3232= What are the available languages? =
     
    5252== Changelog ==
    5353
     54= 2.4.1 =
     55* Misc: Check compatibility with WordPress 4.3
     56
    5457= 2.4.0 =
    5558* New: Winners can be saved in post custom fields
    56 * Misc: Check compatibility with Wordpress 4.2
     59* Misc: Check compatibility with WordPress 4.2
    5760* Misc: You can now find this plug-in on Git! Go check out (https://github.com/Zhykos/wp-comment-contest) and be free to contribute!
    5861
     
    6164* New: Add new filters
    6265* Update: Change the main plug-in page with my contact info and a system to send me info when a bug occurs
    63 * Misc: Check compatibility with Wordpress 4.1
     66* Misc: Check compatibility with WordPress 4.1
    6467* Update: A lot of internal improvements
    6568
    6669= 2.2.3 =
    67 * Misc: Check compatibility with Wordpress 4.0
    68 * Misc: Add plugin icon for Wordpress 4.0
     70* Misc: Check compatibility with WordPress 4.0
     71* Misc: Add plugin icon for WordPress 4.0
    6972
    7073= 2.2.2 =
    71 * Misc: Check compatibility with Wordpress 3.9
     74* Misc: Check compatibility with WordPress 3.9
    7275
    7376= 2.2.1 =
    74 * Misc: Check compatibility with Wordpress 3.8.1
     77* Misc: Check compatibility with WordPress 3.8.1
    7578
    7679= 2.2 =
     
    8386= 2.1.2 =
    8487* Misc: Remove plugin image to be 3.8 style compliant
    85 * Misc: Check compatibility with Wordpress 3.8
     88* Misc: Check compatibility with WordPress 3.8
    8689
    8790= 2.1.1 =
    8891* Fix: Conflict with the plugin "WP RSS Aggregator" because I used a reserved URL parameter (thank you Juergen)
    89 * Update: Add the URL of Wordpress page in the plugin information page
    90 * Misc: Check compatibility with Wordpress 3.7.1
     92* Update: Add the URL of WordPress page in the plugin information page
     93* Misc: Check compatibility with WordPress 3.7.1
    9194
    9295= 2.1 =
     
    9598* New: Add help
    9699* Update: Only use one table to choose comments
    97 * Misc: Check compatibility with Wordpress 3.6
     100* Misc: Check compatibility with WordPress 3.6
    98101* Misc: Minimize Javascript and CSS
    99102
    100103= 2.0 =
    101 * All new architecture : more "Wordpress" compliant
     104* All new architecture : more "WordPress" compliant
    102105* Contest are now launched from posts page
    103106* Some features have disappeared since this version and will be added later.
     
    105108= 1.41.1 =
    106109* Add Dutch language. Thanks to Rene from http://wpwebshop.com/premium-wordpress-themes/ for this contribution!
    107 * Compatibility tests with Wordpress 3.0.2
     110* Compatibility tests with WordPress 3.0.2
    108111
    109112= 1.41 =
    110 * Change display of the winners and loosers list at the end
    111 * Compatibility tests with Wordpress 3.0
     113* Change display of the winners and losers list at the end
     114* Compatibility tests with WordPress 3.0
    112115
    113116= 1.40.1 =
     
    115118
    116119= 1.4 =
    117 * Tests with Wordpress 2.9.2
     120* Tests with WordPress 2.9.2
    118121* Add an editor to write the email
    119 * Add a message to send to loosers
     122* Add a message to send to losers
    120123* Email subject can be changed
    121 * Display winners and loosers emails at the end (in case automatic email fails for example)
     124* Display winners and losers emails at the end (in case automatic email fails for example)
    122125
    123126= 1.37 =
     
    125128
    126129= 1.36 =
    127 * If you use MySQL version 4.0, the plugin doesn't work because sub-querys are not compatible with MySQL 4.0. You have to use MySQL 4.1.xxx at least but some website provider don't allow us to choose our version. Sub-querys are now removed.
     130* If you use MySQL version 4.0, the plugin doesn't work because sub-querys are not compatible with MySQL 4.0. You have to use MySQL 4.1.xxx at least but some website provider don't allow us to choose our version. Sub-queries are now removed.
    128131
    129132= 1.35 =
     
    137140
    138141= 1.3 =
    139 * Change error message display (now it's the same message as Wordpress). Old values are put in the fields so the user don't have to type again the values
     142* Change error message display (now it's the same message as WordPress). Old values are put in the fields so the user don't have to type again the values
    140143* New winners display
    141144
    142145= 1.2 =
    143146* Set the prices to win
    144 * Change PHP version for the main class. I migrate from PHP5 to version 4 because some servers still use PHP4 and PHP4 is the Wordpress recommandation
     147* Change PHP version for the main class. I migrate from PHP5 to version 4 because some servers still use PHP4 and PHP4 is the WordPress recommendation
    145148
    146149= 1.1.2 =
    147 * Add the possibility to choose between Normal Contest or Speed Contest. Speed Contest choose winners by sorting them by chronologic order
     150* Add the possibility to choose between Normal Contest or Speed Contest. Speed Contest choose winners by sorting them by chronological order
    148151
    149152= 1.1.1 =
     
    170173= 2.0 =
    171174* All new architecture.
    172 * Compatibility with Wordpress 3.5.1
     175* Compatibility with WordPress 3.5.1
    173176
    174177= 2.1 =
    175178* New table
    176179* Cheat and help added
    177 * Compatibility with Wordpress 3.6
     180* Compatibility with WordPress 3.6
    178181
    179182= 2.2 =
Note: See TracChangeset for help on using the changeset viewer.