Version Description
- Removed "powered by" by default.
Download this release
Release Info
Developer | timersys |
Plugin | Popups – WordPress Popup |
Version | 1.4.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.3.1
- README.txt +4 -1
- includes/class-spu-helper.php +1 -1
- popups.php +2 -2
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: popup,twitter,google+, facebook,Popups, twitter follow, facebook like, google plus,social boost, social splash, postmatic, mailpoet, facebook popup, scroll popups, popups, wordpress popup, wp popups, cf7, gf, gravity forms, contact form 7, ifs, infusion soft, subscribe, login popup, ajax login popups
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.3.1
|
7 |
-
Stable tag: 1.4.3
|
8 |
Text Domain: popups
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -182,6 +182,9 @@ If you have cache be sure to enable AJAX mode in the plugin settings page
|
|
182 |
== Changelog ==
|
183 |
|
184 |
|
|
|
|
|
|
|
185 |
= 1.4.3 =
|
186 |
|
187 |
* Fixed bug with close on conversion and social networks
|
4 |
Tags: popup,twitter,google+, facebook,Popups, twitter follow, facebook like, google plus,social boost, social splash, postmatic, mailpoet, facebook popup, scroll popups, popups, wordpress popup, wp popups, cf7, gf, gravity forms, contact form 7, ifs, infusion soft, subscribe, login popup, ajax login popups
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.3.1
|
7 |
+
Stable tag: 1.4.3.1
|
8 |
Text Domain: popups
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
182 |
== Changelog ==
|
183 |
|
184 |
|
185 |
+
= 1.4.3.1 =
|
186 |
+
* Removed "powered by" by default.
|
187 |
+
|
188 |
= 1.4.3 =
|
189 |
|
190 |
* Fixed bug with close on conversion and social networks
|
includes/class-spu-helper.php
CHANGED
@@ -387,7 +387,7 @@ class Spu_Helper {
|
|
387 |
'auto_hide' => 0,
|
388 |
'test_mode' => 0,
|
389 |
'conversion_close' => '1',
|
390 |
-
'powered_link' => '
|
391 |
);
|
392 |
|
393 |
$opts = apply_filters( 'spu/metaboxes/box_options', get_post_meta( $id, 'spu_options', true ), $id );
|
387 |
'auto_hide' => 0,
|
388 |
'test_mode' => 0,
|
389 |
'conversion_close' => '1',
|
390 |
+
'powered_link' => '0',
|
391 |
);
|
392 |
|
393 |
$opts = apply_filters( 'spu/metaboxes/box_options', get_post_meta( $id, 'spu_options', true ), $id );
|
popups.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @socialpopup
|
12 |
* Plugin Name: Popups - WordPress Popup
|
13 |
* Plugin URI: http://www.timersys.com/free-plugins/social-popup/
|
14 |
-
* Version: 1.4.3
|
15 |
* Description: Most complete free Popups plugin, scroll triggered popups, compatible with social networks, Gravity Forms, Ninja Forms, Contact form 7, Mailpoet, Mailchimp for WP, Postmatic, etc
|
16 |
* Author: Damian Logghe
|
17 |
* Author URI: http://wp.timersys.com
|
@@ -30,7 +30,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
30 |
* Public-Facing Functionality
|
31 |
*----------------------------------------------------------------------------*/
|
32 |
|
33 |
-
define( 'SPU_VERSION' , '1.4.3' );
|
34 |
define( 'SPU_PLUGIN_DIR' , plugin_dir_path(__FILE__) );
|
35 |
define( 'SPU_PLUGIN_URL' , plugin_dir_url(__FILE__) );
|
36 |
define( 'SPU_PLUGIN_HOOK' , basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
|
11 |
* @socialpopup
|
12 |
* Plugin Name: Popups - WordPress Popup
|
13 |
* Plugin URI: http://www.timersys.com/free-plugins/social-popup/
|
14 |
+
* Version: 1.4.3.1
|
15 |
* Description: Most complete free Popups plugin, scroll triggered popups, compatible with social networks, Gravity Forms, Ninja Forms, Contact form 7, Mailpoet, Mailchimp for WP, Postmatic, etc
|
16 |
* Author: Damian Logghe
|
17 |
* Author URI: http://wp.timersys.com
|
30 |
* Public-Facing Functionality
|
31 |
*----------------------------------------------------------------------------*/
|
32 |
|
33 |
+
define( 'SPU_VERSION' , '1.4.3.1' );
|
34 |
define( 'SPU_PLUGIN_DIR' , plugin_dir_path(__FILE__) );
|
35 |
define( 'SPU_PLUGIN_URL' , plugin_dir_url(__FILE__) );
|
36 |
define( 'SPU_PLUGIN_HOOK' , basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
|