Version Description
Correcting W3C markup validation errors on the admin page.
=
Download this release
Release Info
Developer | manojtd |
Plugin | ![]() |
Version | 6.20 |
Comparing to | |
See all releases |
Code changes from version 6.10 to 6.20
- admin.php +38 -36
- easy-adsense-lite.php +1 -1
- myPlugins.php +2 -2
- readme.txt +5 -4
admin.php
CHANGED
@@ -47,9 +47,12 @@ if (empty($this->options['kill_invites']))
|
|
47 |
renderInvite($myPlugins[$plgName], $plgName) ;
|
48 |
?>
|
49 |
<table class="form-table">
|
50 |
-
<tr><th scope="row"
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
53 |
|
54 |
<ul style="padding-left:10px;list-style-type:circle; list-style-position:inside;" >
|
55 |
<li>
|
@@ -77,16 +80,16 @@ printf(__('A few easy steps to setup %s', 'easy-adsenser'),'<em>Easy AdSense</em
|
|
77 |
<br />
|
78 |
|
79 |
<table class="form-table">
|
80 |
-
<tr><th scope="row"
|
81 |
</table>
|
82 |
|
83 |
-
<table
|
84 |
<tr>
|
85 |
-
<td
|
86 |
|
87 |
<table class="form-table">
|
88 |
<tr>
|
89 |
-
<td
|
90 |
<b><u><?php _e('Ad Blocks in Your Posts', 'easy-adsenser') ; ?></u></b><br />
|
91 |
<?php _e('[Appears in your posts and pages]', 'easy-adsenser') ; ?>
|
92 |
</td>
|
@@ -94,10 +97,10 @@ printf(__('A few easy steps to setup %s', 'easy-adsenser'),'<em>Easy AdSense</em
|
|
94 |
</table>
|
95 |
</td>
|
96 |
|
97 |
-
<td
|
98 |
<table class="form-table">
|
99 |
<tr>
|
100 |
-
<td
|
101 |
<b><u><?php _e('Widgets for Your Sidebars', 'easy-adsenser') ; ?></u></b><br />
|
102 |
<?php _e('[See <a href="widgets.php"> Appearance (or Design) → Widgets</a>]', 'easy-adsenser') ; ?>
|
103 |
</td>
|
@@ -107,12 +110,12 @@ printf(__('A few easy steps to setup %s', 'easy-adsenser'),'<em>Easy AdSense</em
|
|
107 |
</tr>
|
108 |
</table>
|
109 |
|
110 |
-
<table
|
111 |
-
<tr
|
112 |
-
<td
|
113 |
<table class="form-table">
|
114 |
-
<tr
|
115 |
-
<td
|
116 |
<b><?php _e('Lead-in AdSense Text', 'easy-adsenser') ; ?></b>
|
117 |
<?php _e('(Appears near the beginning of the post)', 'easy-adsenser') ; ?><br />
|
118 |
<textarea cols="50" rows="15" name="ezAdSenseTextLeadin" style="width: 95%; height: 130px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_leadin']))) ?></textarea>
|
@@ -145,8 +148,8 @@ printf(__('A few easy steps to setup %s', 'easy-adsenser'),'<em>Easy AdSense</em
|
|
145 |
<br />
|
146 |
</td>
|
147 |
</tr>
|
148 |
-
<tr
|
149 |
-
<td
|
150 |
<b><?php _e('Mid-Post AdSense Text', 'easy-adsenser') ; ?></b>
|
151 |
<?php _e('(Appears near the middle of the post)', 'easy-adsenser') ; ?><br />
|
152 |
<textarea cols="50" rows="15" name="ezAdSenseTextMidtext" style="width: 95%; height: 130px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_midtext']))) ?></textarea>
|
@@ -171,8 +174,8 @@ printf(__('A few easy steps to setup %s', 'easy-adsenser'),'<em>Easy AdSense</em
|
|
171 |
|
172 |
</td>
|
173 |
</tr>
|
174 |
-
<tr
|
175 |
-
<td
|
176 |
<b><?php _e('Post Lead-out AdSense Text', 'easy-adsenser') ; ?></b>
|
177 |
<?php _e('(Appears near the end of the post)', 'easy-adsenser') ; ?><br />
|
178 |
<textarea cols="50" rows="15" name="ezAdSenseTextLeadout" style="width: 95%; height: 162px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_leadout']))) ?></textarea>
|
@@ -209,10 +212,9 @@ printf(__('A few easy steps to setup %s', 'easy-adsenser'),'<em>Easy AdSense</em
|
|
209 |
</table>
|
210 |
|
211 |
<table class="form-table">
|
212 |
-
<tr
|
213 |
-
<td
|
214 |
<b title="<?php _e('(Google policy allows no more than three ad blocks and three link units per page)', 'easy-adsenser') ; ?>"><?php _e('Option on Google Policy', 'easy-adsenser') ; ?></b>
|
215 |
-
<font size="-2"></font>
|
216 |
<br />
|
217 |
<label for="ezAdSenseMax3">
|
218 |
<input type="radio" id="ezAdSenseMax3" name="ezAdSenseMax" value="3" <?php if ($this->options['max_count'] == 3) { echo('checked="checked"'); }?> /> <?php _e('Three ad blocks (including the side bar widget, if enabled).', 'easy-adsenser') ; ?></label><br />
|
@@ -266,11 +268,11 @@ Colors: Normal:#<input style="width:55px;text-align:center;" id="ezBorderN
|
|
266 |
</table>
|
267 |
|
268 |
</td>
|
269 |
-
<td
|
270 |
|
271 |
<table class="form-table">
|
272 |
-
<tr
|
273 |
-
<td
|
274 |
<b><?php _e('AdSense Widget Text', 'easy-adsenser') ; ?></b>
|
275 |
<?php _e('(Appears in the Sidebar as a Widget)', 'easy-adsenser') ; ?><br />
|
276 |
<textarea cols="50" rows="15" name="ezAdSenseTextWidget" style="width: 95%; height: 110px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_widget']))) ?></textarea>
|
@@ -291,8 +293,8 @@ Colors: Normal:#<input style="width:55px;text-align:center;" id="ezBorderN
|
|
291 |
<label for="ezAdKillWidgetTitle"><input type="checkbox" id="ezAdKillWidgetTitle" name="ezAdKillWidgetTitle" <?php if ($this->options['kill_widget_title']) { echo('checked="checked"'); }?> /> <?php _e('Hide Title', 'easy-adsenser') ; ?> </label>
|
292 |
</td>
|
293 |
</tr>
|
294 |
-
<tr
|
295 |
-
<td
|
296 |
<b><?php _e('AdSense Link-Units Text', 'easy-adsenser') ; ?></b>
|
297 |
<?php _e('(Appears in the Sidebar as Widgets)', 'easy-adsenser') ; ?><br />
|
298 |
<textarea cols="50" rows="15" name="ezAdSenseTextLU" style="width: 95%; height: 110px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_lu']))) ?></textarea>
|
@@ -313,8 +315,8 @@ Colors: Normal:#<input style="width:55px;text-align:center;" id="ezBorderN
|
|
313 |
<label for="ezAdKillLUTitle"><input type="checkbox" id="ezAdKillLUTitle" name="ezAdKillLUTitle" <?php if ($this->options['kill_lu_title']) { echo('checked="checked"'); }?> /> <?php _e('Hide Title', 'easy-adsenser') ; ?> </label>
|
314 |
</td>
|
315 |
</tr>
|
316 |
-
<tr
|
317 |
-
<td
|
318 |
<b><?php _e('Google Search Widget', 'easy-adsenser') ; ?></b>
|
319 |
<?php _e('(Adds a Google Search Box to your sidebar)', 'easy-adsenser') ; ?><br />
|
320 |
<textarea cols="50" rows="15" name="ezAdSenseTextGSearch" style="width: 95%; height: 110px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_gsearch']))) ?></textarea>
|
@@ -324,9 +326,9 @@ Colors: Normal:#<input style="width:55px;text-align:center;" id="ezBorderN
|
|
324 |
<span onmouseover="Tip('<?php _e('Use the margin setting to trim margins. Decreasing the margin moves the ad block left and up. Margin can be negative.', 'easy-adsenser') ?>', WIDTH, 240, TITLE, '<?php _e('Tweak Margins', 'easy-adsenser') ?>')" onmouseout="UnTip()"><?php _e('Margin:', 'easy-adsenser') ; ?> <input style="width:30px;text-align:center;" id="ezSearchMargin" name="ezSearchMargin" value="<?php echo(stripslashes(htmlspecialchars($this->options['margin_gsearch'])));?>" />px</span>
|
325 |
<br />
|
326 |
<label for="ezAdSenseShowGSearch_dark">
|
327 |
-
<input type="radio" id="ezAdSenseShowGSearch_dark" name="ezAdSenseShowGSearch" value="dark" <?php if ($this->options['title_gsearch'] == "dark") { echo('checked="checked"'); }?> /> <?php echo '<img src=" ' . $this->plugindir . '/google-dark.gif"
|
328 |
<label for="ezAdSenseShowGSearch_light">
|
329 |
-
<input type="radio" id="ezAdSenseShowGSearch_light" name="ezAdSenseShowGSearch" value="light" <?php if ($this->options['title_gsearch'] == "light") { echo('checked="checked"'); }?> /> <?php echo '<img src=" ' . $this->plugindir . '/google-light.gif"
|
330 |
<label for="ezAdSenseShowGSearch_no">
|
331 |
<input type="radio" id="ezAdSenseShowGSearch_no" name="ezAdSenseShowGSearch" value="no" <?php if ($this->options['title_gsearch'] == "no") { echo('checked="checked"'); }?> /> <?php _e('Suppress Search Box', 'easy-adsenser') ; ?></label><br /><br />
|
332 |
<label for="ezAdSenseShowGSearch_text">
|
@@ -339,8 +341,8 @@ Colors: Normal:#<input style="width:55px;text-align:center;" id="ezBorderN
|
|
339 |
</table>
|
340 |
|
341 |
<table class="form-table">
|
342 |
-
<tr
|
343 |
-
<td
|
344 |
|
345 |
<?php echo '<b>Support Options<br /> ' ; ?></b><br />
|
346 |
|
@@ -441,15 +443,15 @@ no', 'easy-adsenser') ;?>
|
|
441 |
</span>
|
442 |
|
443 |
<span id="help3">
|
444 |
-
<
|
445 |
<b><?php _e('Discard all your changes and load defaults. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
|
446 |
|
447 |
<span id="help4">
|
448 |
-
<
|
449 |
<b><?php _e('Discard all your changes and load defaults. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
|
450 |
|
451 |
<span id="help5">
|
452 |
-
<
|
453 |
<b><?php _e('Kill this plugin. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
|
454 |
|
455 |
<?php
|
@@ -467,7 +469,7 @@ if (!$this->options['kill_invites']) {
|
|
467 |
<?php @include (dirname (__FILE__).'/tail-text.php'); ?>
|
468 |
|
469 |
<table class="form-table" >
|
470 |
-
<tr><th scope="row"
|
471 |
<tr><td>
|
472 |
<ul style="padding-left:10px;list-style-type:circle; list-style-position:inside;" >
|
473 |
<li>
|
47 |
renderInvite($myPlugins[$plgName], $plgName) ;
|
48 |
?>
|
49 |
<table class="form-table">
|
50 |
+
<tr><th scope="row"><?php _e('Instructions', 'easy-adsenser') ; ?></th></tr>
|
51 |
+
</table>
|
52 |
+
|
53 |
+
<table class="form-table" style="width:100%">
|
54 |
+
<tr style="vertical-align:middle">
|
55 |
+
<td style="width:40%">
|
56 |
|
57 |
<ul style="padding-left:10px;list-style-type:circle; list-style-position:inside;" >
|
58 |
<li>
|
80 |
<br />
|
81 |
|
82 |
<table class="form-table">
|
83 |
+
<tr><th scope="row"><?php printf(__('Options (for the %s theme)', 'easy-adsenser'), get_option('stylesheet')); ?> </th></tr>
|
84 |
</table>
|
85 |
|
86 |
+
<table style="width:100%">
|
87 |
<tr>
|
88 |
+
<td style="width:50%;height:50px">
|
89 |
|
90 |
<table class="form-table">
|
91 |
<tr>
|
92 |
+
<td style="width:50%;height:40px">
|
93 |
<b><u><?php _e('Ad Blocks in Your Posts', 'easy-adsenser') ; ?></u></b><br />
|
94 |
<?php _e('[Appears in your posts and pages]', 'easy-adsenser') ; ?>
|
95 |
</td>
|
97 |
</table>
|
98 |
</td>
|
99 |
|
100 |
+
<td style="width:50%;height:50px">
|
101 |
<table class="form-table">
|
102 |
<tr>
|
103 |
+
<td style="width:50%;height:40px">
|
104 |
<b><u><?php _e('Widgets for Your Sidebars', 'easy-adsenser') ; ?></u></b><br />
|
105 |
<?php _e('[See <a href="widgets.php"> Appearance (or Design) → Widgets</a>]', 'easy-adsenser') ; ?>
|
106 |
</td>
|
110 |
</tr>
|
111 |
</table>
|
112 |
|
113 |
+
<table style="width:100%">
|
114 |
+
<tr style="vertical-align:top">
|
115 |
+
<td style="width:50%">
|
116 |
<table class="form-table">
|
117 |
+
<tr style="vertical-align:top">
|
118 |
+
<td style="width:50%;height:220px;vertical-align:middle">
|
119 |
<b><?php _e('Lead-in AdSense Text', 'easy-adsenser') ; ?></b>
|
120 |
<?php _e('(Appears near the beginning of the post)', 'easy-adsenser') ; ?><br />
|
121 |
<textarea cols="50" rows="15" name="ezAdSenseTextLeadin" style="width: 95%; height: 130px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_leadin']))) ?></textarea>
|
148 |
<br />
|
149 |
</td>
|
150 |
</tr>
|
151 |
+
<tr style="vertical-align:top">
|
152 |
+
<td style="width:50%;height:220px;vertical-align:middle">
|
153 |
<b><?php _e('Mid-Post AdSense Text', 'easy-adsenser') ; ?></b>
|
154 |
<?php _e('(Appears near the middle of the post)', 'easy-adsenser') ; ?><br />
|
155 |
<textarea cols="50" rows="15" name="ezAdSenseTextMidtext" style="width: 95%; height: 130px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_midtext']))) ?></textarea>
|
174 |
|
175 |
</td>
|
176 |
</tr>
|
177 |
+
<tr style="vertical-align:top">
|
178 |
+
<td style="width:50%;height:250px;vertical-align:middle">
|
179 |
<b><?php _e('Post Lead-out AdSense Text', 'easy-adsenser') ; ?></b>
|
180 |
<?php _e('(Appears near the end of the post)', 'easy-adsenser') ; ?><br />
|
181 |
<textarea cols="50" rows="15" name="ezAdSenseTextLeadout" style="width: 95%; height: 162px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_leadout']))) ?></textarea>
|
212 |
</table>
|
213 |
|
214 |
<table class="form-table">
|
215 |
+
<tr style="vertical-align:top">
|
216 |
+
<td style="width:50%;height:250px;vertical-align:middle">
|
217 |
<b title="<?php _e('(Google policy allows no more than three ad blocks and three link units per page)', 'easy-adsenser') ; ?>"><?php _e('Option on Google Policy', 'easy-adsenser') ; ?></b>
|
|
|
218 |
<br />
|
219 |
<label for="ezAdSenseMax3">
|
220 |
<input type="radio" id="ezAdSenseMax3" name="ezAdSenseMax" value="3" <?php if ($this->options['max_count'] == 3) { echo('checked="checked"'); }?> /> <?php _e('Three ad blocks (including the side bar widget, if enabled).', 'easy-adsenser') ; ?></label><br />
|
268 |
</table>
|
269 |
|
270 |
</td>
|
271 |
+
<td style="width:50%">
|
272 |
|
273 |
<table class="form-table">
|
274 |
+
<tr style="vertical-align:top">
|
275 |
+
<td style="width:50%;height:220px;vertical-align:middle">
|
276 |
<b><?php _e('AdSense Widget Text', 'easy-adsenser') ; ?></b>
|
277 |
<?php _e('(Appears in the Sidebar as a Widget)', 'easy-adsenser') ; ?><br />
|
278 |
<textarea cols="50" rows="15" name="ezAdSenseTextWidget" style="width: 95%; height: 110px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_widget']))) ?></textarea>
|
293 |
<label for="ezAdKillWidgetTitle"><input type="checkbox" id="ezAdKillWidgetTitle" name="ezAdKillWidgetTitle" <?php if ($this->options['kill_widget_title']) { echo('checked="checked"'); }?> /> <?php _e('Hide Title', 'easy-adsenser') ; ?> </label>
|
294 |
</td>
|
295 |
</tr>
|
296 |
+
<tr style="vertical-align:top">
|
297 |
+
<td style="width:50%;height:220px;vertical-align:middle">
|
298 |
<b><?php _e('AdSense Link-Units Text', 'easy-adsenser') ; ?></b>
|
299 |
<?php _e('(Appears in the Sidebar as Widgets)', 'easy-adsenser') ; ?><br />
|
300 |
<textarea cols="50" rows="15" name="ezAdSenseTextLU" style="width: 95%; height: 110px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_lu']))) ?></textarea>
|
315 |
<label for="ezAdKillLUTitle"><input type="checkbox" id="ezAdKillLUTitle" name="ezAdKillLUTitle" <?php if ($this->options['kill_lu_title']) { echo('checked="checked"'); }?> /> <?php _e('Hide Title', 'easy-adsenser') ; ?> </label>
|
316 |
</td>
|
317 |
</tr>
|
318 |
+
<tr style="vertical-align:top">
|
319 |
+
<td style="width:50%;height:250px;vertical-align:middle">
|
320 |
<b><?php _e('Google Search Widget', 'easy-adsenser') ; ?></b>
|
321 |
<?php _e('(Adds a Google Search Box to your sidebar)', 'easy-adsenser') ; ?><br />
|
322 |
<textarea cols="50" rows="15" name="ezAdSenseTextGSearch" style="width: 95%; height: 110px;"><?php echo(stripslashes(htmlspecialchars($this->options['text_gsearch']))) ?></textarea>
|
326 |
<span onmouseover="Tip('<?php _e('Use the margin setting to trim margins. Decreasing the margin moves the ad block left and up. Margin can be negative.', 'easy-adsenser') ?>', WIDTH, 240, TITLE, '<?php _e('Tweak Margins', 'easy-adsenser') ?>')" onmouseout="UnTip()"><?php _e('Margin:', 'easy-adsenser') ; ?> <input style="width:30px;text-align:center;" id="ezSearchMargin" name="ezSearchMargin" value="<?php echo(stripslashes(htmlspecialchars($this->options['margin_gsearch'])));?>" />px</span>
|
327 |
<br />
|
328 |
<label for="ezAdSenseShowGSearch_dark">
|
329 |
+
<input type="radio" id="ezAdSenseShowGSearch_dark" name="ezAdSenseShowGSearch" value="dark" <?php if ($this->options['title_gsearch'] == "dark") { echo('checked="checked"'); }?> /> <?php echo '<img src=" ' . $this->plugindir . '/google-dark.gif" alt="Google (dark)" style="background:black;vertical-align:-40%;"'; ?> /> </label>
|
330 |
<label for="ezAdSenseShowGSearch_light">
|
331 |
+
<input type="radio" id="ezAdSenseShowGSearch_light" name="ezAdSenseShowGSearch" value="light" <?php if ($this->options['title_gsearch'] == "light") { echo('checked="checked"'); }?> /> <?php echo '<img src=" ' . $this->plugindir . '/google-light.gif" alt="Google (light)" style="background:white;vertical-align:-40%;"'; ?> /> </label>
|
332 |
<label for="ezAdSenseShowGSearch_no">
|
333 |
<input type="radio" id="ezAdSenseShowGSearch_no" name="ezAdSenseShowGSearch" value="no" <?php if ($this->options['title_gsearch'] == "no") { echo('checked="checked"'); }?> /> <?php _e('Suppress Search Box', 'easy-adsenser') ; ?></label><br /><br />
|
334 |
<label for="ezAdSenseShowGSearch_text">
|
341 |
</table>
|
342 |
|
343 |
<table class="form-table">
|
344 |
+
<tr style="vertical-align:top">
|
345 |
+
<td style="width:50%;height:250px;vertical-align:middle">
|
346 |
|
347 |
<?php echo '<b>Support Options<br /> ' ; ?></b><br />
|
348 |
|
443 |
</span>
|
444 |
|
445 |
<span id="help3">
|
446 |
+
<span style="color:red"><?php _e('This <b>Reset Options</b> button discards all your changes and loads the default options. This is your only warning!', 'easy-adsenser') ; ?></span><br />
|
447 |
<b><?php _e('Discard all your changes and load defaults. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
|
448 |
|
449 |
<span id="help4">
|
450 |
+
<span style="color:red"><?php _e('The <b>Database Cleanup</b> button discards all your AdSense settings you have saved so far for <b>all</b> the themes, including the current one. Use it only if you know that you won\'t be using these themes. Please be careful with all database operations -- keep a backup.', 'easy-adsenser') ; ?></span><br />
|
451 |
<b><?php _e('Discard all your changes and load defaults. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
|
452 |
|
453 |
<span id="help5">
|
454 |
+
<span style="color:red"><?php printf(__('The <b>Uninstall</b> button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup.', 'easy-adsenser'), '<em>Easy AdSense</em>') ; ?></span><br />
|
455 |
<b><?php _e('Kill this plugin. (Are you quite sure?)', 'easy-adsenser') ?></b></span>
|
456 |
|
457 |
<?php
|
469 |
<?php @include (dirname (__FILE__).'/tail-text.php'); ?>
|
470 |
|
471 |
<table class="form-table" >
|
472 |
+
<tr><th scope="row"><?php _e('Credits', 'easy-adsenser'); ?></th></tr>
|
473 |
<tr><td>
|
474 |
<ul style="padding-left:10px;list-style-type:circle; list-style-position:inside;" >
|
475 |
<li>
|
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.20
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
myPlugins.php
CHANGED
@@ -200,7 +200,7 @@ The Pro version of this plugin gives you more features and benefits. For instanc
|
|
200 |
<ol>
|
201 |
$benefits
|
202 |
</ol>
|
203 |
-
And much more. New features and bug fixes will first appear in the Pro version before being ported to this freely distributed Lite edition.
|
204 |
<input onmouseover="Tip('$yesTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$yesTitle')" onmouseout="UnTip()" type = "button" id = "ybutton" value = "Go Pro!" onclick = "buttonwhich('Yes')" />
|
205 |
<input onmouseover="Tip('$noTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$noTitle')" onmouseout="UnTip()" type = "button" id = "nbutton" value = "No thanks" onclick = "buttonwhich('No')" />
|
206 |
<script type = "text/javascript">
|
@@ -237,7 +237,7 @@ echo <<<ENDRATING
|
|
237 |
<div class='updated' id='rating'>
|
238 |
<p>Thanks for using <i><b>$plgLongName</b></i>! $msg <br />
|
239 |
If you are satisfied with how well it works, why not <a href='http://wordpress.org/extend/plugins/$plgKey/' onclick="popupwindow('http://wordpress.org/extend/plugins/$plgKey/','Rate it', 1024, 768);return false;">rate it</a>
|
240 |
-
and <a href='http://wordpress.org/extend/plugins/$plgKey/'
|
241 |
<small style='font-weight:normal;'><a id='hideRating' $display href='#' style='float:right; display:block; border:none;' onmouseover="Tip('$hideTip', WIDTH, 200, CLICKCLOSE, true, TITLE, 'Hide this Box')" onmouseout="UnTip()" onclick = "hideme()">
|
242 |
Don't show this anymore</a></small></p></div>
|
243 |
<input type="hidden" id="killRating" name="killRating" value="" />
|
200 |
<ol>
|
201 |
$benefits
|
202 |
</ol>
|
203 |
+
And much more. New features and bug fixes will first appear in the Pro version before being ported to this freely distributed Lite edition. <br />
|
204 |
<input onmouseover="Tip('$yesTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$yesTitle')" onmouseout="UnTip()" type = "button" id = "ybutton" value = "Go Pro!" onclick = "buttonwhich('Yes')" />
|
205 |
<input onmouseover="Tip('$noTip', WIDTH, 200, CLICKCLOSE, true, TITLE, '$noTitle')" onmouseout="UnTip()" type = "button" id = "nbutton" value = "No thanks" onclick = "buttonwhich('No')" />
|
206 |
<script type = "text/javascript">
|
237 |
<div class='updated' id='rating'>
|
238 |
<p>Thanks for using <i><b>$plgLongName</b></i>! $msg <br />
|
239 |
If you are satisfied with how well it works, why not <a href='http://wordpress.org/extend/plugins/$plgKey/' onclick="popupwindow('http://wordpress.org/extend/plugins/$plgKey/','Rate it', 1024, 768);return false;">rate it</a>
|
240 |
+
and <a href='http://wordpress.org/extend/plugins/$plgKey/' onclick="popupwindow('http://wordpress.org/extend/plugins/$plgKey/','Rate it', 1024, 768);return false;">recommend it</a> to others? :-)
|
241 |
<small style='font-weight:normal;'><a id='hideRating' $display href='#' style='float:right; display:block; border:none;' onmouseover="Tip('$hideTip', WIDTH, 200, CLICKCLOSE, true, TITLE, 'Hide this Box')" onmouseout="UnTip()" onclick = "hideme()">
|
242 |
Don't show this anymore</a></small></p></div>
|
243 |
<input type="hidden" id="killRating" name="killRating" value="" />
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.5
|
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.10: Fixing a cross-site request forgery vulnerability. (Credit: Charlie Eriksen via Secunia SVCRP.) [Apr 27, 2013]
|
130 |
* V6.06: More translation updates, better session handling. [Mar 29, 2013]
|
131 |
* V6.05: Updating a few translations. Minor changes to the support module. [Feb 16, 2013]
|
4 |
Tags: adsense, google adsense, ads, advertising, easy adsense, google, adsense plugin
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 6.20
|
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 |
+
Correcting W3C markup validation errors on the admin page.
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
+
= 6.20 =
|
40 |
|
41 |
+
Correcting W3C markup validation errors on the admin page.
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
126 |
|
127 |
== Change Log ==
|
128 |
|
129 |
+
* V6.20: Correcting W3C markup validation errors on the admin page. [Apr 27, 2013]
|
130 |
* V6.10: Fixing a cross-site request forgery vulnerability. (Credit: Charlie Eriksen via Secunia SVCRP.) [Apr 27, 2013]
|
131 |
* V6.06: More translation updates, better session handling. [Mar 29, 2013]
|
132 |
* V6.05: Updating a few translations. Minor changes to the support module. [Feb 16, 2013]
|