Popup by Supsystic - Version 1.10.12

Version Description

/ 11.04.2022 = * Add fix for wp review

Download this release

Release Info

Developer supsystic.com
Plugin Icon 128x128 Popup by Supsystic
Version 1.10.12
Comparing to
See all releases

Code changes from version 1.10.11 to 1.10.12

Files changed (4) hide show
  1. classes/view.php +1 -1
  2. config.php +1 -1
  3. pps.php +1 -1
  4. readme.txt +4 -1
classes/view.php CHANGED
@@ -159,7 +159,7 @@ abstract class viewPps extends baseObjectPps {
159
  require($path);
160
  $content = ob_get_contents();
161
  ob_end_clean();
162
- return $content;
163
  }
164
  return false;
165
  }
159
  require($path);
160
  $content = ob_get_contents();
161
  ob_end_clean();
162
+ return self::ksesString($content);
163
  }
164
  return false;
165
  }
config.php CHANGED
@@ -49,7 +49,7 @@
49
  define('PPS_EOL', "\n");
50
 
51
  define('PPS_PLUGIN_INSTALLED', true);
52
- define('PPS_VERSION', '1.10.11');
53
  define('PPS_USER', 'user');
54
 
55
  define('PPS_CLASS_PREFIX', 'ppsc');
49
  define('PPS_EOL', "\n");
50
 
51
  define('PPS_PLUGIN_INSTALLED', true);
52
+ define('PPS_VERSION', '1.10.12');
53
  define('PPS_USER', 'user');
54
 
55
  define('PPS_CLASS_PREFIX', 'ppsc');
pps.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Popup by Supsystic
4
  * Plugin URI: https://supsystic.com/plugins/popup-plugin/
5
  * Description: The Best WordPress popup plugin to help you gain more subscribers, social followers or advertisement. Responsive popups with friendly options
6
- * Version: 1.10.11
7
  * Author: supsystic.com
8
  * Author URI: https://supsystic.com
9
  * Text Domain: popup-by-supsystic
3
  * Plugin Name: Popup by Supsystic
4
  * Plugin URI: https://supsystic.com/plugins/popup-plugin/
5
  * Description: The Best WordPress popup plugin to help you gain more subscribers, social followers or advertisement. Responsive popups with friendly options
6
+ * Version: 1.10.12
7
  * Author: supsystic.com
8
  * Author URI: https://supsystic.com
9
  * Text Domain: popup-by-supsystic
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: supsystic.com
3
  Donate link: https://supsystic.com/plugins/popup-plugin
4
  Tags: popup, popup WordPress plugin, marketing, popover, pop-up, popup builder, social popup, facebook popup, popup builder, popup maker
5
  Tested up to: 5.9
6
- Stable tag: 1.10.11
7
 
8
  Create elegant popup easily with Popup Builder by Supsystic. Popup with Subscription Forms, Facebook popup, Optin and Social locks, Contact Forms etc.
9
 
@@ -116,6 +116,9 @@ Enable “Redirect after close” option in Appearance setting on the Design tab
116
  Leave us a nice review 🙂
117
 
118
  == Changelog ==
 
 
 
119
  = 1.10.11/ 11.04.2022 =
120
  * Add fix for wp review
121
 
3
  Donate link: https://supsystic.com/plugins/popup-plugin
4
  Tags: popup, popup WordPress plugin, marketing, popover, pop-up, popup builder, social popup, facebook popup, popup builder, popup maker
5
  Tested up to: 5.9
6
+ Stable tag: 1.10.12
7
 
8
  Create elegant popup easily with Popup Builder by Supsystic. Popup with Subscription Forms, Facebook popup, Optin and Social locks, Contact Forms etc.
9
 
116
  Leave us a nice review 🙂
117
 
118
  == Changelog ==
119
+ = 1.10.12 / 11.04.2022 =
120
+ * Add fix for wp review
121
+
122
  = 1.10.11/ 11.04.2022 =
123
  * Add fix for wp review
124