Plugin Directory

Changeset 3392469


Ignore:
Timestamp:
11/09/2025 06:14:24 PM (5 weeks ago)
Author:
themefic
Message:

update 1.0.2

Location:
ultra-addons-for-wpforms
Files:
344 added
5 edited

Legend:

Unmodified
Added
Removed
  • ultra-addons-for-wpforms/trunk/app/Admin/Options/Classes/ULTRAWPF_Settings.php

    r3385957 r3392469  
    343343                                    ?>
    344344                                </div>
    345                                 <div class="ultrawpf-addons-settings-sidebar">
    346                                     <?php echo $this->uawpf_sidebar(); ?>
    347                                 </div>
    348345                            </div>
    349346                            <?php wp_nonce_field( 'ultrawpf_option_nonce_action', 'ultrawpf_option_nonce' ); ?>
    350347                        </form>
    351348                    </div>
    352 
     349                    <div class="ultrawpf-addons-settings-sidebar">
     350                        <?php echo $this->uawpf_sidebar(); ?>
     351                    </div>
    353352                </div>
    354353            </div>
     
    364363                    <!-- promo banner  -->
    365364                     <?php echo apply_filters('uawpf_dashboard_helper_banner', ''); ?>
    366                      
     365                     <?php echo apply_filters('uawpf_sidebar_promo_banner', ''); ?>
    367366                    <div class="ultrawpf-sidebar-content">
    368367
     
    469468
    470469            ?>
     470
    471471            <div class="ultrawpf-pluign-list">
    472472                <h3 class="ultrawpf-pluign-list-title"><?php _e('Power up your website', 'ultra-addons-for-wpforms'); ?></h3>
  • ultra-addons-for-wpforms/trunk/app/Admin/ULTRAWPF_Admin.php

    r3385957 r3392469  
    1111use Themefic\ULTRAWPF\Includes\GetHelp;
    1212use Themefic\ULTRAWPF\Includes\Changelog;
     13use Themefic\ULTRAWPF\Includes\PromoNotice;
    1314
    1415class ULTRAWPF_Admin{
     
    3738            GetHelp::instance();
    3839            Changelog::instance();
     40            PromoNotice::instance();
    3941        }
    4042    }
  • ultra-addons-for-wpforms/trunk/assets/admin/css/ultrawpf-admin-custom.css

    r3385957 r3392469  
    41394139  justify-content: space-between;
    41404140  align-items: flex-start;
    4141     gap: 16px;
     4141    gap: 24px;
    41424142}
    41434143.ultrawpf-addons-settings-page-wrapper {
     
    41534153  width: 100%;
    41544154  max-width: 33%;
     4155  margin-top: 120px;
    41554156}
    41564157.ultrawpf-plugin-item {
     
    42604261  padding: 16px;
    42614262  border-radius: 16px;
    4262   background: #FAFFFF;
     4263  background: #DEEDED;
    42634264}
    42644265.ultrawpf-sidebar-content .ultrawpf-pluign-list-title {
  • ultra-addons-for-wpforms/trunk/readme.txt

    r3386574 r3392469  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2020👉 Plugin Roadmap [View Roadmap](https://community.themefic.com/uawpf/#/6/)
    2121👉 Join Our [Facebook Community](https://www.facebook.com/groups/uawpf)
     22👉 Join Our [Community](https://community.themefic.com/feed/)
    2223
    2324**Ultra Addons for WPForms** is a growing collection of smart, high-performance addons that extend the power of [WPForms](https://wordpress.org/plugins/wpforms-lite/). 
     
    155156== Changelog ==
    156157
     158= 1.0.2 - Nov 09, 2025 =
     159
     160- Updated: Readme information updated.
     161- Compatibility: Now compatible with WPForms v1.9.8.4.
     162
    157163= 1.0.1 - Oct 29, 2025 =
    158164
     
    189195
    190196
     197
  • ultra-addons-for-wpforms/trunk/ultra-addons-for-wpforms.php

    r3386574 r3392469  
    44 * Plugin URI: https://wpfaddons.com/
    55 * Description: Extend WPForms with free addons like Advanced Phone, Database, File Upload, Multistep, Mailchimp, Repeater, and Website URL fields. All addons are lightweight and easy to use.
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Themefic
    88 * Author URI: https://themefic.com/
     
    3434     */
    3535
    36      const VERSION = '1.0.1';
     36     const VERSION = '1.0.2';
    3737
    3838    /*
Note: See TracChangeset for help on using the changeset viewer.