Changeset 2073057
- Timestamp:
- 04/23/2019 10:12:19 AM (7 years ago)
- Location:
- fazacrm-client/trunk
- Files:
-
- 3 edited
-
Plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
views/GeneralSettings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fazacrm-client/trunk/Plugin.php
r2065535 r2073057 16 16 * Plugin URI: https://www.fazae.com/fazacrmclient 17 17 * Description: Transmet les contacts WordPress dans le FazaCRM. 18 * Version: 1.0. 318 * Version: 1.0.4 19 19 * Author: Fabrice Piccinali & Léo Coulomb 20 20 * Author URI: https://www.fazae.com … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define('FAZACRMCLIENT_PLUGIN_NAME_VERSION', '1.0. 3');36 define('FAZACRMCLIENT_PLUGIN_NAME_VERSION', '1.0.4'); 37 37 38 38 require __DIR__ . "/vendor/autoload.php"; -
fazacrm-client/trunk/readme.txt
r2065535 r2073057 5 5 Requires at least: 4.9.1 6 6 Tested up to: 5.1 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 Requires PHP: 5.3.3 9 9 License: GPLv2 or later -
fazacrm-client/trunk/views/GeneralSettings.php
r2035322 r2073057 152 152 <textarea readonly="true" class="fazacrm_codeblock" onfocus="this.select();" rows="33"> 153 153 //Hook sur la validation du formulaire 154 add_action( 'wpcf7_s ent', 'fazacrmclient_cf7_after_submission',10,1);155 function fazacrmclient_cf7_ after_submission($contact_form) {154 add_action( 'wpcf7_submit', 'fazacrmclient_cf7_on_submit',10,1); 155 function fazacrmclient_cf7_on_submit($contact_form) { 156 156 //111 correspond à l'ID de mon formulaire Contact Form 7, 157 157 //remplacer l'ID de votre formulaire
Note: See TracChangeset
for help on using the changeset viewer.