Popup Builder – Responsive WordPress Pop up - Version 2.3.8

Version Description

Current Version of Popup Builder is 2.3.8

Download this release

Release Info

Developer Sygnoos
Plugin Icon 128x128 Popup Builder – Responsive WordPress Pop up
Version 2.3.8
Comparing to
See all releases

Code changes from version 2.3.7 to 2.3.8

config.php CHANGED
@@ -9,7 +9,7 @@ define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
9
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
10
  define('SG_APP_POPUP_HELPERS', SG_APP_POPUP_PATH . '/helpers/');
11
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
12
- define('SG_POPUP_VERSION', 2.37);
13
  define('SG_POPUP_PRO_URL', 'http://popup-builder.com/');
14
  define('SG_POPUP_EXTENTIONS_URL', 'http://popup-builder.com/extensions');
15
  define('SG_MAILCHIMP_EXTENTION_URL', 'http://popup-builder.com/mailchimp/');
9
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
10
  define('SG_APP_POPUP_HELPERS', SG_APP_POPUP_PATH . '/helpers/');
11
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
12
+ define('SG_POPUP_VERSION', 2.38);
13
  define('SG_POPUP_PRO_URL', 'http://popup-builder.com/');
14
  define('SG_POPUP_EXTENTIONS_URL', 'http://popup-builder.com/extensions');
15
  define('SG_MAILCHIMP_EXTENTION_URL', 'http://popup-builder.com/mailchimp/');
files/sg_popup_create_new.php CHANGED
@@ -7,7 +7,7 @@
7
  $paths = IntegrateExternalSettings::getCurrentPopupAppPaths($popupType);
8
  //Get current form action, for addons it different
9
  $currentActionName = IntegrateExternalSettings::getCurrentPopupAdminPostActionName($popupType);
10
-
11
  $popupAppPath = $paths['app-path'];
12
  $popupFilesPath = $paths['files-path'];
13
 
@@ -507,7 +507,7 @@
507
  $sgSocialLabel = @sgSetChecked($sgSocialLabel, $socialLabel);
508
  $sgPopupFixed = @sgSetChecked($sgPopupFixed, $deafultFixed);
509
  $sgPushToBottom = @sgSetChecked($sgPushToBottom, $pushToBottom);
510
-
511
  $sgAllPagesStatus = @sgSetChecked($sgAllPagesStatus, $allPagesStatus);
512
  $sgAllPostsStatus = @sgSetChecked($sgAllPostsStatus, $allPostsStatus);
513
  $sgCountdownPosition = @sgSetChecked($sgCountdownPosition, $countdownPosition);
@@ -614,7 +614,7 @@
614
  $sgContactFailMessage = @sgGetValue($sgContactFailMessage, $contactFailMessage);
615
  $sgOverlayCustomClasss = @sgGetValue($sgOverlayCustomClasss, $overlayCustomClasss);
616
  $sgContentCustomClasss = @sgGetValue($sgContentCustomClasss, $contentCustomClasss);
617
-
618
  function sgGetValue($getedVal,$defValue)
619
  {
620
  if (!isset($getedVal)) {
@@ -736,7 +736,7 @@
736
  "data-loading-number" => 0,
737
  "data-selectbox-role" => "js-all-posts"
738
  )
739
-
740
  ),
