Changeset 2947387
- Timestamp:
- 08/03/2023 06:44:02 PM (3 years ago)
- Location:
- followize-extension-cf7/trunk
- Files:
-
- 3 edited
-
Helper/utils.helper.php (modified) (2 diffs)
-
followize-extension-cf7.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
followize-extension-cf7/trunk/Helper/utils.helper.php
r2602446 r2947387 155 155 'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ), 156 156 ), 157 'socialInstagram' => array( 158 'label' => __( 'Usuário no Instagram do cliente', App::PLUGIN_SLUG ), 159 'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ), 160 ), 157 161 'emailOptIn' => array( 158 162 'label' => __( 'Cliente aceita ou não receber email marketing', App::PLUGIN_SLUG ), … … 253 257 'interest6Id' => array( 254 258 '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 ), 255 267 'placeholder' => __( '[your-tag]', App::PLUGIN_SLUG ), 256 268 ), -
followize-extension-cf7/trunk/followize-extension-cf7.php
r2637648 r2947387 3 3 Plugin Name: Followize Extension - Contact Form 7 4 4 Plugin URI: https://www.followize.com.br/ 5 Version: 0.2. 65 Version: 0.2.7 6 6 Author: Followize 7 7 Author URI: https://www.followize.com.br/ … … 21 21 const PLUGIN_SLUG = 'followize-extension-cf7'; 22 22 const API_URL = 'https://www.followize.com.br/api/v2/Leads/'; 23 const VERSION = '0.2. 6';23 const VERSION = '0.2.7'; 24 24 25 25 public static function uses( $class_name, $location ) -
followize-extension-cf7/trunk/readme.txt
r2637648 r2947387 4 4 Tags: CRM, CRM tools, lead capture, lead collection, lead management, lead tracking, leads, cf7, contactform7 5 5 Requires at least: 4.0 6 Tested up to: 5.8.27 Stable tag: 0.2. 66 Tested up to: 6.2.2 7 Stable tag: 0.2.7 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 32 32 == 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 33 38 34 39 = 0.2.6 - 30-11-2021 =
Note: See TracChangeset
for help on using the changeset viewer.