Version Description
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- classes/PopupInstaller.php +6 -6
- files/sg_popup_create.php +0 -0
- files/sg_popup_main.php +0 -0
- files/sg_popup_page_selection.php +0 -0
- img/default-image.png +0 -0
- img/down_arrow-2x.gif +0 -0
- img/info.png +0 -0
- img/pp_Icon.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
- img/wpspin_light.gif +0 -0
- javascript/jquery.colorbox-min.js +0 -0
- javascript/sg_popup_backend.js +0 -0
- javascript/sg_popup_frontend.js +0 -0
- javascript/sg_popup_javascript.php +0 -0
- javascript/sg_popup_rangeslider.js +0 -0
- popup-builder.php +2 -2
- readme.txt +12 -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
- style/sgcolorbox/colorbox1.css +0 -0
- style/sgcolorbox/colorbox2.css +0 -0
- style/sgcolorbox/colorbox3.css +0 -0
- style/sgcolorbox/colorbox4.css +0 -0
- style/sgcolorbox/colorbox5.css +0 -0
classes/PopupInstaller.php
CHANGED
@@ -8,15 +8,15 @@ class PopupInstaller {
|
|
8 |
`title` varchar(255) NOT NULL,
|
9 |
`options` text NOT NULL,
|
10 |
PRIMARY KEY (id)
|
11 |
-
) ENGINE=InnoDB DEFAULT CHARSET=
|
12 |
$sg_popup_image_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix ."sg_image_popup (
|
13 |
`id` int(11) NOT NULL,
|
14 |
`url` varchar(255) NOT NULL
|
15 |
-
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=
|
16 |
$sg_popup_html_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix ."sg_html_popup (
|
17 |
`id` int(11) NOT NULL,
|
18 |
`content` text NOT NULL
|
19 |
-
) ENGINE=InnoDB DEFAULT CHARSET=
|
20 |
|
21 |
|
22 |
$wpdb->query($sg_popup_base);
|
@@ -32,15 +32,15 @@ class PopupInstaller {
|
|
32 |
`title` varchar(255) NOT NULL,
|
33 |
`options` text NOT NULL,
|
34 |
PRIMARY KEY (id)
|
35 |
-
) ENGINE=InnoDB DEFAULT CHARSET=
|
36 |
$sg_popup_image_net_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix.$bolgs_id."_sg_image_popup (
|
37 |
`id` int(11) NOT NULL,
|
38 |
`url` varchar(255) NOT NULL
|
39 |
-
) ENGINE=InnoDB DEFAULT CHARSET=
|
40 |
$sg_popup_html_net_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix.$bolgs_id."_sg_html_popup (
|
41 |
`id` int(11) NOT NULL,
|
42 |
`content` varchar(255) NOT NULL
|
43 |
-
) ENGINE=InnoDB DEFAULT CHARSET=
|
44 |
|
45 |
|
46 |
$wpdb->query($sg_popup_net_base);
|
8 |
`title` varchar(255) NOT NULL,
|
9 |
`options` text NOT NULL,
|
10 |
PRIMARY KEY (id)
|
11 |
+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
|
12 |
$sg_popup_image_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix ."sg_image_popup (
|
13 |
`id` int(11) NOT NULL,
|
14 |
`url` varchar(255) NOT NULL
|
15 |
+
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8;";
|
16 |
$sg_popup_html_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix ."sg_html_popup (
|
17 |
`id` int(11) NOT NULL,
|
18 |
`content` text NOT NULL
|
19 |
+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
|
20 |
|
21 |
|
22 |
$wpdb->query($sg_popup_base);
|
32 |
`title` varchar(255) NOT NULL,
|
33 |
`options` text NOT NULL,
|
34 |
PRIMARY KEY (id)
|
35 |
+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
|
36 |
$sg_popup_image_net_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix.$bolgs_id."_sg_image_popup (
|
37 |
`id` int(11) NOT NULL,
|
38 |
`url` varchar(255) NOT NULL
|
39 |
+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
|
40 |
$sg_popup_html_net_base = "CREATE TABLE IF NOT EXISTS ". $wpdb->prefix.$bolgs_id."_sg_html_popup (
|
41 |
`id` int(11) NOT NULL,
|
42 |
`content` varchar(255) NOT NULL
|
43 |
+
) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
|
44 |
|
45 |
|
46 |
$wpdb->query($sg_popup_net_base);
|
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/default-image.png
CHANGED
File without changes
|
img/down_arrow-2x.gif
CHANGED
File without changes
|
img/info.png
CHANGED
File without changes
|
img/pp_Icon.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
|
img/wpspin_light.gif
CHANGED
File without changes
|
javascript/jquery.colorbox-min.js
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_javascript.php
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: Create and manage powerful promotion popups for your WordPress blog or website. It's completely free and all features are available.
|
6 |
-
* Version: 2.0.
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: http://www.sygnoos.com
|
9 |
* License: GPLv2
|
@@ -18,7 +18,7 @@ define('SG_APP_POPUP_FILES', SG_APP_POPUP_PATH . '/files');
|
|
18 |
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', 20 );
|
21 |
-
define('SG_POPUP_VERSION', 2.
|
22 |
define('SG_POPUP_PRO', 0);
|
23 |
define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
|
24 |
|
3 |
* Plugin Name: Popup Builder
|
4 |
* Plugin URI: http://sygnoos.com
|
5 |
* Description: Create and manage powerful promotion popups for your WordPress blog or website. It's completely free and all features are available.
|
6 |
+
* Version: 2.0.4
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: http://www.sygnoos.com
|
9 |
* License: GPLv2
|
18 |
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', 20 );
|
21 |
+
define('SG_POPUP_VERSION', 2.04);
|
22 |
define('SG_POPUP_PRO', 0);
|
23 |
define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
|
24 |
|
readme.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
=== Popup Builder ===
|
2 |
Plugin Name: Popup Builder
|
3 |
-
Contributors: Sygnoos
|
|
|
4 |
Donate link: http://sygnoos.com/wordpress-popup/
|
5 |
-
Tags: popup,popup promote,promotional popup,popup ads, popup advertising, popup box, popup form, popup message, popup window, popups, wordpress popup, simple popup, modal window, responsive popup, fancybox, fancy popup, lightbox, automatic popup, custom popup,popup message, youtube popup, video popup, iframe popup, vimeo popup, popup contact form, dialog box, fancy box popup, wordpress popup plugin, lightbox popup, popup builder, wordpress popup builder, html popup
|
6 |
Requires at least: 3.8
|
7 |
-
Tested up to: 4.3
|
8 |
-
Stable tag:
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
-
|
13 |
|
14 |
== Description ==
|
15 |
|
@@ -21,6 +22,8 @@ https://www.youtube.com/watch?v=3ZwRKPhHMzY
|
|
21 |
|
22 |
Popups are a good marketing tool, they're impressively high converting. A web page with a popup typically sees more conversions than the same page without a popup. More important, a page with a well designed and thoughtfully implemented popup converts better than one with an ugly popup. With Popup Builder plugin you can customize the popup according to your needs.
|
23 |
|
|
|
|
|
24 |
**Popup Builder - Features:**
|
25 |
|
26 |
* Create and manage as many popups as you want - Popup Builder
|
@@ -84,6 +87,10 @@ Go to the Popup Builder settings and set your desired options.
|
|
84 |
|
85 |
== Changelog ==
|
86 |
|
|
|
|
|
|
|
|
|
87 |
* Version 2.0.3
|
88 |
|
89 |
Bug fixed.
|
1 |
=== Popup Builder ===
|
2 |
Plugin Name: Popup Builder
|
3 |
+
Contributors: Popup By Sygnoos
|
4 |
+
Author: Sygnoos
|
5 |
Donate link: http://sygnoos.com/wordpress-popup/
|
6 |
+
Tags: popup,popup promote,promotional popup,popup ads, popup advertising, popup box, popup form, popup message, popup window, popups, wordpress popup, simple popup, modal window, responsive popup, fancybox, fancy popup, lightbox, automatic popup, custom popup,popup message, youtube popup, video popup, iframe popup, vimeo popup, popup contact form, dialog box, fancy box popup, wordpress popup plugin, lightbox popup, popup builder, wordpress popup builder, html popup, onclick popup, media, shortcode popup, colorbox popup
|
7 |
Requires at least: 3.8
|
8 |
+
Tested up to: 4.3.1
|
9 |
+
Stable tag: trunk
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
13 |
+
The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
|
14 |
|
15 |
== Description ==
|
16 |
|
22 |
|
23 |
Popups are a good marketing tool, they're impressively high converting. A web page with a popup typically sees more conversions than the same page without a popup. More important, a page with a well designed and thoughtfully implemented popup converts better than one with an ugly popup. With Popup Builder plugin you can customize the popup according to your needs.
|
24 |
|
25 |
+
With popup builder plugin you can insert any type of content, right into your Popup. Insert your popup into any page or a post, easily and fast. Popups that open automatically, are the best solution to attract your visitor's attention. Add some effects into your Popup and your customers won't go unnoticed.
|
26 |
+
|
27 |
**Popup Builder - Features:**
|
28 |
|
29 |
* Create and manage as many popups as you want - Popup Builder
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
* Version 2.0.4
|
91 |
+
|
92 |
+
Bug fixed with database collation.
|
93 |
+
|
94 |
* Version 2.0.3
|
95 |
|
96 |
Bug fixed.
|
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
|
style/sgcolorbox/colorbox1.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox2.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox3.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox4.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox5.css
CHANGED
File without changes
|