Version Description
- Some optimization
Download this release
Release Info
Developer | acalbert |
Plugin | WP SMTP |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.7 to 1.1.9
- img/alipay_donate.png +0 -0
- img/alipay_donate_email.jpg +0 -0
- img/btn_donateCC_LG.gif +0 -0
- img/paypal_donate_email.jpg +0 -0
- readme.txt +13 -9
- wp-smtp.php +1 -1
- wp_smtp_admin.php +11 -11
img/alipay_donate.png
DELETED
Binary file
|
img/alipay_donate_email.jpg
ADDED
Binary file
|
img/btn_donateCC_LG.gif
DELETED
Binary file
|
img/paypal_donate_email.jpg
ADDED
Binary file
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== WP SMTP ===
|
2 |
Contributors: boliquan
|
3 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=
|
4 |
Tags: wp smtp,smtp,mail,email,phpmailer,mailer,wp mail,gmail,yahoo,mail smtp,ssl,tls
|
5 |
License: GPLv2
|
6 |
Requires at least: 2.7
|
7 |
-
Tested up to: 3.
|
8 |
-
Stable tag: 1.1.
|
9 |
|
10 |
WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
|
11 |
|
@@ -26,12 +26,12 @@ If the field "From" was not a valid email address, or the field "SMTP Host" was
|
|
26 |
|
27 |
Related Links:
|
28 |
|
29 |
-
* <a href="http://boliquan.com/wp-smtp/">WP SMTP (FAQ)</a> | <a href="http://wordpress.org/
|
30 |
-
* <a href="http://boliquan.com/wp-clean-up/">WP Clean Up</a> | <a href="http://wordpress.org/
|
31 |
-
* <a href="http://boliquan.com/wp-anti-spam/">WP Anti Spam</a> | <a href="http://wordpress.org/
|
32 |
-
* <a href="http://boliquan.com/wp-code-highlight/">WP Code Highlight</a> | <a href="http://wordpress.org/
|
33 |
-
* <a href="http://boliquan.com/wp-slug-translate/">WP Slug Translate</a> | <a href="http://wordpress.org/
|
34 |
-
* <a href="http://boliquan.com/yg-share/">YG Share</a> | <a href="http://wordpress.org/
|
35 |
* <a href="http://boliquan.com/">BoLiQuan</a>
|
36 |
* <a href="http://boliquan.com/">玻璃泉</a>
|
37 |
* <a href="http://boliquan.com/">夜光</a>
|
@@ -48,6 +48,10 @@ Related Links:
|
|
48 |
|
49 |
== Changelog ==
|
50 |
|
|
|
|
|
|
|
|
|
51 |
= 1.1.7 =
|
52 |
|
53 |
* Using a nonce to increase security.
|
1 |
=== WP SMTP ===
|
2 |
Contributors: boliquan
|
3 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SCWY6NPFRR8EY
|
4 |
Tags: wp smtp,smtp,mail,email,phpmailer,mailer,wp mail,gmail,yahoo,mail smtp,ssl,tls
|
5 |
License: GPLv2
|
6 |
Requires at least: 2.7
|
7 |
+
Tested up to: 3.9.1
|
8 |
+
Stable tag: 1.1.9
|
9 |
|
10 |
WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
|
11 |
|
26 |
|
27 |
Related Links:
|
28 |
|
29 |
+
* <a href="http://boliquan.com/wp-smtp/">WP SMTP (FAQ)</a> | <a href="http://wordpress.org/plugins/wp-smtp/">Download</a>
|
30 |
+
* <a href="http://boliquan.com/wp-clean-up/">WP Clean Up</a> | <a href="http://wordpress.org/plugins/wp-clean-up/">Download</a>
|
31 |
+
* <a href="http://boliquan.com/wp-anti-spam/">WP Anti Spam</a> | <a href="http://wordpress.org/plugins/wp-anti-spam/">Download</a>
|
32 |
+
* <a href="http://boliquan.com/wp-code-highlight/">WP Code Highlight</a> | <a href="http://wordpress.org/plugins/wp-code-highlight/">Download</a>
|
33 |
+
* <a href="http://boliquan.com/wp-slug-translate/">WP Slug Translate</a> | <a href="http://wordpress.org/plugins/wp-slug-translate/">Download</a>
|
34 |
+
* <a href="http://boliquan.com/yg-share/">YG Share</a> | <a href="http://wordpress.org/plugins/yg-share/">Download</a>
|
35 |
* <a href="http://boliquan.com/">BoLiQuan</a>
|
36 |
* <a href="http://boliquan.com/">玻璃泉</a>
|
37 |
* <a href="http://boliquan.com/">夜光</a>
|
48 |
|
49 |
== Changelog ==
|
50 |
|
51 |
+
= 1.1.9 =
|
52 |
+
|
53 |
+
* Some optimization
|
54 |
+
|
55 |
= 1.1.7 =
|
56 |
|
57 |
* Using a nonce to increase security.
|
wp-smtp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP SMTP
|
4 |
Plugin URI: http://boliquan.com/wp-smtp/
|
5 |
Description: WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
|
6 |
-
Version: 1.1.
|
7 |
Author: BoLiQuan
|
8 |
Author URI: http://boliquan.com/
|
9 |
Text Domain: WP-SMTP
|
3 |
Plugin Name: WP SMTP
|
4 |
Plugin URI: http://boliquan.com/wp-smtp/
|
5 |
Description: WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
|
6 |
+
Version: 1.1.9
|
7 |
Author: BoLiQuan
|
8 |
Author URI: http://boliquan.com/
|
9 |
Text Domain: WP-SMTP
|
wp_smtp_admin.php
CHANGED
@@ -242,17 +242,17 @@ WP SMTP
|
|
242 |
|
243 |
<br />
|
244 |
<?php $donate_url = plugins_url('/img/paypal_32_32.jpg', __FILE__);?>
|
245 |
-
<?php $paypal_donate_url = plugins_url('/img/
|
246 |
-
<?php $ali_donate_url = plugins_url('/img/
|
247 |
<div class="icon32"><img src="<?php echo $donate_url; ?>" alt="Donate" /></div>
|
248 |
<h2>Donate</h2>
|
249 |
<p>
|
250 |
If you find my work useful and you want to encourage the development of more free resources, you can do it by donating.
|
251 |
</p>
|
252 |
<p>
|
253 |
-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=
|
254 |
|
255 |
-
<a href="https://
|
256 |
</p>
|
257 |
<br />
|
258 |
|
@@ -260,17 +260,17 @@ If you find my work useful and you want to encourage the development of more fre
|
|
260 |
<div class="icon32"><img src="<?php echo $blq_logo_url; ?>" alt="BoLiQuan" /></div>
|
261 |
<h2>Related Links</h2>
|
262 |
<ul style="margin:0 18px;">
|
263 |
-
<li><a href="http://boliquan.com/wp-smtp/" target="_blank">WP SMTP (FAQ)</a> | <a href="http://wordpress.org/
|
264 |
-
<li><a href="http://boliquan.com/wp-clean-up/" target="_blank">WP Clean Up</a> | <a href="http://wordpress.org/
|
265 |
-
<li><a href="http://boliquan.com/wp-anti-spam/" target="_blank">WP Anti Spam</a> | <a href="http://wordpress.org/
|
266 |
-
<li><a href="http://boliquan.com/wp-code-highlight/" target="_blank">WP Code Highlight</a> | <a href="http://wordpress.org/
|
267 |
-
<li><a href="http://boliquan.com/wp-slug-translate/" target="_blank">WP Slug Translate</a> | <a href="http://wordpress.org/
|
268 |
-
<li><a href="http://boliquan.com/yg-share/" target="_blank">YG Share</a> | <a href="http://wordpress.org/
|
269 |
<li><a href="http://boliquan.com/ylife/" target="_blank">YLife</a> | <a href="http://code.google.com/p/ylife/downloads/list" target="_blank">Download</a></li>
|
270 |
<li><a href="http://boliquan.com/" target="_blank">BoLiQuan</a></li>
|
271 |
</ul>
|
272 |
|
273 |
-
<div style="text-align:center; margin:60px 0 10px 0;">© <?php echo date("Y"); ?> BoLiQuan</div>
|
274 |
|
275 |
</div>
|
276 |
<?php
|
242 |
|
243 |
<br />
|
244 |
<?php $donate_url = plugins_url('/img/paypal_32_32.jpg', __FILE__);?>
|
245 |
+
<?php $paypal_donate_url = plugins_url('/img/paypal_donate_email.jpg', __FILE__);?>
|
246 |
+
<?php $ali_donate_url = plugins_url('/img/alipay_donate_email.jpg', __FILE__);?>
|
247 |
<div class="icon32"><img src="<?php echo $donate_url; ?>" alt="Donate" /></div>
|
248 |
<h2>Donate</h2>
|
249 |
<p>
|
250 |
If you find my work useful and you want to encourage the development of more free resources, you can do it by donating.
|
251 |
</p>
|
252 |
<p>
|
253 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SCWY6NPFRR8EY" target="_blank"><img src="<?php echo $paypal_donate_url; ?>" alt="Paypal Donate" title="Paypal" /></a>
|
254 |
|
255 |
+
<a href="https://www.alipay.com/" target="_blank"><img src="<?php echo $ali_donate_url; ?>" alt="Alipay Donate" title="Alipay" /></a>
|
256 |
</p>
|
257 |
<br />
|
258 |
|
260 |
<div class="icon32"><img src="<?php echo $blq_logo_url; ?>" alt="BoLiQuan" /></div>
|
261 |
<h2>Related Links</h2>
|
262 |
<ul style="margin:0 18px;">
|
263 |
+
<li><a href="http://boliquan.com/wp-smtp/" target="_blank">WP SMTP (FAQ)</a> | <a href="http://wordpress.org/plugins/wp-smtp/" target="_blank">Usage</a> | <a href="http://wordpress.org/plugins/wp-smtp/" target="_blank">Download</a></li>
|
264 |
+
<li><a href="http://boliquan.com/wp-clean-up/" target="_blank">WP Clean Up</a> | <a href="http://wordpress.org/plugins/wp-clean-up/" target="_blank">Download</a></li>
|
265 |
+
<li><a href="http://boliquan.com/wp-anti-spam/" target="_blank">WP Anti Spam</a> | <a href="http://wordpress.org/plugins/wp-anti-spam/" target="_blank">Download</a></li>
|
266 |
+
<li><a href="http://boliquan.com/wp-code-highlight/" target="_blank">WP Code Highlight</a> | <a href="http://wordpress.org/plugins/wp-code-highlight/" target="_blank">Download</a></li>
|
267 |
+
<li><a href="http://boliquan.com/wp-slug-translate/" target="_blank">WP Slug Translate</a> | <a href="http://wordpress.org/plugins/wp-slug-translate/" target="_blank">Download</a></li>
|
268 |
+
<li><a href="http://boliquan.com/yg-share/" target="_blank">YG Share</a> | <a href="http://wordpress.org/plugins/yg-share/" target="_blank">Download</a></li>
|
269 |
<li><a href="http://boliquan.com/ylife/" target="_blank">YLife</a> | <a href="http://code.google.com/p/ylife/downloads/list" target="_blank">Download</a></li>
|
270 |
<li><a href="http://boliquan.com/" target="_blank">BoLiQuan</a></li>
|
271 |
</ul>
|
272 |
|
273 |
+
<div style="text-align:center; margin:60px 0 10px 0;">© <?php echo date("Y"); ?> BoLiQuan.COM</div>
|
274 |
|
275 |
</div>
|
276 |
<?php
|