Plugin Directory

Changeset 1955324


Ignore:
Timestamp:
10/11/2018 05:46:04 PM (7 years ago)
Author:
nicolaspro14
Message:

Update tags repo

Location:
clipr
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • clipr/trunk/clipr.php

    r1955262 r1955324  
    44Plugin Name: Clipr
    55Description: Mobile experience that converts. Connect your Woocommerce e-shop with Clipr platform now !
    6 Version: 1.1.4
     6Version: 1.1.5
    77Author: Clipr
    88Author URI: https://clipr.co
     
    1111*/
    1212
    13 define( 'CLIPR__VERSION',            '1.1.4' );
     13define( 'CLIPR__VERSION',            '1.1.5' );
    1414define( 'CLIPR__PLUGIN_DIR',         __DIR__ );
    1515define( 'CLIPR__PLUGIN_FILE',        __FILE__ );
     
    9393
    9494    // Path to script ?
    95     $domain = "https://app.clipr.co";
     95    $domain = "https://m.clipr.co";
    9696    $clipr_env = isset($_GET['clipr_env']) ? htmlspecialchars($_GET['clipr_env']) : "";
    9797    if ($clipr_env != null && $clipr_env == "staging") {
    98         $domain = "https://app.aws.clipr.co";
     98        $domain = "https://m.aws.clipr.co";
    9999    }
    100100
  • clipr/trunk/inc/functions.clipr-toolbox.php

    r1955262 r1955324  
    88
    99
    10         $url = $env == "staging" ? "https://app.aws.clipr.co/fr".$url : "https://app.clipr.co/fr".$url;
     10        $url = $env == "staging" ? "https://m.aws.clipr.co/fr".$url : "https://m.clipr.co/fr".$url;
    1111
    1212        // Arguments of WP Http Api
  • clipr/trunk/readme.txt

    r1955262 r1955324  
    55Tested up to: 4.9
    66Requires PHP : 5.4
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6868= 1.1.4 =
    6969* Update Clipr API root
     70
     71= 1.1.5 =
     72* Fix Clipr API root
Note: See TracChangeset for help on using the changeset viewer.