Website Monetization by MageNet - Version 1.0.7

Version Description

  • Fix some bugs and problems
Download this release

Release Info

Developer MageNet
Plugin Icon 128x128 Website Monetization by MageNet
Version 1.0.7
Comparing to
See all releases

Code changes from version 1.0.6 to 1.0.7

Files changed (3) hide show
  1. monetization-by-magenet.php +1 -1
  2. readme.txt +3 -1
  3. view-settings.php +1 -0
monetization-by-magenet.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Website Monetization by MageNet
4
  Description: Website Monetization by MageNet allows you to sell contextual ads from your pages automatically and receive payments with PayPal. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="http://magenet.com" target="_blank">Sign up for a MageNet Key</a>, and 3) Go to Settings > "Website Monetization by MageNet" configuration page, and save your MageNet Key.
5
- Version: 1.0.6
6
  Author: MageNet.com
7
  Author URI: http://magenet.com
8
  */
2
  /*
3
  Plugin Name: Website Monetization by MageNet
4
  Description: Website Monetization by MageNet allows you to sell contextual ads from your pages automatically and receive payments with PayPal. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="http://magenet.com" target="_blank">Sign up for a MageNet Key</a>, and 3) Go to Settings > "Website Monetization by MageNet" configuration page, and save your MageNet Key.
5
+ Version: 1.0.7
6
  Author: MageNet.com
7
  Author URI: http://magenet.com
8
  */
readme.txt CHANGED
@@ -11,7 +11,7 @@ Get additional income from your website or blog in easy & convenient way.
11
 
12
  == Description ==
13
 
14
- Website Monetization Plugin by [MageNet](http://www.magenet.com/) is a WordPress plugin that allows you to sell contextual ads from your pages automatically and receive payments with PayPal.
15
 
16
  To get started [sign up](http://www.magenet.com/) for a MageNet Key.
17
 
@@ -84,6 +84,8 @@ MageNet crawler will index your sites the same way Google does. It will “read
84
  3. "Pages options" menu
85
 
86
  == Changelog ==
 
 
87
 
88
  = 1.0.6 =
89
  * Add Refresh Ads button
11
 
12
  == Description ==
13
 
14
+ [Website Monetization Plugin by MageNet](http://www.magenet.com/) is a WordPress plugin that allows you to sell contextual ads from your pages automatically and receive payments with PayPal.
15
 
16
  To get started [sign up](http://www.magenet.com/) for a MageNet Key.
17
 
84
  3. "Pages options" menu
85
 
86
  == Changelog ==
87
+ = 1.0.7 =
88
+ * Fix some bugs and problems
89
 
90
  = 1.0.6 =
91
  * Add Refresh Ads button
view-settings.php CHANGED
@@ -44,6 +44,7 @@
44
  <form method="post" action="">
45
  <input type="hidden" name="update_data" value="1" />
46
  <input type="submit" name="submit" value="Refresh Ads" />
 
47
  </form>
48
  </div>
49
  <? } ?>
44
  <form method="post" action="">
45
  <input type="hidden" name="update_data" value="1" />
46
  <input type="submit" name="submit" value="Refresh Ads" />
47
+ <?php echo $result_update_text; ?>
48
  </form>
49
  </div>
50
  <? } ?>