Changeset 7489

Show
Ignore:
Timestamp:
01/22/07 19:18:20 (1 year ago)
Author:
GamerZ
Message:

Preparing For WP 2.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-email/trunk/email/email.php

    r6556 r7489  
    408408      $email_multiple = intval(get_settings('email_multiple')); 
    409409      if($email_multiple > 1) { 
    410             echo '<br /><i>'.__("Seperate multiple entries with a comma. Maximum $email_multiple entries.").'</i>'; 
     410            echo '<br /><i>'.__("Separate multiple entries with a comma. Maximum $email_multiple entries.").'</i>'; 
    411411      } 
    412412} 
  • wp-email/trunk/readme.html

    r6557 r7489  
    33<head>       
    44      <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
    5       <title>WP-EMail 2.08 Readme</title> 
     5      <title>WP-EMail 2.07 Readme</title> 
    66      <style type="text/css" media="screen"> 
    77            /* Default Style */ 
     
    122122      </style> 
    123123      <script type="text/javascript"> 
     124      /* <![CDATA[*/ 
    124125            // Index Page 
    125126            function index() { 
    126127                  // Tab 
    127128                  document.getElementById('IndexTab').className = 'SelectedTab'; 
     129                  document.getElementById('ChangelogTab').className = 'Tab'; 
    128130                  document.getElementById('InstallTab').className = 'Tab'; 
    129131                  document.getElementById('UpgradeTab').className = 'Tab'; 
     
    131133                  // Page 
    132134                  document.getElementById('Index').style.display= 'block'; 
    133                   document.getElementById('IndexTab').className = 'SelectedTab'; 
     135                  document.getElementById('Changelog').style.display = 'none'; 
     136                  document.getElementById('Install').style.display = 'none'; 
     137                  document.getElementById('Upgrade').style.display = 'none'; 
     138                  document.getElementById('Usage').style.display = 'none'; 
     139            } 
     140            // Changelog Page 
     141            function changelog() { 
     142                  // Tab 
     143                  document.getElementById('IndexTab').className = 'Tab'; 
     144                  document.getElementById('ChangelogTab').className = 'SelectedTab'; 
     145                  document.getElementById('InstallTab').className = 'Tab'; 
     146                  document.getElementById('UpgradeTab').className = 'Tab'; 
     147                  document.getElementById('UsageTab').className = 'Tab'; 
     148                  // Page 
     149                  document.getElementById('Index').style.display = 'none'; 
     150                  document.getElementById('Changelog').style.display = 'block'; 
    134151                  document.getElementById('Install').style.display = 'none'; 
    135152                  document.getElementById('Upgrade').style.display = 'none'; 
     
    140157                  // Tab 
    141158                  document.getElementById('IndexTab').className = 'Tab'; 
     159                  document.getElementById('ChangelogTab').className = 'Tab'; 
    142160                  document.getElementById('InstallTab').className = 'SelectedTab'; 
    143161                  document.getElementById('UpgradeTab').className = 'Tab'; 
     
    145163                  // Page 
    146164                  document.getElementById('Index').style.display= 'none'; 
     165                  document.getElementById('Changelog').style.display = 'none'; 
    147166                  document.getElementById('Install').style.display = 'block'; 
    148167                  document.getElementById('Upgrade').style.display = 'none'; 
     
    153172                  // Tab 
    154173                  document.getElementById('IndexTab').className = 'Tab'; 
     174                  document.getElementById('ChangelogTab').className = 'Tab'; 
    155175                  document.getElementById('InstallTab').className = 'Tab'; 
    156176                  document.getElementById('UpgradeTab').className = 'SelectedTab'; 
    157                   document.getElementById('UpgradeTab').href = 'Tab'; 
    158177                  document.getElementById('UsageTab').className = 'Tab'; 
    159178                  // Page 
    160179                  document.getElementById('Index').style.display= 'none'; 
     180                  document.getElementById('Changelog').style.display = 'none'; 
    161181                  document.getElementById('Install').style.display = 'none'; 
    162182                  document.getElementById('Upgrade').style.display = 'block'; 
     
    167187                  // Tab 
    168188                  document.getElementById('IndexTab').className = 'Tab'; 
     189                  document.getElementById('ChangelogTab').className = 'Tab'; 
    169190                  document.getElementById('InstallTab').className = 'Tab'; 
    170191                  document.getElementById('UpgradeTab').className = 'Tab'; 
    171192                  document.getElementById('UsageTab').className = 'SelectedTab'; 
    172193                  // Page 
    173                   document.getElementById('Index').style.display= 'none';            
     194                  document.getElementById('Index').style.display= 'none'; 
     195                  document.getElementById('Changelog').style.display = 'none'; 
    174196                  document.getElementById('Install').style.display = 'none'; 
    175197                  document.getElementById('Upgrade').style.display = 'none'; 
    176198                  document.getElementById('Usage').style.display = 'block'; 
    177199            } 
    178 </script> 
     200      /* ]]> */ 
     201      </script> 
    179202</head> 
    180203<body> 
    181204<div id="Container"> 
    182205      <!-- Title --> 
    183       <div id="Title">WP-EMail 2.08&nbsp;&nbsp;&nbsp;<span style="color: #aaaaaa;">Readme</span></div> 
     206      <div id="Title">WP-EMail 2.07&nbsp;&nbsp;&nbsp;<span style="color: #aaaaaa;">Readme</span></div> 
    184207 
    185208      <!-- Tabs --> 
     
    188211            <li id="UpgradeTab" class="Tab"><a href="#Upgrade" onclick="upgrade(); return false;" title="Upgrade Instructions">Upgrade</a></li> 
    189212            <li id="InstallTab" class="Tab"><a href="#Installation" onclick="install(); return false;" title="Installation Instructions">Installation</a></li> 
     213            <li id="ChangelogTab" class="Tab"><a href="#Changelog" onclick="changelog(); return false;" title="Changelog">Changelog</a></li> 
    190214            <li id="IndexTab" class="SelectedTab"><a href="#Index" onclick="index(); return false;" title="Index Instructions">Index</a></li> 
    191215      </ul> 
     
    197221                  <div class="SubTitle">&raquo; Index</div> 
    198222                  <div class="SubSubTitle">Plugin Information</div> 
    199                   <p><b>Author</b><br /><b>&raquo;</b> Lester 'GaMerZ' Chan</p> 
    200                   <p> 
    201                         <b>EMail:</b><br /><b>&raquo;</b> 
     223                  <p> 
     224                        <b>Author:</b><br /> 
     225                        <b>&raquo;</b> Lester 'GaMerZ' Chan 
     226                  </p> 
     227                  <p> 
     228                        <b>EMail:</b><br /> 
     229                        <b>&raquo;</b> 
    202230                        <script type="text/javascript"> 
    203231                              /* <![CDATA[*/ 
    204                               document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-EMail%202.08%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>'); 
     232                              document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-EMail%202.07%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>'); 
    205233                              /* ]]> */ 
    206234                        </script> 
    207235                  </p> 
    208                   <p><b>Website:</b><br /><b>&raquo;</b> <a href="http://www.lesterchan.net/" title="http://www.lesterchan.net/">http://www.lesterchan.net/</a></p> 
    209                   <p><b>Demo:</b><br /><b>&raquo;</b> <a href="http://www.lesterchan.net/wordpress/2006/07/05/donations/email/" title="http://www.lesterchan.net/wordpress/2006/07/05/donations/email/">http://www.lesterchan.net/wordpress/2006/07/05/donations/email/</a></p> 
    210                   <p><b>Documentation:</b><br /><b>&raquo;</b> <a href="http://dev.wp-plugins.org/wiki/wp-email" title="http://dev.wp-plugins.org/wiki/wp-email">http://dev.wp-plugins.org/wiki/wp-email</a></p> 
    211                   <p><b>Development:</b><br /><b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-email/" title="http://dev.wp-plugins.org/browser/wp-email/">http://dev.wp-plugins.org/browser/wp-email/</a></p> 
    212                   <p><b>Support Forums:</b><br /><b>&raquo;</b> <a href="http://forums.lesterchan.net/viewforum.php?f=13" title="http://forums.lesterchan.net/viewforum.php?f=13">http://forums.lesterchan.net/viewforum.php?f=13</a></p> 
    213                   <p><b>Updated:</b><br /><b>&raquo;</b> 11th December 2006</p> 
    214                   <div class="SubSubTitle">Changelog</div> 
     236                  <p> 
     237                        <b>Website:</b><br /> 
     238                        <b>&raquo;</b> <a href="http://www.lesterchan.net/" title="http://www.lesterchan.net/">http://www.lesterchan.net/</a> 
     239                  </p> 
     240                  <p> 
     241                        <b>Features:</b><br /> 
     242                        <b>&raquo;</b> Allows people to recommand/send your WordPress blog's post/page to a friend. 
     243                  </p> 
     244                  <p> 
     245                        <b>Download:</b><br /> 
     246                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads.php?id=13" title="http://www.lesterchan.net/others/downloads.php?id=13">WP-EMail 2.07 For WordPress 2.1.x</a><br /> 
     247                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads/wp-email207.zip" title="http://www.lesterchan.net/others/downloads/wp-email207.zip">WP-EMail 2.07 For WordPress 2.0.x</a><br /> 
     248                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads/wp-email200b.zip" title="http://www.lesterchan.net/others/downloads/wp-email200b.zip">WP-EMail 2.00b For WordPress 1.5.2</a> 
     249                  </p> 
     250                  <p> 
     251                        <b>Demo:</b><br /> 
     252                        <b>&raquo;</b> <a href="http://www.lesterchan.net/wordpress/2006/07/05/donations/email/" title="http://www.lesterchan.net/wordpress/2006/07/05/donations/email/">http://www.lesterchan.net/wordpress/2006/07/05/donations/email/</a> 
     253                  </p> 
     254                  <p> 
     255                        <b>Development:</b><br /> 
     256                        <b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-email/" title="http://dev.wp-plugins.org/browser/wp-email/">http://dev.wp-plugins.org/browser/wp-email/</a> 
     257                  </p> 
     258                  <p> 
     259                        <b>Translations:</b><br /> 
     260                        <b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-email/i18n/" title="http://dev.wp-plugins.org/browser/wp-email/i18n/">http://dev.wp-plugins.org/browser/wp-email/i18n/</a></p> 
     261                  <p> 
     262                  <b> 
     263                        Support Forums:</b><br /> 
     264                        <b>&raquo;</b> <a href="http://forums.lesterchan.net/index.php?board=13.0" title="http://forums.lesterchan.net/index.php?board=13.0">http://forums.lesterchan.net/index.php?board=13.0</a> 
     265                  </p> 
     266                  <p> 
     267                        <b>Updated:</b><br /> 
     268                        <b>&raquo;</b> 1st October 2006 
     269                  </p> 
     270                  <p> 
     271                        <b>Note:</b><br /> 
     272                        <b>&raquo;</b> The <b>Changelog</b>, <b>Installation</b>, <b>Upgrade</b>, <b>Usage</b> Tab at the top of the page. 
     273                  </p> 
     274                  <p> 
     275                        <b>Donations:</b><br /> 
     276                        <b>&raquo;</b> I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks as my school allowance, I will really appericiate it. If not feel free to use it without any obligations. Thank You. My Paypal account is  
     277                        <script type="text/javascript"> 
     278                              /* <![CDATA[*/ 
     279                              document.write(' <b>gamerz84@hotmail.com</b>.'); 
     280                              /* ]]> */ 
     281                        </script> 
     282                  </p> 
     283            </div> 
     284 
     285            <!-- Changelog --> 
     286            <div id="Changelog" style="display: none;"> 
     287                  <div class="SubTitle">&raquo; Changelog</div> 
    215288                  <ul> 
    216                         <li> 
    217                               <b>Version 2.08 (11-12-2006)</b> 
     289                        <!-- 
     290                        <li> 
     291                              <b>Version 2.10 (01-02-2007)</b> 
    218292                              <ul> 
    219293                                    <li>FIXED: Special HTML Characters No Longer Get Converted Into Its Symbolic Form When Displaying In E-Mail -> E-Mail Options</li> 
     
    222296                              </ul> 
    223297                        </li> 
     298                        --> 
    224299                        <li> 
    225300                              <b>Version 2.07 (01-10-2006)</b> 
     
    358433                        </li> 
    359434                        <li> 
    360                               You MAY Need To Re-Generate The Permalink (<b>Options -> Permalinks Options -> Update Permalink Structure</b>) 
     435                              You Need To Re-Generate The Permalink (<b>Options -> Permalinks Options -> Update Permalink Structure</b>) 
    361436                        </li> 
    362437                        <li> 
     
    369444            <div id="Upgrade" style="display: none;"> 
    370445                  <div class="SubTitle">&raquo; Upgrade Instructions</div> 
    371                   <div class="SubSubTitle">From v2.0x To v2.08</div> 
     446                  <div class="SubSubTitle">From v2.0x To v2.07</div> 
    372447                  <ol> 
    373448                        <li> 
     
    388463                        </li> 
    389464                        <li> 
    390                               You MAY Need To Re-Generate The Permalink (<b>Options -> Permalinks Options -> Update Permalink Structure</b>) 
    391                         </li> 
    392                   </ol> 
    393                   <div class="SubSubTitle">From v1.0x To v2.08</div> 
    394                   <ol> 
    395                         <li> 
    396                               <b>Deactivate</b> WP-EMail Plugin 
    397                         </li> 
    398                         <li> 
    399                               Delete these file if exists: 
    400                               <blockquote> 
    401                                     wp-content/plugins/email.php<br /> 
    402                                     wp-admin/email-options.php<br /> 
    403                                     wp-admin/email-manager.php<br /> 
    404                                     wp-includes/class-phpmailer.php<br /> 
    405                                     wp-includes/class-smtp.php<br /> 
    406                                     wp-includes/functions-wp-email.php<br /> 
    407                               </blockquote> 
    408                         </li> 
    409                         <li> 
    410                               Open <b>wp-content/plugins</b> Folder 
    411                         </li> 
    412                         <li> 
    413                               Put: 
    414                               <blockquote>Folder: email</blockquote> 
    415                         </li> 
    416                         <li> 
    417                               <b>Activate</b> WP-EMail Plugin 
    418                         </li> 
    419                         <li> 
    420                               You MAY Need To Re-Generate The Permalink (<b>Options -> Permalinks Options -> Update Permalink Structure</b>) 
     465                              You Need To Re-Generate The Permalink (<b>Options -> Permalinks Options -> Update Permalink Structure</b>) 
    421466                        </li> 
    422467                        <li> 
     
    507552      </div> 
    508553</div> 
    509 <p id="Copyright">WP-EMail 2.08<br />Copyright &copy; 2006 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 
     554<p id="Copyright">WP-EMail 2.07<br />Copyright &copy; 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 
    510555</body> 
    511556</html>