Changeset 22752
- Timestamp:
- 10/21/07 14:52:23 (9 months ago)
- Location:
- wp-stats/trunk
- Files:
-
- 5 added
- 1 removed
- 1 modified
-
readme.html (modified) (10 diffs)
-
stats (deleted)
-
stats-options.php (added)
-
wp-stats-widget.php (added)
-
wp-stats.mo (added)
-
wp-stats.php (added)
-
wp-stats.pot (added)
Legend:
- Unmodified
- Added
- Removed
-
wp-stats/trunk/readme.html
r17545 r22752 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-Stats 2. 20 Readme</title>5 <title>WP-Stats 2.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-Stats 2. 20 <span style="color: #aaaaaa;">Readme</span></div>206 <div id="Title">WP-Stats 2.30 <span style="color: #aaaaaa;">Readme</span></div> 207 207 208 208 <!-- Tabs --> … … 226 226 </p> 227 227 <p> 228 <strong>EMail:</strong><br />229 <strong>»</strong>230 <script type="text/javascript">231 /* <![CDATA[*/232 document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-Stats%202.20%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>');233 /* ]]> */234 </script>235 </p>236 <p>237 228 <strong>Website:</strong><br /><strong>»</strong> <a href="http://lesterchan.net/" title="http://lesterchan.net/">http://lesterchan.net/</a> 238 229 </p> … … 243 234 <p> 244 235 <strong>Download:</strong><br /> 245 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=8" title="http://lesterchan.net/others/downloads.php?id=8">WP-Stats 2. 20 For WordPress 2.3.x</a><br />236 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=8" title="http://lesterchan.net/others/downloads.php?id=8">WP-Stats 2.30 For WordPress 2.3.x</a><br /> 246 237 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-stats211.zip" title="http://lesterchan.net/others/downloads/wp-stats211.zip">WP-Stats 2.11 For WordPress 2.1.x And 2.2.x</a><br /> 247 238 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-stats206.zip" title="http://lesterchan.net/others/downloads/wp-stats206.zip">WP-Stats 2.06 For WordPress 2.0.x</a><br /> … … 269 260 <p> 270 261 <strong>Updated:</strong><br /> 271 <strong>»</strong> 1st October 2007262 <strong>»</strong> 1st January 2008 272 263 </p> 273 264 <p> … … 291 282 <ul> 292 283 <li> 284 <strong>Version 2.30 (01-01-2008)</strong> 285 <ul> 286 <li>NEW: Uses /wp-stats/ Folder Instead Of /stats/</li> 287 <li>NEW: Uses wp-stats.php Instead Of stats.php</li> 288 <li>NEW: Uses wp-stats-widget.php Instead Of stats-widget.php</li> 289 </ul> 290 </li> 291 <li> 293 292 <strong>Version 2.20 (01-10-2007)</strong> 294 293 <ul> … … 390 389 <li> 391 390 Put: 392 <blockquote>Folder: stats</blockquote>391 <blockquote>Folder: wp-stats</blockquote> 393 392 </li> 394 393 <li> … … 404 403 <div id="Upgrade" style="display: none;"> 405 404 <div class="SubTitle">» Upgrade Instructions</div> 406 <div class="SubSubTitle">From v 1.0x To v2.20</div>405 <div class="SubSubTitle">From v2.0x To v2.30</div> 407 406 <ol> 408 407 <li> … … 413 412 </li> 414 413 <li> 415 Put/ overwrite:416 <blockquote>Folder: stats</blockquote>417 </li> 418 <li> 419 Delete th ese fileif exists:414 Put/Overwrite: 415 <blockquote>Folder: wp-stats</blockquote> 416 </li> 417 <li> 418 Delete this folder if exists: 420 419 <blockquote> 421 File: wp-stats.php<br /> 422 File: wp-content/plugins/stats/wp-stats.php 420 Folder: stats 423 421 </blockquote> 424 422 </li> … … 475 473 </div> 476 474 </div> 477 <p id="Copyright">WP-Stats 2. 20<br />Copyright © 2007Lester 'GaMerZ' Chan. All Rights Reserved.</p>475 <p id="Copyright">WP-Stats 2.30<br />Copyright © 2008 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 478 476 </body> 479 477 </html>
