Changeset 1788483
- Timestamp:
- 12/18/2017 03:06:29 AM (8 years ago)
- Location:
- followize-extension-gf
- Files:
-
- 6 edited
- 1 copied
-
tags/0.2.3 (copied) (copied from followize-extension-gf/trunk)
-
tags/0.2.3/class-gf-followize.php (modified) (1 diff)
-
tags/0.2.3/followize-extension-gf.php (modified) (2 diffs)
-
tags/0.2.3/readme.txt (modified) (2 diffs)
-
trunk/class-gf-followize.php (modified) (1 diff)
-
trunk/followize-extension-gf.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
followize-extension-gf/tags/0.2.3/class-gf-followize.php
r1677085 r1788483 172 172 App::API_URL, 173 173 array( 174 'timeout' => 60, 174 175 'body' => json_encode( $api + $fields ), 175 176 'sslverify' => false, -
followize-extension-gf/tags/0.2.3/followize-extension-gf.php
r1677085 r1788483 1 1 <?php 2 2 /* 3 Plugin Name: Followize Extension - Gravity Forms4 Plugin URI: https://www.followize.com.br/5 Version: 0.2.2 6 Author: Followize7 Author URI: https://www.followize.com.br/8 Text Domain: followize-extension-gf9 Domain Path: /languages10 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.3 Plugin Name: Followize Extension - Gravity Forms 4 Plugin URI: https://www.followize.com.br/ 5 Version: 0.2.3 6 Author: Followize 7 Author URI: https://www.followize.com.br/ 8 Text Domain: followize-extension-gf 9 Domain Path: /languages 10 License: GPLv3 or later 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. 12 12 */ 13 13 namespace Followize\Extension\GF; … … 25 25 const PLUGIN_SLUG = 'followize-extension-gf'; 26 26 const API_URL = 'https://www.followize.com.br/api/v2/Leads/'; 27 const VERSION = '0.2. 2';27 const VERSION = '0.2.3'; 28 28 29 29 public static function uses( $class_name, $location ) -
followize-extension-gf/tags/0.2.3/readme.txt
r1677085 r1788483 1 1 === Followize Extension - Gravity Forms === 2 2 3 Contributors: followize, daniel-developer3 Contributors: followize, gobacklog 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: 4. 87 Stable tag: 0.2. 28 License: GPLv 26 Tested up to: 4.9.1 7 Stable tag: 0.2.3 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 … … 35 35 == Changelog == 36 36 37 = 0.2.3 - 17-12-2017 = 38 39 * Testado com WordPress 4.9.1 40 37 41 = 0.2.2 - 12-06-2017 = 38 42 -
followize-extension-gf/trunk/class-gf-followize.php
r1677085 r1788483 172 172 App::API_URL, 173 173 array( 174 'timeout' => 60, 174 175 'body' => json_encode( $api + $fields ), 175 176 'sslverify' => false, -
followize-extension-gf/trunk/followize-extension-gf.php
r1677085 r1788483 1 1 <?php 2 2 /* 3 Plugin Name: Followize Extension - Gravity Forms4 Plugin URI: https://www.followize.com.br/5 Version: 0.2.2 6 Author: Followize7 Author URI: https://www.followize.com.br/8 Text Domain: followize-extension-gf9 Domain Path: /languages10 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.3 Plugin Name: Followize Extension - Gravity Forms 4 Plugin URI: https://www.followize.com.br/ 5 Version: 0.2.3 6 Author: Followize 7 Author URI: https://www.followize.com.br/ 8 Text Domain: followize-extension-gf 9 Domain Path: /languages 10 License: GPLv3 or later 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. 12 12 */ 13 13 namespace Followize\Extension\GF; … … 25 25 const PLUGIN_SLUG = 'followize-extension-gf'; 26 26 const API_URL = 'https://www.followize.com.br/api/v2/Leads/'; 27 const VERSION = '0.2. 2';27 const VERSION = '0.2.3'; 28 28 29 29 public static function uses( $class_name, $location ) -
followize-extension-gf/trunk/readme.txt
r1677085 r1788483 1 1 === Followize Extension - Gravity Forms === 2 2 3 Contributors: followize, daniel-developer3 Contributors: followize, gobacklog 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: 4. 87 Stable tag: 0.2. 28 License: GPLv 26 Tested up to: 4.9.1 7 Stable tag: 0.2.3 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 … … 35 35 == Changelog == 36 36 37 = 0.2.3 - 17-12-2017 = 38 39 * Testado com WordPress 4.9.1 40 37 41 = 0.2.2 - 12-06-2017 = 38 42
Note: See TracChangeset
for help on using the changeset viewer.