Plugin Directory

Changeset 2947391


Ignore:
Timestamp:
08/03/2023 06:51:46 PM (3 years ago)
Author:
followize
Message:

Adicionado o interesse 7 e o campo de instagram

Location:
followize-extension-gf/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • followize-extension-gf/trunk/Helper/utils.helper.php

    r2602423 r2947391  
    103103                'required' => false,
    104104            ),
     105            'socialInstagram' => array(
     106                'label'    => esc_html__( 'Usuário no Instagram do cliente', App::PLUGIN_SLUG ),
     107                'required' => false,
     108            ),
    105109            'emailOptIn' => array(
    106110                'label'    => esc_html__( 'Cliente aceita ou não receber email marketing', App::PLUGIN_SLUG ),
     
    201205            'interest6Id' => array(
    202206                'label'       => esc_html__( 'ID do Interesse 6 cadastrado no Followize', App::PLUGIN_SLUG ),
     207                'required' => false,
     208            ),
     209            'interest7Title' => array(
     210                'label'       => esc_html__( 'Título do interesse 7', App::PLUGIN_SLUG ),
     211                'required' => false,
     212            ),
     213            'interest7Id' => array(
     214                'label'       => esc_html__( 'ID do Interesse 7 cadastrado no Followize', App::PLUGIN_SLUG ),
    203215                'required' => false,
    204216            ),
  • followize-extension-gf/trunk/readme.txt

    r2788738 r2947391  
    44Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads, gf, gravity forms
    55Requires at least: 4.6
    6 Tested up to: 5.8.4
     6Tested up to: 6.2.2
    77Stable tag: 0.2.5
    88License: GPLv3 or later
     
    3535== Changelog ==
    3636
    37 = 0.2.5 - 22-09-2022 =
     37= 0.2.5 - 12-07-2023 =
    3838
    39 * Alteração no envio de leads para Followize
    40 * Testado com WordPress 5.8.4
     39* Adicionado o interesse 7 e o campo de instagram
     40* Testado com WordPress 6.2.2
    4141
    4242= 0.2.4 - 21-09-2021 =
Note: See TracChangeset for help on using the changeset viewer.