Plugin Directory

Changeset 2549274


Ignore:
Timestamp:
06/16/2021 09:53:08 PM (5 years ago)
Author:
emfluencekc
Message:

Plugin version 2.11

Location:
wp-emfluence/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-emfluence/trunk/emfluence.php

    r2543843 r2549274  
    55Description: Easily add forms to your website for contacts to add or update their details in your emfluence Marketing Platform account.
    66Author: emfluence Digital Marketing
    7 Version: 2.10
     7Version: 2.11
    88Author URI: https://www.emfluence.com
    99Text Domain: emfl_form
  • wp-emfluence/trunk/readme.txt

    r2543843 r2549274  
    33Requires at least: 4.0
    44Tested up to: 5.7.2
    5 Stable tag: 2.10
     5Stable tag: 2.11
    66Requires PHP: 5.6
    77Contributors: emfluencekc, mightyturtle
     
    5757
    5858== Changelog ==
     59
     60= 2.11 =
     61* Add an action hook after the contact has been saved, for integrations that want the contact ID and other contact data.
    5962
    6063= 2.10 =
  • wp-emfluence/trunk/widget.php

    r2533218 r2549274  
    295295        } else {
    296296          // SUCCESS!
     297          do_action('emfl_widget_after_contact_save', $result, $data, $instance);
    297298          $this->send_notification($instance, $data);
    298299          if(!empty($instance['redirect']) && wp_http_validate_url($instance['redirect'])) {
Note: See TracChangeset for help on using the changeset viewer.