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

Version Description

  • Added documentation link in how to use section
Download this release

Release Info

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

Code changes from version 1.3.1 to 1.3.2

inc/views/backend/how-to-use.php CHANGED
@@ -3,6 +3,10 @@
3
  <h3><?php _e( 'How to use', 'ultimate-form-builder-lite' ); ?></h3>
4
 
5
  <div class="ufbl-content-wrap">
 
 
 
 
6
  <div class="ufbl-content-section">
7
  <h4 class="ufbl-content-title">New Form</h4>
8
  <p>You can click on "New Form" sub menu to create a new form.Once you create a new form, you will be redirected to the main <strong>Form Builder</strong> page where you can add various fields to build the form.</p>
3
  <h3><?php _e( 'How to use', 'ultimate-form-builder-lite' ); ?></h3>
4
 
5
  <div class="ufbl-content-wrap">
6
+ <div class="ufbl-content-section">
7
+ <h4 class="ufbl-content-title">Detailed Documentation</h4>
8
+ <p>You can check our detailed documentation <a href="https://accesspressthemes.com/documentation/ultimate-form-builder-lite/" target="_blank">here.</a></p>
9
+ </div>
10
  <div class="ufbl-content-section">
11
  <h4 class="ufbl-content-title">New Form</h4>
12
  <p>You can click on "New Form" sub menu to create a new form.Once you create a new form, you will be redirected to the main <strong>Form Builder</strong> page where you can add various fields to build the form.</p>
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.7
7
- Stable tag: 1.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -151,6 +151,9 @@ Once you install the plugin , you can check some general documentation about how
151
  10. Backend Entry Detail
152
 
153
  == Changelog ==
 
 
 
154
  = 1.3.1 =
155
  * Provided notes for from name and from email field
156
  * Fixed small layout fix for email settings
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
+ Stable tag: 1.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
151
  10. Backend Entry Detail
152
 
153
  == Changelog ==
154
+ = 1.3.2 =
155
+ * Added documentation link in how to use section
156
+
157
  = 1.3.1 =
158
  * Provided notes for from name and from email field
159
  * Fixed small layout fix for email settings
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.3.1
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.3.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.3.2
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.3.2' ); //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