Version Description
- Fixed the issue with errors on site after Plugin installation
Download this release
Release Info
Developer | MageNet |
Plugin | Website Monetization by MageNet |
Version | 1.0.15 |
Comparing to | |
See all releases |
Code changes from version 1.0.14 to 1.0.15
- monetization-by-magenet.php +2 -2
- readme.txt +3 -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 |
Author: MageNet.com
|
7 |
Author URI: http://magenet.com
|
8 |
*/
|
@@ -141,7 +141,7 @@ if (!class_exists('MagenetLinkAutoinstall')) {
|
|
141 |
global $wpdb;
|
142 |
$link_data = $this->getLinks();
|
143 |
$content .= '<div class="mads-block">';
|
144 |
-
if (count($link_data) > 0) {
|
145 |
foreach($link_data as $link) {
|
146 |
$content .= "\n".$link['link_html'];
|
147 |
}
|
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.15
|
6 |
Author: MageNet.com
|
7 |
Author URI: http://magenet.com
|
8 |
*/
|
141 |
global $wpdb;
|
142 |
$link_data = $this->getLinks();
|
143 |
$content .= '<div class="mads-block">';
|
144 |
+
if (is_array($link_data) && count($link_data) > 0) {
|
145 |
foreach($link_data as $link) {
|
146 |
$content .= "\n".$link['link_html'];
|
147 |
}
|
readme.txt
CHANGED
@@ -84,6 +84,9 @@ MageNet crawler will index your sites the same way Google does. It will “read
|
|
84 |
3. "Pages options" menu
|
85 |
|
86 |
== Changelog ==
|
|
|
|
|
|
|
87 |
= 1.0.14 =
|
88 |
* Control of the Plugin version
|
89 |
* Increasing of the Plugin stabilization
|
84 |
3. "Pages options" menu
|
85 |
|
86 |
== Changelog ==
|
87 |
+
= 1.0.15 =
|
88 |
+
* Fixed the issue with errors on site after Plugin installation
|
89 |
+
|
90 |
= 1.0.14 =
|
91 |
* Control of the Plugin version
|
92 |
* Increasing of the Plugin stabilization
|