Plugin Directory

Changeset 2736866


Ignore:
Timestamp:
06/03/2022 09:47:14 AM (4 years ago)
Author:
Access Keys
Message:

WordPress 6.0 compatibility checked
Fixed some design realated issue in template

Location:
ultimate-form-builder-lite
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • ultimate-form-builder-lite/trunk/css/frontend.css

    r2368666 r2736866  
    613613  font-size:22px;
    614614  color:#3979a9;
    615   text-transform:uppercase;
     615  text-align: center;
    616616}
    617617.ufbl-template-3 .ufbl-form-field-wrap{
  • ultimate-form-builder-lite/trunk/readme.txt

    r2599711 r2736866  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 4.5
    6 Tested up to: 5.8
    7 Stable tag: 1.5.1
     6Tested up to: 6.0
     7Stable tag: 1.5.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    148148
    149149== Changelog ==
     150
     151= 1.5.2 =
     152* WordPress 6.0 compatibility checked
     153* Fixed some design realated issue in template
     154
    150155= 1.5.1 =
    151156* Fixed bug regarding ufbl widget.
  • ultimate-form-builder-lite/trunk/ultimate-form-builder-lite.php

    r2599711 r2736866  
    44  Plugin URI:  https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/
    55  Description: A plugin to build any type of forms
    6   Version:     1.5.1
     6  Version:     1.5.2
    77  Author:      AccessPress Themes
    88  Author URI:  http://accesspressthemes.com
     
    1717 */
    1818global $wpdb;
    19 defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.5.1' ); //plugin version
     19defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.5.2' ); //plugin version
    2020defined( 'UFBL_SLUG' ) or define( 'UFBL_SLUG', 'ufbl' ); //plugin admin slug
    2121defined( 'UFBL_TD' ) or define( 'UFBL_TD', 'ultimate-form-builder-lite' ); //plugin's text domain
Note: See TracChangeset for help on using the changeset viewer.