Plugin Directory

Changeset 1499539


Ignore:
Timestamp:
09/21/2016 09:19:24 AM (10 years ago)
Author:
alex.ivan
Message:

Changed short plugin description and fixed API endpoint

Location:
veplatform/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • veplatform/trunk/Ve.php

    r1499519 r1499539  
    33 * Plugin Name: Ve
    44 * Plugin URI: http://www.veinteractive.com
    5  * Description: Instantly increase your sales by adding the Ve's integrated remarketing and re-engagement apps that convert customers who abandon your site.
     5 * Description: The only automated marketing solution to solve your abandonment & conversion problems at every stage in the customer’s journey.
    66 * Version: 16.5.6.0
    77 * Author: Ve Interactive
  • veplatform/trunk/classes/class-veplatform-api.php

    r1499519 r1499539  
    1010abstract class Ve_Platform_API
    1111{
    12     protected $requestDomain = 'https://veconnect-ci.veinteractive.net/API/';
     12    protected $requestDomain = 'https://veconnect.veinteractive.com/API/';
    1313    protected $requestInstall = 'Install';
    1414    protected $requestUninstall = 'Uninstall';
Note: See TracChangeset for help on using the changeset viewer.