Plugin Directory

Changeset 1976833


Ignore:
Timestamp:
11/19/2018 02:28:56 PM (7 years ago)
Author:
recotrust
Message:

V1.0.5

Location:
recotrust-integration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • recotrust-integration/trunk/ac-reco-plugin.php

    r1962946 r1976833  
    55Plugin URI: https://www.recotrust.com
    66Description: Sends invitation requests to Recotrust and displays Recotrust widgets on ecommerce sites.
    7 Version: 1.0.4
     7Version: 1.0.5
    88Author: Recotrust, Angry Creative, Elias Chalhoub
    99Author URI: https://angrycreative.se
  • recotrust-integration/trunk/includes/class-admin-general-options.php

    r1962946 r1976833  
    9595        $response = curl_exec( $curl );
    9696        curl_close( $curl );
    97         $recipients = [
    98             '[email protected]',
    99         ];
    100         $subject    = "[neworder][{$reco_data['ac_reco_plugin_reco_id']}][{$order_id}]";
    101         $headers    = [ 'From: ' . $address['first_name'] . ' ' . $address['last_name'] . ' <' . $address['email'] . '>' ];
    102         wp_mail( $recipients, $subject, $reco_json_data, $headers );
    10397
    10498    }
  • recotrust-integration/trunk/includes/class-plugin.php

    r1962946 r1976833  
    1515     * @var string
    1616     */
    17     protected $version = '1.0.4';
     17    protected $version = '1.0.5';
    1818
    1919    /**
Note: See TracChangeset for help on using the changeset viewer.