Plugin Directory

Changeset 1788480


Ignore:
Timestamp:
12/18/2017 03:04:05 AM (8 years ago)
Author:
followize
Message:

Testado com WordPress 4.9.1

Location:
followize-extension-cf7
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • followize-extension-cf7/tags/0.2.3/Controller/contact-form-7.controller.php

    r1593589 r1788480  
    7171            App::API_URL,
    7272            array(
     73                'timeout'   => 60,
    7374                'body'      => json_encode( $api + $fields ),
    7475                'sslverify' => false,
  • followize-extension-cf7/tags/0.2.3/followize-extension-cf7.php

    r1677083 r1788480  
    11<?php
    22/*
    3     Plugin Name: Followize Extension - Contact Form 7
    4     Plugin URI: https://www.followize.com.br/
    5     Version: 0.2.2
    6     Author: Followize
    7     Author URI: https://www.followize.com.br/
    8     Text Domain: followize-extension-cf7
    9     Domain Path: /languages
    10     License: GPL2
    11     Description: Extensão do Contact Form 7 para integração com o Followize. Desenvolvido para grandes, médias e pequenas empresas que recebem leads através da internet, o Followize é capaz de organizar, padronizar o processo de atendimento e analisar o desempenho da equipe comercial e ações de marketing de uma maneira objetiva, possibilitando mais produtividade e, é claro, mais lucros.
     3Plugin Name: Followize Extension - Contact Form 7
     4Plugin URI: https://www.followize.com.br/
     5Version: 0.2.3
     6Author: Followize
     7Author URI: https://www.followize.com.br/
     8Text Domain: followize-extension-cf7
     9Domain Path: /languages
     10License: GPLv3 or later
     11Description: Extensão do Contact Form 7 para integração com o Followize. Desenvolvido para grandes, médias e pequenas empresas que recebem leads através da internet, o Followize é capaz de organizar, padronizar o processo de atendimento e analisar o desempenho da equipe comercial e ações de marketing de uma maneira objetiva, possibilitando mais produtividade e, é claro, mais lucros.
    1212*/
    1313namespace Followize\Extension\CF7;
     
    2121    const PLUGIN_SLUG = 'followize-extension-cf7';
    2222    const API_URL     = 'https://www.followize.com.br/api/v2/Leads/';
    23     const VERSION     = '0.2.2';
     23    const VERSION     = '0.2.3';
    2424
    2525    public static function uses( $class_name, $location )
  • followize-extension-cf7/tags/0.2.3/readme.txt

    r1677083 r1788480  
    11=== Followize Extension - Contact Form 7 ===
    22
    3 Contributors: followize, daniel-developer
     3Contributors: followize, gobacklog
    44Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads, cf7, contactform7
    55Requires at least: 4.0
    6 Tested up to: 4.8
    7 Stable tag: 0.2.2
    8 License: GPLv2
     6Tested up to: 4.9.1
     7Stable tag: 0.2.3
     8License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
     
    3232== Changelog ==
    3333
     34= 0.2.3 - 17-12-2017 =
     35
     36* Testado com WordPress 4.9.1
     37
    3438= 0.2.2 - 12-06-2017 =
    3539
  • followize-extension-cf7/trunk/Controller/contact-form-7.controller.php

    r1593589 r1788480  
    7171            App::API_URL,
    7272            array(
     73                'timeout'   => 60,
    7374                'body'      => json_encode( $api + $fields ),
    7475                'sslverify' => false,
  • followize-extension-cf7/trunk/followize-extension-cf7.php

    r1677083 r1788480  
    11<?php
    22/*
    3     Plugin Name: Followize Extension - Contact Form 7
    4     Plugin URI: https://www.followize.com.br/
    5     Version: 0.2.2
    6     Author: Followize
    7     Author URI: https://www.followize.com.br/
    8     Text Domain: followize-extension-cf7
    9     Domain Path: /languages
    10     License: GPL2
    11     Description: Extensão do Contact Form 7 para integração com o Followize. Desenvolvido para grandes, médias e pequenas empresas que recebem leads através da internet, o Followize é capaz de organizar, padronizar o processo de atendimento e analisar o desempenho da equipe comercial e ações de marketing de uma maneira objetiva, possibilitando mais produtividade e, é claro, mais lucros.
     3Plugin Name: Followize Extension - Contact Form 7
     4Plugin URI: https://www.followize.com.br/
     5Version: 0.2.3
     6Author: Followize
     7Author URI: https://www.followize.com.br/
     8Text Domain: followize-extension-cf7
     9Domain Path: /languages
     10License: GPLv3 or later
     11Description: Extensão do Contact Form 7 para integração com o Followize. Desenvolvido para grandes, médias e pequenas empresas que recebem leads através da internet, o Followize é capaz de organizar, padronizar o processo de atendimento e analisar o desempenho da equipe comercial e ações de marketing de uma maneira objetiva, possibilitando mais produtividade e, é claro, mais lucros.
    1212*/
    1313namespace Followize\Extension\CF7;
     
    2121    const PLUGIN_SLUG = 'followize-extension-cf7';
    2222    const API_URL     = 'https://www.followize.com.br/api/v2/Leads/';
    23     const VERSION     = '0.2.2';
     23    const VERSION     = '0.2.3';
    2424
    2525    public static function uses( $class_name, $location )
  • followize-extension-cf7/trunk/readme.txt

    r1677083 r1788480  
    11=== Followize Extension - Contact Form 7 ===
    22
    3 Contributors: followize, daniel-developer
     3Contributors: followize, gobacklog
    44Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads, cf7, contactform7
    55Requires at least: 4.0
    6 Tested up to: 4.8
    7 Stable tag: 0.2.2
    8 License: GPLv2
     6Tested up to: 4.9.1
     7Stable tag: 0.2.3
     8License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
     
    3232== Changelog ==
    3333
     34= 0.2.3 - 17-12-2017 =
     35
     36* Testado com WordPress 4.9.1
     37
    3438= 0.2.2 - 12-06-2017 =
    3539
Note: See TracChangeset for help on using the changeset viewer.