Plugin Directory

Changeset 2558991


Ignore:
Timestamp:
07/05/2021 09:59:31 PM (5 years ago)
Author:
fastflow
Message:

Update for Fast Member Pro

Location:
fast-clickfunnels/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fast-clickfunnels/trunk/fast-clickfunnels.php

    r2347070 r2558991  
    1111 * Description: ClickFunnels integration with FastMember
    1212
    13  * Version: 1.0.9.4
     13 * Version: 1.1
    1414 * Author: FastFlow.io
    1515
     
    6666        define('FASTCF_PLUGIN_VERSION' , '1.0.2');
    6767
    68         if (in_array( 'fastmember/fastmember.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
     68        if (in_array( 'fastmember/fastmember.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) || in_array( 'fastmember-pro/fastmember-pro.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
    6969
    7070            require_once( FASTCF_DIR . '/lib/fast-cf-main-class.php' );
     
    105105
    106106}
    107 
    108 
    109 
  • fast-clickfunnels/trunk/lib/fast-cf-main-class.php

    r2347070 r2558991  
    1515        $content .= "<h2 style='margin-bottom:15px 0px;'>"._fm('ClickFunnels® Integration')."</h2>
    1616                    <div><p>
    17                     "._fm('You are ready to integrate with ClickFunnels')." (<a href='https://getfunnnels.com/' target='_blank'>Get ClickFunnels Here</a>).<br />
     17                    "._fm('You are ready to integrate with ClickFunnels')." (<a href='https://clickfunnels.net/' target='_blank'>Get ClickFunnels Here</a>).<br />
    1818                    "._fm('In your ClickFunnels account please choose Access Integrations from the Edit Funnel options and add the following URL into the Webhook URL field:'). "<br/>
    1919                    <input type='text' value='". site_url("/") ."?fcfipn_api=fast_CF_IPN_handle' readonly style='width: 100%;' /><br /><br />
    2020                    "._fm('ClickFunnels Product  ID #')."&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;<input type='text' id='fcfprodid'  placeholder='Enter ClickFunnels product ID here' style='width: 30%;' maxlength='20' name='fcfprodid' value='$fcfprodid' /><br/><br/>
    2121                    </p>
    22                     <p>
    23 Disclosure: FastFlow.io is an independent ClickFunnels Affiliate, not an employee. FastFlow.io receive referral payments from ClickFunnels. The opinions expressed here are FastFlow.io's own and are not official statements of ClickFunnels or its parent company, Etison LLC.</p>
     22                    <p>This integration is developed and maintained by FastFlow.io. Disclosure: FastFlow.io is an independent ClickFunnels Affiliate, not an employee. FastFlow.io may receive referral payments from ClickFunnels. The opinions expressed here are FastFlow.io's own and are not official statements of ClickFunnels or its parent company, Etison LLC.</p>
     23
     24                   
    2425                    </div>";
    2526        return $content;
  • fast-clickfunnels/trunk/readme.txt

    r2537593 r2558991  
    2424ClickFunnels® is the premier service for building complete funnels for any marketing campaign. High converting email optin funnels or complex membership funnels.
    2525
    26 **Sign up for [ClickFunnels Here](https://getfunnnels.com/)**
     26**Sign up for [ClickFunnels Here](https://clickfunnels.net/)**
    2727
    2828FastMember gives you unlimited flexibility in setting up your WordPress membership site. When used with ClickFunnels as the front end page builder for your marketing pages you can create a powerhouse system for delivering your content with WordPress.
     
    5757
    5858== Changelog ==
     59
     60= Version 1.1 =
     61
     62Support for Fast Member Pro
    5963
    6064= Version 1.0.9.4 =
Note: See TracChangeset for help on using the changeset viewer.