Changeset 2774998
- Timestamp:
- 08/24/2022 03:33:02 PM (4 years ago)
- Location:
- infusionsoft-official-opt-in-forms/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (2 diffs)
-
infusionsoft.php (modified) (2 diffs)
-
js/googlechart.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infusionsoft-official-opt-in-forms/trunk/changelog.txt
r2729532 r2774998 1 version 1.0.8 2 - Fixes issue where opt-in statistics graph does not properly display in some scenarios 3 1 4 version 1.0.7 2 - Fixe dissue with Preview button being disabled in some scenarios3 - Update d branding.5 - Fixes issue with Preview button being disabled in some scenarios 6 - Updates branding 4 7 5 8 version 1.0.6 6 - Fixe d encoded entities issue with form selection.7 - Update d branding.9 - Fixes encoded entities issue with form selection 10 - Updates branding 8 11 9 12 version 1.0.5 10 - Plugin now complies with the General Data Protection Regulation (GDPR) (EU) .11 - Fixe d 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 12 15 13 16 version 1.0.4 … … 25 28 26 29 version 1.0 27 - Initial Release .30 - Initial Release 28 31 -
infusionsoft-official-opt-in-forms/trunk/infusionsoft.php
r2729532 r2774998 3 3 * Plugin Name: Keap Official Opt-in Forms 4 4 * Plugin URI: https://www.keap.com 5 * Version: 1.0. 75 * Version: 1.0.8 6 6 * Description: Keap Official Opt-in Forms 7 7 * Author: Keap … … 30 30 31 31 class INF_Infusionsoft extends INF_Dashboard { 32 var $plugin_version = '1.0. 7';32 var $plugin_version = '1.0.8'; 33 33 var $db_version = '1.0'; 34 34 var $_options_pagename = 'inf_infusionsoft_options'; -
infusionsoft-official-opt-in-forms/trunk/js/googlechart.js
r1653211 r2774998 2 2 3 3 function 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 }); 6 11 } 7 12 -
infusionsoft-official-opt-in-forms/trunk/readme.txt
r2729532 r2774998 3 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, infusionsoft 4 4 Requires at least: 5.7 5 Tested up to: 5.9.36 Stable tag: 1.0. 75 Tested up to: 6.0.1 6 Stable tag: 1.0.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 81 81 == Changelog == 82 = 1.0.8 = 83 * Fixes issue where opt-in statistics graph does not properly display in some scenarios 84 82 85 = 1.0.7 = 83 86 * Fixed issue with Preview button being disabled in some scenarios 84 * Updated branding .87 * Updated branding 85 88 86 89 = 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 89 92 90 93 = 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 93 96 94 97 = 1.0.4 = … … 117 120 118 121 == Upgrade Notice == 122 = 1.0.8 = 123 Fixes issue where opt-in statistics graph does not properly display in some scenarios 124 125 = 1.0.7 = 126 Fixed issue with Preview button being disabled in some scenarios 127 Updated branding 128 129 = 1.0.6 = 130 Fixed encoded entities issue with form selection 131 Updated branding 132 119 133 = 1.0.5 = 120 Version 1.0.5 has been released to meet the requirements of the General Data Protection Regulation (GDPR) (EU) .134 Version 1.0.5 has been released to meet the requirements of the General Data Protection Regulation (GDPR) (EU) 121 135 122 136 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.