Version Description
- Revised about section
Download this release
Release Info
Developer | Access Keys |
Plugin | Contact Form for WordPress – Ultimate Form Builder Lite |
Version | 1.2.9 |
Comparing to | |
See all releases |
Code changes from version 1.2.8 to 1.2.9
- inc/views/backend/about.php +2 -2
- readme.txt +4 -1
- ultimate-form-builder-lite.php +2 -2
inc/views/backend/about.php
CHANGED
@@ -19,11 +19,11 @@
|
|
19 |
<div class="ufbl-content-section">
|
20 |
<h4 class="ufbl-content-title">More From AccesPress Themes</h4>
|
21 |
<div class="ufbl-sub-section">
|
22 |
-
<div class="ufbl-sub-section-title"><a href="http://accesspressthemes.com/plugins" target="_blank">WordPress Free & Premium Plugins</a></div>
|
23 |
<a href="http://accesspressthemes.com/plugins" target="_blank"><img src="<?php echo UFBL_IMG_DIR.'/plugin.png';?>" alt="Wordpress Free & Premium Plugins"/></a>
|
24 |
</div>
|
25 |
<div class="ufbl-sub-section">
|
26 |
-
<div class="ufbl-sub-section-title"><a href="http://accesspressthemes.com/themes" target="_blank">WordPress Free & Premium Themes</a></div>
|
27 |
<a href="http://accesspressthemes.com/themes" target="_blank"><img src="<?php echo UFBL_IMG_DIR.'/theme.png';?>" alt="Wordpress Free & Premium Themes"/></a>
|
28 |
</div>
|
29 |
<div class="ufbl-sub-section">
|
19 |
<div class="ufbl-content-section">
|
20 |
<h4 class="ufbl-content-title">More From AccesPress Themes</h4>
|
21 |
<div class="ufbl-sub-section">
|
22 |
+
<div class="ufbl-sub-section-title"><a href="http://accesspressthemes.com/plugins" target="_blank">WordPress Free & Premium Plugins</a></div>
|
23 |
<a href="http://accesspressthemes.com/plugins" target="_blank"><img src="<?php echo UFBL_IMG_DIR.'/plugin.png';?>" alt="Wordpress Free & Premium Plugins"/></a>
|
24 |
</div>
|
25 |
<div class="ufbl-sub-section">
|
26 |
+
<div class="ufbl-sub-section-title"><a href="http://accesspressthemes.com/themes" target="_blank">WordPress Free & Premium Themes</a></div>
|
27 |
<a href="http://accesspressthemes.com/themes" target="_blank"><img src="<?php echo UFBL_IMG_DIR.'/theme.png';?>" alt="Wordpress Free & Premium Themes"/></a>
|
28 |
</div>
|
29 |
<div class="ufbl-sub-section">
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -149,6 +149,9 @@ Once you install the plugin , you can check some general documentation about how
|
|
149 |
10. Backend Entry Detail
|
150 |
|
151 |
== Changelog ==
|
|
|
|
|
|
|
152 |
= 1.2.8 =
|
153 |
* Added ufb_form_response filter to filter form submission response
|
154 |
|
4 |
Donate link: http://accesspressthemes.com/donation/
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.2.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
149 |
10. Backend Entry Detail
|
150 |
|
151 |
== Changelog ==
|
152 |
+
= 1.2.9 =
|
153 |
+
* Revised about section
|
154 |
+
|
155 |
= 1.2.8 =
|
156 |
* Added ufb_form_response filter to filter form submission response
|
157 |
|
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.
|
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.
|
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.9
|
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.9' ); //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
|