Changeset 7489
- Timestamp:
- 01/22/07 19:18:20 (1 year ago)
- Files:
-
- wp-email/i18n (added)
- wp-email/tags/wp-email207.zip (added)
- wp-email/trunk/email/email.php (modified) (1 diff)
- wp-email/trunk/readme.html (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email/email.php
r6556 r7489 408 408 $email_multiple = intval(get_settings('email_multiple')); 409 409 if($email_multiple > 1) { 410 echo '<br /><i>'.__("Sep erate 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>'; 411 411 } 412 412 } wp-email/trunk/readme.html
r6557 r7489 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-EMail 2.0 8Readme</title>5 <title>WP-EMail 2.07 Readme</title> 6 6 <style type="text/css" media="screen"> 7 7 /* Default Style */ … … 122 122 </style> 123 123 <script type="text/javascript"> 124 /* <![CDATA[*/ 124 125 // Index Page 125 126 function index() { 126 127 // Tab 127 128 document.getElementById('IndexTab').className = 'SelectedTab'; 129 document.getElementById('ChangelogTab').className = 'Tab'; 128 130 document.getElementById('InstallTab').className = 'Tab'; 129 131 document.getElementById('UpgradeTab').className = 'Tab'; … … 131 133 // Page 132 134 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'; 134 151 document.getElementById('Install').style.display = 'none'; 135 152 document.getElementById('Upgrade').style.display = 'none'; … … 140 157 // Tab 141 158 document.getElementById('IndexTab').className = 'Tab'; 159 document.getElementById('ChangelogTab').className = 'Tab'; 142 160 document.getElementById('InstallTab').className = 'SelectedTab'; 143 161 document.getElementById('UpgradeTab').className = 'Tab'; … … 145 163 // Page 146 164 document.getElementById('Index').style.display= 'none'; 165 document.getElementById('Changelog').style.display = 'none'; 147 166 document.getElementById('Install').style.display = 'block'; 148 167 document.getElementById('Upgrade').style.display = 'none'; … … 153 172 // Tab 154 173 document.getElementById('IndexTab').className = 'Tab'; 174 document.getElementById('ChangelogTab').className = 'Tab'; 155 175 document.getElementById('InstallTab').className = 'Tab'; 156 176 document.getElementById('UpgradeTab').className = 'SelectedTab'; 157 document.getElementById('UpgradeTab').href = 'Tab';158 177 document.getElementById('UsageTab').className = 'Tab'; 159 178 // Page 160 179 document.getElementById('Index').style.display= 'none'; 180 document.getElementById('Changelog').style.display = 'none'; 161 181 document.getElementById('Install').style.display = 'none'; 162 182 document.getElementById('Upgrade').style.display = 'block'; … … 167 187 // Tab 168 188 document.getElementById('IndexTab').className = 'Tab'; 189 document.getElementById('ChangelogTab').className = 'Tab'; 169 190 document.getElementById('InstallTab').className = 'Tab'; 170 191 document.getElementById('UpgradeTab').className = 'Tab'; 171 192 document.getElementById('UsageTab').className = 'SelectedTab'; 172 193 // Page 173 document.getElementById('Index').style.display= 'none'; 194 document.getElementById('Index').style.display= 'none'; 195 document.getElementById('Changelog').style.display = 'none'; 174 196 document.getElementById('Install').style.display = 'none'; 175 197 document.getElementById('Upgrade').style.display = 'none'; 176 198 document.getElementById('Usage').style.display = 'block'; 177 199 } 178 </script> 200 /* ]]> */ 201 </script> 179 202 </head> 180 203 <body> 181 204 <div id="Container"> 182 205 <!-- Title --> 183 <div id="Title">WP-EMail 2.0 8 <span style="color: #aaaaaa;">Readme</span></div>206 <div id="Title">WP-EMail 2.07 <span style="color: #aaaaaa;">Readme</span></div> 184 207 185 208 <!-- Tabs --> … … 188 211 <li id="UpgradeTab" class="Tab"><a href="#Upgrade" onclick="upgrade(); return false;" title="Upgrade Instructions">Upgrade</a></li> 189 212 <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> 190 214 <li id="IndexTab" class="SelectedTab"><a href="#Index" onclick="index(); return false;" title="Index Instructions">Index</a></li> 191 215 </ul> … … 197 221 <div class="SubTitle">» Index</div> 198 222 <div class="SubSubTitle">Plugin Information</div> 199 <p><b>Author</b><br /><b>»</b> Lester 'GaMerZ' Chan</p> 200 <p> 201 <b>EMail:</b><br /><b>»</b> 223 <p> 224 <b>Author:</b><br /> 225 <b>»</b> Lester 'GaMerZ' Chan 226 </p> 227 <p> 228 <b>EMail:</b><br /> 229 <b>»</b> 202 230 <script type="text/javascript"> 203 231 /* <![CDATA[*/ 204 document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-EMail%202.0 8%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>'); 205 233 /* ]]> */ 206 234 </script> 207 235 </p> 208 <p><b>Website:</b><br /><b>»</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>»</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>»</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>»</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>»</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>»</b> 11th December 2006</p> 214 <div class="SubSubTitle">Changelog</div> 236 <p> 237 <b>Website:</b><br /> 238 <b>»</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>»</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>»</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>»</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>»</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>»</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>»</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>»</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>»</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>»</b> 1st October 2006 269 </p> 270 <p> 271 <b>Note:</b><br /> 272 <b>»</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>»</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">» Changelog</div> 215 288 <ul> 216 <li> 217 <b>Version 2.08 (11-12-2006)</b> 289 <!-- 290 <li> 291 <b>Version 2.10 (01-02-2007)</b> 218 292 <ul> 219 293 <li>FIXED: Special HTML Characters No Longer Get Converted Into Its Symbolic Form When Displaying In E-Mail -> E-Mail Options</li> … … 222 296 </ul> 223 297 </li> 298 --> 224 299 <li> 225 300 <b>Version 2.07 (01-10-2006)</b> … … 358 433 </li> 359 434 <li> 360 You MAYNeed 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>) 361 436 </li> 362 437 <li> … … 369 444 <div id="Upgrade" style="display: none;"> 370 445 <div class="SubTitle">» Upgrade Instructions</div> 371 <div class="SubSubTitle">From v2.0x To v2.0 8</div>446 <div class="SubSubTitle">From v2.0x To v2.07</div> 372 447 <ol> 373 448 <li> … … 388 463 </li> 389 464 <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>) 421 466 </li> 422 467 <li> … … 507 552 </div> 508 553 </div> 509 <p id="Copyright">WP-EMail 2.0 8<br />Copyright © 2006Lester 'GaMerZ' Chan. All Rights Reserved.</p>554 <p id="Copyright">WP-EMail 2.07<br />Copyright © 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 510 555 </body> 511 556 </html>
