Popup by Supsystic - Version 1.9.4

Version Description

Download this release

Release Info

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

Code changes from version 1.9.5 to 1.9.4

Files changed (4) hide show
  1. config.php +1 -1
  2. modules/options/models/options.php +1 -1
  3. pps.php +1 -1
  4. readme.txt +2 -6
config.php CHANGED
@@ -48,7 +48,7 @@
48
  define('PPS_EOL', "\n");
49
 
50
  define('PPS_PLUGIN_INSTALLED', true);
51
- define('PPS_VERSION', '1.9.5');
52
  define('PPS_USER', 'user');
53
 
54
  define('PPS_CLASS_PREFIX', 'ppsc');
48
  define('PPS_EOL', "\n");
49
 
50
  define('PPS_PLUGIN_INSTALLED', true);
51
+ define('PPS_VERSION', '1.9.4');
52
  define('PPS_USER', 'user');
53
 
54
  define('PPS_CLASS_PREFIX', 'ppsc');
modules/options/models/options.php CHANGED
@@ -13,7 +13,7 @@ class optionsModelPps extends modelPps {
13
  }
14
  public function save($optKey, $val, $ignoreDbUpdate = false) {
15
  $this->_loadOptValues();
16
- if(!isset($this->_values[ $optKey ]) || $this->_values[ $optKey ]['value'] !== $val) {
17
  if(isset($this->_values[ $optKey ]) || !isset($this->_values[ $optKey ]['value']))
18
  $this->_values[ $optKey ] = array();
19
  $this->_values[ $optKey ]['value'] = $val;
13
  }
14
  public function save($optKey, $val, $ignoreDbUpdate = false) {
15
  $this->_loadOptValues();
16
+ if(!isset($this->_values[ $optKey ]) || $this->_values[ $optKey ]['value'] != $val) {
17
  if(isset($this->_values[ $optKey ]) || !isset($this->_values[ $optKey ]['value']))
18
  $this->_values[ $optKey ] = array();
19
  $this->_values[ $optKey ]['value'] = $val;
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.9.5
7
  * Author: supsystic.com
8
  * Author URI: https://supsystic.com
9
  **/
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.9.4
7
  * Author: supsystic.com
8
  * Author URI: https://supsystic.com
9
  **/
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Popup by Supsystic ===
2
  Contributors: supsystic.com
3
  Donate link: https://supsystic.com/plugins/popup-plugin
4
- Tags: popup, full screen popup, html popup, wordpress popup, popup contact form, popup builder, modal popup, video popup, youtube popup, social popup, facebook popup
5
  Tested up to: 4.8
6
- Stable tag: 1.9.5
7
 
8
  Popup by Supsystic the best way to convert visitors into subscribers, followers & customers. Create any type of popup with popup builder templates
9
 
@@ -275,10 +275,6 @@ Working with adult site content, sometimes is needed to be sure kids not watchin
275
 
276
  == Changelog ==
277
 
278
- = 1.9.5 / 22.06.2017
279
- * Fix issue with saving SMTP and other Third Party emails providers data
280
- * Minor improvements
281
-
282
  = 1.9.3 / 04.05.2017
283
  * Improved interactions with our users
284
  * Improved user interactions statistics
1
  === Popup by Supsystic ===
2
  Contributors: supsystic.com
3
  Donate link: https://supsystic.com/plugins/popup-plugin
4
+ Tags: popup, full screen popup, html popup, wordpress popup, popup contact form, popup builder, modal popup, video popup, youtube popup, social popup, facebook popup, christmas
5
  Tested up to: 4.8
6
+ Stable tag: 1.9.4
7
 
8
  Popup by Supsystic the best way to convert visitors into subscribers, followers & customers. Create any type of popup with popup builder templates
9
 
275
 
276
  == Changelog ==
277
 
 
 
 
 
278
  = 1.9.3 / 04.05.2017
279
  * Improved interactions with our users
280
  * Improved user interactions statistics