Plugin Directory

Changeset 2390559


Ignore:
Timestamp:
09/29/2020 09:02:41 PM (5 years ago)
Author:
felipe152
Message:
  • Pequena correção de bug;
Location:
powers-triggers-of-woo-to-chat/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • powers-triggers-of-woo-to-chat/trunk/class-wwp-woocommerce-front.php

    r2387862 r2390559  
    3939                }
    4040            }
    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           
    4444        }
    4545
  • powers-triggers-of-woo-to-chat/trunk/readme.txt

    r2387862 r2390559  
    4848
    4949== Changelog ==
     50* 1.3.3
     51* Pequena correção de bug;
    5052* 1.3.2
    5153* 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  
    44 * Plugin URI:  https://wordpress.org/plugins/powers-triggers-of-woo-to-chat/
    55 * Description: Cria gatilhos para interação do Woocommerce com Whatsapp
    6  * Version:     1.3.2
     6 * Version:     1.3.3
    77 * Author:      Felipe Peixoto
    88 * Author URI:  http://felipepeixoto.tecnologia.ws/
     
    5353    if (wwp_is_plugin_active('woocommerce/woocommerce.php')){
    5454        include_once('class-wwp-woocommerce-front.php');
    55         $teste = new Woowhatspowers_Woocommerce_Front();
     55        new Woowhatspowers_Woocommerce_Front();
    5656
    5757    }
Note: See TracChangeset for help on using the changeset viewer.