Changeset 22736
- Timestamp:
- 10/21/07 11:06:23 (9 months ago)
- Files:
-
- wp-useronline/trunk/readme.html (modified) (8 diffs)
- wp-useronline/trunk/useronline (deleted)
- wp-useronline/trunk/useronline-js.php (added)
- wp-useronline/trunk/useronline-options.php (added)
- wp-useronline/trunk/wp-useronline-widget.php (added)
- wp-useronline/trunk/wp-useronline.mo (added)
- wp-useronline/trunk/wp-useronline.php (added)
- wp-useronline/trunk/wp-useronline.pot (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-useronline/trunk/readme.html
r21803 r22736 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-UserOnline 2. 21Readme</title>5 <title>WP-UserOnline 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-UserOnline 2. 21 <span style="color: #aaaaaa;">Readme</span></div>207 <div id="Title">WP-UserOnline 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=14" title="http://lesterchan.net/others/downloads.php?id=14">WP-UserOnline 2. 21For WordPress 2.3.x</a><br />238 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=14" title="http://lesterchan.net/others/downloads.php?id=14">WP-UserOnline 2.30 For WordPress 2.3.x</a><br /> 239 239 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-useronline211.zip" title="http://lesterchan.net/others/downloads/wp-useronline211.zip">WP-UserOnline 2.11 For WordPress 2.1.x And 2.2.x</a><br /> 240 240 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-useronline206.zip" title="http://lesterchan.net/others/downloads/wp-useronline206.zip">WP-UserOnline 2.06 For WordPress 2.0.x</a><br /> … … 285 285 <ul> 286 286 <li> 287 <strong>Version 2.21 (01-01-2008)</strong> 288 <ul> 287 <strong>Version 2.30 (01-01-2008)</strong> 288 <ul> 289 <li>NEW: Uses /wp-useronline/ Folder Instead Of /useronline/</li> 290 <li>NEW: Uses wp-useronline.php Instead Of useronline.php</li> 291 <li>NEW: Uses wp-useronline-widget.php Instead Of useronline-widget.php</li> 289 292 <li>NEW: Use number_format_i18n() Instead</li> 290 293 </ul> … … 394 397 <li> 395 398 Put: 396 <blockquote>Folder: useronline</blockquote>399 <blockquote>Folder: wp-useronline</blockquote> 397 400 </li> 398 401 <li> … … 408 411 <div id="Upgrade" style="display: none;"> 409 412 <div class="SubTitle">» Upgrade Instructions</div> 410 <div class="SubSubTitle">From v 1.0x To v2.21</div>413 <div class="SubSubTitle">From v2.0x To v2.30</div> 411 414 <ol> 412 415 <li> … … 418 421 <li> 419 422 Put/Overwrite: 420 <blockquote>Folder: useronline</blockquote>421 </li> 422 <li> 423 Delete th ese fileif exists:423 <blockquote>Folder: wp-useronline</blockquote> 424 </li> 425 <li> 426 Delete this folder if exists: 424 427 <blockquote> 425 File: wp-useronline.php<br /> 426 File: wp-content/plugins/useronline.php<br /> 427 File: wp-content/plugins/useronline/wp-useronline.php<br /> 428 File: wp-content/plugins/useronline/useronline-js.js 428 Folder: useronline 429 429 </blockquote> 430 430 </li> … … 539 539 </div> 540 540 </div> 541 <p id="Copyright">WP-UserOnline 2. 21<br />Copyright © 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p>541 <p id="Copyright">WP-UserOnline 2.30<br />Copyright © 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 542 542 </body> 543 543 </html>
