Version Description
Current Version of Popup Builder is 2.2.3
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 2.2.4 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.4
- classes/sgDataTable/SGPopupTable.php +1 -1
- classes/sgDataTable/Table.php +1 -1
- files/sg_popup_create.php +0 -0
- files/sg_popup_main.php +0 -0
- files/sg_popup_page_selection.php +0 -0
- img/down_arrow-2x.gif +0 -0
- img/info.png +0 -0
- img/theme1.jpg +0 -0
- img/theme2.jpg +0 -0
- img/theme3.jpg +0 -0
- img/theme4.jpg +0 -0
- img/theme5.jpg +0 -0
- javascript/sg_popup_backend.js +0 -0
- javascript/sg_popup_frontend.js +0 -0
- javascript/sg_popup_rangeslider.js +0 -0
- popup-builder.php +2 -2
- readme.txt +8 -5
- style/animate.css +0 -0
- style/sg_popup_rangeslider.css +0 -0
- style/sg_popup_style.css +0 -0
- style/sg_popup_style.php +0 -0
classes/sgDataTable/SGPopupTable.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
require_once('Table.php');
|
3 |
|
4 |
class SGPB_PopupsView extends SGPB_Table
|
5 |
{
|
1 |
<?php
|
2 |
+
require_once(dirname(__FILE__).'/Table.php');
|
3 |
|
4 |
class SGPB_PopupsView extends SGPB_Table
|
5 |
{
|
classes/sgDataTable/Table.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
require_once('ListTable.php');
|
4 |
|
5 |
class SGPB_Table extends SGPB_ListTable
|
6 |
{
|
1 |
<?php
|
2 |
|
3 |
+
require_once(dirname(__FILE__).'/ListTable.php');
|
4 |
|
5 |
class SGPB_Table extends SGPB_ListTable
|
6 |
{
|
files/sg_popup_create.php
CHANGED
File without changes
|
files/sg_popup_main.php
CHANGED
File without changes
|
files/sg_popup_page_selection.php
CHANGED
File without changes
|
img/down_arrow-2x.gif
CHANGED
File without changes
|
img/info.png
CHANGED
File without changes
|
img/theme1.jpg
CHANGED
File without changes
|
img/theme2.jpg
CHANGED
File without changes
|
img/theme3.jpg
CHANGED
File without changes
|
img/theme4.jpg
CHANGED
File without changes
|
img/theme5.jpg
CHANGED
File without changes
|
javascript/sg_popup_backend.js
CHANGED
File without changes
|
javascript/sg_popup_frontend.js
CHANGED
File without changes
|
javascript/sg_popup_rangeslider.js
CHANGED
File without changes
|
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.2.
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: http://www.sygnoos.com
|
9 |
* License: GPLv2
|
@@ -19,7 +19,7 @@ define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
|
|
19 |
define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
|
20 |
define('SG_APP_POPUP_TABLE_LIMIT', 15);
|
21 |
define('SG_POPUP_PRO', 0);
|
22 |
-
define('SG_POPUP_VERSION', 2.
|
23 |
define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
|
24 |
define("SG_SHOW_POPUP_REVIEW", get_option("SG_COLOSE_REVIEW_BLOCK"));
|
25 |
|
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.2.4
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: http://www.sygnoos.com
|
9 |
* License: GPLv2
|
19 |
define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
|
20 |
define('SG_APP_POPUP_TABLE_LIMIT', 15);
|
21 |
define('SG_POPUP_PRO', 0);
|
22 |
+
define('SG_POPUP_VERSION', 2.24);
|
23 |
define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
|
24 |
define("SG_SHOW_POPUP_REVIEW", get_option("SG_COLOSE_REVIEW_BLOCK"));
|
25 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Author: Sygnoos
|
|
5 |
Donate link: http://sygnoos.com/wordpress-popup/
|
6 |
Tags: popup, ads, modal, responsive popup, fancybox, lightbox, youtube, video, iframe, vimeo, contact form, html popup, social, age restriction, countdown, facebook, subscription, exit intent popup
|
7 |
Requires at least: 3.8
|
8 |
-
Tested up to: 4.5.
|
9 |
Stable tag: trunk
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -133,13 +133,16 @@ Go to the Popup Builder settings and set your desired options.
|
|
133 |
|
134 |
== Changelog ==
|
135 |
|
|
|
|
|
|
|
136 |
= Version 2.2.3 =
|
137 |
-
* Popup Z-index set to max value
|
138 |
|
139 |
= Version 2.2.2 =
|
140 |
-
* Fully tested on WordPress 4.5
|
141 |
-
* New features added
|
142 |
-
* Bug fixes and stability improvements
|
143 |
|
144 |
= Version 2.2.1 =
|
145 |
* Auto resize if dimensions are not defined.
|
5 |
Donate link: http://sygnoos.com/wordpress-popup/
|
6 |
Tags: popup, ads, modal, responsive popup, fancybox, lightbox, youtube, video, iframe, vimeo, contact form, html popup, social, age restriction, countdown, facebook, subscription, exit intent popup
|
7 |
Requires at least: 3.8
|
8 |
+
Tested up to: 4.5.2
|
9 |
Stable tag: trunk
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
133 |
|
134 |
== Changelog ==
|
135 |
|
136 |
+
= Version 2.2.4 =
|
137 |
+
* Bug fixed connected to data tables.
|
138 |
+
|
139 |
= Version 2.2.3 =
|
140 |
+
* Popup Z-index set to max value .
|
141 |
|
142 |
= Version 2.2.2 =
|
143 |
+
* Fully tested on WordPress 4.5.
|
144 |
+
* New features added.
|
145 |
+
* Bug fixes and stability improvements.
|
146 |
|
147 |
= Version 2.2.1 =
|
148 |
* Auto resize if dimensions are not defined.
|
style/animate.css
CHANGED
File without changes
|
style/sg_popup_rangeslider.css
CHANGED
File without changes
|
style/sg_popup_style.css
CHANGED
File without changes
|
style/sg_popup_style.php
CHANGED
File without changes
|