Changeset 22648
- Timestamp:
- 10/20/07 19:15:55 (9 months ago)
- Files:
-
- wp-polls/trunk/images (added)
- wp-polls/trunk/images/default (added)
- wp-polls/trunk/images/default/pollbg.gif (added)
- wp-polls/trunk/images/default_gradient (added)
- wp-polls/trunk/images/default_gradient/pollbg.gif (added)
- wp-polls/trunk/images/loading.gif (added)
- wp-polls/trunk/polls (deleted)
- wp-polls/trunk/polls-add.php (added)
- wp-polls/trunk/polls-admin-ajax.php (added)
- wp-polls/trunk/polls-admin-js.php (added)
- wp-polls/trunk/polls-css.css (added)
- wp-polls/trunk/polls-js.php (added)
- wp-polls/trunk/polls-logs.php (added)
- wp-polls/trunk/polls-manager.php (added)
- wp-polls/trunk/polls-options.php (added)
- wp-polls/trunk/polls-templates.php (added)
- wp-polls/trunk/polls-uninstall.php (added)
- wp-polls/trunk/polls-usage.php (added)
- wp-polls/trunk/readme.html (modified) (9 diffs)
- wp-polls/trunk/tinymce (added)
- wp-polls/trunk/tinymce/plugins (added)
- wp-polls/trunk/tinymce/plugins/wp-polls (added)
- wp-polls/trunk/tinymce/plugins/wp-polls/editor_plugin.js (added)
- wp-polls/trunk/tinymce/plugins/wp-polls/images (added)
- wp-polls/trunk/tinymce/plugins/wp-polls/images/poll.gif (added)
- wp-polls/trunk/tinymce/plugins/wp-polls/langs (added)
- wp-polls/trunk/tinymce/plugins/wp-polls/langs/en.js (added)
- wp-polls/trunk/tinymce/plugins/wp-polls/langs/en_us.js (added)
- wp-polls/trunk/wp-polls-widget.php (added)
- wp-polls/trunk/wp-polls.mo (added)
- wp-polls/trunk/wp-polls.php (added)
- wp-polls/trunk/wp-polls.pot (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-polls/trunk/readme.html
r21801 r22648 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-Polls 2. 22Readme</title>5 <title>WP-Polls 2.30 Readme</title> 6 6 <style type="text/css" media="screen"> 7 7 /* Default Style */ … … 205 205 <div id="Container"> 206 206 <!-- Title --> 207 <div id="Title">WP-Polls 2. 22 <span style="color: #aaaaaa;">Readme</span></div>207 <div id="Title">WP-Polls 2.30 <span style="color: #aaaaaa;">Readme</span></div> 208 208 209 209 <!-- Tabs --> … … 236 236 <p> 237 237 <strong>Download:</strong><br /> 238 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=10" title="http://lesterchan.net/others/downloads.php?id=10">WP-Polls 2. 22For WordPress 2.3.x</a><br />238 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=10" title="http://lesterchan.net/others/downloads.php?id=10">WP-Polls 2.30 For WordPress 2.3.x</a><br /> 239 239 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-polls220.zip" title="http://lesterchan.net/others/downloads/wp-polls220.zip">WP-Polls 2.20 For WordPress 2.1.x And 2.2.x</a><br /> 240 240 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-polls213.zip" title="http://lesterchan.net/others/downloads/wp-polls213.zip">WP-Polls 2.13 For WordPress 2.0.x</a><br /> … … 268 268 <strong>Note:</strong><br /> 269 269 <strong>»</strong> The <strong>Changelog</strong>, <strong>Installation</strong>, <strong>Upgrade</strong>, <strong>Usage</strong> Tab at the top of the page.<br /> 270 <strong>»</strong> I have once again change some of the core code to make it work with the future/expired poll. Please post in the support forums if you encounter any bugs.<br />271 <strong>»</strong> WP-Polls has undergo major changes to support multiple answers and AJAX for the backend. Please post in the support forums if you encounter any bugs.272 270 </p> 273 271 <p> … … 287 285 <ul> 288 286 <li> 289 <strong>Version 2.22 (01-01-2008)</strong> 290 <ul> 287 <strong>Version 2.30 (01-01-2008)</strong> 288 <ul> 289 <li>NEW: Uses /wp-polls/ Folder Instead Of /polls/</li> 290 <li>NEW: Uses wp-polls.php Instead Of polls.php</li> 291 <li>NEW: Uses wp-polls-widget.php Instead Of polls-widget.php</li> 291 292 <li>NEW: Use number_format_i18n() Instead</li> 292 293 <li>FIXED: number_format() Not Used In Polls Archive</li> … … 491 492 <li> 492 493 Put: 493 <blockquote>Folder: polls</blockquote>494 <blockquote>Folder: wp-polls</blockquote> 494 495 </li> 495 496 <li> … … 505 506 <div id="Upgrade" style="display: none;"> 506 507 <div class="SubTitle">» Upgrade Instructions</div> 507 <div class="SubSubTitle">From v2.xx To v2. 22</div>508 <div class="SubSubTitle">From v2.xx To v2.30</div> 508 509 <ol> 509 510 <li> … … 515 516 <li> 516 517 Put/Overwrite: 517 <blockquote>Folder: polls</blockquote>518 </li> 519 <li> 520 Delete th ese fileif exists:518 <blockquote>Folder: wp-polls</blockquote> 519 </li> 520 <li> 521 Delete this folder if exists: 521 522 <blockquote> 522 File: wp-polls.php<br /> 523 File: wp-content/plugins/polls/wp-polls.php<br /> 524 File: wp-content/plugins/polls/polls-js.js<br /> 525 File: wp-content/plugins/polls/images/pollbar.gif<br /> 526 File: wp-content/plugins/polls/images/pollend.gif<br /> 527 File: wp-content/plugins/polls/images/pollstart.gif<br /> 528 File: wp-content/plugins/polls/images/pollbar.gif 523 Folder: polls 529 524 </blockquote> 530 525 </li> … … 685 680 </div> 686 681 </div> 687 <p id="Copyright">WP-Polls 2. 22<br />Copyright © 2007Lester 'GaMerZ' Chan. All Rights Reserved.</p>682 <p id="Copyright">WP-Polls 2.30<br />Copyright © 2008 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 688 683 </body> 689 684 </html>
