Changeset 2729532
- Timestamp:
- 05/24/2022 02:48:11 PM (4 years ago)
- Location:
- infusionsoft-official-opt-in-forms/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
dashboard/js/inf_dashboard.js (modified) (1 diff)
-
infusionsoft.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infusionsoft-official-opt-in-forms/trunk/changelog.txt
r2638364 r2729532 1 version 1.0.7 2 - Fixed issue with Preview button being disabled in some scenarios 3 - Updated branding. 4 1 5 version 1.0.6 2 6 - Fixed encoded entities issue with form selection. -
infusionsoft-official-opt-in-forms/trunk/dashboard/js/inf_dashboard.js
r1644035 r2729532 6 6 }else{ 7 7 $('.inf_dashboard_preview button').removeProp('disabled'); 8 $(".inf_dashboard_preview button").removeAttr('disabled'); 8 9 } 9 10 var tab = $( 'div.' + $tab_id ); -
infusionsoft-official-opt-in-forms/trunk/infusionsoft.php
r2638364 r2729532 3 3 * Plugin Name: Keap Official Opt-in Forms 4 4 * Plugin URI: https://www.keap.com 5 * Version: 1.0. 65 * Version: 1.0.7 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. 6';32 var $plugin_version = '1.0.7'; 33 33 var $db_version = '1.0'; 34 34 var $_options_pagename = 'inf_infusionsoft_options'; … … 4163 4163 4164 4164 function inf_add_footer_text( $text ) { 4165 return sprintf( __( $text . ' Infusionsoft<sup>®</sup>' ) );4165 return sprintf( __( $text . ' Keap<sup>®</sup>' ) ); 4166 4166 } 4167 4167 -
infusionsoft-official-opt-in-forms/trunk/readme.txt
r2638371 r2729532 1 1 === Keap Official Opt-in Forms === 2 2 Contributors: 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. 85 Tested up to: 5. 8.26 Stable tag: 1.0. 63 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 Requires at least: 5.7 5 Tested up to: 5.9.3 6 Stable tag: 1.0.7 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.7 = 83 * Fixed issue with Preview button being disabled in some scenarios 84 * Updated branding. 85 82 86 = 1.0.6 = 83 87 * Fixed encoded entities issue with form selection.
Note: See TracChangeset
for help on using the changeset viewer.