Plugin Directory

Changeset 1788483


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

Testado com WordPress 4.9.1

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

Legend:

Unmodified
Added
Removed
  • followize-extension-gf/tags/0.2.3/class-gf-followize.php

    r1677085 r1788483  
    172172            App::API_URL,
    173173            array(
     174                'timeout'   => 60,
    174175                'body'      => json_encode( $api + $fields ),
    175176                'sslverify' => false,
  • followize-extension-gf/tags/0.2.3/followize-extension-gf.php

    r1677085 r1788483  
    11<?php
    22/*
    3     Plugin Name: Followize Extension - Gravity Forms
    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-gf
    9     Domain Path: /languages
    10     License: GPL2
    11     Description: Extensão do Gravity Forms 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 - Gravity Forms
     4Plugin URI: https://www.followize.com.br/
     5Version: 0.2.3
     6Author: Followize
     7Author URI: https://www.followize.com.br/
     8Text Domain: followize-extension-gf
     9Domain Path: /languages
     10License: GPLv3 or later
     11Description: Extensão do Gravity Forms 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\GF;
     
    2525    const PLUGIN_SLUG = 'followize-extension-gf';
    2626    const API_URL     = 'https://www.followize.com.br/api/v2/Leads/';
    27     const VERSION     = '0.2.2';
     27    const VERSION     = '0.2.3';
    2828
    2929    public static function uses( $class_name, $location )
  • followize-extension-gf/tags/0.2.3/readme.txt

    r1677085 r1788483  
    11=== Followize Extension - Gravity Forms ===
    22
    3 Contributors: followize, daniel-developer
     3Contributors: followize, gobacklog
    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: 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
     
    3535== Changelog ==
    3636
     37= 0.2.3 - 17-12-2017 =
     38
     39* Testado com WordPress 4.9.1
     40
    3741= 0.2.2 - 12-06-2017 =
    3842
  • followize-extension-gf/trunk/class-gf-followize.php

    r1677085 r1788483  
    172172            App::API_URL,
    173173            array(
     174                'timeout'   => 60,
    174175                'body'      => json_encode( $api + $fields ),
    175176                'sslverify' => false,
  • followize-extension-gf/trunk/followize-extension-gf.php

    r1677085 r1788483  
    11<?php
    22/*
    3     Plugin Name: Followize Extension - Gravity Forms
    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-gf
    9     Domain Path: /languages
    10     License: GPL2
    11     Description: Extensão do Gravity Forms 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 - Gravity Forms
     4Plugin URI: https://www.followize.com.br/
     5Version: 0.2.3
     6Author: Followize
     7Author URI: https://www.followize.com.br/
     8Text Domain: followize-extension-gf
     9Domain Path: /languages
     10License: GPLv3 or later
     11Description: Extensão do Gravity Forms 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\GF;
     
    2525    const PLUGIN_SLUG = 'followize-extension-gf';
    2626    const API_URL     = 'https://www.followize.com.br/api/v2/Leads/';
    27     const VERSION     = '0.2.2';
     27    const VERSION     = '0.2.3';
    2828
    2929    public static function uses( $class_name, $location )
  • followize-extension-gf/trunk/readme.txt

    r1677085 r1788483  
    11=== Followize Extension - Gravity Forms ===
    22
    3 Contributors: followize, daniel-developer
     3Contributors: followize, gobacklog
    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: 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
     
    3535== Changelog ==
    3636
     37= 0.2.3 - 17-12-2017 =
     38
     39* Testado com WordPress 4.9.1
     40
    3741= 0.2.2 - 12-06-2017 =
    3842
Note: See TracChangeset for help on using the changeset viewer.