Changeset 1955324
- Timestamp:
- 10/11/2018 05:46:04 PM (7 years ago)
- Location:
- clipr
- Files:
-
- 8 added
- 3 edited
-
tags/1.1.5 (added)
-
tags/1.1.5/clipr.php (added)
-
tags/1.1.5/contributors.txt (added)
-
tags/1.1.5/inc (added)
-
tags/1.1.5/inc/functions.cart-builder.php (added)
-
tags/1.1.5/inc/functions.clipr-toolbox.php (added)
-
tags/1.1.5/inc/functions.product-data.php (added)
-
tags/1.1.5/readme.txt (added)
-
trunk/clipr.php (modified) (3 diffs)
-
trunk/inc/functions.clipr-toolbox.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clipr/trunk/clipr.php
r1955262 r1955324 4 4 Plugin Name: Clipr 5 5 Description: Mobile experience that converts. Connect your Woocommerce e-shop with Clipr platform now ! 6 Version: 1.1. 46 Version: 1.1.5 7 7 Author: Clipr 8 8 Author URI: https://clipr.co … … 11 11 */ 12 12 13 define( 'CLIPR__VERSION', '1.1. 4' );13 define( 'CLIPR__VERSION', '1.1.5' ); 14 14 define( 'CLIPR__PLUGIN_DIR', __DIR__ ); 15 15 define( 'CLIPR__PLUGIN_FILE', __FILE__ ); … … 93 93 94 94 // Path to script ? 95 $domain = "https:// app.clipr.co";95 $domain = "https://m.clipr.co"; 96 96 $clipr_env = isset($_GET['clipr_env']) ? htmlspecialchars($_GET['clipr_env']) : ""; 97 97 if ($clipr_env != null && $clipr_env == "staging") { 98 $domain = "https:// app.aws.clipr.co";98 $domain = "https://m.aws.clipr.co"; 99 99 } 100 100 -
clipr/trunk/inc/functions.clipr-toolbox.php
r1955262 r1955324 8 8 9 9 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; 11 11 12 12 // Arguments of WP Http Api -
clipr/trunk/readme.txt
r1955262 r1955324 5 5 Tested up to: 4.9 6 6 Requires PHP : 5.4 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 68 68 = 1.1.4 = 69 69 * Update Clipr API root 70 71 = 1.1.5 = 72 * Fix Clipr API root
Note: See TracChangeset
for help on using the changeset viewer.