Plugin Directory

Changeset 192796


Ignore:
Timestamp:
01/11/2010 07:04:21 PM (16 years ago)
Author:
frekel
Message:

Uploading version 1.4.1

Location:
wp-photocontest/trunk
Files:
3 edited

Legend:

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

    r192684 r192796  
    55Requires at least: 2.7
    66Tested up to: 2.9.1
    7 Stable tag: 1.4
     7Stable tag: 1.4.1
    88
    99This plugin automatically turns a WordPress-page into a photo contest.
     
    176176
    177177== Changelog ==
     178= 1.4.1 - 15.01.2010  =
     179* Accedentaily release an unfinished version (really hate the fact you can't simulate a auto-upgrade).
     180
    178181= 1.4 - 15.01.2010  =
    179182* Fixed a translation error (with relative to skins)
  • wp-photocontest/trunk/wp-photocontest-config.php

    r179133 r192796  
    119119
    120120//Don't change this. This helps upgrading the plugin
    121 define('PC_DB_VERSION','1.3.1');
    122 define('PC_PL_VERSION','1.3.7');
     121define('PC_DB_VERSION','1.4.1');
     122define('PC_PL_VERSION','1.4.1');
    123123
    124124### Set some debug vars
  • wp-photocontest/trunk/wp-photocontest.php

    r192684 r192796  
    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
     6Version: 1.4.1
    77Author: Frank van der Stad
    88Author URI: http://www.vanderstad.nl/wordpress/
Note: See TracChangeset for help on using the changeset viewer.