Plugin Directory

Changeset 217323


Ignore:
Timestamp:
03/14/2010 10:23:48 AM (16 years ago)
Author:
frekel
Message:

1.4.4 ready version

Location:
wp-photocontest/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-photocontest/trunk/readme.txt

    r217321 r217323  
    55Requires at least: 2.7
    66Tested up to: 2.9.2
    7 Stable tag: 1.4.3
     7Stable tag: 1.4.4
    88
    99This plugin automatically turns a WordPress-page into a photo contest.
     
    178178
    179179== Changelog ==
    180 = 1.4.3 - 14.03.2010  =
     180= 1.4.4 - 14.03.2010  =
    181181* Fix for "You do not have sufficient permissions to access this page" error. (Open settingspage and click on the link)
    182182* Fix a can't vote twice error
     
    187187* Fixed translation erro in the flash (x vote/votes)
    188188* Now you can use HTML again in the intro/upload text
     189
     190== Changelog ==
     191= 1.4.3 - 06.03.2010  =
     192* Skipped version
    189193
    190194= 1.4.2.1 - 12.01.2010  =
  • wp-photocontest/trunk/wp-photocontest-config.php

    r217321 r217323  
    138138
    139139//Don't change this. This helps upgrading the plugin
    140 define('PC_DB_VERSION','1.4.3');
    141 define('PC_PL_VERSION','1.4.3');
     140define('PC_DB_VERSION','1.4.4');
     141define('PC_PL_VERSION','1.4.4');
    142142
    143143### Set some debug vars
  • wp-photocontest/trunk/wp-photocontest.php

    r217321 r217323  
    44Plugin URI: http://www.vanderstad.nl/wordpress/plugins/wp-photocontest
    55Description: Adds a photo contest to your post or page. Note: Only apply auto-upgrade when you don't care about losing your contests!! (and if you do: Backup you tables, 'CONTEST_FOLDER'- and 'skins'-directories!)
    6 Version: 1.4.3
     6Version: 1.4.4
    77Author: Frank van der Stad
    88Author URI: http://www.vanderstad.nl/wordpress/
Note: See TracChangeset for help on using the changeset viewer.