Changeset 2947391
- Timestamp:
- 08/03/2023 06:51:46 PM (3 years ago)
- Location:
- followize-extension-gf/trunk
- Files:
-
- 2 edited
-
Helper/utils.helper.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
followize-extension-gf/trunk/Helper/utils.helper.php
r2602423 r2947391 103 103 'required' => false, 104 104 ), 105 'socialInstagram' => array( 106 'label' => esc_html__( 'Usuário no Instagram do cliente', App::PLUGIN_SLUG ), 107 'required' => false, 108 ), 105 109 'emailOptIn' => array( 106 110 'label' => esc_html__( 'Cliente aceita ou não receber email marketing', App::PLUGIN_SLUG ), … … 201 205 'interest6Id' => array( 202 206 '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 ), 203 215 'required' => false, 204 216 ), -
followize-extension-gf/trunk/readme.txt
r2788738 r2947391 4 4 Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads, gf, gravity forms 5 5 Requires at least: 4.6 6 Tested up to: 5.8.46 Tested up to: 6.2.2 7 7 Stable tag: 0.2.5 8 8 License: GPLv3 or later … … 35 35 == Changelog == 36 36 37 = 0.2.5 - 22-09-2022=37 = 0.2.5 - 12-07-2023 = 38 38 39 * A lteração no envio de leads para Followize40 * Testado com WordPress 5.8.439 * Adicionado o interesse 7 e o campo de instagram 40 * Testado com WordPress 6.2.2 41 41 42 42 = 0.2.4 - 21-09-2021 =
Note: See TracChangeset
for help on using the changeset viewer.