Plugin Directory

Changeset 2729532


Ignore:
Timestamp:
05/24/2022 02:48:11 PM (4 years ago)
Author:
Infusionsoft
Message:

1.0.7 Preview button fix and branding updates

Location:
infusionsoft-official-opt-in-forms/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • infusionsoft-official-opt-in-forms/trunk/changelog.txt

    r2638364 r2729532  
     1version 1.0.7
     2- Fixed issue with Preview button being disabled in some scenarios
     3- Updated branding.
     4
    15version 1.0.6
    26- Fixed encoded entities issue with form selection.
  • infusionsoft-official-opt-in-forms/trunk/dashboard/js/inf_dashboard.js

    r1644035 r2729532  
    66        }else{
    77            $('.inf_dashboard_preview button').removeProp('disabled');
     8        $(".inf_dashboard_preview button").removeAttr('disabled');
    89        }
    910        var tab = $( 'div.' + $tab_id );
  • infusionsoft-official-opt-in-forms/trunk/infusionsoft.php

    r2638364 r2729532  
    33 * Plugin Name: Keap Official Opt-in Forms
    44 * Plugin URI: https://www.keap.com
    5  * Version: 1.0.6
     5 * Version: 1.0.7
    66 * Description: Keap Official Opt-in Forms
    77 * Author: Keap
     
    3030
    3131class INF_Infusionsoft extends INF_Dashboard {
    32     var $plugin_version = '1.0.6';
     32    var $plugin_version = '1.0.7';
    3333    var $db_version = '1.0';
    3434    var $_options_pagename = 'inf_infusionsoft_options';
     
    41634163
    41644164    function inf_add_footer_text( $text ) {
    4165         return sprintf( __( $text . ' Infusionsoft<sup>&reg;</sup>' ) );
     4165        return sprintf( __( $text . ' Keap<sup>&reg;</sup>' ) );
    41664166    }
    41674167
  • infusionsoft-official-opt-in-forms/trunk/readme.txt

    r2638371 r2729532  
    11=== Keap Official Opt-in Forms ===
    22Contributors: Keap
    3 Tags: keap, keap api, keap wordpress, wp popup, wordpress popup plugin, wordpress subscription plugin, responsive opt-in subscription plugin, free optinmonster alternative, list builder, sumome alternative, how to increase email list, email form, scroll box, newsletter, inbound marketing, mailing list, landing page, light box, email list building, subscribers, subscription
    4 Requires at least: 5.8
    5 Tested up to: 5.8.2
    6 Stable tag: 1.0.6
     3Tags: keap, keap api, keap wordpress, wp popup, wordpress popup plugin, wordpress subscription plugin, responsive opt-in subscription plugin, free optinmonster alternative, list builder, sumome alternative, how to increase email list, email form, scroll box, newsletter, inbound marketing, mailing list, landing page, light box, email list building, subscribers, subscription, infusionsoft
     4Requires at least: 5.7
     5Tested up to: 5.9.3
     6Stable tag: 1.0.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080
    8181== Changelog ==
     82= 1.0.7 =
     83* Fixed issue with Preview button being disabled in some scenarios
     84* Updated branding.
     85
    8286= 1.0.6 =
    8387* Fixed encoded entities issue with form selection.
Note: See TracChangeset for help on using the changeset viewer.