Plugin Directory

Changeset 3074779


Ignore:
Timestamp:
04/22/2024 06:07:57 AM (21 months ago)
Author:
lastingsales
Message:

API URL changed and Tested up 6.4

Location:
lasting-sales
Files:
43 added
2 edited

Legend:

Unmodified
Added
Removed
  • lasting-sales/trunk/README.txt

    r2881197 r3074779  
    33Tags: lasting,sales,wpcf7
    44Requires at least: 6.0
    5 Tested up to: 6.1
     5Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • lasting-sales/trunk/lasting-sales.php

    r2881197 r3074779  
    1010 *
    1111 * @link              https://lastingsales.com
    12  * @since             1.0.0
     12 * @since             1.0.1
    1313 * @package           Lasting_Sales
    1414 *
     
    1717 * Plugin URI:        https://wordpress.org/plugins/lasting-sales
    1818 * Description:       LastingSales is a CRM that simplifies the business by providing a centralized platform to manage Leads from Facebook, Website and Sales Calls and helps to track and measure the Sales Team Performance.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Lasting Sales
    2121 * Author URI:        https://lastingsales.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'LASTING_SALES_VERSION', '1.0.0' );
     38define( 'LASTING_SALES_VERSION', '1.0.1' );
    3939
    4040global $wpdb;
    4141/** defining global constants */
    4242define('LASTING_SALES_USER_CONFIG_TABLE_NAME', $wpdb->prefix.'lasting_sales_config');
    43 define('LASTING_SALES_BASE_URL', 'https://api.beta.lastingsales.com');
     43// define('LASTING_SALES_BASE_URL', 'https://api.beta.lastingsales.com');
     44define('LASTING_SALES_BASE_URL', 'https://apilive.lastingsales.com');
     45
    4446
    4547define('LASTING_SALES_PLUGIN_WEBHOOK_SUBSCRIPTION_URL', LASTING_SALES_BASE_URL.'/api/v1/auth/check_token');
Note: See TracChangeset for help on using the changeset viewer.