Plugin Directory

Changeset 1973142


Ignore:
Timestamp:
11/12/2018 05:27:38 PM (7 years ago)
Author:
ghostmonitor
Message:

AUTOMATED COMMIT, PLUGIN VERSION: 1.12.1

Location:
ghostmonitor
Files:
78 added
6 edited

Legend:

Unmodified
Added
Removed
  • ghostmonitor/trunk/config.json

    r1970919 r1973142  
    44    "settingsUrl": "https://api.recart.com/tracking/v2/settings/",
    55    "cdnUrl": "https://cdn.ghostmonitor.com",
    6     "version": "v1.12.0",
     6    "version": "v1.12.1",
    77    "logentriesToken": "d3695c56-67af-4c86-8c7d-26c6c252987b",
    88    "env": "production"
  • ghostmonitor/trunk/includes/class-wc-ghostmonitor.php

    r1970919 r1973142  
    708708   
    709709    private function handle_redirect_parameter() {
    710         $requested_url = $_SERVER['REQUEST_URI'];
     710        $requested_url = urldecode($_SERVER['REQUEST_URI']);
    711711        $discount_code_pattern_in_url;
    712712        $redirection_pattern_in_url;
  • ghostmonitor/trunk/includes/ghostmonitor_helper/vendor/autoload.php

    r1970919 r1973142  
    55require_once __DIR__ . '/composer' . '/autoload_real.php';
    66
    7 return ComposerAutoloaderInitf967499b5214ba75f256ccf0ec9738a3::getLoader();
     7return ComposerAutoloaderInit134ea7808e03833fa10e8d55a74d110b::getLoader();
  • ghostmonitor/trunk/includes/ghostmonitor_helper/vendor/composer/autoload_real.php

    r1970919 r1973142  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitf967499b5214ba75f256ccf0ec9738a3
     5class ComposerAutoloaderInit134ea7808e03833fa10e8d55a74d110b
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInitf967499b5214ba75f256ccf0ec9738a3', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit134ea7808e03833fa10e8d55a74d110b', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitf967499b5214ba75f256ccf0ec9738a3', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit134ea7808e03833fa10e8d55a74d110b', 'loadClassLoader'));
    2525
    2626        $map = require __DIR__ . '/autoload_namespaces.php';
     
    4343        $includeFiles = require __DIR__ . '/autoload_files.php';
    4444        foreach ($includeFiles as $fileIdentifier => $file) {
    45             composerRequiref967499b5214ba75f256ccf0ec9738a3($fileIdentifier, $file);
     45            composerRequire134ea7808e03833fa10e8d55a74d110b($fileIdentifier, $file);
    4646        }
    4747
     
    5050}
    5151
    52 function composerRequiref967499b5214ba75f256ccf0ec9738a3($fileIdentifier, $file)
     52function composerRequire134ea7808e03833fa10e8d55a74d110b($fileIdentifier, $file)
    5353{
    5454    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • ghostmonitor/trunk/readme.txt

    r1970919 r1973142  
    44Requires at least: 3.9
    55Tested up to: 4.9.8
    6 Stable tag: 1.12.0
     6Stable tag: 1.12.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ghostmonitor/trunk/woocommerce-ghostmonitor.php

    r1970919 r1973142  
    66 * Author: Ghostmonitor INC
    77 * Author URI: http://www.recart.com
    8  * Version: v1.12.0
     8 * Version: v1.12.1
    99 */
    1010
     
    4444        global $wp_version;
    4545
    46         $version = 'v1.12.0';
     46        $version = 'v1.12.1';
    4747
    4848        $discount_enabled = get_option('woocommerce_enable_coupons') === 'yes' ? 'true' : 'false';
Note: See TracChangeset for help on using the changeset viewer.