Version Description
Compatibility with WP3.6.
=
Download this release
Release Info
Developer | manojtd |
Plugin | Easy Plugin for AdSense |
Version | 6.30 |
Comparing to | |
See all releases |
Code changes from version 6.23 to 6.30
- easy-adsense-lite.php +1 -1
- ezpaypal.png +0 -0
- head-text.php +5 -5
- myPlugins.php +13 -0
- readme.txt +6 -5
- tail-text.php +3 -3
easy-adsense-lite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy AdSense
|
4 |
Plugin URI: http://www.thulasidas.com/adsense
|
5 |
Description: Easiest way to show AdSense and make money from your blog. Configure it at <a href="options-general.php?page=easy-adsense-lite.php">Settings → Easy AdSense</a>.
|
6 |
-
Version: 6.
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
3 |
Plugin Name: Easy AdSense
|
4 |
Plugin URI: http://www.thulasidas.com/adsense
|
5 |
Description: Easiest way to show AdSense and make money from your blog. Configure it at <a href="options-general.php?page=easy-adsense-lite.php">Settings → Easy AdSense</a>.
|
6 |
+
Version: 6.30
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
ezpaypal.png
CHANGED
Binary file
|
head-text.php
CHANGED
@@ -84,7 +84,7 @@ function renderSupportText($name, $plg, $long=true) {
|
|
84 |
if ($long) $longText = "My books on " ;
|
85 |
else $longText= 'Books: ' ;
|
86 |
$supportText .= "<br />$longText<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('unreal', WIDTH, 205, TITLE, 'Buy <em>The Unreal Universe</em>',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://buy.thulasidas.com/unreal' target='_blank'>Physics & Philosophy</a></b></span> or " ;
|
87 |
-
$supportText .= "<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('pqd', WIDTH, 205, TITLE, '<em>Principles of Quant. Devel.</em>',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://
|
88 |
echo $supportText ;
|
89 |
}
|
90 |
|
@@ -140,20 +140,20 @@ ISBN: 9789810575946 <br />
|
|
140 |
<div id="pqd" style="margin-left:auto;margin-right:auto;width:200px;display:none;">
|
141 |
<div style="text-align:center;width:200px;padding:1px;background:#000;margin:2px;">
|
142 |
<div style="text-align:center;width:190px;height:185px;padding:2px;padding-top:1px;padding-left:4px;border:solid 1px #fff;background:#411;margin:1px;">
|
143 |
-
<a style="text-decoration:none;" href="http://
|
144 |
<span style="font-size:14px;font-family:arial;color:#fff;font-variant: small-caps;">A Remarkable Book from Wiley-Finance</span>
|
145 |
</a>
|
146 |
<hr />
|
147 |
<table style="border-width:0;padding:2px;width:100%;margin-left:auto;margin-right:auto;border-spacing:0;border-collapse:collapse;">
|
148 |
<tr><td style="padding:0px">
|
149 |
<div style="border:solid 1px #faa;height:126px;width:82px;">
|
150 |
-
<a style="text-decoration:none;" href="http://
|
151 |
-
<img src="$plugindir/pqd-82x126.gif" alt="PQD" title="Principles of Quantitative Development from
|
152 |
</a>
|
153 |
</div>
|
154 |
</td>
|
155 |
<td style="padding:3px">
|
156 |
-
<a style="text-decoration:none;" href="http://
|
157 |
<em style="font-size:14px;font-family:arial;color:#fff;">"An excellent book!"</em><br />
|
158 |
<small style="font-size:13px;font-family:arial;color:#faa;"> — Paul Wilmott</small>
|
159 |
<br />
|
84 |
if ($long) $longText = "My books on " ;
|
85 |
else $longText= 'Books: ' ;
|
86 |
$supportText .= "<br />$longText<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('unreal', WIDTH, 205, TITLE, 'Buy <em>The Unreal Universe</em>',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://buy.thulasidas.com/unreal' target='_blank'>Physics & Philosophy</a></b></span> or " ;
|
87 |
+
$supportText .= "<span style=\"text-decoration:underline\" onmouseover=\"TagToTip('pqd', WIDTH, 205, TITLE, '<em>Principles of Quant. Devel.</em>',STICKY, 1, CLOSEBTN, true, FIX, [this, 5, 2])\"><b><a href='http://buy.thulasidas.com/pqd' target='_blank'>Money & Finance</a></b></span>.</div>" ;
|
88 |
echo $supportText ;
|
89 |
}
|
90 |
|
140 |
<div id="pqd" style="margin-left:auto;margin-right:auto;width:200px;display:none;">
|
141 |
<div style="text-align:center;width:200px;padding:1px;background:#000;margin:2px;">
|
142 |
<div style="text-align:center;width:190px;height:185px;padding:2px;padding-top:1px;padding-left:4px;border:solid 1px #fff;background:#411;margin:1px;">
|
143 |
+
<a style="text-decoration:none;" href="http://buy.thulasidas.com/pqd" title="Buy the companion eBook to Principles of Quantitative Development from the author (only $5.49)">
|
144 |
<span style="font-size:14px;font-family:arial;color:#fff;font-variant: small-caps;">A Remarkable Book from Wiley-Finance</span>
|
145 |
</a>
|
146 |
<hr />
|
147 |
<table style="border-width:0;padding:2px;width:100%;margin-left:auto;margin-right:auto;border-spacing:0;border-collapse:collapse;">
|
148 |
<tr><td style="padding:0px">
|
149 |
<div style="border:solid 1px #faa;height:126px;width:82px;">
|
150 |
+
<a style="text-decoration:none;" href="http://buy.thulasidas.com/pqd" title="Buy the companion eBook to Principles of Quantitative Development from the author (only $5.49)">
|
151 |
+
<img src="$plugindir/pqd-82x126.gif" alt="PQD" title="Buy the companion eBook to Principles of Quantitative Development from the author (only $5.49)" />
|
152 |
</a>
|
153 |
</div>
|
154 |
</td>
|
155 |
<td style="padding:3px">
|
156 |
+
<a style="text-decoration:none;" href="http://buy.thulasidas.com/pqd" title="Buy the companion eBook to Principles of Quantitative Development from the author (only $5.49)">
|
157 |
<em style="font-size:14px;font-family:arial;color:#fff;">"An excellent book!"</em><br />
|
158 |
<small style="font-size:13px;font-family:arial;color:#faa;"> — Paul Wilmott</small>
|
159 |
<br />
|
myPlugins.php
CHANGED
@@ -148,6 +148,19 @@ $myPlugins['unreal-universe'] =
|
|
148 |
'pro' => '',
|
149 |
'kind' =>'book') ;
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
$myPlugins['iphoto-tagger'] =
|
152 |
array('value' => 'iPhoto Tagger -- Helper for iPhoto imports',
|
153 |
'price' => '1.99',
|
148 |
'pro' => '',
|
149 |
'kind' =>'book') ;
|
150 |
|
151 |
+
$myPlugins['pqd'] =
|
152 |
+
array('value' => 'Principles of Quantitative Development - Companion eBook',
|
153 |
+
'url' => 'http://pqd.thulasidas.com',
|
154 |
+
'amazon' => 'http://www.amazon.com/exec/obidos/ASIN/0470745703/unrblo-20',
|
155 |
+
'price' => '5.49',
|
156 |
+
'share' => false,
|
157 |
+
'long' => true,
|
158 |
+
'blurb' => 'This eBook companion to <em><strong>Principles of Quantitative Development</strong></em> is a lucid and succinct exposé on the trade life cycle and the business groups involved in managing it, bringing together the big picture of how a trade flows through the systems, and the role of a quantitative professional in the organization. This compelling book ',
|
159 |
+
'desc' => 'looks at the need and demand for in-house trading platforms, addressing the current trends in the industry. It then looks at the trade life cycle and its participants, from beginning to end, and then the functions within the front, middle and back office, giving the reader a full understanding and appreciation of the perspectives and needs of each function.',
|
160 |
+
'title' => '<em><strong>Principles of Quantitative Development</strong></em> has been enthusiastically endorsed by the leading professionals in the quantitative finance space, including <strong>Paul Wilmott</strong>.',
|
161 |
+
'pro' => '',
|
162 |
+
'kind' =>'book') ;
|
163 |
+
|
164 |
$myPlugins['iphoto-tagger'] =
|
165 |
array('value' => 'iPhoto Tagger -- Helper for iPhoto imports',
|
166 |
'price' => '1.99',
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: manojtd
|
|
3 |
Donate link: http://buy.thulasidas.com/easy-adsense
|
4 |
Tags: adsense, google adsense, ads, advertising, easy adsense, google, adsense plugin
|
5 |
Requires at least: 2.6
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 6.
|
8 |
|
9 |
Easy AdSense manages all aspects of AdSense: insert ads into posts and sidebar, and add a Google Search box. Easiest and most complete AdSense Plugin!
|
10 |
|
@@ -32,13 +32,13 @@ Easy AdSense is the freely distributed version of a premium plugin. The [Pro ver
|
|
32 |
|
33 |
= New in this Release =
|
34 |
|
35 |
-
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
-
= 6.
|
40 |
|
41 |
-
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
@@ -126,6 +126,7 @@ A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Tran
|
|
126 |
|
127 |
== Change Log ==
|
128 |
|
|
|
129 |
* V6.23: New option to suppress the red placeholder boxes that annoy some users. [Jul 27, 2013]
|
130 |
* V6.22: New option to prevent line-breaks in ad insertion. [Jul 3, 2013]
|
131 |
* V6.21: Updating a few translations. Minor changes to the admin page. [Jun 10, 2013]
|
3 |
Donate link: http://buy.thulasidas.com/easy-adsense
|
4 |
Tags: adsense, google adsense, ads, advertising, easy adsense, google, adsense plugin
|
5 |
Requires at least: 2.6
|
6 |
+
Tested up to: 3.6
|
7 |
+
Stable tag: 6.30
|
8 |
|
9 |
Easy AdSense manages all aspects of AdSense: insert ads into posts and sidebar, and add a Google Search box. Easiest and most complete AdSense Plugin!
|
10 |
|
32 |
|
33 |
= New in this Release =
|
34 |
|
35 |
+
Compatibility with WP3.6.
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
+
= 6.30 =
|
40 |
|
41 |
+
Compatibility with WP3.6.
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
126 |
|
127 |
== Change Log ==
|
128 |
|
129 |
+
* V6.30: Compatibility with WP3.6. [Aug 8, 2013]
|
130 |
* V6.23: New option to suppress the red placeholder boxes that annoy some users. [Jul 27, 2013]
|
131 |
* V6.22: New option to prevent line-breaks in ad insertion. [Jul 3, 2013]
|
132 |
* V6.21: Updating a few translations. Minor changes to the admin page. [Jun 10, 2013]
|
tail-text.php
CHANGED
@@ -77,7 +77,7 @@ function renderBook($name, $plg) {
|
|
77 |
$link = '<b><a href="' . $url . '" target="_blank">' . $value . '</a></b> ' ;
|
78 |
$text = $link . $desc ;
|
79 |
$price = $plg['price'] ;
|
80 |
-
$moreInfo = " <a href='$url' title='More info about $value
|
81 |
$amazon = $plg['amazon'] ;
|
82 |
if (!empty($amazon)) $buyAmazon = " <a href='$amazon' title='Get $value from Amazon.com'>Get it at Amazon</a> " ;
|
83 |
$buyNow = " <a href='http://buy.thulasidas.com/$name' title='Buy and download $value for \$$price'>Buy and Download now!</a><br />" ;
|
@@ -87,8 +87,8 @@ function renderBook($name, $plg) {
|
|
87 |
"<br /> " .
|
88 |
makeTextWithTooltip($moreInfo, "Read all about $value at its own site.<br />", "$value", 300) .
|
89 |
makeTextWithTooltip($buyAmazon, $title, "Buy $value from Amazon", 350) .
|
90 |
-
makeTextWithTooltipTag($name, $buyNow, $why, "Buy $value!", 300) .
|
91 |
-
"<span id=$name> $why </span>" .
|
92 |
"</li>\n" ;
|
93 |
}
|
94 |
?>
|
77 |
$link = '<b><a href="' . $url . '" target="_blank">' . $value . '</a></b> ' ;
|
78 |
$text = $link . $desc ;
|
79 |
$price = $plg['price'] ;
|
80 |
+
$moreInfo = " <a href='$url' title='More info about $value'>More Info</a> " ;
|
81 |
$amazon = $plg['amazon'] ;
|
82 |
if (!empty($amazon)) $buyAmazon = " <a href='$amazon' title='Get $value from Amazon.com'>Get it at Amazon</a> " ;
|
83 |
$buyNow = " <a href='http://buy.thulasidas.com/$name' title='Buy and download $value for \$$price'>Buy and Download now!</a><br />" ;
|
87 |
"<br /> " .
|
88 |
makeTextWithTooltip($moreInfo, "Read all about $value at its own site.<br />", "$value", 300) .
|
89 |
makeTextWithTooltip($buyAmazon, $title, "Buy $value from Amazon", 350) .
|
90 |
+
makeTextWithTooltipTag("$name-book", $buyNow, $why, "Buy $value!", 300) .
|
91 |
+
"<span id=$name-book> $why </span>" .
|
92 |
"</li>\n" ;
|
93 |
}
|
94 |
?>
|