Changeset 22746
- Timestamp:
- 10/21/07 12:26:07 (9 months ago)
- Files:
-
- wp-ban/trunk/ban (deleted)
- wp-ban/trunk/ban-options.php (added)
- wp-ban/trunk/ban-preview.php (added)
- wp-ban/trunk/readme.html (modified) (8 diffs)
- wp-ban/trunk/wp-ban.mo (added)
- wp-ban/trunk/wp-ban.php (added)
- wp-ban/trunk/wp-ban.pot (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-ban/trunk/readme.html
r21735 r22746 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-Ban 1. 21Readme</title>5 <title>WP-Ban 1.30 Readme</title> 6 6 <style type="text/css" media="screen"> 7 7 /* Default Style */ … … 204 204 <div id="Container"> 205 205 <!-- Title --> 206 <div id="Title">WP-Ban 1. 21 <span style="color: #aaaaaa;">Readme</span></div>206 <div id="Title">WP-Ban 1.30 <span style="color: #aaaaaa;">Readme</span></div> 207 207 208 208 <!-- Tabs --> … … 235 235 <p> 236 236 <strong>Download:</strong><br /> 237 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=26" title="http://lesterchan.net/others/downloads.php?id=26">WP-Ban 1. 21For WordPress 2.1.x And Above</a><br />237 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=26" title="http://lesterchan.net/others/downloads.php?id=26">WP-Ban 1.30 For WordPress 2.1.x And Above</a><br /> 238 238 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-ban100.zip" title="http://lesterchan.net/others/downloads/wp-ban100.zip">WP-Ban 1.00 For WordPress 2.0.x</a><br /> 239 239 </p> … … 283 283 <ul> 284 284 <li> 285 <strong>Version 1.21 (01-01-2008)</strong> 286 <ul> 285 <strong>Version 1.30 (01-01-2008)</strong> 286 <ul> 287 <li>NEW: Uses /wp-ban/ Folder Instead Of /ban/</li> 288 <li>NEW: Uses wp-ban.php Instead Of ban.php</li> 287 289 <li>NEW: Uses number_format_i18n()</li> 288 290 </ul> … … 334 336 <li> 335 337 Put: 336 <blockquote>Folder: ban</blockquote>338 <blockquote>Folder: wp-ban</blockquote> 337 339 </li> 338 340 <li> … … 348 350 <div id="Upgrade" style="display: none;"> 349 351 <div class="SubTitle">» Upgrade Instructions</div> 350 <div class="SubSubTitle">From v1.0x To v1. 21</div>352 <div class="SubSubTitle">From v1.0x To v1.30</div> 351 353 <ol> 352 354 <li> … … 358 360 <li> 359 361 Put/Overwrite: 360 <blockquote>Folder: ban</blockquote> 361 </li> 362 <li> 363 Delete: 364 <blockquote>File: ban.php</blockquote> 362 <blockquote>Folder: wp-ban</blockquote> 363 </li> 364 <li> 365 Delete this folder if exists: 366 <blockquote> 367 Folder: ban 368 </blockquote> 365 369 </li> 366 370 <li> … … 388 392 </div> 389 393 </div> 390 <p id="Copyright">WP-Ban 1. 21<br />Copyright © 2007Lester 'GaMerZ' Chan. All Rights Reserved.</p>394 <p id="Copyright">WP-Ban 1.30<br />Copyright © 2008 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 391 395 </body> 392 396 </html>