741
  array(
742
  "title" => "Show on selected categories",
@@ -789,7 +789,7 @@
789
  function createRadiobuttons($elements, $name, $newLine, $selectedInput, $class)
790
  {
791
  $str = "";
792
-
793
  foreach ($elements as $key => $element) {
794
  $breakLine = "";
795
  $infoIcon = "";
@@ -835,6 +835,7 @@
835
  'swing' => 'swing',
836
  'flash' => 'flash',
837
  'bounce' => 'bounce',
 
838
  'pulse' => 'pulse',
839
  'rubberBand' => 'rubberBand',
840
  'tada' => 'tada',
@@ -1137,12 +1138,12 @@
1137
  <div class="sg-hide sg-full-width js-content-click-wrraper">
1138
  <?php echo createRadiobuttons($contentClickOptions, "content-click-behavior", true, esc_html($sgContentClickBehavior), "liquid-width"); ?>
1139
  <div class="sg-hide js-readio-buttons-acordion-content sg-full-width">
1140
- <span class="liquid-width">Url:</span><input class="input-width-static" type="text" name='click-redirect-to-url' value="<?php echo esc_attr(@$sgClickRedirectToUrl); ?>">
1141
  </div>
1142
  </div>
1143
 
1144
  <span class="liquid-width">Change overlay color:</span><div id="color-picker"><input class="sgOverlayColor" id="sgOverlayColor" type="text" name="sgOverlayColor" value="<?php echo esc_attr(@$sgOverlayColor); ?>" /></div><br>
1145
-
1146
  <span class="liquid-width">Change background color:</span><div id="color-picker"><input class="sgOverlayColor" id="sgOverlayColor" type="text" name="sg-content-background-color" value="<?php echo esc_attr(@$sgContentBackgroundColor); ?>" /></div><br>
1147
 
1148
  <span class="liquid-width" id="createDescribeOpacitcy">Background overlay opacity:</span><div class="slider-wrapper">
@@ -1191,4 +1192,4 @@
1191
  </div>
1192
  </form>
1193
  <?php
1194
- SGFunctions::showInfo();
7
  $paths = IntegrateExternalSettings::getCurrentPopupAppPaths($popupType);
8
  //Get current form action, for addons it different
9
  $currentActionName = IntegrateExternalSettings::getCurrentPopupAdminPostActionName($popupType);
10
+
11
  $popupAppPath = $paths['app-path'];
12
  $popupFilesPath = $paths['files-path'];
13
 
507
  $sgSocialLabel = @sgSetChecked($sgSocialLabel, $socialLabel);
508
  $sgPopupFixed = @sgSetChecked($sgPopupFixed, $deafultFixed);
509
  $sgPushToBottom = @sgSetChecked($sgPushToBottom, $pushToBottom);
510
+
511
  $sgAllPagesStatus = @sgSetChecked($sgAllPagesStatus, $allPagesStatus);
512
  $sgAllPostsStatus = @sgSetChecked($sgAllPostsStatus, $allPostsStatus);
513
  $sgCountdownPosition = @sgSetChecked($sgCountdownPosition, $countdownPosition);
614
  $sgContactFailMessage = @sgGetValue($sgContactFailMessage, $contactFailMessage);
615
  $sgOverlayCustomClasss = @sgGetValue($sgOverlayCustomClasss, $overlayCustomClasss);
616
  $sgContentCustomClasss = @sgGetValue($sgContentCustomClasss, $contentCustomClasss);
617
+
618
  function sgGetValue($getedVal,$defValue)
619
  {
620
  if (!isset($getedVal)) {
736
  "data-loading-number" => 0,
737
  "data-selectbox-role" => "js-all-posts"
738
  )
739
+
740
  ),
741
  array(
742
  "title" => "Show on selected categories",
789
  function createRadiobuttons($elements, $name, $newLine, $selectedInput, $class)
790
  {
791
  $str = "";
792
+
793
  foreach ($elements as $key => $element) {
794
  $breakLine = "";
795
  $infoIcon = "";
835
  'swing' => 'swing',
836
  'flash' => 'flash',
837
  'bounce' => 'bounce',
838
+ 'bounceIn' => 'bounceIn',
839
  'pulse' => 'pulse',
840
  'rubberBand' => 'rubberBand',
841
  'tada' => 'tada',
1138
  <div class="sg-hide sg-full-width js-content-click-wrraper">
1139
  <?php echo createRadiobuttons($contentClickOptions, "content-click-behavior", true, esc_html($sgContentClickBehavior), "liquid-width"); ?>
1140
  <div class="sg-hide js-readio-buttons-acordion-content sg-full-width">
1141
+ <span class="liquid-width">Url:</span><input class="input-width-static" type="text" name='click-redirect-to-url' value="<?php echo esc_attr(@$sgClickRedirectToUrl); ?>">
1142
  </div>
1143
  </div>
1144
 
1145
  <span class="liquid-width">Change overlay color:</span><div id="color-picker"><input class="sgOverlayColor" id="sgOverlayColor" type="text" name="sgOverlayColor" value="<?php echo esc_attr(@$sgOverlayColor); ?>" /></div><br>
1146
+
1147
  <span class="liquid-width">Change background color:</span><div id="color-picker"><input class="sgOverlayColor" id="sgOverlayColor" type="text" name="sg-content-background-color" value="<?php echo esc_attr(@$sgContentBackgroundColor); ?>" /></div><br>
1148
 
1149
  <span class="liquid-width" id="createDescribeOpacitcy">Background overlay opacity:</span><div class="slider-wrapper">
1192
  </div>
1193
  </form>
1194
  <?php
1195
+ SGFunctions::showInfo();
popup-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: http://sygnoos.com
5
  * Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
6
- * Version: 2.3.7
7
  * Author: Sygnoos
8
  * Author URI: http://www.sygnoos.com
9
  * License: GPLv2
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: http://sygnoos.com
5
  * Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
6
+ * Version: 2.3.8
7
  * Author: Sygnoos
8
  * Author URI: http://www.sygnoos.com
9
  * License: GPLv2
readme.txt CHANGED
@@ -153,6 +153,9 @@ Go to the Popup Builder settings and set your desired options.
153
 
154
  == Changelog ==
155
 
 
 
 
156
  = Version 2.3.7 =
157
  * New option: Popup scaling.
158
  * New option: Availability to customize 3rd theme. Ex (border-radius, border-color)
@@ -485,7 +488,7 @@ Leave us a good review :)
485
 
486
  == Upgrade Notice ==
487
 
488
- Current Version of Popup Builder is 2.3.6
489
 
490
  == Other Notes ==
491
 
153
 
154
  == Changelog ==
155
 
156
+ = Version 2.3.8 =
157
+ * New animation effect added.
158
+
159
  = Version 2.3.7 =
160
  * New option: Popup scaling.
161
  * New option: Availability to customize 3rd theme. Ex (border-radius, border-color)
488
 
489
  == Upgrade Notice ==
490
 
491
+ Current Version of Popup Builder is 2.3.8
492
 
493
  == Other Notes ==
494