Popups – WordPress Popup - Version 1.4.1

Version Description

  • Now you can delete all data on uninstall
  • Now tags can be used as display rule ( In taxonomy)
  • Any link inside popup is treated as custom conversion
  • Added support for USP Forms
  • Fixed bug when removing styles
  • Fixed bug when settings were not being saved on certain occassions
  • Fixed bug with manually triggered popups
  • Lang files updates
Download this release

Release Info

Developer timersys
Plugin Icon 128x128 Popups – WordPress Popup
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

Files changed (3) hide show
  1. README.txt +14 -3
  2. popups.php +2 -2
  3. public/class-social-popup.php +1 -1
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
5
  Requires at least: 3.6
6
  Tested up to: 4.3
7
- Stable tag: 1.4
8
  Text Domain: spu
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -59,12 +59,12 @@ There are multiple display filters that can be combined:
59
  > Check the **new premium version** available in ([https://wp.timersys.com/popups/](http://wp.timersys.com/popups/?utm_source=readme%20file&utm_medium=readme%20links&utm_campaign=Popups%20Premium))
60
  >
61
  > * Beautiful optin forms for popular mail providers
62
- > * Currently supporting MailChimp, Aweber, Postmatic, Mailpoet
63
  > * Track impressions and Conversions of social networks and forms like CF7 or Gravity forms
64
  > * Track impressions and Conversions in Google Analytics
65
  > * 8 New animations effects
66
  > * Exit Intent technology
67
- > * New trigger methods
68
  > * Timer for auto closing
69
  > * Ability to disable close button
70
  > * Ability to disable Advanced close methods like esc or clicking outside of the popup
@@ -173,6 +173,17 @@ If you have cache be sure to enable AJAX mode in the plugin settings page
173
 
174
  == Changelog ==
175
 
 
 
 
 
 
 
 
 
 
 
 
176
  = 1.3.4 =
177
 
178
  * Added support for usp forms
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
5
  Requires at least: 3.6
6
  Tested up to: 4.3
7
+ Stable tag: 1.4.1
8
  Text Domain: spu
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
59
  > Check the **new premium version** available in ([https://wp.timersys.com/popups/](http://wp.timersys.com/popups/?utm_source=readme%20file&utm_medium=readme%20links&utm_campaign=Popups%20Premium))
60
  >
61
  > * Beautiful optin forms for popular mail providers
62
+ > * Currently supporting MailChimp, Aweber, Postmatic, Mailpoet, Constant Contact
63
  > * Track impressions and Conversions of social networks and forms like CF7 or Gravity forms
64
  > * Track impressions and Conversions in Google Analytics
65
  > * 8 New animations effects
66
  > * Exit Intent technology
67
+ > * More trigger methods
68
  > * Timer for auto closing
69
  > * Ability to disable close button
70
  > * Ability to disable Advanced close methods like esc or clicking outside of the popup
173
 
174
  == Changelog ==
175
 
176
+ = 1.4.1 =
177
+
178
+ * Now you can delete all data on uninstall
179
+ * Now tags can be used as display rule ( In taxonomy)
180
+ * Any link inside popup is treated as custom conversion
181
+ * Added support for USP Forms
182
+ * Fixed bug when removing styles
183
+ * Fixed bug when settings were not being saved on certain occassions
184
+ * Fixed bug with manually triggered popups
185
+ * Lang files updates
186
+
187
  = 1.3.4 =
188
 
189
  * Added support for usp forms
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
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' );
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.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.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__ ) );
public/class-social-popup.php CHANGED
@@ -417,7 +417,7 @@ class SocialPopup {
417
  if( defined( 'SPU_DEBUG_MODE' ) || !empty( $opts['debug'] ) ) {
418
  $handle = 'spu-public-debug';
419
  }
420
- wp_enqueue_script('spu-public');
421
  wp_enqueue_style('spu-public-css');
422
  wp_localize_script( $handle, 'spuvar',
423
  array(
417
  if( defined( 'SPU_DEBUG_MODE' ) || !empty( $opts['debug'] ) ) {
418
  $handle = 'spu-public-debug';
419
  }
420
+ wp_enqueue_script($handle);
421
  wp_enqueue_style('spu-public-css');
422
  wp_localize_script( $handle, 'spuvar',
423
  array(