Plugin Directory

Changeset 2439336


Ignore:
Timestamp:
12/14/2020 08:58:59 PM (5 years ago)
Author:
limelightdept
Message:

tagging version 1.2.1

Location:
limelight-checkout
Files:
4 added
50 edited
1 copied

Legend:

Unmodified
Added
Removed
  • limelight-checkout/tags/1.2.1/README.txt

    r2354294 r2439336  
    77Author URI: https://limelighttheme.com
    88Author: Limelight Dept
    9 Tested up to: 5.4.2
    10 Stable tag: "1.2.0
    11 Version 1.2.0
     9Tested up to: 5.6
     10Stable tag: "1.2.1"
     11Version 1.2.1
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878- Added logging post type for the purpose of frontend debugging. All logs are stored under Tools in the admin dashboard as "Limelight Logs".
    7979
     801.2.1
     81- Bug fix: Issue with assigning user roles on register event.
     82
    8083== Frequently Asked Questions ==
  • limelight-checkout/tags/1.2.1/index.php

    r2354294 r2439336  
    1212 * Plugin URI:        https://limelightdept.com/
    1313 * Description:       Process Payments with PCI-Compliance SAQ A-EP
    14  * Version:           1.2.0
     14 * Version:           1.2.1
    1515 * Author:            Limelight
    1616 * License:           GPL-2.0+
     
    2626    "name"=>"limelight-checkout",
    2727    "name_pretty"=>"Limelight Checkout",
    28     "version"=>"1.2.0",
     28    "version"=>"1.2.1",
    2929    "author" => "Limelight Dept.",
    3030    "file"=>__FILE__,
  • limelight-checkout/tags/1.2.1/vendor/autoload.php

    r2354294 r2439336  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996::getLoader();
     7return ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc::getLoader();
  • limelight-checkout/tags/1.2.1/vendor/composer/autoload_real.php

    r2354294 r2439336  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996
     5class ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc
    66{
    77    private static $loader;
     
    1414    }
    1515
    16     /**
    17      * @return \Composer\Autoload\ClassLoader
    18      */
    1916    public static function getLoader()
    2017    {
     
    2320        }
    2421
    25         spl_autoload_register(array('ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc', 'loadClassLoader'), true, true);
    2623        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    27         spl_autoload_unregister(array('ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc', 'loadClassLoader'));
    2825
    2926        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3128            require_once __DIR__ . '/autoload_static.php';
    3229
    33             call_user_func(\Composer\Autoload\ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::getInitializer($loader));
    3431        } else {
    3532            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5249
    5350        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::$files;
    5552        } else {
    5653            $includeFiles = require __DIR__ . '/autoload_files.php';
    5754        }
    5855        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire0f06720e44cfce3f6700ac60934f1996($fileIdentifier, $file);
     56            composerRequire22ad36387968cc3ba13a6b09110c10fc($fileIdentifier, $file);
    6057        }
    6158
     
    6461}
    6562
    66 function composerRequire0f06720e44cfce3f6700ac60934f1996($fileIdentifier, $file)
     63function composerRequire22ad36387968cc3ba13a6b09110c10fc($fileIdentifier, $file)
    6764{
    6865    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • limelight-checkout/tags/1.2.1/vendor/composer/autoload_static.php

    r2354294 r2439336  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit0f06720e44cfce3f6700ac60934f1996
     7class ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc
    88{
    99    public static $files = array (
     
    4848    {
    4949        return \Closure::bind(function () use ($loader) {
    50             $loader->prefixLengthsPsr4 = ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::$prefixLengthsPsr4;
    51             $loader->prefixDirsPsr4 = ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::$prefixDirsPsr4;
     50            $loader->prefixLengthsPsr4 = ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::$prefixLengthsPsr4;
     51            $loader->prefixDirsPsr4 = ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::$prefixDirsPsr4;
    5252
    5353        }, null, ClassLoader::class);
  • limelight-checkout/tags/1.2.1/vendor/composer/installed.json

    r2354294 r2439336  
    77            "type": "git",
    88            "url": "git@bitbucket.org:limelightdept/forms.git",
    9             "reference": "645a1a528ceacd6338aadf39238b49636596f7f6"
     9            "reference": "a830aa679477b83de1ef59ef72ce8715453107bb"
    1010        },
    1111        "require": {
     
    1313            "symfony/polyfill-mbstring": "^1.10"
    1414        },
    15         "time": "2020-08-06T22:19:34+00:00",
     15        "time": "2019-12-12T20:13:16+00:00",
    1616        "type": "library",
    1717        "installation-source": "source",
     
    2727            {
    2828                "name": "Limelight Department",
    29                 "email": "luke@limelightdept.com"
     29                "email": "jesse@limelightdept.com"
    3030            }
    3131        ],
     
    3434    {
    3535        "name": "symfony/polyfill-iconv",
    36         "version": "v1.18.1",
    37         "version_normalized": "1.18.1.0",
     36        "version": "v1.20.0",
     37        "version_normalized": "1.20.0.0",
    3838        "source": {
    3939            "type": "git",
    4040            "url": "https://github.com/symfony/polyfill-iconv.git",
    41             "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
     41            "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024"
    4242        },
    4343        "dist": {
    4444            "type": "zip",
    45             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
    46             "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
     45            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c536646fdb4f29104dd26effc2fdcb9a5b085024",
     46            "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024",
    4747            "shasum": ""
    4848        },
    4949        "require": {
    50             "php": ">=5.3.3"
     50            "php": ">=7.1"
    5151        },
    5252        "suggest": {
    5353            "ext-iconv": "For best performance"
    5454        },
    55         "time": "2020-07-14T12:35:20+00:00",
     55        "time": "2020-10-23T14:02:19+00:00",
    5656        "type": "library",
    5757        "extra": {
    5858            "branch-alias": {
    59                 "dev-master": "1.18-dev"
     59                "dev-main": "1.20-dev"
    6060            },
    6161            "thanks": {
     
    9595            "portable",
    9696            "shim"
    97         ],
    98         "funding": [
    99             {
    100                 "url": "https://symfony.com/sponsor",
    101                 "type": "custom"
    102             },
    103             {
    104                 "url": "https://github.com/fabpot",
    105                 "type": "github"
    106             },
    107             {
    108                 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    109                 "type": "tidelift"
    110             }
    11197        ]
    11298    },
    11399    {
    114100        "name": "symfony/polyfill-mbstring",
    115         "version": "v1.18.1",
    116         "version_normalized": "1.18.1.0",
     101        "version": "v1.20.0",
     102        "version_normalized": "1.20.0.0",
    117103        "source": {
    118104            "type": "git",
    119105            "url": "https://github.com/symfony/polyfill-mbstring.git",
    120             "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
     106            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
    121107        },
    122108        "dist": {
    123109            "type": "zip",
    124             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
    125             "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
     110            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
     111            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
    126112            "shasum": ""
    127113        },
    128114        "require": {
    129             "php": ">=5.3.3"
     115            "php": ">=7.1"
    130116        },
    131117        "suggest": {
    132118            "ext-mbstring": "For best performance"
    133119        },
    134         "time": "2020-07-14T12:35:20+00:00",
     120        "time": "2020-10-23T14:02:19+00:00",
    135121        "type": "library",
    136122        "extra": {
    137123            "branch-alias": {
    138                 "dev-master": "1.18-dev"
     124                "dev-main": "1.20-dev"
    139125            },
    140126            "thanks": {
     
    174160            "portable",
    175161            "shim"
    176         ],
    177         "funding": [
    178             {
    179                 "url": "https://symfony.com/sponsor",
    180                 "type": "custom"
    181             },
    182             {
    183                 "url": "https://github.com/fabpot",
    184                 "type": "github"
    185             },
    186             {
    187                 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    188                 "type": "tidelift"
    189             }
    190162        ]
    191163    }
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/.git/FETCH_HEAD

    r2351938 r2439336  
    1 b6009d5c42252cb10d9e41e3725fecf23bafc314        branch 'master' of https://bitbucket.org/limelightdept/forms
     1ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4        branch 'master' of https://bitbucket.org/limelightdept/forms
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/.git/config

    r2354294 r2439336  
    77    ignorecase = true
    88[remote "origin"]
    9     url = git@bitbucket.org:limelightdept/forms.git
     9    url = https://lukesnider@bitbucket.org/limelightdept/forms.git
    1010    fetch = +refs/heads/*:refs/remotes/origin/*
    11 [branch "master"]
    12     remote = origin
    13     merge = refs/heads/master
    14 [remote "composer"]
    15     url = git@bitbucket.org:limelightdept/forms.git
    16     fetch = +refs/heads/*:refs/remotes/composer/*
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/.git/logs/HEAD

    r2354294 r2439336  
    1 0000000000000000000000000000000000000000 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752919 -0700 clone: from C:/Users/Limelight Dept/AppData/Local/Composer/vcs/git-bitbucket.org-limelightdept-forms.git/
    2 645a1a528ceacd6338aadf39238b49636596f7f6 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752922 -0700 checkout: moving from master to master
    3 645a1a528ceacd6338aadf39238b49636596f7f6 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752922 -0700 reset: moving to 645a1a528ceacd6338aadf39238b49636596f7f6
     10000000000000000000000000000000000000000 ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4 unknown <luke@limelightdept.com> 1607970290 -0800 initial pull
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/.git/logs/refs/heads/master

    r2354294 r2439336  
    1 0000000000000000000000000000000000000000 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752919 -0700 clone: from C:/Users/Limelight Dept/AppData/Local/Composer/vcs/git-bitbucket.org-limelightdept-forms.git/
     10000000000000000000000000000000000000000 ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4 unknown <luke@limelightdept.com> 1607970290 -0800 initial pull
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/.git/logs/refs/remotes/origin/master

    r2351938 r2439336  
    1 0000000000000000000000000000000000000000 b6009d5c42252cb10d9e41e3725fecf23bafc314 unknown <luke@limelightdept.com> 1596227623 -0700 pull origin master: storing head
    2 b6009d5c42252cb10d9e41e3725fecf23bafc314 1baea5f3da37433cf6f89e16efe6d2d415cdc058 unknown <luke@limelightdept.com> 1596475996 -0700 update by push
    3 1baea5f3da37433cf6f89e16efe6d2d415cdc058 41f1451eec0261f4981169d2fb354b04b782ca56 unknown <luke@limelightdept.com> 1596476071 -0700 update by push
     10000000000000000000000000000000000000000 ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4 unknown <luke@limelightdept.com> 1607970290 -0800 pull origin master: storing head
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/.git/refs/heads/master

    r2354294 r2439336  
    1 645a1a528ceacd6338aadf39238b49636596f7f6
     1ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/.git/refs/remotes/origin/master

    r2351938 r2439336  
    1 41f1451eec0261f4981169d2fb354b04b782ca56
     1ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/Package.php

    r2354294 r2439336  
    1919     * @var string
    2020     */
    21     public $version = "1.2.1";
     21    public $version = "1.2.2";
    2222
    2323    /**
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/app/Events/WPRegister.php

    r2138519 r2439336  
    137137
    138138            $user = get_user_by( 'id', $user_id );
    139 
     139           
     140            //if($this->reset_roles){
     141                foreach($user->roles as $role){
     142                    $user->remove_role($role);
     143                }
     144            //}
     145           
    140146            foreach($this->add_roles as $role){
    141                 $user->add_role($role['role']);
     147                $user->add_role($role['add_roles']);
    142148            }
    143149
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/vendor/autoload.php

    r2351938 r2439336  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e::getLoader();
     7return ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048::getLoader();
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/vendor/composer/autoload_real.php

    r2351938 r2439336  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e
     5class ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048
    66{
    77    private static $loader;
     
    1414    }
    1515
    16     /**
    17      * @return \Composer\Autoload\ClassLoader
    18      */
    1916    public static function getLoader()
    2017    {
     
    2320        }
    2421
    25         spl_autoload_register(array('ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048', 'loadClassLoader'), true, true);
    2623        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    27         spl_autoload_unregister(array('ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048', 'loadClassLoader'));
    2825
    2926        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3128            require_once __DIR__ . '/autoload_static.php';
    3229
    33             call_user_func(\Composer\Autoload\ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::getInitializer($loader));
    3431        } else {
    3532            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5249
    5350        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::$files;
    5552        } else {
    5653            $includeFiles = require __DIR__ . '/autoload_files.php';
    5754        }
    5855        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire118b91f6e6c982d242a4e5cccd0b6e9e($fileIdentifier, $file);
     56            composerRequire746eb025d81cac91e5ad2a153f05b048($fileIdentifier, $file);
    6057        }
    6158
     
    6461}
    6562
    66 function composerRequire118b91f6e6c982d242a4e5cccd0b6e9e($fileIdentifier, $file)
     63function composerRequire746eb025d81cac91e5ad2a153f05b048($fileIdentifier, $file)
    6764{
    6865    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • limelight-checkout/tags/1.2.1/vendor/limelight/forms/vendor/composer/autoload_static.php

    r2351938 r2439336  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e
     7class ComposerStaticInit746eb025d81cac91e5ad2a153f05b048
    88{
    99    public static $files = array (
     
    4343    {
    4444        return \Closure::bind(function () use ($loader) {
    45             $loader->prefixLengthsPsr4 = ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::$prefixLengthsPsr4;
    46             $loader->prefixDirsPsr4 = ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::$prefixDirsPsr4;
     45            $loader->prefixLengthsPsr4 = ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::$prefixLengthsPsr4;
     46            $loader->prefixDirsPsr4 = ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::$prefixDirsPsr4;
    4747
    4848        }, null, ClassLoader::class);
  • limelight-checkout/tags/1.2.1/vendor/symfony/polyfill-iconv/Iconv.php

    r2138519 r2439336  
    542542        }
    543543        if (0 > $start) {
    544             return false;
     544            if (\PHP_VERSION_ID < 80000) {
     545                return false;
     546            }
     547
     548            $start = 0;
    545549        }
    546550        if ($start >= $slen) {
    547             return false;
     551            return \PHP_VERSION_ID >= 80000 ? '' : false;
    548552        }
    549553
     
    557561        }
    558562        if (0 > $length) {
    559             return false;
     563            return \PHP_VERSION_ID >= 80000 ? '' : false;
    560564        }
    561565
     
    620624
    621625                    return false;
    622                 } else {
    623                     $i += $ulen;
    624626                }
     627
     628                $i += $ulen;
    625629
    626630                $u[$j++] = $uchr[0];
     
    676680                    ++$i;
    677681                    continue;
    678                 } else {
    679                     $i += $ulen;
    680682                }
     683
     684                $i += $ulen;
    681685            }
    682686
  • limelight-checkout/tags/1.2.1/vendor/symfony/polyfill-iconv/bootstrap.php

    r2351938 r2439336  
    3030
    3131if (!function_exists('iconv')) {
    32     function iconv($from, $to, $s) { return p\Iconv::iconv($from, $to, $s); }
     32    function iconv($from_encoding, $to_encoding, $string) { return p\Iconv::iconv($from_encoding, $to_encoding, $string); }
    3333}
    3434if (!function_exists('iconv_get_encoding')) {
     
    3636}
    3737if (!function_exists('iconv_set_encoding')) {
    38     function iconv_set_encoding($type, $charset) { return p\Iconv::iconv_set_encoding($type, $charset); }
     38    function iconv_set_encoding($type, $encoding) { return p\Iconv::iconv_set_encoding($type, $encoding); }
    3939}
    4040if (!function_exists('iconv_mime_encode')) {
    41     function iconv_mime_encode($name, $value, $pref = null) { return p\Iconv::iconv_mime_encode($name, $value, $pref); }
     41    function iconv_mime_encode($field_name, $field_value, $options = null) { return p\Iconv::iconv_mime_encode($field_name, $field_value, $options); }
    4242}
    4343if (!function_exists('iconv_mime_decode_headers')) {
    44     function iconv_mime_decode_headers($encodedHeaders, $mode = 0, $enc = null) { return p\Iconv::iconv_mime_decode_headers($encodedHeaders, $mode, $enc); }
     44    function iconv_mime_decode_headers($headers, $mode = 0, $encoding = null) { return p\Iconv::iconv_mime_decode_headers($headers, $mode, $encoding); }
    4545}
    4646
    4747if (extension_loaded('mbstring')) {
    4848    if (!function_exists('iconv_strlen')) {
    49         function iconv_strlen($s, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_strlen($s, $enc); }
     49        function iconv_strlen($string, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_strlen($string, $encoding); }
    5050    }
    5151    if (!function_exists('iconv_strpos')) {
    52         function iconv_strpos($s, $needle, $offset = 0, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_strpos($s, $needle, $offset, $enc); }
     52        function iconv_strpos($haystack, $needle, $offset = 0, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_strpos($haystack, $needle, $offset, $encoding); }
    5353    }
    5454    if (!function_exists('iconv_strrpos')) {
    55         function iconv_strrpos($s, $needle, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_strrpos($s, $needle, 0, $enc); }
     55        function iconv_strrpos($haystack, $needle, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_strrpos($haystack, $needle, 0, $encoding); }
    5656    }
    5757    if (!function_exists('iconv_substr')) {
    58         function iconv_substr($s, $start, $length = 2147483647, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_substr($s, $start, $length, $enc); }
     58        function iconv_substr($string, $offset, $length = 2147483647, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_substr($string, $offset, $length, $encoding); }
    5959    }
    6060    if (!function_exists('iconv_mime_decode')) {
    61         function iconv_mime_decode($encodedHeaders, $mode = 0, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_decode_mimeheader($encodedHeaders, $mode, $enc); }
     61        function iconv_mime_decode($string, $mode = 0, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_decode_mimeheader($string, $mode, $encoding); }
    6262    }
    6363} else {
    6464    if (!function_exists('iconv_strlen')) {
    6565        if (extension_loaded('xml')) {
    66             function iconv_strlen($s, $enc = null) { return p\Iconv::strlen1($s, $enc); }
     66            function iconv_strlen($string, $encoding = null) { return p\Iconv::strlen1($string, $encoding); }
    6767        } else {
    68             function iconv_strlen($s, $enc = null) { return p\Iconv::strlen2($s, $enc); }
     68            function iconv_strlen($string, $encoding = null) { return p\Iconv::strlen2($string, $encoding); }
    6969        }
    7070    }
    7171
    7272    if (!function_exists('iconv_strpos')) {
    73         function iconv_strpos($s, $needle, $offset = 0, $enc = null) { return p\Iconv::iconv_strpos($s, $needle, $offset, $enc); }
     73        function iconv_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Iconv::iconv_strpos($haystack, $needle, $offset, $encoding); }
    7474    }
    7575    if (!function_exists('iconv_strrpos')) {
    76         function iconv_strrpos($s, $needle, $enc = null) { return p\Iconv::iconv_strrpos($s, $needle, $enc); }
     76        function iconv_strrpos($haystack, $needle, $encoding = null) { return p\Iconv::iconv_strrpos($haystack, $needle, $encoding); }
    7777    }
    7878    if (!function_exists('iconv_substr')) {
    79         function iconv_substr($s, $start, $length = 2147483647, $enc = null) { return p\Iconv::iconv_substr($s, $start, $length, $enc); }
     79        function iconv_substr($string, $offset, $length = 2147483647, $encoding = null) { return p\Iconv::iconv_substr($string, $offset, $length, $encoding); }
    8080    }
    8181    if (!function_exists('iconv_mime_decode')) {
    82         function iconv_mime_decode($encodedHeaders, $mode = 0, $enc = null) { return p\Iconv::iconv_mime_decode($encodedHeaders, $mode, $enc); }
     82        function iconv_mime_decode($string, $mode = 0, $encoding = null) { return p\Iconv::iconv_mime_decode($string, $mode, $encoding); }
    8383    }
    8484}
  • limelight-checkout/tags/1.2.1/vendor/symfony/polyfill-iconv/composer.json

    r2351938 r2439336  
    1717    ],
    1818    "require": {
    19         "php": ">=5.3.3"
     19        "php": ">=7.1"
    2020    },
    2121    "autoload": {
     
    2929    "extra": {
    3030        "branch-alias": {
    31             "dev-master": "1.18-dev"
     31            "dev-main": "1.20-dev"
    3232        },
    3333        "thanks": {
  • limelight-checkout/tags/1.2.1/vendor/symfony/polyfill-mbstring/Mbstring.php

    r2351938 r2439336  
    116116    }
    117117
    118     public static function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null)
    119     {
    120         $vars = array(&$a, &$b, &$c, &$d, &$e, &$f);
    121 
     118    public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars)
     119    {
    122120        $ok = true;
    123121        array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) {
     
    630628        $encoding = self::getEncoding($encoding);
    631629        if ('CP850' === $encoding || 'ASCII' === $encoding) {
    632             return strrchr($haystack, $needle, $part);
    633         }
    634         $needle = self::mb_substr($needle, 0, 1, $encoding);
    635         $pos = iconv_strrpos($haystack, $needle, $encoding);
     630            $pos = strrpos($haystack, $needle);
     631        } else {
     632            $needle = self::mb_substr($needle, 0, 1, $encoding);
     633            $pos = iconv_strrpos($haystack, $needle, $encoding);
     634        }
    636635
    637636        return self::getSubpart($pos, $part, $haystack, $encoding);
  • limelight-checkout/tags/1.2.1/vendor/symfony/polyfill-mbstring/bootstrap.php

    r2351938 r2439336  
    1313
    1414if (!function_exists('mb_convert_encoding')) {
    15     function mb_convert_encoding($s, $to, $from = null) { return p\Mbstring::mb_convert_encoding($s, $to, $from); }
     15    function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); }
    1616}
    1717if (!function_exists('mb_decode_mimeheader')) {
    18     function mb_decode_mimeheader($s) { return p\Mbstring::mb_decode_mimeheader($s); }
     18    function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
    1919}
    2020if (!function_exists('mb_encode_mimeheader')) {
    21     function mb_encode_mimeheader($s, $charset = null, $transferEnc = null, $lf = null, $indent = null) { return p\Mbstring::mb_encode_mimeheader($s, $charset, $transferEnc, $lf, $indent); }
     21    function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = null, $indent = null) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); }
    2222}
    2323if (!function_exists('mb_decode_numericentity')) {
    24     function mb_decode_numericentity($s, $convmap, $enc = null) { return p\Mbstring::mb_decode_numericentity($s, $convmap, $enc); }
     24    function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); }
    2525}
    2626if (!function_exists('mb_encode_numericentity')) {
    27     function mb_encode_numericentity($s, $convmap, $enc = null, $is_hex = false) { return p\Mbstring::mb_encode_numericentity($s, $convmap, $enc, $is_hex); }
     27    function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); }
    2828}
    2929if (!function_exists('mb_convert_case')) {
    30     function mb_convert_case($s, $mode, $enc = null) { return p\Mbstring::mb_convert_case($s, $mode, $enc); }
     30    function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); }
    3131}
    3232if (!function_exists('mb_internal_encoding')) {
    33     function mb_internal_encoding($enc = null) { return p\Mbstring::mb_internal_encoding($enc); }
     33    function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); }
    3434}
    3535if (!function_exists('mb_language')) {
    36     function mb_language($lang = null) { return p\Mbstring::mb_language($lang); }
     36    function mb_language($language = null) { return p\Mbstring::mb_language($language); }
    3737}
    3838if (!function_exists('mb_list_encodings')) {
     
    4343}
    4444if (!function_exists('mb_check_encoding')) {
    45     function mb_check_encoding($var = null, $encoding = null) { return p\Mbstring::mb_check_encoding($var, $encoding); }
     45    function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); }
    4646}
    4747if (!function_exists('mb_detect_encoding')) {
    48     function mb_detect_encoding($str, $encodingList = null, $strict = false) { return p\Mbstring::mb_detect_encoding($str, $encodingList, $strict); }
     48    function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_detect_encoding($string, $encodings, $strict); }
    4949}
    5050if (!function_exists('mb_detect_order')) {
    51     function mb_detect_order($encodingList = null) { return p\Mbstring::mb_detect_order($encodingList); }
     51    function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); }
    5252}
    5353if (!function_exists('mb_parse_str')) {
    54     function mb_parse_str($s, &$result = array()) { parse_str($s, $result); }
     54    function mb_parse_str($string, &$result = array()) { parse_str($string, $result); }
    5555}
    5656if (!function_exists('mb_strlen')) {
    57     function mb_strlen($s, $enc = null) { return p\Mbstring::mb_strlen($s, $enc); }
     57    function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); }
    5858}
    5959if (!function_exists('mb_strpos')) {
    60     function mb_strpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strpos($s, $needle, $offset, $enc); }
     60    function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($haystack, $needle, $offset, $encoding); }
    6161}
    6262if (!function_exists('mb_strtolower')) {
    63     function mb_strtolower($s, $enc = null) { return p\Mbstring::mb_strtolower($s, $enc); }
     63    function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $encoding); }
    6464}
    6565if (!function_exists('mb_strtoupper')) {
    66     function mb_strtoupper($s, $enc = null) { return p\Mbstring::mb_strtoupper($s, $enc); }
     66    function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $encoding); }
    6767}
    6868if (!function_exists('mb_substitute_character')) {
    69     function mb_substitute_character($char = null) { return p\Mbstring::mb_substitute_character($char); }
     69    function mb_substitute_character($substitute_character = null) { return p\Mbstring::mb_substitute_character($substitute_character); }
    7070}
    7171if (!function_exists('mb_substr')) {
    72     function mb_substr($s, $start, $length = 2147483647, $enc = null) { return p\Mbstring::mb_substr($s, $start, $length, $enc); }
     72    function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); }
    7373}
    7474if (!function_exists('mb_stripos')) {
    75     function mb_stripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_stripos($s, $needle, $offset, $enc); }
     75    function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); }
    7676}
    7777if (!function_exists('mb_stristr')) {
    78     function mb_stristr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_stristr($s, $needle, $part, $enc); }
     78    function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); }
    7979}
    8080if (!function_exists('mb_strrchr')) {
    81     function mb_strrchr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrchr($s, $needle, $part, $enc); }
     81    function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrchr($haystack, $needle, $before_needle, $encoding); }
    8282}
    8383if (!function_exists('mb_strrichr')) {
    84     function mb_strrichr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrichr($s, $needle, $part, $enc); }
     84    function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrichr($haystack, $needle, $before_needle, $encoding); }
    8585}
    8686if (!function_exists('mb_strripos')) {
    87     function mb_strripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strripos($s, $needle, $offset, $enc); }
     87    function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($haystack, $needle, $offset, $encoding); }
    8888}
    8989if (!function_exists('mb_strrpos')) {
    90     function mb_strrpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strrpos($s, $needle, $offset, $enc); }
     90    function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($haystack, $needle, $offset, $encoding); }
    9191}
    9292if (!function_exists('mb_strstr')) {
    93     function mb_strstr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strstr($s, $needle, $part, $enc); }
     93    function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strstr($haystack, $needle, $before_needle, $encoding); }
    9494}
    9595if (!function_exists('mb_get_info')) {
     
    9797}
    9898if (!function_exists('mb_http_output')) {
    99     function mb_http_output($enc = null) { return p\Mbstring::mb_http_output($enc); }
     99    function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); }
    100100}
    101101if (!function_exists('mb_strwidth')) {
    102     function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc); }
     102    function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encoding); }
    103103}
    104104if (!function_exists('mb_substr_count')) {
    105     function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); }
     105    function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); }
    106106}
    107107if (!function_exists('mb_output_handler')) {
    108     function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); }
     108    function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $status); }
    109109}
    110110if (!function_exists('mb_http_input')) {
    111111    function mb_http_input($type = '') { return p\Mbstring::mb_http_input($type); }
    112112}
     113
    113114if (!function_exists('mb_convert_variables')) {
    114     function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null) { return p\Mbstring::mb_convert_variables($toEncoding, $fromEncoding, $a, $b, $c, $d, $e, $f); }
     115    if (PHP_VERSION_ID >= 80000) {
     116        function mb_convert_variables($to_encoding, $from_encoding, &$var, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, $var, ...$vars); }
     117    } else {
     118        function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); }
     119    }
    115120}
     121
    116122if (!function_exists('mb_ord')) {
    117     function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); }
     123    function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); }
    118124}
    119125if (!function_exists('mb_chr')) {
    120     function mb_chr($code, $enc = null) { return p\Mbstring::mb_chr($code, $enc); }
     126    function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); }
    121127}
    122128if (!function_exists('mb_scrub')) {
    123     function mb_scrub($s, $enc = null) { $enc = null === $enc ? mb_internal_encoding() : $enc; return mb_convert_encoding($s, $enc, $enc); }
     129    function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return mb_convert_encoding($string, $encoding, $encoding); }
    124130}
    125131if (!function_exists('mb_str_split')) {
    126     function mb_str_split($string, $split_length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $split_length, $encoding); }
     132    function mb_str_split($string, $length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $length, $encoding); }
    127133}
    128134
  • limelight-checkout/tags/1.2.1/vendor/symfony/polyfill-mbstring/composer.json

    r2351938 r2439336  
    1717    ],
    1818    "require": {
    19         "php": ">=5.3.3"
     19        "php": ">=7.1"
    2020    },
    2121    "autoload": {
     
    2929    "extra": {
    3030        "branch-alias": {
    31             "dev-master": "1.18-dev"
     31            "dev-main": "1.20-dev"
    3232        },
    3333        "thanks": {
  • limelight-checkout/trunk/README.txt

    r2354294 r2439336  
    77Author URI: https://limelighttheme.com
    88Author: Limelight Dept
    9 Tested up to: 5.4.2
    10 Stable tag: "1.2.0
    11 Version 1.2.0
     9Tested up to: 5.6
     10Stable tag: "1.2.1"
     11Version 1.2.1
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878- Added logging post type for the purpose of frontend debugging. All logs are stored under Tools in the admin dashboard as "Limelight Logs".
    7979
     801.2.1
     81- Bug fix: Issue with assigning user roles on register event.
     82
    8083== Frequently Asked Questions ==
  • limelight-checkout/trunk/index.php

    r2354294 r2439336  
    1212 * Plugin URI:        https://limelightdept.com/
    1313 * Description:       Process Payments with PCI-Compliance SAQ A-EP
    14  * Version:           1.2.0
     14 * Version:           1.2.1
    1515 * Author:            Limelight
    1616 * License:           GPL-2.0+
     
    2626    "name"=>"limelight-checkout",
    2727    "name_pretty"=>"Limelight Checkout",
    28     "version"=>"1.2.0",
     28    "version"=>"1.2.1",
    2929    "author" => "Limelight Dept.",
    3030    "file"=>__FILE__,
  • limelight-checkout/trunk/vendor/autoload.php

    r2354294 r2439336  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996::getLoader();
     7return ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc::getLoader();
  • limelight-checkout/trunk/vendor/composer/autoload_real.php

    r2354294 r2439336  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996
     5class ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc
    66{
    77    private static $loader;
     
    1414    }
    1515
    16     /**
    17      * @return \Composer\Autoload\ClassLoader
    18      */
    1916    public static function getLoader()
    2017    {
     
    2320        }
    2421
    25         spl_autoload_register(array('ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc', 'loadClassLoader'), true, true);
    2623        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    27         spl_autoload_unregister(array('ComposerAutoloaderInit0f06720e44cfce3f6700ac60934f1996', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit22ad36387968cc3ba13a6b09110c10fc', 'loadClassLoader'));
    2825
    2926        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3128            require_once __DIR__ . '/autoload_static.php';
    3229
    33             call_user_func(\Composer\Autoload\ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::getInitializer($loader));
    3431        } else {
    3532            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5249
    5350        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::$files;
    5552        } else {
    5653            $includeFiles = require __DIR__ . '/autoload_files.php';
    5754        }
    5855        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire0f06720e44cfce3f6700ac60934f1996($fileIdentifier, $file);
     56            composerRequire22ad36387968cc3ba13a6b09110c10fc($fileIdentifier, $file);
    6057        }
    6158
     
    6461}
    6562
    66 function composerRequire0f06720e44cfce3f6700ac60934f1996($fileIdentifier, $file)
     63function composerRequire22ad36387968cc3ba13a6b09110c10fc($fileIdentifier, $file)
    6764{
    6865    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • limelight-checkout/trunk/vendor/composer/autoload_static.php

    r2354294 r2439336  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit0f06720e44cfce3f6700ac60934f1996
     7class ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc
    88{
    99    public static $files = array (
     
    4848    {
    4949        return \Closure::bind(function () use ($loader) {
    50             $loader->prefixLengthsPsr4 = ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::$prefixLengthsPsr4;
    51             $loader->prefixDirsPsr4 = ComposerStaticInit0f06720e44cfce3f6700ac60934f1996::$prefixDirsPsr4;
     50            $loader->prefixLengthsPsr4 = ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::$prefixLengthsPsr4;
     51            $loader->prefixDirsPsr4 = ComposerStaticInit22ad36387968cc3ba13a6b09110c10fc::$prefixDirsPsr4;
    5252
    5353        }, null, ClassLoader::class);
  • limelight-checkout/trunk/vendor/composer/installed.json

    r2354294 r2439336  
    77            "type": "git",
    88            "url": "git@bitbucket.org:limelightdept/forms.git",
    9             "reference": "645a1a528ceacd6338aadf39238b49636596f7f6"
     9            "reference": "a830aa679477b83de1ef59ef72ce8715453107bb"
    1010        },
    1111        "require": {
     
    1313            "symfony/polyfill-mbstring": "^1.10"
    1414        },
    15         "time": "2020-08-06T22:19:34+00:00",
     15        "time": "2019-12-12T20:13:16+00:00",
    1616        "type": "library",
    1717        "installation-source": "source",
     
    2727            {
    2828                "name": "Limelight Department",
    29                 "email": "luke@limelightdept.com"
     29                "email": "jesse@limelightdept.com"
    3030            }
    3131        ],
     
    3434    {
    3535        "name": "symfony/polyfill-iconv",
    36         "version": "v1.18.1",
    37         "version_normalized": "1.18.1.0",
     36        "version": "v1.20.0",
     37        "version_normalized": "1.20.0.0",
    3838        "source": {
    3939            "type": "git",
    4040            "url": "https://github.com/symfony/polyfill-iconv.git",
    41             "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
     41            "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024"
    4242        },
    4343        "dist": {
    4444            "type": "zip",
    45             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
    46             "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
     45            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c536646fdb4f29104dd26effc2fdcb9a5b085024",
     46            "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024",
    4747            "shasum": ""
    4848        },
    4949        "require": {
    50             "php": ">=5.3.3"
     50            "php": ">=7.1"
    5151        },
    5252        "suggest": {
    5353            "ext-iconv": "For best performance"
    5454        },
    55         "time": "2020-07-14T12:35:20+00:00",
     55        "time": "2020-10-23T14:02:19+00:00",
    5656        "type": "library",
    5757        "extra": {
    5858            "branch-alias": {
    59                 "dev-master": "1.18-dev"
     59                "dev-main": "1.20-dev"
    6060            },
    6161            "thanks": {
     
    9595            "portable",
    9696            "shim"
    97         ],
    98         "funding": [
    99             {
    100                 "url": "https://symfony.com/sponsor",
    101                 "type": "custom"
    102             },
    103             {
    104                 "url": "https://github.com/fabpot",
    105                 "type": "github"
    106             },
    107             {
    108                 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    109                 "type": "tidelift"
    110             }
    11197        ]
    11298    },
    11399    {
    114100        "name": "symfony/polyfill-mbstring",
    115         "version": "v1.18.1",
    116         "version_normalized": "1.18.1.0",
     101        "version": "v1.20.0",
     102        "version_normalized": "1.20.0.0",
    117103        "source": {
    118104            "type": "git",
    119105            "url": "https://github.com/symfony/polyfill-mbstring.git",
    120             "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
     106            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
    121107        },
    122108        "dist": {
    123109            "type": "zip",
    124             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
    125             "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
     110            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
     111            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
    126112            "shasum": ""
    127113        },
    128114        "require": {
    129             "php": ">=5.3.3"
     115            "php": ">=7.1"
    130116        },
    131117        "suggest": {
    132118            "ext-mbstring": "For best performance"
    133119        },
    134         "time": "2020-07-14T12:35:20+00:00",
     120        "time": "2020-10-23T14:02:19+00:00",
    135121        "type": "library",
    136122        "extra": {
    137123            "branch-alias": {
    138                 "dev-master": "1.18-dev"
     124                "dev-main": "1.20-dev"
    139125            },
    140126            "thanks": {
     
    174160            "portable",
    175161            "shim"
    176         ],
    177         "funding": [
    178             {
    179                 "url": "https://symfony.com/sponsor",
    180                 "type": "custom"
    181             },
    182             {
    183                 "url": "https://github.com/fabpot",
    184                 "type": "github"
    185             },
    186             {
    187                 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    188                 "type": "tidelift"
    189             }
    190162        ]
    191163    }
  • limelight-checkout/trunk/vendor/limelight/forms/.git/FETCH_HEAD

    r2351938 r2439336  
    1 b6009d5c42252cb10d9e41e3725fecf23bafc314        branch 'master' of https://bitbucket.org/limelightdept/forms
     1ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4        branch 'master' of https://bitbucket.org/limelightdept/forms
  • limelight-checkout/trunk/vendor/limelight/forms/.git/config

    r2354294 r2439336  
    77    ignorecase = true
    88[remote "origin"]
    9     url = git@bitbucket.org:limelightdept/forms.git
     9    url = https://lukesnider@bitbucket.org/limelightdept/forms.git
    1010    fetch = +refs/heads/*:refs/remotes/origin/*
    11 [branch "master"]
    12     remote = origin
    13     merge = refs/heads/master
    14 [remote "composer"]
    15     url = git@bitbucket.org:limelightdept/forms.git
    16     fetch = +refs/heads/*:refs/remotes/composer/*
  • limelight-checkout/trunk/vendor/limelight/forms/.git/logs/HEAD

    r2354294 r2439336  
    1 0000000000000000000000000000000000000000 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752919 -0700 clone: from C:/Users/Limelight Dept/AppData/Local/Composer/vcs/git-bitbucket.org-limelightdept-forms.git/
    2 645a1a528ceacd6338aadf39238b49636596f7f6 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752922 -0700 checkout: moving from master to master
    3 645a1a528ceacd6338aadf39238b49636596f7f6 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752922 -0700 reset: moving to 645a1a528ceacd6338aadf39238b49636596f7f6
     10000000000000000000000000000000000000000 ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4 unknown <luke@limelightdept.com> 1607970290 -0800 initial pull
  • limelight-checkout/trunk/vendor/limelight/forms/.git/logs/refs/heads/master

    r2354294 r2439336  
    1 0000000000000000000000000000000000000000 645a1a528ceacd6338aadf39238b49636596f7f6 unknown <luke@limelightdept.com> 1596752919 -0700 clone: from C:/Users/Limelight Dept/AppData/Local/Composer/vcs/git-bitbucket.org-limelightdept-forms.git/
     10000000000000000000000000000000000000000 ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4 unknown <luke@limelightdept.com> 1607970290 -0800 initial pull
  • limelight-checkout/trunk/vendor/limelight/forms/.git/logs/refs/remotes/origin/master

    r2351938 r2439336  
    1 0000000000000000000000000000000000000000 b6009d5c42252cb10d9e41e3725fecf23bafc314 unknown <luke@limelightdept.com> 1596227623 -0700 pull origin master: storing head
    2 b6009d5c42252cb10d9e41e3725fecf23bafc314 1baea5f3da37433cf6f89e16efe6d2d415cdc058 unknown <luke@limelightdept.com> 1596475996 -0700 update by push
    3 1baea5f3da37433cf6f89e16efe6d2d415cdc058 41f1451eec0261f4981169d2fb354b04b782ca56 unknown <luke@limelightdept.com> 1596476071 -0700 update by push
     10000000000000000000000000000000000000000 ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4 unknown <luke@limelightdept.com> 1607970290 -0800 pull origin master: storing head
  • limelight-checkout/trunk/vendor/limelight/forms/.git/refs/heads/master

    r2354294 r2439336  
    1 645a1a528ceacd6338aadf39238b49636596f7f6
     1ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4
  • limelight-checkout/trunk/vendor/limelight/forms/.git/refs/remotes/origin/master

    r2351938 r2439336  
    1 41f1451eec0261f4981169d2fb354b04b782ca56
     1ceb9c3e7c32cbbe25ca99d0ed10ff6022e7135e4
  • limelight-checkout/trunk/vendor/limelight/forms/Package.php

    r2354294 r2439336  
    1919     * @var string
    2020     */
    21     public $version = "1.2.1";
     21    public $version = "1.2.2";
    2222
    2323    /**
  • limelight-checkout/trunk/vendor/limelight/forms/app/Events/WPRegister.php

    r2138519 r2439336  
    137137
    138138            $user = get_user_by( 'id', $user_id );
    139 
     139           
     140            //if($this->reset_roles){
     141                foreach($user->roles as $role){
     142                    $user->remove_role($role);
     143                }
     144            //}
     145           
    140146            foreach($this->add_roles as $role){
    141                 $user->add_role($role['role']);
     147                $user->add_role($role['add_roles']);
    142148            }
    143149
  • limelight-checkout/trunk/vendor/limelight/forms/vendor/autoload.php

    r2351938 r2439336  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e::getLoader();
     7return ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048::getLoader();
  • limelight-checkout/trunk/vendor/limelight/forms/vendor/composer/autoload_real.php

    r2351938 r2439336  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e
     5class ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048
    66{
    77    private static $loader;
     
    1414    }
    1515
    16     /**
    17      * @return \Composer\Autoload\ClassLoader
    18      */
    1916    public static function getLoader()
    2017    {
     
    2320        }
    2421
    25         spl_autoload_register(array('ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048', 'loadClassLoader'), true, true);
    2623        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    27         spl_autoload_unregister(array('ComposerAutoloaderInit118b91f6e6c982d242a4e5cccd0b6e9e', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit746eb025d81cac91e5ad2a153f05b048', 'loadClassLoader'));
    2825
    2926        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3128            require_once __DIR__ . '/autoload_static.php';
    3229
    33             call_user_func(\Composer\Autoload\ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::getInitializer($loader));
    3431        } else {
    3532            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5249
    5350        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::$files;
    5552        } else {
    5653            $includeFiles = require __DIR__ . '/autoload_files.php';
    5754        }
    5855        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire118b91f6e6c982d242a4e5cccd0b6e9e($fileIdentifier, $file);
     56            composerRequire746eb025d81cac91e5ad2a153f05b048($fileIdentifier, $file);
    6057        }
    6158
     
    6461}
    6562
    66 function composerRequire118b91f6e6c982d242a4e5cccd0b6e9e($fileIdentifier, $file)
     63function composerRequire746eb025d81cac91e5ad2a153f05b048($fileIdentifier, $file)
    6764{
    6865    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • limelight-checkout/trunk/vendor/limelight/forms/vendor/composer/autoload_static.php

    r2351938 r2439336  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e
     7class ComposerStaticInit746eb025d81cac91e5ad2a153f05b048
    88{
    99    public static $files = array (
     
    4343    {
    4444        return \Closure::bind(function () use ($loader) {
    45             $loader->prefixLengthsPsr4 = ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::$prefixLengthsPsr4;
    46             $loader->prefixDirsPsr4 = ComposerStaticInit118b91f6e6c982d242a4e5cccd0b6e9e::$prefixDirsPsr4;
     45            $loader->prefixLengthsPsr4 = ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::$prefixLengthsPsr4;
     46            $loader->prefixDirsPsr4 = ComposerStaticInit746eb025d81cac91e5ad2a153f05b048::$prefixDirsPsr4;
    4747
    4848        }, null, ClassLoader::class);
  • limelight-checkout/trunk/vendor/symfony/polyfill-iconv/Iconv.php

    r2138519 r2439336  
    542542        }
    543543        if (0 > $start) {
    544             return false;
     544            if (\PHP_VERSION_ID < 80000) {
     545                return false;
     546            }
     547
     548            $start = 0;
    545549        }
    546550        if ($start >= $slen) {
    547             return false;
     551            return \PHP_VERSION_ID >= 80000 ? '' : false;
    548552        }
    549553
     
    557561        }
    558562        if (0 > $length) {
    559             return false;
     563            return \PHP_VERSION_ID >= 80000 ? '' : false;
    560564        }
    561565
     
    620624
    621625                    return false;
    622                 } else {
    623                     $i += $ulen;
    624626                }
     627
     628                $i += $ulen;
    625629
    626630                $u[$j++] = $uchr[0];
     
    676680                    ++$i;
    677681                    continue;
    678                 } else {
    679                     $i += $ulen;
    680682                }
     683
     684                $i += $ulen;
    681685            }
    682686
  • limelight-checkout/trunk/vendor/symfony/polyfill-iconv/bootstrap.php

    r2351938 r2439336  
    3030
    3131if (!function_exists('iconv')) {
    32     function iconv($from, $to, $s) { return p\Iconv::iconv($from, $to, $s); }
     32    function iconv($from_encoding, $to_encoding, $string) { return p\Iconv::iconv($from_encoding, $to_encoding, $string); }
    3333}
    3434if (!function_exists('iconv_get_encoding')) {
     
    3636}
    3737if (!function_exists('iconv_set_encoding')) {
    38     function iconv_set_encoding($type, $charset) { return p\Iconv::iconv_set_encoding($type, $charset); }
     38    function iconv_set_encoding($type, $encoding) { return p\Iconv::iconv_set_encoding($type, $encoding); }
    3939}
    4040if (!function_exists('iconv_mime_encode')) {
    41     function iconv_mime_encode($name, $value, $pref = null) { return p\Iconv::iconv_mime_encode($name, $value, $pref); }
     41    function iconv_mime_encode($field_name, $field_value, $options = null) { return p\Iconv::iconv_mime_encode($field_name, $field_value, $options); }
    4242}
    4343if (!function_exists('iconv_mime_decode_headers')) {
    44     function iconv_mime_decode_headers($encodedHeaders, $mode = 0, $enc = null) { return p\Iconv::iconv_mime_decode_headers($encodedHeaders, $mode, $enc); }
     44    function iconv_mime_decode_headers($headers, $mode = 0, $encoding = null) { return p\Iconv::iconv_mime_decode_headers($headers, $mode, $encoding); }
    4545}
    4646
    4747if (extension_loaded('mbstring')) {
    4848    if (!function_exists('iconv_strlen')) {
    49         function iconv_strlen($s, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_strlen($s, $enc); }
     49        function iconv_strlen($string, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_strlen($string, $encoding); }
    5050    }
    5151    if (!function_exists('iconv_strpos')) {
    52         function iconv_strpos($s, $needle, $offset = 0, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_strpos($s, $needle, $offset, $enc); }
     52        function iconv_strpos($haystack, $needle, $offset = 0, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_strpos($haystack, $needle, $offset, $encoding); }
    5353    }
    5454    if (!function_exists('iconv_strrpos')) {
    55         function iconv_strrpos($s, $needle, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_strrpos($s, $needle, 0, $enc); }
     55        function iconv_strrpos($haystack, $needle, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_strrpos($haystack, $needle, 0, $encoding); }
    5656    }
    5757    if (!function_exists('iconv_substr')) {
    58         function iconv_substr($s, $start, $length = 2147483647, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_substr($s, $start, $length, $enc); }
     58        function iconv_substr($string, $offset, $length = 2147483647, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_substr($string, $offset, $length, $encoding); }
    5959    }
    6060    if (!function_exists('iconv_mime_decode')) {
    61         function iconv_mime_decode($encodedHeaders, $mode = 0, $enc = null) { null === $enc and $enc = p\Iconv::$internalEncoding; return mb_decode_mimeheader($encodedHeaders, $mode, $enc); }
     61        function iconv_mime_decode($string, $mode = 0, $encoding = null) { null === $encoding && $encoding = p\Iconv::$internalEncoding; return mb_decode_mimeheader($string, $mode, $encoding); }
    6262    }
    6363} else {
    6464    if (!function_exists('iconv_strlen')) {
    6565        if (extension_loaded('xml')) {
    66             function iconv_strlen($s, $enc = null) { return p\Iconv::strlen1($s, $enc); }
     66            function iconv_strlen($string, $encoding = null) { return p\Iconv::strlen1($string, $encoding); }
    6767        } else {
    68             function iconv_strlen($s, $enc = null) { return p\Iconv::strlen2($s, $enc); }
     68            function iconv_strlen($string, $encoding = null) { return p\Iconv::strlen2($string, $encoding); }
    6969        }
    7070    }
    7171
    7272    if (!function_exists('iconv_strpos')) {
    73         function iconv_strpos($s, $needle, $offset = 0, $enc = null) { return p\Iconv::iconv_strpos($s, $needle, $offset, $enc); }
     73        function iconv_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Iconv::iconv_strpos($haystack, $needle, $offset, $encoding); }
    7474    }
    7575    if (!function_exists('iconv_strrpos')) {
    76         function iconv_strrpos($s, $needle, $enc = null) { return p\Iconv::iconv_strrpos($s, $needle, $enc); }
     76        function iconv_strrpos($haystack, $needle, $encoding = null) { return p\Iconv::iconv_strrpos($haystack, $needle, $encoding); }
    7777    }
    7878    if (!function_exists('iconv_substr')) {
    79         function iconv_substr($s, $start, $length = 2147483647, $enc = null) { return p\Iconv::iconv_substr($s, $start, $length, $enc); }
     79        function iconv_substr($string, $offset, $length = 2147483647, $encoding = null) { return p\Iconv::iconv_substr($string, $offset, $length, $encoding); }
    8080    }
    8181    if (!function_exists('iconv_mime_decode')) {
    82         function iconv_mime_decode($encodedHeaders, $mode = 0, $enc = null) { return p\Iconv::iconv_mime_decode($encodedHeaders, $mode, $enc); }
     82        function iconv_mime_decode($string, $mode = 0, $encoding = null) { return p\Iconv::iconv_mime_decode($string, $mode, $encoding); }
    8383    }
    8484}
  • limelight-checkout/trunk/vendor/symfony/polyfill-iconv/composer.json

    r2351938 r2439336  
    1717    ],
    1818    "require": {
    19         "php": ">=5.3.3"
     19        "php": ">=7.1"
    2020    },
    2121    "autoload": {
     
    2929    "extra": {
    3030        "branch-alias": {
    31             "dev-master": "1.18-dev"
     31            "dev-main": "1.20-dev"
    3232        },
    3333        "thanks": {
  • limelight-checkout/trunk/vendor/symfony/polyfill-mbstring/Mbstring.php

    r2351938 r2439336  
    116116    }
    117117
    118     public static function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null)
    119     {
    120         $vars = array(&$a, &$b, &$c, &$d, &$e, &$f);
    121 
     118    public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars)
     119    {
    122120        $ok = true;
    123121        array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) {
     
    630628        $encoding = self::getEncoding($encoding);
    631629        if ('CP850' === $encoding || 'ASCII' === $encoding) {
    632             return strrchr($haystack, $needle, $part);
    633         }
    634         $needle = self::mb_substr($needle, 0, 1, $encoding);
    635         $pos = iconv_strrpos($haystack, $needle, $encoding);
     630            $pos = strrpos($haystack, $needle);
     631        } else {
     632            $needle = self::mb_substr($needle, 0, 1, $encoding);
     633            $pos = iconv_strrpos($haystack, $needle, $encoding);
     634        }
    636635
    637636        return self::getSubpart($pos, $part, $haystack, $encoding);
  • limelight-checkout/trunk/vendor/symfony/polyfill-mbstring/bootstrap.php

    r2351938 r2439336  
    1313
    1414if (!function_exists('mb_convert_encoding')) {
    15     function mb_convert_encoding($s, $to, $from = null) { return p\Mbstring::mb_convert_encoding($s, $to, $from); }
     15    function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); }
    1616}
    1717if (!function_exists('mb_decode_mimeheader')) {
    18     function mb_decode_mimeheader($s) { return p\Mbstring::mb_decode_mimeheader($s); }
     18    function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
    1919}
    2020if (!function_exists('mb_encode_mimeheader')) {
    21     function mb_encode_mimeheader($s, $charset = null, $transferEnc = null, $lf = null, $indent = null) { return p\Mbstring::mb_encode_mimeheader($s, $charset, $transferEnc, $lf, $indent); }
     21    function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = null, $indent = null) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); }
    2222}
    2323if (!function_exists('mb_decode_numericentity')) {
    24     function mb_decode_numericentity($s, $convmap, $enc = null) { return p\Mbstring::mb_decode_numericentity($s, $convmap, $enc); }
     24    function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); }
    2525}
    2626if (!function_exists('mb_encode_numericentity')) {
    27     function mb_encode_numericentity($s, $convmap, $enc = null, $is_hex = false) { return p\Mbstring::mb_encode_numericentity($s, $convmap, $enc, $is_hex); }
     27    function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); }
    2828}
    2929if (!function_exists('mb_convert_case')) {
    30     function mb_convert_case($s, $mode, $enc = null) { return p\Mbstring::mb_convert_case($s, $mode, $enc); }
     30    function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); }
    3131}
    3232if (!function_exists('mb_internal_encoding')) {
    33     function mb_internal_encoding($enc = null) { return p\Mbstring::mb_internal_encoding($enc); }
     33    function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); }
    3434}
    3535if (!function_exists('mb_language')) {
    36     function mb_language($lang = null) { return p\Mbstring::mb_language($lang); }
     36    function mb_language($language = null) { return p\Mbstring::mb_language($language); }
    3737}
    3838if (!function_exists('mb_list_encodings')) {
     
    4343}
    4444if (!function_exists('mb_check_encoding')) {
    45     function mb_check_encoding($var = null, $encoding = null) { return p\Mbstring::mb_check_encoding($var, $encoding); }
     45    function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); }
    4646}
    4747if (!function_exists('mb_detect_encoding')) {
    48     function mb_detect_encoding($str, $encodingList = null, $strict = false) { return p\Mbstring::mb_detect_encoding($str, $encodingList, $strict); }
     48    function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_detect_encoding($string, $encodings, $strict); }
    4949}
    5050if (!function_exists('mb_detect_order')) {
    51     function mb_detect_order($encodingList = null) { return p\Mbstring::mb_detect_order($encodingList); }
     51    function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); }
    5252}
    5353if (!function_exists('mb_parse_str')) {
    54     function mb_parse_str($s, &$result = array()) { parse_str($s, $result); }
     54    function mb_parse_str($string, &$result = array()) { parse_str($string, $result); }
    5555}
    5656if (!function_exists('mb_strlen')) {
    57     function mb_strlen($s, $enc = null) { return p\Mbstring::mb_strlen($s, $enc); }
     57    function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); }
    5858}
    5959if (!function_exists('mb_strpos')) {
    60     function mb_strpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strpos($s, $needle, $offset, $enc); }
     60    function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($haystack, $needle, $offset, $encoding); }
    6161}
    6262if (!function_exists('mb_strtolower')) {
    63     function mb_strtolower($s, $enc = null) { return p\Mbstring::mb_strtolower($s, $enc); }
     63    function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $encoding); }
    6464}
    6565if (!function_exists('mb_strtoupper')) {
    66     function mb_strtoupper($s, $enc = null) { return p\Mbstring::mb_strtoupper($s, $enc); }
     66    function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $encoding); }
    6767}
    6868if (!function_exists('mb_substitute_character')) {
    69     function mb_substitute_character($char = null) { return p\Mbstring::mb_substitute_character($char); }
     69    function mb_substitute_character($substitute_character = null) { return p\Mbstring::mb_substitute_character($substitute_character); }
    7070}
    7171if (!function_exists('mb_substr')) {
    72     function mb_substr($s, $start, $length = 2147483647, $enc = null) { return p\Mbstring::mb_substr($s, $start, $length, $enc); }
     72    function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); }
    7373}
    7474if (!function_exists('mb_stripos')) {
    75     function mb_stripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_stripos($s, $needle, $offset, $enc); }
     75    function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); }
    7676}
    7777if (!function_exists('mb_stristr')) {
    78     function mb_stristr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_stristr($s, $needle, $part, $enc); }
     78    function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); }
    7979}
    8080if (!function_exists('mb_strrchr')) {
    81     function mb_strrchr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrchr($s, $needle, $part, $enc); }
     81    function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrchr($haystack, $needle, $before_needle, $encoding); }
    8282}
    8383if (!function_exists('mb_strrichr')) {
    84     function mb_strrichr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrichr($s, $needle, $part, $enc); }
     84    function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrichr($haystack, $needle, $before_needle, $encoding); }
    8585}
    8686if (!function_exists('mb_strripos')) {
    87     function mb_strripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strripos($s, $needle, $offset, $enc); }
     87    function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($haystack, $needle, $offset, $encoding); }
    8888}
    8989if (!function_exists('mb_strrpos')) {
    90     function mb_strrpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strrpos($s, $needle, $offset, $enc); }
     90    function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($haystack, $needle, $offset, $encoding); }
    9191}
    9292if (!function_exists('mb_strstr')) {
    93     function mb_strstr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strstr($s, $needle, $part, $enc); }
     93    function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strstr($haystack, $needle, $before_needle, $encoding); }
    9494}
    9595if (!function_exists('mb_get_info')) {
     
    9797}
    9898if (!function_exists('mb_http_output')) {
    99     function mb_http_output($enc = null) { return p\Mbstring::mb_http_output($enc); }
     99    function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); }
    100100}
    101101if (!function_exists('mb_strwidth')) {
    102     function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc); }
     102    function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encoding); }
    103103}
    104104if (!function_exists('mb_substr_count')) {
    105     function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); }
     105    function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); }
    106106}
    107107if (!function_exists('mb_output_handler')) {
    108     function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); }
     108    function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $status); }
    109109}
    110110if (!function_exists('mb_http_input')) {
    111111    function mb_http_input($type = '') { return p\Mbstring::mb_http_input($type); }
    112112}
     113
    113114if (!function_exists('mb_convert_variables')) {
    114     function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null) { return p\Mbstring::mb_convert_variables($toEncoding, $fromEncoding, $a, $b, $c, $d, $e, $f); }
     115    if (PHP_VERSION_ID >= 80000) {
     116        function mb_convert_variables($to_encoding, $from_encoding, &$var, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, $var, ...$vars); }
     117    } else {
     118        function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); }
     119    }
    115120}
     121
    116122if (!function_exists('mb_ord')) {
    117     function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); }
     123    function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); }
    118124}
    119125if (!function_exists('mb_chr')) {
    120     function mb_chr($code, $enc = null) { return p\Mbstring::mb_chr($code, $enc); }
     126    function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); }
    121127}
    122128if (!function_exists('mb_scrub')) {
    123     function mb_scrub($s, $enc = null) { $enc = null === $enc ? mb_internal_encoding() : $enc; return mb_convert_encoding($s, $enc, $enc); }
     129    function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return mb_convert_encoding($string, $encoding, $encoding); }
    124130}
    125131if (!function_exists('mb_str_split')) {
    126     function mb_str_split($string, $split_length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $split_length, $encoding); }
     132    function mb_str_split($string, $length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $length, $encoding); }
    127133}
    128134
  • limelight-checkout/trunk/vendor/symfony/polyfill-mbstring/composer.json

    r2351938 r2439336  
    1717    ],
    1818    "require": {
    19         "php": ">=5.3.3"
     19        "php": ">=7.1"
    2020    },
    2121    "autoload": {
     
    2929    "extra": {
    3030        "branch-alias": {
    31             "dev-master": "1.18-dev"
     31            "dev-main": "1.20-dev"
    3232        },
    3333        "thanks": {
Note: See TracChangeset for help on using the changeset viewer.