Contact Form for WordPress – Ultimate Form Builder Lite - Version 1.1.3

Version Description

  • Added upgrade banner
  • Updated date format for form entries and form modified date
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Contact Form for WordPress – Ultimate Form Builder Lite
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

css/backend.css CHANGED
@@ -616,6 +616,9 @@ input.ufbl-preview-form {
616
  background-color: white;
617
  min-height: 400px;
618
  padding: 20px;
 
 
 
619
  }
620
  .ufbl-new-form-wrap label {
621
  font-size: 16px;
@@ -659,7 +662,7 @@ h4.ufbl-content-title {
659
  float: left;
660
  width: 305px;
661
  text-align: center;
662
- margin: 0 20px;
663
  }
664
  .ufbl-sub-section-title {
665
  background-color: #bbb;
@@ -684,4 +687,21 @@ h4.ufbl-content-title {
684
  margin-left: 165px;
685
  }
686
  .ufbl-form-controls .ufbl-field-note{margin:5px 0 0 0;}
687
- .ufbl-text-align-right{text-align: right;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
616
  background-color: white;
617
  min-height: 400px;
618
  padding: 20px;
619
+ float: left;
620
+ width: 68%;
621
+ margin-right: 20px;
622
  }
623
  .ufbl-new-form-wrap label {
624
  font-size: 16px;
662
  float: left;
663
  width: 305px;
664
  text-align: center;
665
+ margin: 10px 20px;
666
  }
667
  .ufbl-sub-section-title {
668
  background-color: #bbb;
687
  margin-left: 165px;
688
  }
689
  .ufbl-form-controls .ufbl-field-note{margin:5px 0 0 0;}
690
+ .ufbl-text-align-right{text-align: right;}
691
+ .ufbl-upgrade {
692
+ background: #fff;
693
+ float: right;
694
+ }
695
+ .ufbl-upgrade-action-wrap {
696
+ padding: 15px;
697
+ }
698
+ .ufbl-upgrade-action-wrap a {
699
+ margin: 10px;
700
+ }
701
+ .ufbl-header h1 {
702
+ color: white;
703
+ }
704
+ .ufbl-table {
705
+ width: 72%;
706
+ float: left;
707
+ }
images/upgrade/demo-btn.jpg ADDED
Binary file
images/upgrade/upgrade-bottom.jpg ADDED
Binary file
images/upgrade/upgrade-btn.jpg ADDED
Binary file
images/upgrade/upgrade-top.jpg ADDED
Binary file
inc/views/backend/about.php CHANGED
@@ -33,5 +33,6 @@
33
  <div class="ufbl-clear"></div>
34
  </div>
35
  </div>
 
36
  </div>
37
 
33
  <div class="ufbl-clear"></div>
34
  </div>
35
  </div>
36
+ <?php UFBL_Lib::load_view('backend/upgrade-block');?>
37
  </div>
38
 
inc/views/backend/form-entries-list.php CHANGED
@@ -76,7 +76,7 @@
76
  }
77
  ?>
78
  </div>
79
- <table class="wp-list-table widefat fixed posts">
80
  <thead>
81
  <tr>
82
  <th scope="col" id="title" class="manage-column column-shortcode">
@@ -128,7 +128,7 @@
128
  </div>
129
  </div>
130
  </td>
131
- <td class="shortcode column-shortcode"><?php echo $form_entry_row['entry_created']; ?></td>
132
  </tr>
133
  <?php
134
  $form_counter++;
@@ -141,7 +141,7 @@
141
  ?>
142
  </tbody>
143
  </table>
144
-
145
  </div>
146
  <div class="ufbl-entry-overlay" style="display:none"></div>
147
  <div class="ufbl-entry-wrap" style="display:none"><span class="ufbl-entry-ajax-loader"></span></div>
76
  }
77
  ?>
78
  </div>
79
+ <table class="wp-list-table widefat fixed posts ufbl-table">
80
  <thead>
81
  <tr>
82
  <th scope="col" id="title" class="manage-column column-shortcode">
128
  </div>
129
  </div>
130
  </td>
131
+ <td class="shortcode column-shortcode"><?php echo date( 'h:i:s A M jS, Y ', strtotime( $form_entry_row['entry_created'] ) ); ?></td>
132
  </tr>
133
  <?php
134
  $form_counter++;
141
  ?>
142
  </tbody>
143
  </table>
144
+ <?php UFBL_Lib::load_view('backend/upgrade-block');?>
145
  </div>
146
  <div class="ufbl-entry-overlay" style="display:none"></div>
147
  <div class="ufbl-entry-wrap" style="display:none"><span class="ufbl-entry-ajax-loader"></span></div>
inc/views/backend/form-list.php CHANGED
@@ -13,7 +13,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
13
  <div class="ufbl-form-list">
14
  <h2><?php _e( 'Forms', 'ultimate-form-builder-lite' ); ?><a href="javascript:void(0);" class="ufbl-add-form-trigger add-new-h2"><?php _e( 'Add New Form' ); ?></a></h2>
15
 
16
- <table class="wp-list-table widefat fixed posts">
17
  <thead>
18
  <tr>
19
  <th scope="col" id="title" class="manage-column column-shortcode">
@@ -76,7 +76,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
76
  </div>
77
  </td>
78
  <td class="shortcode column-shortcode"><input type="text" onFocus="this.select();" readonly="readonly" value="[ufbl form_id=&quot;<?php echo $form->form_id; ?>&quot;]" class="shortcode-in-list-table wp-ui-text-highlight code"></td>
79
- <td class="shortcode column-shortcode"><?php echo $form->form_modified; ?></td>
80
  <td class="shortcode column-shortcode ufbl-relative">
81
  <div class="onoffswitch">
