Changeset 22705
- Timestamp:
- 10/21/07 08:34:22 (9 months ago)
- Location:
- wp-email/trunk
- Files:
-
- 16 added
- 1 removed
- 1 modified
-
email (deleted)
-
email-css.css (added)
-
email-image-verify.php (added)
-
email-js.php (added)
-
email-manager.php (added)
-
email-options.php (added)
-
email-popup.php (added)
-
email-standalone.php (added)
-
email-uninstall.php (added)
-
images (added)
-
images/email.gif (added)
-
images/email_famfamfam.gif (added)
-
images/loading.gif (added)
-
readme.html (modified) (10 diffs)
-
wp-email-widget.php (added)
-
wp-email.mo (added)
-
wp-email.php (added)
-
wp-email.pot (added)
Legend:
- Unmodified
- Added
- Removed
-
wp-email/trunk/readme.html
r21082 r22705 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-EMail 2. 21Readme</title>5 <title>WP-EMail 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-EMail 2. 21 <span style="color: #aaaaaa;">Readme</span></div>206 <div id="Title">WP-EMail 2.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=13" title="http://lesterchan.net/others/downloads.php?id=13">WP-EMail 2. 21For WordPress 2.3.x</a><br />237 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=13" title="http://lesterchan.net/others/downloads.php?id=13">WP-EMail 2.30 For WordPress 2.3.x</a><br /> 238 238 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-email211.zip" title="http://lesterchan.net/others/downloads/wp-email211.zip">WP-EMail 2.11 For WordPress 2.1.x And 2.2.x</a><br /> 239 239 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-email207.zip" title="http://lesterchan.net/others/downloads/wp-email207.zip">WP-EMail 2.07 For WordPress 2.0.x</a><br /> … … 262 262 <p> 263 263 <strong>Updated:</strong><br /> 264 <strong>»</strong> 1st October 2007264 <strong>»</strong> 1st January 2008 265 265 </p> 266 266 <p> 267 267 <strong>Note:</strong><br /> 268 268 <strong>»</strong> The <strong>Changelog</strong>, <strong>Installation</strong>, <strong>Upgrade</strong>, <strong>Usage</strong> Tab at the top of the page.<br /> 269 <strong>»</strong> The core code of WP-EMail had been changed to support AJAX, please let me know if you found any bugs. Thank you.270 269 </p> 271 270 <p> … … 284 283 <div class="SubTitle">» Changelog</div> 285 284 <ul> 285 <li> 286 <strong>Version 2.30 (01-01-2008)</strong> 287 <ul> 288 <li>NEW: Uses /wp-email/ Folder Instead Of /email/</li> 289 <li>NEW: Uses wp-email.php Instead Of email.php</li> 290 <li>NEW: Uses wp-email-widget.php Instead Of email-widget.php</li> 291 <li>NEW: Changed wp-email.php To email-standalone.php</li> 292 <li>NEW: Changed wp-email-popup.php To email-popup.php</li> 293 <li>NEW: Use number_format_i18n() Instead</li> 294 </ul> 295 </li> 286 296 <li> 287 297 <strong>Version 2.20 (01-10-2007)</strong> … … 454 464 <li> 455 465 Put: 456 <blockquote>Folder: email</blockquote>466 <blockquote>Folder: wp-email</blockquote> 457 467 </li> 458 468 <li> … … 477 487 <div id="Upgrade" style="display: none;"> 478 488 <div class="SubTitle">» Upgrade Instructions</div> 479 <div class="SubSubTitle">From v2.0x To v2. 21</div>489 <div class="SubSubTitle">From v2.0x To v2.30</div> 480 490 <ol> 481 491 <li> … … 486 496 </li> 487 497 <li> 488 Overwrite: 489 <blockquote>Folder: email</blockquote> 498 Put/Overwrite: 499 <blockquote>Folder: wp-email</blockquote> 500 </li> 501 <li> 502 Delete this folder if exists: 503 <blockquote> 504 Folder: email 505 </blockquote> 490 506 </li> 491 507 <li> … … 525 541 </blockquote> 526 542 <p>If you DO NOT want the print link to appear in every post/page, DO NOT use the code above. Just type in <strong>[email_link]</strong> into the selected post/page content and it will embed the email link into that post/page only.</p> 543 <p>The <b>first value</b> is the text for emailing post.</p> 544 <p>The <b>second value</b> is the text for emailing page.</p> 545 <p>Default: email_link('', '')</p> 546 <p>Alternatively, you can set the text in 'WP-Admin -> E-Mail -> E-Mail Options'.</p> 527 547 </li> 528 548 </ol> … … 606 626 </div> 607 627 </div> 608 <p id="Copyright">WP-EMail 2. 21<br />Copyright © 2007Lester 'GaMerZ' Chan. All Rights Reserved.</p>628 <p id="Copyright">WP-EMail 2.30<br />Copyright © 2008 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 609 629 </body> 610 630 </html>
