Plugin Directory

Changeset 3121689


Ignore:
Timestamp:
07/18/2024 06:45:45 PM (21 months ago)
Author:
Infusionsoft
Message:

2.0.1 Update API Key field label to reflect support for Personal Access Tokens (PAT) and Service Account Keys (SAK).

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

Legend:

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

    r3121680 r3121689  
     1version 2.0.1
     2- Update API Key field label to reflect support for Personal Access Tokens (PAT) and Service Account Keys (SAK).
     3
    14version 2.0
    25- 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  
    2222                        <input type="text" value="%6$s" id="%2$s">%8$s
    2323                    </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' ),
    2525            ( '' !== $field_values && isset( $field_values['api_key'] ) ) ? esc_attr( $field_values['api_key'] ) : '',
    2626            ( '' !== $field_values && isset( $field_values['client_id'] ) ) ? esc_attr( $field_values['client_id'] ) : '',
  • infusionsoft-official-opt-in-forms/trunk/infusionsoft.php

    r3121680 r3121689  
    33 * Plugin Name: Keap Official Opt-in Forms
    44 * Plugin URI: https://www.keap.com
    5  * Version: 2.0
     5 * Version: 2.0.1
    66 * Description: Keap Official Opt-in Forms
    77 * Author: Keap
  • infusionsoft-official-opt-in-forms/trunk/readme.txt

    r3121680 r3121689  
    11=== Keap Official Opt-in Forms ===
    22Contributors: Keap
    3 Tags: keap, keap api, keap wordpress, wp popup, wordpress popup plugin, infusionsoft
     3Tags: keap, keap api, keap wordpress, wordpress popup plugin, infusionsoft
    44Requires at least: 6.0
    55Tested up to: 6.6
    66Requires PHP: 8.0
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484== Changelog ==
    8585
     86= 2.0.1 =
     87* Update API Key field label to reflect support for Personal Access Tokens (PAT) and Service Account Keys (SAK).
     88
    8689= 2.0 =
    8790* Update to support Personal Access Tokens (PAT) and Service Account Keys (SAK).
     
    149152== Upgrade Notice ==
    150153
     154= 2.0.1 =
     155Update API Key field label to reflect support for Personal Access Tokens (PAT) and Service Account Keys (SAK).
     156
    151157= 2.0 =
    152158Update to support Personal Access Tokens (PAT) and Service Account Keys (SAK).
Note: See TracChangeset for help on using the changeset viewer.