Version Description
Download this release
Release Info
Developer | WPMUDEV |
Plugin | Hustle – Pop-Ups, Slide-ins and Email Opt-ins |
Version | 3.1 |
Comparing to | |
See all releases |
Code changes from version 3.0 to 3.1
- popover.php +1 -1
- popoverincludes/classes/functions.php +6 -6
- readme.txt +2 -2
- testheadfooter.php +1 -1
popover.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WordPress Popup plugin
|
|
4 |
Plugin URI: http://premium.wpmudev.org
|
5 |
Description: This plugin adds a customisable popover to a site. The content, size, position can be changed and rules determining if the popup should show or not.
|
6 |
Author: Barry (Incsub)
|
7 |
-
Version: 3.
|
8 |
Author URI: http://caffeinatedb.com
|
9 |
WDP ID: 230
|
10 |
|
4 |
Plugin URI: http://premium.wpmudev.org
|
5 |
Description: This plugin adds a customisable popover to a site. The content, size, position can be changed and rules determining if the popup should show or not.
|
6 |
Author: Barry (Incsub)
|
7 |
+
Version: 3.1
|
8 |
Author URI: http://caffeinatedb.com
|
9 |
WDP ID: 230
|
10 |
|
popoverincludes/classes/functions.php
CHANGED
@@ -6,10 +6,10 @@ function set_popover_url($base) {
|
|
6 |
|
7 |
if(defined('WPMU_PLUGIN_URL') && defined('WPMU_PLUGIN_DIR') && file_exists(WPMU_PLUGIN_DIR . '/' . basename($base))) {
|
8 |
$popover_url = trailingslashit(WPMU_PLUGIN_URL);
|
9 |
-
} elseif(defined('WP_PLUGIN_URL') && defined('WP_PLUGIN_DIR') && file_exists(WP_PLUGIN_DIR . '/
|
10 |
-
$popover_url = trailingslashit(WP_PLUGIN_URL . '/
|
11 |
} else {
|
12 |
-
$popover_url = trailingslashit(WP_PLUGIN_URL . '/
|
13 |
}
|
14 |
|
15 |
}
|
@@ -20,10 +20,10 @@ function set_popover_dir($base) {
|
|
20 |
|
21 |
if(defined('WPMU_PLUGIN_DIR') && file_exists(WPMU_PLUGIN_DIR . '/' . basename($base))) {
|
22 |
$popover_dir = trailingslashit(WPMU_PLUGIN_URL);
|
23 |
-
} elseif(defined('WP_PLUGIN_DIR') && file_exists(WP_PLUGIN_DIR . '/
|
24 |
-
$popover_dir = trailingslashit(WP_PLUGIN_DIR . '/
|
25 |
} else {
|
26 |
-
$popover_dir = trailingslashit(WP_PLUGIN_DIR . '/
|
27 |
}
|
28 |
|
29 |
|
6 |
|
7 |
if(defined('WPMU_PLUGIN_URL') && defined('WPMU_PLUGIN_DIR') && file_exists(WPMU_PLUGIN_DIR . '/' . basename($base))) {
|
8 |
$popover_url = trailingslashit(WPMU_PLUGIN_URL);
|
9 |
+
} elseif(defined('WP_PLUGIN_URL') && defined('WP_PLUGIN_DIR') && file_exists(WP_PLUGIN_DIR . '/wordpress-popup/' . basename($base))) {
|
10 |
+
$popover_url = trailingslashit(WP_PLUGIN_URL . '/wordpress-popup');
|
11 |
} else {
|
12 |
+
$popover_url = trailingslashit(WP_PLUGIN_URL . '/wordpress-popup');
|
13 |
}
|
14 |
|
15 |
}
|
20 |
|
21 |
if(defined('WPMU_PLUGIN_DIR') && file_exists(WPMU_PLUGIN_DIR . '/' . basename($base))) {
|
22 |
$popover_dir = trailingslashit(WPMU_PLUGIN_URL);
|
23 |
+
} elseif(defined('WP_PLUGIN_DIR') && file_exists(WP_PLUGIN_DIR . '/wordpress-popup/' . basename($base))) {
|
24 |
+
$popover_dir = trailingslashit(WP_PLUGIN_DIR . '/wordpress-popup');
|
25 |
} else {
|
26 |
+
$popover_dir = trailingslashit(WP_PLUGIN_DIR . '/wordpress-popup');
|
27 |
}
|
28 |
|
29 |
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: WPMUDEV
|
|
3 |
Tags: buddypress, wpmu, wpmu plugin, buddypress plugin, making money, seo, Advertising, multisite, Advertising
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 3.1.2
|
6 |
-
Stable tag: 3.
|
7 |
|
8 |
-
Allows you to display a fancy popup (powered as a popover!) to visitors sitewide or per blog, a *very* effective way of advertising a mailing list
|
9 |
|
10 |
== Description ==
|
11 |
|
3 |
Tags: buddypress, wpmu, wpmu plugin, buddypress plugin, making money, seo, Advertising, multisite, Advertising
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 3.1.2
|
6 |
+
Stable tag: 3.1
|
7 |
|
8 |
+
Allows you to display a fancy popup (powered as a popover!) to visitors sitewide or per blog, a *very* effective way of advertising a mailing list.
|
9 |
|
10 |
== Description ==
|
11 |
|
testheadfooter.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://gist.github.com/378450
|
|
5 |
Description: Tests for the existence and functionality of wp_head and wp_footer in the active theme
|
6 |
Author: Matt Martz
|
7 |
Author URI: http://sivel.net/
|
8 |
-
Version: 1
|
9 |
|
10 |
Copyright (c) 2010 Matt Martz (http://sivel.net/)
|
11 |
Test Head Footer is released under the GNU General Public License (GPL)
|
5 |
Description: Tests for the existence and functionality of wp_head and wp_footer in the active theme
|
6 |
Author: Matt Martz
|
7 |
Author URI: http://sivel.net/
|
8 |
+
Version: 3.1
|
9 |
|
10 |
Copyright (c) 2010 Matt Martz (http://sivel.net/)
|
11 |
Test Head Footer is released under the GNU General Public License (GPL)
|