Changeset 2390559
- Timestamp:
- 09/29/2020 09:02:41 PM (5 years ago)
- Location:
- powers-triggers-of-woo-to-chat/trunk
- Files:
-
- 3 edited
-
class-wwp-woocommerce-front.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wc-whatsapp-powers.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
powers-triggers-of-woo-to-chat/trunk/class-wwp-woocommerce-front.php
r2387862 r2390559 39 39 } 40 40 } 41 add_action('init', function() {42 add_action( 'wwp_reminder_action', array( $this, 'wwp_do_reminder' ) );43 });41 42 add_action( 'wwp_reminder_action', array( $this, 'wwp_do_reminder' ) ); 43 44 44 } 45 45 -
powers-triggers-of-woo-to-chat/trunk/readme.txt
r2387862 r2390559 48 48 49 49 == Changelog == 50 * 1.3.3 51 * Pequena correção de bug; 50 52 * 1.3.2 51 53 * Nova integração com o plugin "Notificação de rastreio por transportadora" -
powers-triggers-of-woo-to-chat/trunk/wc-whatsapp-powers.php
r2387865 r2390559 4 4 * Plugin URI: https://wordpress.org/plugins/powers-triggers-of-woo-to-chat/ 5 5 * Description: Cria gatilhos para interação do Woocommerce com Whatsapp 6 * Version: 1.3. 26 * Version: 1.3.3 7 7 * Author: Felipe Peixoto 8 8 * Author URI: http://felipepeixoto.tecnologia.ws/ … … 53 53 if (wwp_is_plugin_active('woocommerce/woocommerce.php')){ 54 54 include_once('class-wwp-woocommerce-front.php'); 55 $teste =new Woowhatspowers_Woocommerce_Front();55 new Woowhatspowers_Woocommerce_Front(); 56 56 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.