Plugin Directory

Changeset 2937883


Ignore:
Timestamp:
07/12/2023 08:04:53 PM (3 years ago)
Author:
followize
Message:

Adicionado o interesse 7 e o campo de instagram

Location:
followize/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • followize/trunk/Model/field.php

    r2602607 r2937883  
    299299            ),
    300300            array(
     301                'field_name'  => 'socialInstagram',
     302                'field_type'  => 'text',
     303                'field_limit' => 50,
     304                'label'       => 'Instagram',
     305                'required'    => 0,
     306                'enabled'     => 0,
     307                'description' => 'Usuário no Instagram do cliente.',
     308            ),
     309            array(
    301310                'field_name'  => 'emailOptIn',
    302311                'field_type'  => 'checkbox',
     
    522531                'enabled'     => 0,
    523532                'description' => 'Título do interesse 6.',
     533            ),
     534            array(
     535                'field_name'  => 'interest7Id',
     536                'field_type'  => 'number',
     537                'field_limit' => 10,
     538                'label'       => 'ID do Interesse 7 cadastrado no Followize',
     539                'required'    => 0,
     540                'enabled'     => 0,
     541                'description' => 'ID do Interesse 7 cadastrado no Followize.',
     542            ),
     543            array(
     544                'field_name'  => 'interest7Title',
     545                'field_type'  => 'text',
     546                'field_limit' => 200,
     547                'label'       => 'Título do interesse 7',
     548                'required'    => 0,
     549                'enabled'     => 0,
     550                'description' => 'Título do interesse 7.',
    524551            ),
    525552            array(
  • followize/trunk/followize.php

    r2602607 r2937883  
    33Plugin Name: Followize
    44Plugin URI:
    5 Version: 0.7.6
     5Version: 0.7.7
    66Author: Followize
    77Author URI: http://www.followize.com.br
     
    2121    const SLUG    = 'followize';
    2222    const FILE    = 'followize/followize.php';
    23     const VERSION = '0.7.6';
     23    const VERSION = '0.7.7';
    2424    const API     = 'http://www.followize.com.br/api/v2/Leads/';
    2525
  • followize/trunk/readme.txt

    r2602607 r2937883  
    33Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads
    44Requires at least: 4.0
    5 Tested up to: 5.8.1
    6 Stable tag: 0.7.6
     5Tested up to: 6.2.2
     6Stable tag: 0.7.7
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131== Changelog ==
    3232
     33= 0.7.7 - 12-07-2023 =
     34
     35* Adicionado o interesse 7 e o campo de instagram
     36* Testado com WordPress 6.2.2
     37
    3338= 0.7.6 - 21-09-2021 =
    3439
Note: See TracChangeset for help on using the changeset viewer.