Changeset 2736866
- Timestamp:
- 06/03/2022 09:47:14 AM (4 years ago)
- Location:
- ultimate-form-builder-lite
- Files:
-
- 1 added
- 3 edited
-
tags/1.5.2 (added)
-
trunk/css/frontend.css (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ultimate-form-builder-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-form-builder-lite/trunk/css/frontend.css
r2368666 r2736866 613 613 font-size:22px; 614 614 color:#3979a9; 615 text- transform:uppercase;615 text-align: center; 616 616 } 617 617 .ufbl-template-3 .ufbl-form-field-wrap{ -
ultimate-form-builder-lite/trunk/readme.txt
r2599711 r2736866 4 4 Donate link: http://accesspressthemes.com/donation/ 5 5 Requires at least: 4.5 6 Tested up to: 5.87 Stable tag: 1.5. 16 Tested up to: 6.0 7 Stable tag: 1.5.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 148 148 149 149 == Changelog == 150 151 = 1.5.2 = 152 * WordPress 6.0 compatibility checked 153 * Fixed some design realated issue in template 154 150 155 = 1.5.1 = 151 156 * Fixed bug regarding ufbl widget. -
ultimate-form-builder-lite/trunk/ultimate-form-builder-lite.php
r2599711 r2736866 4 4 Plugin URI: https://accesspressthemes.com/wordpress-plugins/ultimate-form-builder-lite/ 5 5 Description: A plugin to build any type of forms 6 Version: 1.5. 16 Version: 1.5.2 7 7 Author: AccessPress Themes 8 8 Author URI: http://accesspressthemes.com … … 17 17 */ 18 18 global $wpdb; 19 defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.5. 1' ); //plugin version19 defined( 'UFBL_VERSION' ) or define( 'UFBL_VERSION', '1.5.2' ); //plugin version 20 20 defined( 'UFBL_SLUG' ) or define( 'UFBL_SLUG', 'ufbl' ); //plugin admin slug 21 21 defined( 'UFBL_TD' ) or define( 'UFBL_TD', 'ultimate-form-builder-lite' ); //plugin's text domain
Note: See TracChangeset
for help on using the changeset viewer.