Changeset 192796
- Timestamp:
- 01/11/2010 07:04:21 PM (16 years ago)
- Location:
- wp-photocontest/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wp-photocontest-config.php (modified) (1 diff)
-
wp-photocontest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-photocontest/trunk/readme.txt
r192684 r192796 5 5 Requires at least: 2.7 6 6 Tested up to: 2.9.1 7 Stable tag: 1.4 7 Stable tag: 1.4.1 8 8 9 9 This plugin automatically turns a WordPress-page into a photo contest. … … 176 176 177 177 == 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 178 181 = 1.4 - 15.01.2010 = 179 182 * Fixed a translation error (with relative to skins) -
wp-photocontest/trunk/wp-photocontest-config.php
r179133 r192796 119 119 120 120 //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');121 define('PC_DB_VERSION','1.4.1'); 122 define('PC_PL_VERSION','1.4.1'); 123 123 124 124 ### Set some debug vars -
wp-photocontest/trunk/wp-photocontest.php
r192684 r192796 4 4 Plugin URI: http://www.vanderstad.nl/wordpress/plugins/wp-photocontest 5 5 Description: 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 6 Version: 1.4.1 7 7 Author: Frank van der Stad 8 8 Author URI: http://www.vanderstad.nl/wordpress/
Note: See TracChangeset
for help on using the changeset viewer.