Changeset 22705

Show
Ignore:
Timestamp:
10/21/07 08:34:22 (9 months ago)
Author:
GamerZ
Message:

Structure Change

Location:
wp-email/trunk
Files:
16 added
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • wp-email/trunk/readme.html

    r21082 r22705  
    33<head>       
    44      <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
    5       <title>WP-EMail 2.21 Readme</title> 
     5      <title>WP-EMail 2.30 Readme</title> 
    66      <style type="text/css" media="screen"> 
    77            /* Default Style */ 
     
    204204<div id="Container"> 
    205205      <!-- Title --> 
    206       <div id="Title">WP-EMail 2.21&nbsp;&nbsp;&nbsp;<span style="color: #aaaaaa;">Readme</span></div> 
     206      <div id="Title">WP-EMail 2.30&nbsp;&nbsp;&nbsp;<span style="color: #aaaaaa;">Readme</span></div> 
    207207 
    208208      <!-- Tabs --> 
     
    235235                  <p> 
    236236                        <strong>Download:</strong><br /> 
    237                         <strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=13" title="http://lesterchan.net/others/downloads.php?id=13">WP-EMail 2.21 For WordPress 2.3.x</a><br /> 
     237                        <strong>&raquo;</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 /> 
    238238                        <strong>&raquo;</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 /> 
    239239                        <strong>&raquo;</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 /> 
     
    262262                  <p> 
    263263                        <strong>Updated:</strong><br /> 
    264                         <strong>&raquo;</strong> 1st October 2007 
     264                        <strong>&raquo;</strong> 1st January 2008 
    265265                  </p> 
    266266                  <p> 
    267267                        <strong>Note:</strong><br /> 
    268268                        <strong>&raquo;</strong> The <strong>Changelog</strong>, <strong>Installation</strong>, <strong>Upgrade</strong>, <strong>Usage</strong> Tab at the top of the page.<br /> 
    269                         <strong>&raquo;</strong> The core code of WP-EMail had been changed to support AJAX, please let me know if you found any bugs. Thank you. 
    270269                  </p> 
    271270                  <p> 
     
    284283                  <div class="SubTitle">&raquo; Changelog</div> 
    285284                  <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> 
    286296                        <li> 
    287297                              <strong>Version 2.20 (01-10-2007)</strong> 
     
    454464                        <li> 
    455465                              Put: 
    456                               <blockquote>Folder: email</blockquote> 
     466                              <blockquote>Folder: wp-email</blockquote> 
    457467                        </li> 
    458468                        <li> 
     
    477487            <div id="Upgrade" style="display: none;"> 
    478488                  <div class="SubTitle">&raquo; 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> 
    480490                  <ol> 
    481491                        <li> 
     
    486496                        </li> 
    487497                        <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> 
    490506                        </li> 
    491507                        <li> 
     
    525541                              </blockquote> 
    526542                              <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> 
    527547                        </li> 
    528548                  </ol> 
     
    606626      </div> 
    607627</div> 
    608 <p id="Copyright">WP-EMail 2.21<br />Copyright &copy; 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 
     628<p id="Copyright">WP-EMail 2.30<br />Copyright &copy; 2008 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 
    609629</body> 
    610630</html>