Plugin Directory

Changeset 3014369


Ignore:
Timestamp:
12/26/2023 02:08:09 PM (2 years ago)
Author:
the ank
Message:

Applied fixes

Location:
woozap/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woozap/trunk/gf-controller.php

    r2852762 r3014369  
    148148                            <label><?php _e('Server','wpflyleads');?></label>
    149149                            <select name="wpflyleads_servers" id="wpflyleads_servers" data-config-field="wpflyleads.servers">
    150                                 <?php echo wpflyleads_get_servers($post_data['server'] ?: '');?>
     150                                <?php echo wpflyleads_get_servers(isset($post_data['server']) ?: '');?>
    151151                            </select>
    152152                        </div>
     
    155155                        <div>
    156156                            <label><?php _e('URL','wpflyleads');?></label>
    157                             <input type="text" name="wpflyleads_webhook_url" id="wpflyleads_webhook_url" data-config-field="wpflyleads.url" value="<?php echo ($post_data['url'] ?: '');?>">
     157                            <input type="text" name="wpflyleads_webhook_url" id="wpflyleads_webhook_url" data-config-field="wpflyleads.url" value="<?php echo (isset($post_data['url']) ?: '');?>">
    158158                        </div>
    159159                    </td>
  • woozap/trunk/init.php

    r2855853 r3014369  
    22/**
    33 * @package WP AVCL Automation Helper (formerly WPFlyLeads)
    4  * @version 3.3
     4 * @version 3.4
    55 */
    66/*
     
    99Author: Ankur Vishwakarma & Ankit Vishwakarma
    1010Author URI: https://ankurvishwakarma.com
    11 Version: 3.3
     11Version: 3.4
    1212Author Email : ankurvishwakarma54@yahoo.com
    1313Domain : wpflyleads
     
    7474
    7575function __construct(){
    76 $this->wpflyleads_version='3.3';
     76$this->wpflyleads_version='3.4';
    7777$this->wpflyleads_urlpath=plugin_dir_url( __FILE__ );
    7878$this->wpflyleads_dirpath=plugin_dir_path(__FILE__);
  • woozap/trunk/readme.txt

    r2855855 r3014369  
    55Requires at least: 5.5
    66Requires PHP: 5.5
    7 Tested up to: 6.1.1
    8 Stable tag: 3.3
     7Tested up to: 6.4
     8Stable tag: 3.4
    99License: GPLv2 or later
    1010
     
    2020To thousands of other platforms.
    2121
    22 == Latest Version 3.3 ==
    23 1. Supports Pabbly integration with WooCommerce, Gravity Forms and Contact Form 7
    2422
    2523== Notice ==
     
    116114* Security Updates
    117115* UI Improvements
     116
     117= 3.3 =
     118* Bug Fixes
     119* Security Updates
Note: See TracChangeset for help on using the changeset viewer.