Plugin Directory

Changeset 2947387


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

Adicionado o interesse 7 e o campo de instagram

Location:
followize-extension-cf7/trunk
Files:
3 edited

Legend:

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

    r2602446 r2947387  
    155155                'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ),
    156156            ),
     157            'socialInstagram' => array(
     158                'label'       => __( 'Usuário no Instagram do cliente', App::PLUGIN_SLUG ),
     159                'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ),
     160            ),
    157161            'emailOptIn' => array(
    158162                'label'       => __( 'Cliente aceita ou não receber email marketing', App::PLUGIN_SLUG ),
     
    253257            'interest6Id' => array(
    254258                'label'       => __( 'ID do Interesse 6 cadastrado no Followize', App::PLUGIN_SLUG ),
     259                'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ),
     260            ),
     261            'interest7Title' => array(
     262                'label'       => __( 'Título do interesse 7', App::PLUGIN_SLUG ),
     263                'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ),
     264            ),
     265            'interest7Id' => array(
     266                'label'       => __( 'ID do Interesse 7 cadastrado no Followize', App::PLUGIN_SLUG ),
    255267                'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ),
    256268            ),
  • followize-extension-cf7/trunk/followize-extension-cf7.php

    r2637648 r2947387  
    33Plugin Name: Followize Extension - Contact Form 7
    44Plugin URI: https://www.followize.com.br/
    5 Version: 0.2.6
     5Version: 0.2.7
    66Author: Followize
    77Author URI: https://www.followize.com.br/
     
    2121    const PLUGIN_SLUG = 'followize-extension-cf7';
    2222    const API_URL     = 'https://www.followize.com.br/api/v2/Leads/';
    23     const VERSION     = '0.2.6';
     23    const VERSION     = '0.2.7';
    2424
    2525    public static function uses( $class_name, $location )
  • followize-extension-cf7/trunk/readme.txt

    r2637648 r2947387  
    44Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads, cf7, contactform7
    55Requires at least: 4.0
    6 Tested up to: 5.8.2
    7 Stable tag: 0.2.6
     6Tested up to: 6.2.2
     7Stable tag: 0.2.7
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131
    3232== Changelog ==
     33
     34= 0.2.7 - 12-07-2023 =
     35
     36* Adicionado o interesse 7 e o campo de instagram
     37* Testado com WordPress 6.2.2
    3338
    3439= 0.2.6 - 30-11-2021 =
Note: See TracChangeset for help on using the changeset viewer.