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

Version Description

  • Added More WordPress Resources
Download this release

Release Info

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

Code changes from version 1.2.4 to 1.2.5

inc/views/backend/form-builder.php CHANGED
@@ -12,6 +12,7 @@
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 ( isset( $_SESSION['ufbl_message'] ) ) { ?>
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="http://wpall.club" class="nav-tab" target="_blank"><?php _e( 'More WordPress Resources', 'ultimate-form-builder-lite' ); ?></a>
16
 
17
  </h2>
18
  <?php if ( isset( $_SESSION['ufbl_message'] ) ) { ?>
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: 4.0
6
  Tested up to: 4.6
7
- Stable tag: 1.2.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -116,6 +116,8 @@ For complete information and documentation regarding plugin,please visit below l
116
 
117
  [Plugin Documentation](https://accesspressthemes.com/documentation/documentation-plugin-instruction-ultimate-form-builder-lite/)
118
 
 
 
119
  == Installation ==
120
  1. Unzip ultimate-form-builder-lite.zip
121
  1. Upload all the files to the /wp-content/plugins/ultimate-form-builder-lite
@@ -146,6 +148,9 @@ Once you install the plugin , you can check some general documentation about how
146
  10. Backend Entry Detail
147
 
148
  == Changelog ==
 
 
 
149
  = 1.2.4 =
150
  * Added ufbl_time_format filter for time format change
151
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.6
7
+ Stable tag: 1.2.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
116
 
117
  [Plugin Documentation](https://accesspressthemes.com/documentation/documentation-plugin-instruction-ultimate-form-builder-lite/)
118
 
119
+ [More WordPress Resources](http://wpall.club)
120
+
121
  == Installation ==
122
  1. Unzip ultimate-form-builder-lite.zip
123
  1. Upload all the files to the /wp-content/plugins/ultimate-form-builder-lite
148
  10. Backend Entry Detail
149
 
150
  == Changelog ==
151
+ = 1.2.5 =
152
+ * Added More WordPress Resources
153
+
154
  = 1.2.4 =
155
  * Added ufbl_time_format filter for time format change
156
 
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.2.4
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.2.4' ); //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.2.5
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.2.5' ); //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