Plugin Directory

Changeset 2672140


Ignore:
Timestamp:
02/03/2022 11:43:17 AM (4 years ago)
Author:
socialproofy
Message:

new versions 1.0.3

Location:
socialproofy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • socialproofy/trunk/readme.txt

    r2671577 r2672140  
    66Requires at least: 3.1.0
    77Tested up to: 5.7.1
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: proprietary
    1010
     
    133133== Changelog ==
    134134
    135 = 1.0.2 =
     135= 1.0.3 =
    136136Seamless, simple integration with all notification types supported, exclusive WooCommerce notification type.
    137137
  • socialproofy/trunk/socialproofy.php

    r2671577 r2672140  
    88 * Plugin Name: Social Proofy
    99 * Description: Social Proofy is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box
    10  * Version: 1.0.2
     10 * Version: 1.0.3
    1111 * Author: Social Proofy
    1212 * Author URI: https://www.socialproofy.io/
     
    2525add_action('update_option_socialproofy_api_key', 'socialproofy_cronjob_init', 999, 0);
    2626
    27 add_action('user_new_form', 'socialproofy_new_user', 999);
     27add_action('user_register', 'socialproofy_new_user');
     28add_action('profile_update', 'socialproofy_new_user');
    2829
    2930add_action('woocommerce_checkout_order_processed', 'socialproofy_new_order', 999, 3);
Note: See TracChangeset for help on using the changeset viewer.