82
  <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch-<?php echo $form->form_id; ?>" <?php checked( $form->form_status, true ); ?> style="display:none;">
@@ -102,7 +102,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
102
  ?>
103
  </tbody>
104
  </table>
105
-
106
  </div>
107
  </div>
108
  <div class="ufbl-popup-wrap" style="display: none">
13
  <div class="ufbl-form-list">
14
  <h2><?php _e( 'Forms', 'ultimate-form-builder-lite' ); ?><a href="javascript:void(0);" class="ufbl-add-form-trigger add-new-h2"><?php _e( 'Add New Form' ); ?></a></h2>
15
 
16
+ <table class="wp-list-table widefat fixed posts ufbl-table">
17
  <thead>
18
  <tr>
19
  <th scope="col" id="title" class="manage-column column-shortcode">
76
  </div>
77
  </td>
78
  <td class="shortcode column-shortcode"><input type="text" onFocus="this.select();" readonly="readonly" value="[ufbl form_id=&quot;<?php echo $form->form_id; ?>&quot;]" class="shortcode-in-list-table wp-ui-text-highlight code"></td>
79
+ <td class="shortcode column-shortcode"><?php echo date( 'h:i:s A M jS, Y ', strtotime( $form->form_modified ) ); ?></td>
80
  <td class="shortcode column-shortcode ufbl-relative">
81
  <div class="onoffswitch">
82
  <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch-<?php echo $form->form_id; ?>" <?php checked( $form->form_status, true ); ?> style="display:none;">
102
  ?>
103
  </tbody>
104
  </table>
105
+ <?php UFBL_Lib::load_view('backend/upgrade-block');?>
106
  </div>
107
  </div>
108
  <div class="ufbl-popup-wrap" style="display: none">
inc/views/backend/how-to-use.php CHANGED
@@ -44,5 +44,6 @@
44
 
45
  </div>
46
  </div>
 
47
  </div>
48
 
44
 
45
  </div>
46
  </div>
47
+ <?php UFBL_Lib::load_view('backend/upgrade-block');?>
48
  </div>
49
 
inc/views/backend/new-form.php CHANGED
@@ -12,6 +12,6 @@
12
  <div class="ufbl-add-error ufbl-error" style="display: none;"></div>
13
  </div>
14
  </div>
15
-
16
  </div>
17
 
12
  <div class="ufbl-add-error ufbl-error" style="display: none;"></div>
13
  </div>
14
  </div>
15
+ <?php UFBL_Lib::load_view('backend/upgrade-block');?>
16
  </div>
17
 
inc/views/backend/upgrade-block.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="ufbl-upgrade">
2
+ <div class="ufbl-upgrade-top"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-top.jpg'?>"/></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.jpg'?>"/></a>
5
+ <a href="http://codecanyon.net/item/ultimate-form-builder/14644208?ref=AccessKeys" target="_blank" title="Upgrade"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-btn.jpg'?>"/></a>
6
+ </div>
7
+ <div class="ufbl-upgrade-bottom"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-bottom.jpg'?>"/></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.jpg'?>"/></a>
10
+ <a href="http://codecanyon.net/item/ultimate-form-builder/14644208?ref=AccessKeys" target="_blank" title="Upgrade"><img src="<?php echo UFBL_IMG_DIR.'/upgrade/upgrade-btn.jpg'?>"/></a>
11
+ </div>
12
+ </div>
13
+ <div class="ufbl-clear"></div>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: contact form, form builder, form, forms, contact forms, enquiry forms, for
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.4
7
- Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,10 @@ Once you install the plugin , you can check some general documentation about how
95
  10. Backend Entry Detail
96
 
97
  == Changelog ==
 
 
 
 
98
  = 1.1.2 =
99
  * Fixed css issues for dropdown and textarea
100
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.4
7
+ Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
  10. Backend Entry Detail
96
 
97
  == Changelog ==
98
+ = 1.1.3 =
99
+ * Added upgrade banner
100
+ * Updated date format for form entries and form modified date
101
+
102
  = 1.1.2 =
103
  * Fixed css issues for dropdown and textarea
104
 
ultimate-form-builder-lite.php CHANGED
@@ -6,7 +6,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
6
  Plugin Name: Ultimate Form Builder Lite
7
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/
8
  Description: A plugin to build any type of forms
9
- Version: 1.1.2
10
  Author: AccessPress Themes
11
  Author URI: http://accesspressthemes.com
12
  License: GPL2
@@ -19,7 +19,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
19
  * Necessary Constants for plugin
20
  */
21
  global $wpdb;
22
- defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.1.1' ); //plugin version
23
  defined( 'UFBL_SLUG' ) or define( 'UFBL_SLUG', 'ufbl' ); //plugin admin slug
24
  defined( 'UFBL_TD' ) or define( 'UFBL_TD', 'ultimate-form-builder-lite' ); //plugin's text domain
25
  defined( 'UFBL_IMG_DIR' ) or define( 'UFBL_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' ); //plugin image directory
6
  Plugin Name: Ultimate Form Builder Lite
7
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/
8
  Description: A plugin to build any type of forms
9
+ Version: 1.1.3
10
  Author: AccessPress Themes
11
  Author URI: http://accesspressthemes.com
12
  License: GPL2
19
  * Necessary Constants for plugin
20
  */
21
  global $wpdb;
22
+ defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.1.3' ); //plugin version
23
  defined( 'UFBL_SLUG' ) or define( 'UFBL_SLUG', 'ufbl' ); //plugin admin slug
24
  defined( 'UFBL_TD' ) or define( 'UFBL_TD', 'ultimate-form-builder-lite' ); //plugin's text domain
25
  defined( 'UFBL_IMG_DIR' ) or define( 'UFBL_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' ); //plugin image directory