Changeset 129749
- Timestamp:
- 06/26/2009 03:43:36 PM (16 years ago)
- Location:
- vote-it-up
- Files:
-
- 46 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vote-it-up/trunk/readme.txt
r127318 r129749 4 4 Requires at least: 1.5 5 5 Tested up to: 2.8 6 Stable tag: 1.2. 06 Stable tag: 1.2.2 7 7 Donate link: http://www.tevine.com/donate.php 8 8 … … 10 10 11 11 == Description == 12 13 **Note**: Please update to version 1.2.2 for several important bug fixes. 12 14 13 15 This plugin adds voting functionality for posts. This function is similar to Reddit or Digg, in that visitors can vote for and against. … … 152 154 153 155 Bug fix: Fixed existing problems on the plugin 156 157 1.2.2 158 [Bug Fix] - Roll back option added to complement database update. Please use this option if the database update failed. You can access this option via the plugin options page. 159 160 1.2.1 161 [Bug Fix] - Fixes guest voting issues with new database format. Simply replace votingfunctions.php file. This is an important update. 162 [Bug Fix] - Hides unneccessary pop up when guest voting is enabled. 154 163 155 164 1.2.0 -
vote-it-up/trunk/voteconfig.php
r127318 r129749 129 129 <h3>Database</h3> 130 130 <p>Current database version: <?php echo Voteiu_Dbversion(); ?></p> 131 <p>Click <a href="?page=voteitupconfig&action=rollback" title="Roll back database">here</a> to roll-back to the last database version. Use this if upgrade appears to have failed.</p> 131 132 132 133 <p class="submit"> -
vote-it-up/trunk/voteitup.php
r129741 r129749 4 4 Plugin URI: http://www.tevine.com/projects/voteitup/ 5 5 Description: Vote It Up enables bloggers to add voting functionality to their posts. 6 Version: 1.2. 16 Version: 1.2.2 7 7 Author: Nicholas Kwan (multippt) 8 8 Author URI: http://www.tevine.com/
Note: See TracChangeset
for help on using the changeset viewer.