Plugin Directory

Changeset 1885491


Ignore:
Timestamp:
06/01/2018 01:39:56 PM (8 years ago)
Author:
radishconcepts
Message:

Added more debugging functionality for the console

Location:
isv-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • isv-connect/trunk/classes/ISV_API.php

    r1874539 r1885491  
    1212
    1313        private $_api_url = null;
     14        private $_raw_xml = null;
    1415
    1516        private $_allowed_html = array(
     
    8586                $response['loaded-from'] = 'api';
    8687                $response['api-url']     = $this->_api_url;
     88                $response['raw-xml']     = $this->_raw_xml;
    8789
    8890                //store the result in the transient cache system
     
    113115            //get the raw XML data from the external API
    114116            $raw_xml_body = $this->_get_remote_feed( $feedcode, $from, $until );
     117
     118            $this->_raw_xml = $raw_xml_body;
    115119
    116120            //convert XML data to an array
  • isv-connect/trunk/isv-connect.php

    r1874539 r1885491  
    33/**
    44 * Plugin Name: ISV Connect
    5  * Version: 1.3
     5 * Version: 1.4
    66 * Plugin URI: https://www.radishconcepts.com/isv-connect
    77 * Description: This plugin connects your website to the ISV Software system
  • isv-connect/trunk/readme.txt

    r1874539 r1885491  
    4747== Changelog ==
    4848
     49= 1.4 =
     50Release Date: June 1st, 2018
     51
     52Feature: Added the raw xml body in the ajax return for debugging purposes
     53
    4954= 1.3 =
    5055Release Date: May 15th, 2018
Note: See TracChangeset for help on using the changeset viewer.