Changeset 3121689
- Timestamp:
- 07/18/2024 06:45:45 PM (21 months ago)
- Location:
- infusionsoft-official-opt-in-forms/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
includes/classes/integrations/class.infusionsoft-infusionsoft.php (modified) (1 diff)
-
infusionsoft.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infusionsoft-official-opt-in-forms/trunk/changelog.txt
r3121680 r3121689 1 version 2.0.1 2 - Update API Key field label to reflect support for Personal Access Tokens (PAT) and Service Account Keys (SAK). 3 1 4 version 2.0 2 5 - Update to support Personal Access Tokens (PAT) and Service Account Keys (SAK). -
infusionsoft-official-opt-in-forms/trunk/includes/classes/integrations/class.infusionsoft-infusionsoft.php
r1879333 r3121689 22 22 <input type="text" value="%6$s" id="%2$s">%8$s 23 23 </div>', esc_attr( 'api_key_' . $service ), esc_attr( 'client_id_' . $service ), 24 __( ' API Key', 'infusionsoft' ), __( 'Application name', 'infusionsoft' ),24 __( 'PAT or SAK API Key', 'infusionsoft' ), __( 'Application name', 'infusionsoft' ), 25 25 ( '' !== $field_values && isset( $field_values['api_key'] ) ) ? esc_attr( $field_values['api_key'] ) : '', 26 26 ( '' !== $field_values && isset( $field_values['client_id'] ) ) ? esc_attr( $field_values['client_id'] ) : '', -
infusionsoft-official-opt-in-forms/trunk/infusionsoft.php
r3121680 r3121689 3 3 * Plugin Name: Keap Official Opt-in Forms 4 4 * Plugin URI: https://www.keap.com 5 * Version: 2.0 5 * Version: 2.0.1 6 6 * Description: Keap Official Opt-in Forms 7 7 * Author: Keap -
infusionsoft-official-opt-in-forms/trunk/readme.txt
r3121680 r3121689 1 1 === Keap Official Opt-in Forms === 2 2 Contributors: Keap 3 Tags: keap, keap api, keap wordpress, w p popup, wordpress popup plugin, infusionsoft3 Tags: keap, keap api, keap wordpress, wordpress popup plugin, infusionsoft 4 4 Requires at least: 6.0 5 5 Tested up to: 6.6 6 6 Requires PHP: 8.0 7 Stable tag: 2.0 7 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 == Changelog == 85 85 86 = 2.0.1 = 87 * Update API Key field label to reflect support for Personal Access Tokens (PAT) and Service Account Keys (SAK). 88 86 89 = 2.0 = 87 90 * Update to support Personal Access Tokens (PAT) and Service Account Keys (SAK). … … 149 152 == Upgrade Notice == 150 153 154 = 2.0.1 = 155 Update API Key field label to reflect support for Personal Access Tokens (PAT) and Service Account Keys (SAK). 156 151 157 = 2.0 = 152 158 Update to support Personal Access Tokens (PAT) and Service Account Keys (SAK).
Note: See TracChangeset
for help on using the changeset viewer.