Plugin Directory

Changeset 2774998


Ignore:
Timestamp:
08/24/2022 03:33:02 PM (4 years ago)
Author:
Infusionsoft
Message:

1.0.8 Optin Statistics Graph Fix

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

Legend:

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

    r2729532 r2774998  
     1version 1.0.8
     2- Fixes issue where opt-in statistics graph does not properly display in some scenarios
     3
    14version 1.0.7
    2 - Fixed issue with Preview button being disabled in some scenarios
    3 - Updated branding.
     5- Fixes issue with Preview button being disabled in some scenarios
     6- Updates branding
    47
    58version 1.0.6
    6 - Fixed encoded entities issue with form selection.
    7 - Updated branding.
     9- Fixes encoded entities issue with form selection
     10- Updates branding
    811
    912version 1.0.5
    10 - Plugin now complies with the General Data Protection Regulation (GDPR) (EU).
    11 - Fixed issue where duplicating or split testing an opt-in only displays the newest version of the form in the Infusionsoft Campaign Builder.
     13- Plugin now complies with the General Data Protection Regulation (GDPR) (EU)
     14- Fixes issue where duplicating or split testing an opt-in only displays the newest version of the form in the Infusionsoft Campaign Builder
    1215
    1316version 1.0.4
     
    2528
    2629version 1.0
    27 - Initial Release.
     30- Initial Release
    2831
  • infusionsoft-official-opt-in-forms/trunk/infusionsoft.php

    r2729532 r2774998  
    33 * Plugin Name: Keap Official Opt-in Forms
    44 * Plugin URI: https://www.keap.com
    5  * Version: 1.0.7
     5 * Version: 1.0.8
    66 * Description: Keap Official Opt-in Forms
    77 * Author: Keap
     
    3030
    3131class INF_Infusionsoft extends INF_Dashboard {
    32     var $plugin_version = '1.0.7';
     32    var $plugin_version = '1.0.8';
    3333    var $db_version = '1.0';
    3434    var $_options_pagename = 'inf_infusionsoft_options';
  • infusionsoft-official-opt-in-forms/trunk/js/googlechart.js

    r1653211 r2774998  
    22
    33function infusionsoft_chart_init($period, $stats, $list_id) {
    4     google.setOnLoadCallback(infusionsoft_drawChart);
    5     infusionsoft_drawChart($period, $stats, $list_id);
     4    $( document ).ready(function() {
     5        google.setOnLoadCallback(infusionsoft_drawChart);
     6    });
     7
     8    $( document ).ready(function() {
     9        infusionsoft_drawChart($period, $stats, $list_id);
     10    });
    611}
    712
  • infusionsoft-official-opt-in-forms/trunk/readme.txt

    r2729532 r2774998  
    33Tags: 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
    44Requires at least: 5.7
    5 Tested up to: 5.9.3
    6 Stable tag: 1.0.7
     5Tested up to: 6.0.1
     6Stable tag: 1.0.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080
    8181== Changelog ==
     82= 1.0.8 =
     83* Fixes issue where opt-in statistics graph does not properly display in some scenarios
     84
    8285= 1.0.7 =
    8386* Fixed issue with Preview button being disabled in some scenarios
    84 * Updated branding.
     87* Updated branding
    8588
    8689= 1.0.6 =
    87 * Fixed encoded entities issue with form selection.
    88 * Updated branding.
     90* Fixed encoded entities issue with form selection
     91* Updated branding
    8992
    9093= 1.0.5 =
    91 * Plugin now complies with the General Data Protection Regulation (GDPR) (EU).
    92 * Fixed issue where duplicating or split testing an opt-in only displays the newest version of the form in the Keap Campaign Builder.
     94* Plugin now complies with the General Data Protection Regulation (GDPR) (EU)
     95* Fixed issue where duplicating or split testing an opt-in only displays the newest version of the form in the Keap Campaign Builder
    9396
    9497= 1.0.4 =
     
    117120
    118121== Upgrade Notice ==
     122= 1.0.8 =
     123Fixes issue where opt-in statistics graph does not properly display in some scenarios
     124
     125= 1.0.7 =
     126Fixed issue with Preview button being disabled in some scenarios
     127Updated branding
     128
     129= 1.0.6 =
     130Fixed encoded entities issue with form selection
     131Updated branding
     132
    119133= 1.0.5 =
    120 Version 1.0.5 has been released to meet the requirements of the General Data Protection Regulation (GDPR) (EU).
     134Version 1.0.5 has been released to meet the requirements of the General Data Protection Regulation (GDPR) (EU)
    121135
    122136= 1.0.4 =
Note: See TracChangeset for help on using the changeset viewer.