Plugin Directory

Changeset 2765383


Ignore:
Timestamp:
08/02/2022 07:58:02 PM (4 years ago)
Author:
expantours
Message:

fix url dev

Location:
expan-pro/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • expan-pro/trunk/index.php

    r2765374 r2765383  
    44 * Plugin URI: https://www.expan.cl
    55 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours.
    6  * Version: 1.6
     6 * Version: 1.7
    77 * Author: Expan Team
    88 * Text Domain: expanpro
     
    3434    );
    3535
    36      //$url = "https://api.expan.pro";
    37      $url = "https://expanpro.test";
     36     $url = "https://api.expan.pro";
     37     //$url = "https://expanpro.test";
    3838
    3939    $attsstring = implode("-",$atts);
     
    308308
    309309       <?php
    310          //$url = "https://api.expan.pro";
    311          $url = "https://expanpro.test";
     310         $url = "https://api.expan.pro";
     311         //$url = "https://expanpro.test";
    312312         $response = wp_remote_post( $url . '/api/auth/loginweb/?email='.esc_attr( get_option('expanpro_email') ).'&password='.esc_attr( get_option('expanpro_password') ) , array() ) ;
    313313
  • expan-pro/trunk/readme.txt

    r2765375 r2765383  
    55Tested up to: 6.0.1
    66Requires PHP: 5.6
    7 Stable tag: 1.6
     7Stable tag: 1.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.