Changeset 217323
- Timestamp:
- 03/14/2010 10:23:48 AM (16 years ago)
- Location:
- wp-photocontest/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
wp-photocontest-config.php (modified) (1 diff)
-
wp-photocontest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-photocontest/trunk/readme.txt
r217321 r217323 5 5 Requires at least: 2.7 6 6 Tested up to: 2.9.2 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 9 9 This plugin automatically turns a WordPress-page into a photo contest. … … 178 178 179 179 == Changelog == 180 = 1.4. 3- 14.03.2010 =180 = 1.4.4 - 14.03.2010 = 181 181 * Fix for "You do not have sufficient permissions to access this page" error. (Open settingspage and click on the link) 182 182 * Fix a can't vote twice error … … 187 187 * Fixed translation erro in the flash (x vote/votes) 188 188 * Now you can use HTML again in the intro/upload text 189 190 == Changelog == 191 = 1.4.3 - 06.03.2010 = 192 * Skipped version 189 193 190 194 = 1.4.2.1 - 12.01.2010 = -
wp-photocontest/trunk/wp-photocontest-config.php
r217321 r217323 138 138 139 139 //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');140 define('PC_DB_VERSION','1.4.4'); 141 define('PC_PL_VERSION','1.4.4'); 142 142 143 143 ### Set some debug vars -
wp-photocontest/trunk/wp-photocontest.php
r217321 r217323 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. 36 Version: 1.4.4 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.