Version Description
- WordPress 5.5 compatibility checked
Download this release
Release Info
Developer | Access Keys |
Plugin | Contact Form for WordPress – Ultimate Form Builder Lite |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- css/frontend.css +2 -2
- inc/views/backend/about.php +1 -24
- inc/views/backend/boxes/more-wp.php +0 -17
- inc/views/backend/form-builder.php +0 -5
- inc/views/backend/upgrade-block.php +2 -2
- readme.txt +7 -21
- ultimate-form-builder-lite.php +5 -5
css/frontend.css
CHANGED
@@ -105,7 +105,7 @@
|
|
105 |
background-color: transparent !important;
|
106 |
color:#434a54 !important;
|
107 |
}
|
108 |
-
.ufbl-template-1 .ufbl-form-submit:focus, .ufbl-template-2 .ufbl-form-submit:focus, .ufbl-template-3 .ufbl-form-submit:focus, .ufbl-template-4 .ufbl-form-submit:focus
|
109 |
background-color: #74baf5 !important;
|
110 |
color:#fff !important;
|
111 |
}
|
@@ -1139,7 +1139,7 @@ box-shadow: 0 0 1px 1px #67D5EB;
|
|
1139 |
.ufbl-template-5 .ufbl-form-checkbox{
|
1140 |
margin-right:5px;
|
1141 |
}
|
1142 |
-
.ufbl-template-5 .ufbl-email-field:focus,.ufbl-template-5 input[type="text"]:focus,.ufbl-template-5 input[type="number"]:focus,.ufbl-template-5 input[type="url"]:focus,.ufbl-template-5 input[type="password"]:focus,.ufbl-template-5 input[type="search"]:focus
|
1143 |
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
|
1144 |
box-shadow: 0 0 1px 1px #67D5EB;
|
1145 |
}
|
105 |
background-color: transparent !important;
|
106 |
color:#434a54 !important;
|
107 |
}
|
108 |
+
.ufbl-template-1 .ufbl-form-submit:focus, .ufbl-template-2 .ufbl-form-submit:focus, .ufbl-template-3 .ufbl-form-submit:focus, .ufbl-template-4 .ufbl-form-submit:focus {
|
109 |
background-color: #74baf5 !important;
|
110 |
color:#fff !important;
|
111 |
}
|
1139 |
.ufbl-template-5 .ufbl-form-checkbox{
|
1140 |
margin-right:5px;
|
1141 |
}
|
1142 |
+
.ufbl-template-5 .ufbl-email-field:focus,.ufbl-template-5 input[type="text"]:focus,.ufbl-template-5 input[type="number"]:focus,.ufbl-template-5 input[type="url"]:focus,.ufbl-template-5 input[type="password"]:focus,.ufbl-template-5 input[type="search"]:focus{
|
1143 |
-webkit-box-shadow: 0 0 1px 1px #67D5EB;
|
1144 |
box-shadow: 0 0 1px 1px #67D5EB;
|
1145 |
}
|
inc/views/backend/about.php
CHANGED
@@ -26,33 +26,10 @@
|
|
26 |
<div class="wpmdia-halfseperator"></div>
|
27 |
<p><strong><?php _e('For premium upgrade, please go here:', 'ultimate-form-builder-lite'); ?></strong>
|
28 |
<br />
|
29 |
-
<a href="https://
|
30 |
</p>
|
31 |
|
32 |
</div>
|
33 |
-
<div class="ufbl-content-section">
|
34 |
-
<h4 class="ufbl-content-title">About Author</h4>
|
35 |
-
<p>AccessPress Themes is a venture of Access Keys - who has developed hundreds of Custom WordPress themes and plugins for its clients over the years.</p>
|
36 |
-
<p>Visit our site to know more: <a href="https://accesspressthemes.com" target="_blank">https://accesspressthemes.com</a></p>
|
37 |
-
|
38 |
-
|
39 |
-
</div>
|
40 |
-
<div class="ufbl-content-section">
|
41 |
-
<h4 class="ufbl-content-title">More From AccesPress Themes</h4>
|
42 |
-
<div class="ufbl-sub-section">
|
43 |
-
<div class="ufbl-sub-section-title"><a href="http://accesspressthemes.com/plugins" target="_blank">WordPress Free & Premium Plugins</a></div>
|
44 |
-
<a href="http://accesspressthemes.com/plugins" target="_blank"><img src="<?php echo UFBL_IMG_DIR.'/plugin.png';?>" alt="Wordpress Free & Premium Plugins"/></a>
|
45 |
-
</div>
|
46 |
-
<div class="ufbl-sub-section">
|
47 |
-
<div class="ufbl-sub-section-title"><a href="http://accesspressthemes.com/themes" target="_blank">WordPress Free & Premium Themes</a></div>
|
48 |
-
<a href="http://accesspressthemes.com/themes" target="_blank"><img src="<?php echo UFBL_IMG_DIR.'/theme.png';?>" alt="Wordpress Free & Premium Themes"/></a>
|
49 |
-
</div>
|
50 |
-
<div class="ufbl-sub-section">
|
51 |
-
<div class="ufbl-sub-section-title"><a href="http://accesspressthemes.com/contact" target="_blank">WordPress Customization</a></div>
|
52 |
-
<a href="http://accesspressthemes.com/contact" target="_blank"><img src="<?php echo UFBL_IMG_DIR.'/customize.png';?>" alt="Wordpress Free & Premium Plugins"/></a>
|
53 |
-
</div>
|
54 |
-
<div class="ufbl-clear"></div>
|
55 |
-
</div>
|
56 |
</div>
|
57 |
<?php UFBL_Lib::load_view('backend/upgrade-block');?>
|
58 |
</div>
|
26 |
<div class="wpmdia-halfseperator"></div>
|
27 |
<p><strong><?php _e('For premium upgrade, please go here:', 'ultimate-form-builder-lite'); ?></strong>
|
28 |
<br />
|
29 |
+
<a href="https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank" class="wpmm-upgrade-btn" target="_blank">Upgrade To Pro</a>
|
30 |
</p>
|
31 |
|
32 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
</div>
|
34 |
<?php UFBL_Lib::load_view('backend/upgrade-block');?>
|
35 |
</div>
|
inc/views/backend/boxes/more-wp.php
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
<div class="ufbl-tab-content" id="ufbl-morewp-tab" style="display: none;">
|
2 |
-
<div>
|
3 |
-
<p><strong>Ultimate Form Builder Lite</strong> works best with every WordPress theme. It's even more remarkable when used with popular themes like VMagazine and AccessPress Parallax.</p>
|
4 |
-
|
5 |
-
<p>AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :</p>
|
6 |
-
|
7 |
-
<p><a href="https://wpallclub.com/">WPAll Club</a> - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.</p>
|
8 |
-
|
9 |
-
<p> <a href="https://themeforest.net/user/accesskeys/portfolio">Premium WordPress Themes</a> - <strong>6 premium WordPress</strong> themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you. </p>
|
10 |
-
|
11 |
-
<p> <a href="https://codecanyon.net/user/accesskeys/portfolio?Ref=AccessKeys">Premium WordPress Plugins</a> - <strong>45+ premium WordPress plugins</strong> of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace. </p>
|
12 |
-
|
13 |
-
<p> <a href="https://accesspressthemes.com/">AccessPress Themes</a> - <strong>AccessPress Themes</strong> has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.</p>
|
14 |
-
|
15 |
-
<p> <a href="https://8degreethemes.com/">8Degree Themes</a> - <strong>8Degree Themes</strong> offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.</p>
|
16 |
-
</div>
|
17 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inc/views/backend/form-builder.php
CHANGED
@@ -12,7 +12,6 @@
|
|
12 |
<a href="javascript:void(0);" class="nav-tab nav-tab-active ufbl-tab-trigger" data-id="form-builder"><?php _e( 'Form Builder', 'ultimate-form-builder-lite' ); ?></a>
|
13 |
<a href="javascript:void(0);" class="nav-tab ufbl-tab-trigger" data-id="display"><?php _e( 'Display Settings', 'ultimate-form-builder-lite' ); ?></a>
|
14 |
<a href="javascript:void(0);" class="nav-tab ufbl-tab-trigger" data-id='email'><?php _e( 'Email Settings', 'ultimate-form-builder-lite' ); ?></a>
|
15 |
-
<a href="javascript:void(0);" class="nav-tab ufbl-tab-trigger" data-id="morewp"><?php _e( 'More WordPress Resources', 'ultimate-form-builder-lite' ); ?></a>
|
16 |
|
17 |
</h2>
|
18 |
<?php if ( !empty( $_GET['message'] ) ) { ?>
|
@@ -49,10 +48,6 @@
|
|
49 |
<!--Email Settings Section -->
|
50 |
<?php self::load_view( 'backend/boxes/email-settings', $data ); ?>
|
51 |
<!--Email Settings Section -->
|
52 |
-
|
53 |
-
<!--More WordPress Resources Section -->
|
54 |
-
<?php self::load_view( 'backend/boxes/more-wp', $data ); ?>
|
55 |
-
<!--More WordPress Resources Section -->
|
56 |
</form>
|
57 |
</div>
|
58 |
</div>
|
12 |
<a href="javascript:void(0);" class="nav-tab nav-tab-active ufbl-tab-trigger" data-id="form-builder"><?php _e( 'Form Builder', 'ultimate-form-builder-lite' ); ?></a>
|
13 |
<a href="javascript:void(0);" class="nav-tab ufbl-tab-trigger" data-id="display"><?php _e( 'Display Settings', 'ultimate-form-builder-lite' ); ?></a>
|
14 |
<a href="javascript:void(0);" class="nav-tab ufbl-tab-trigger" data-id='email'><?php _e( 'Email Settings', 'ultimate-form-builder-lite' ); ?></a>
|
|
|
15 |
|
16 |
</h2>
|
17 |
<?php if ( !empty( $_GET['message'] ) ) { ?>
|
48 |
<!--Email Settings Section -->
|
49 |
<?php self::load_view( 'backend/boxes/email-settings', $data ); ?>
|
50 |
<!--Email Settings Section -->
|
|
|
|
|
|
|
|
|
51 |
</form>
|
52 |
</div>
|
53 |
</div>
|
inc/views/backend/upgrade-block.php
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
<div class="ufbl-upgrade-top"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-top.png'?>"/></div>
|
3 |
<div class="ufbl-upgrade-action-wrap">
|
4 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank" title="Demo"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/demo-btn.png'?>"/></a>
|
5 |
-
<a href="https://
|
6 |
</div>
|
7 |
<div class="ufbl-upgrade-bottom"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-bottom.png'?>"/></div>
|
8 |
<div class="ufbl-upgrade-action-wrap">
|
9 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank" title="Demo"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/demo-btn.png'?>"/></a>
|
10 |
-
<a href="https://
|
11 |
</div>
|
12 |
</div>
|
13 |
<div class="ufbl-clear"></div>
|
2 |
<div class="ufbl-upgrade-top"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-top.png'?>"/></div>
|
3 |
<div class="ufbl-upgrade-action-wrap">
|
4 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank" title="Demo"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/demo-btn.png'?>"/></a>
|
5 |
+
<a href="https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank" title="Upgrade"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-btn.png'?>"/></a>
|
6 |
</div>
|
7 |
<div class="ufbl-upgrade-bottom"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-bottom.png'?>"/></div>
|
8 |
<div class="ufbl-upgrade-action-wrap">
|
9 |
<a href="http://demo.accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank" title="Demo"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/demo-btn.png'?>"/></a>
|
10 |
+
<a href="https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank" title="Upgrade"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-btn.png'?>"/></a>
|
11 |
</div>
|
12 |
</div>
|
13 |
<div class="ufbl-clear"></div>
|
readme.txt
CHANGED
@@ -3,15 +3,15 @@ Contributors: Access Keys
|
|
3 |
Tags: contact form, form builder, form, forms, contact forms, enquiry forms, form manager, email form, lead form, email, database store form, form entry, form entries, email forms
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Contact Forms | Subscription Forms | Enquiry/quote Forms - build any type of unlimited forms with ultimate form builder
|
12 |
|
13 |
== Description ==
|
14 |
-
[
|
15 |
|
16 |
|
17 |
<strong>Ultimate Form Builder Lite</strong> is a <strong>FREE WordPress Plugin</strong> which allows you to create various contact forms with drag and drop form builder. Its fun because - you can create, customize and build the beautiful forms for your site on your own, receive contact email on any desired email address and store the form entries in your database which can be exported to CSV for your use via plugin's backend.
|
@@ -90,7 +90,7 @@ Contact Forms | Subscription Forms | Enquiry/quote Forms - build any type of unl
|
|
90 |
|
91 |
|
92 |
= Premium Upgrade =
|
93 |
-
* For premium upgrade, please go [here](https://
|
94 |
|
95 |
= Available Language =
|
96 |
* English
|
@@ -101,7 +101,6 @@ Contact Forms | Subscription Forms | Enquiry/quote Forms - build any type of unl
|
|
101 |
|
102 |
= Some Useful Links =
|
103 |
* <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
|
104 |
-
* <strong>Website Link</strong>: http://accesspressthemes.com/
|
105 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
106 |
* <strong>Facebook link</strong>: https://www.facebook.com/AccessPressThemes
|
107 |
|
@@ -117,22 +116,6 @@ For complete information and documentation regarding plugin,please visit below l
|
|
117 |
|
118 |
[Plugin Documentation](https://accesspressthemes.com/documentation/documentation-plugin-instruction-ultimate-form-builder-lite/)
|
119 |
|
120 |
-
== More Resources ==
|
121 |
-
Themes Compatible With Our Plugin :
|
122 |
-
|
123 |
-
Ultimate Form Builder Lite works best with every WordPress theme. Its even more remarkable when used with popular themes of ours or any other being compatible to almost all of the themes.
|
124 |
-
|
125 |
-
AND IF THIS PLUGIN HAS IMPRESSED YOU, THEN YOU WOULD ENJOY OUR OTHER PROJECTS TOO. DO CHECK THESE OUT :
|
126 |
-
|
127 |
-
[WPAll Club](https://wpallclub.com/) - A complete WordPress resources club. WordPress tutorials, blogs, curated free and premium themes and plugins, WordPress deals, offers, hosting info and more.
|
128 |
-
|
129 |
-
[Premium WordPress Themes](https://themeforest.net/user/accesskeys/portfolio) - 6 premium WordPress themes well suited for all sort of websites. Professional, well coded and highly configurable themes for you.
|
130 |
-
|
131 |
-
[Premium WordPress Plugins](https://codecanyon.net/user/accesskeys/portfolio) - 45+ premium WordPress plugins of many different types. High user ratings, great quality and best sellers in CodeCanyon marketplace.
|
132 |
-
|
133 |
-
[AccessPress Themes](https://accesspressthemes.com/) - AccessPress Themes has 50+ beautiful and elegant, fully responsive, multipurpose themes to meet your need for free and commercial basis.
|
134 |
-
|
135 |
-
[8Degree Themes](https://8degreethemes.com/) - 8Degree Themes offers 15+ free WordPress themes and 16+ premium WordPress themes carefully crafted with creativity.
|
136 |
|
137 |
== Installation ==
|
138 |
1. Unzip ultimate-form-builder-lite.zip
|
@@ -164,6 +147,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
164 |
10. Backend Entry Detail
|
165 |
|
166 |
== Changelog ==
|
|
|
|
|
|
|
167 |
= 1.4.5 =
|
168 |
* WordPress 5.3.2 compatibility checked
|
169 |
|
3 |
Tags: contact form, form builder, form, forms, contact forms, enquiry forms, form manager, email form, lead form, email, database store form, form entry, form entries, email forms
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 1.4.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Contact Forms | Subscription Forms | Enquiry/quote Forms - build any type of unlimited forms with ultimate form builder
|
12 |
|
13 |
== Description ==
|
14 |
+
[Demo](http://demo.accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/) | [Documentation](https://accesspressthemes.com/documentation/documentation-plugin-instruction-ultimate-form-builder-lite/)
|
15 |
|
16 |
|
17 |
<strong>Ultimate Form Builder Lite</strong> is a <strong>FREE WordPress Plugin</strong> which allows you to create various contact forms with drag and drop form builder. Its fun because - you can create, customize and build the beautiful forms for your site on your own, receive contact email on any desired email address and store the form entries in your database which can be exported to CSV for your use via plugin's backend.
|
90 |
|
91 |
|
92 |
= Premium Upgrade =
|
93 |
+
* For premium upgrade, please go [here](https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder/)
|
94 |
|
95 |
= Available Language =
|
96 |
* English
|
101 |
|
102 |
= Some Useful Links =
|
103 |
* <strong>Support Forum Link</strong>: http://accesspressthemes.com/support/
|
|
|
104 |
* <strong>Youtube channel link</strong>: https://www.youtube.com/watch?v=TjZNcVG3fDE
|
105 |
* <strong>Facebook link</strong>: https://www.facebook.com/AccessPressThemes
|
106 |
|
116 |
|
117 |
[Plugin Documentation](https://accesspressthemes.com/documentation/documentation-plugin-instruction-ultimate-form-builder-lite/)
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
|
120 |
== Installation ==
|
121 |
1. Unzip ultimate-form-builder-lite.zip
|
147 |
10. Backend Entry Detail
|
148 |
|
149 |
== Changelog ==
|
150 |
+
= 1.4.6 =
|
151 |
+
* WordPress 5.5 compatibility checked
|
152 |
+
|
153 |
= 1.4.5 =
|
154 |
* WordPress 5.3.2 compatibility checked
|
155 |
|
ultimate-form-builder-lite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ultimate Form Builder Lite
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/
|
5 |
Description: A plugin to build any type of forms
|
6 |
-
Version: 1.4.
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
License: GPL2
|
@@ -16,7 +16,7 @@
|
|
16 |
* Necessary Constants for plugin
|
17 |
*/
|
18 |
global $wpdb;
|
19 |
-
defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.4.
|
20 |
defined( 'UFBL_SLUG' ) or define( 'UFBL_SLUG', 'ufbl' ); //plugin admin slug
|
21 |
defined( 'UFBL_TD' ) or define( 'UFBL_TD', 'ultimate-form-builder-lite' ); //plugin's text domain
|
22 |
defined( 'UFBL_IMG_DIR' ) or define( 'UFBL_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' ); //plugin image directory
|
@@ -118,7 +118,7 @@ if ( !class_exists( 'UFBL_Class' ) ) {
|
|
118 |
function admin_footer_text( $text ){
|
119 |
if ( isset( $_GET[ 'page' ] ) ){
|
120 |
$link = 'https://wordpress.org/support/plugin/ultimate-form-builder-lite/reviews/#new-post';
|
121 |
-
$pro_link = 'https://
|
122 |
if($_GET[ 'page' ] == 'ufbl' || $_GET['page'] == 'ufbl-new-form' || $_GET['page'] == 'ufbl-new-form' || $_GET['page'] =='ufbl-form-entries' || $_GET['page'] =='ufbl-how-to-use' || $_GET['page'] =='ufbl-about'){
|
123 |
$text = 'Enjoyed Ultimate Form Builder Lite? <a href="' . $link . '" target="_blank">Please leave us a ★★★★★ rating</a> We really appreciate your support! | Try premium version of <a href="' . $pro_link . '" target="_blank">Ultimate Form Builder</a> - more features, more power!';
|
124 |
}
|
@@ -132,7 +132,7 @@ if ( !class_exists( 'UFBL_Class' ) ) {
|
|
132 |
exit();
|
133 |
}
|
134 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'ufbl-premium' ) {
|
135 |
-
wp_redirect( 'https://
|
136 |
exit();
|
137 |
}
|
138 |
}
|
@@ -143,7 +143,7 @@ if ( !class_exists( 'UFBL_Class' ) ) {
|
|
143 |
'demo' => '<a href="http://demo.accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite" target="_blank"><span class="dashicons dashicons-welcome-view-site"></span>Live Demo</a>',
|
144 |
'doc' => '<a href="https://accesspressthemes.com/documentation/ultimate-form-builder-lite/" target="_blank"><span class="dashicons dashicons-media-document"></span>Documentation</a>',
|
145 |
'support' => '<a href="http://accesspressthemes.com/support" target="_blank"><span class="dashicons dashicons-admin-users"></span>Support</a>',
|
146 |
-
'pro' => '<a href="https://
|
147 |
);
|
148 |
$links = array_merge( $links, $new_links );
|
149 |
}
|
3 |
Plugin Name: Ultimate Form Builder Lite
|
4 |
Plugin URI: https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/
|
5 |
Description: A plugin to build any type of forms
|
6 |
+
Version: 1.4.6
|
7 |
Author: AccessPress Themes
|
8 |
Author URI: http://accesspressthemes.com
|
9 |
License: GPL2
|
16 |
* Necessary Constants for plugin
|
17 |
*/
|
18 |
global $wpdb;
|
19 |
+
defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.4.6' ); //plugin version
|
20 |
defined( 'UFBL_SLUG' ) or define( 'UFBL_SLUG', 'ufbl' ); //plugin admin slug
|
21 |
defined( 'UFBL_TD' ) or define( 'UFBL_TD', 'ultimate-form-builder-lite' ); //plugin's text domain
|
22 |
defined( 'UFBL_IMG_DIR' ) or define( 'UFBL_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' ); //plugin image directory
|
118 |
function admin_footer_text( $text ){
|
119 |
if ( isset( $_GET[ 'page' ] ) ){
|
120 |
$link = 'https://wordpress.org/support/plugin/ultimate-form-builder-lite/reviews/#new-post';
|
121 |
+
$pro_link = 'https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder/';
|
122 |
if($_GET[ 'page' ] == 'ufbl' || $_GET['page'] == 'ufbl-new-form' || $_GET['page'] == 'ufbl-new-form' || $_GET['page'] =='ufbl-form-entries' || $_GET['page'] =='ufbl-how-to-use' || $_GET['page'] =='ufbl-about'){
|
123 |
$text = 'Enjoyed Ultimate Form Builder Lite? <a href="' . $link . '" target="_blank">Please leave us a ★★★★★ rating</a> We really appreciate your support! | Try premium version of <a href="' . $pro_link . '" target="_blank">Ultimate Form Builder</a> - more features, more power!';
|
124 |
}
|
132 |
exit();
|
133 |
}
|
134 |
if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'ufbl-premium' ) {
|
135 |
+
wp_redirect( 'https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder/' );
|
136 |
exit();
|
137 |
}
|
138 |
}
|
143 |
'demo' => '<a href="http://demo.accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite" target="_blank"><span class="dashicons dashicons-welcome-view-site"></span>Live Demo</a>',
|
144 |
'doc' => '<a href="https://accesspressthemes.com/documentation/ultimate-form-builder-lite/" target="_blank"><span class="dashicons dashicons-media-document"></span>Documentation</a>',
|
145 |
'support' => '<a href="http://accesspressthemes.com/support" target="_blank"><span class="dashicons dashicons-admin-users"></span>Support</a>',
|
146 |
+
'pro' => '<a href="https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder/" target="_blank"><span class="dashicons dashicons-cart"></span>Premium version</a>'
|
147 |
);
|
148 |
$links = array_merge( $links, $new_links );
|
149 |
}
|