Plugin Directory

Changeset 2839283


Ignore:
Timestamp:
12/26/2022 09:50:54 AM (3 years ago)
Author:
liquidpoll
Message:

Bug fixed

Location:
liquidpoll-funnelkit-integration
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • liquidpoll-funnelkit-integration/trunk/liquidpoll-funnelkit-integration.php

    r2824532 r2839283  
    33 * Plugin Name: LiquidPoll - Funnelkit Integration
    44 * Plugin URI: https://liquidpoll.com/plugin/liquidpoll-funnelkit
    5  * Description: Integration with Fluent CRM
    6  * Version: 1.0.1
     5 * Description: Integration with Funnelkit
     6 * Version: 1.0.2
    77 * Author: LiquidPoll
    88 * Text Domain: liquidpoll-funnelkit
     
    1313 */
    1414
    15 use Pluginbazar\Utils;
     15use WPDK\Utils;
    1616
    1717defined( 'ABSPATH' ) || exit;
     
    240240}
    241241
    242 add_action( 'pb_sdk_init_wp_poll', array( 'LIQUIDPOLL_Integration_funnelkit', 'instance' ) );
     242add_action( 'wpdk_init_wp_poll', array( 'LIQUIDPOLL_Integration_funnelkit', 'instance' ) );
  • liquidpoll-funnelkit-integration/trunk/readme.txt

    r2824532 r2839283  
    55    Requires at least: 4.6
    66    Tested up to: 6.1.1
    7     Stable tag: 1.0.1
     7    Stable tag: 1.0.2
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393= 1.0.1 =
    9494* 26/11/2022 - NEW - Form added for nps and reaction.
     95
     96= 1.0.2 =
     97* 26/12/2022 - FIX - Fix issues.
Note: See TracChangeset for help on using the changeset viewer.