Changeset 2937883
- Timestamp:
- 07/12/2023 08:04:53 PM (3 years ago)
- Location:
- followize/trunk
- Files:
-
- 3 edited
-
Model/field.php (modified) (2 diffs)
-
followize.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
followize/trunk/Model/field.php
r2602607 r2937883 299 299 ), 300 300 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( 301 310 'field_name' => 'emailOptIn', 302 311 'field_type' => 'checkbox', … … 522 531 'enabled' => 0, 523 532 '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.', 524 551 ), 525 552 array( -
followize/trunk/followize.php
r2602607 r2937883 3 3 Plugin Name: Followize 4 4 Plugin URI: 5 Version: 0.7. 65 Version: 0.7.7 6 6 Author: Followize 7 7 Author URI: http://www.followize.com.br … … 21 21 const SLUG = 'followize'; 22 22 const FILE = 'followize/followize.php'; 23 const VERSION = '0.7. 6';23 const VERSION = '0.7.7'; 24 24 const API = 'http://www.followize.com.br/api/v2/Leads/'; 25 25 -
followize/trunk/readme.txt
r2602607 r2937883 3 3 Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads 4 4 Requires at least: 4.0 5 Tested up to: 5.8.16 Stable tag: 0.7. 65 Tested up to: 6.2.2 6 Stable tag: 0.7.7 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 == Changelog == 32 32 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 33 38 = 0.7.6 - 21-09-2021 = 34 39
Note: See TracChangeset
for help on using the changeset viewer.