Plugin Directory

Changeset 2327417


Ignore:
Timestamp:
06/19/2020 11:55:47 AM (6 years ago)
Author:
extremeidea
Message:

Fixed issue with variable products

Location:
woo-quick-assign-sku-images/trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • woo-quick-assign-sku-images/trunk/CHANGELOG.md

    r2296118 r2327417  
    22
    33### Changelog
     4
     5#### 1.1.6
     6
     7* Updated readme and changelog files 
     8
     9_[Updated on June 19, 2020]_
     10
     11#### 1.1.5
     12
     13* Fixed issue with variable products 
     14
     15_[Updated on June 19, 2020]_
     16
     17#### 1.1.4
     18
     19* Technical release 
     20
     21_[Updated on May 1, 2020]_
     22
     23#### 1.1.3
     24
     25* Technical release 
     26
     27_[Updated on May 1, 2020]_
    428
    529#### 1.1.2
  • woo-quick-assign-sku-images/trunk/build.properties

    r2296118 r2327417  
    11#Created by build system. Do not modify
    2 #Fri May 01 14:00:20 UTC 2020
    3 sha1=8c7433da49fec04ae17a338e49cfce1b57c1ea6e
     2#Fri Jun 19 11:49:27 UTC 2020
     3sha1=7f8b97248d0cbd6aca79e20e41bc249fa912336d
    44groupId=com.extremeidea.wordpress
    55name=EXTREME IDEA\: woo-quick-assign-sku-images
    66artifactId=woo-quick-assign-sku-images
    7 tag=1.1.2
    8 version=1.1.2
     7tag=1.1.6
     8version=1.1.6
    99branch=master
    10 timestamp=1588341620906
     10timestamp=1592567367458
  • woo-quick-assign-sku-images/trunk/classes/View/AdminPage.php

    r2296118 r2327417  
    203203                    continue;
    204204                }
    205                 $product = new \WC_Product($productId);
     205                $product = wc_get_product($productId);
    206206                $product->set_image_id($attachmentId);
    207207                if ($product->save()) {
  • woo-quick-assign-sku-images/trunk/composer.lock

    r2296085 r2327417  
    5454        {
    5555            "name": "symfony/http-foundation",
    56             "version": "v3.4.40",
     56            "version": "v3.4.42",
    5757            "source": {
    5858                "type": "git",
    5959                "url": "https://github.com/symfony/http-foundation.git",
    60                 "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44"
    61             },
    62             "dist": {
    63                 "type": "zip",
    64                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/eded33daef1147be7ff1249706be9a49fe2c7a44",
    65                 "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44",
     60                "reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359"
     61            },
     62            "dist": {
     63                "type": "zip",
     64                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fbd216d2304b1a3fe38d6392b04729c8dd356359",
     65                "reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359",
    6666                "shasum": ""
    6767            },
     
    104104            "description": "Symfony HttpFoundation Component",
    105105            "homepage": "https://symfony.com",
    106             "time": "2020-04-18T20:23:17+00:00"
     106            "time": "2020-05-16T13:15:54+00:00"
    107107        },
    108108        {
    109109            "name": "symfony/polyfill-mbstring",
    110             "version": "v1.15.0",
     110            "version": "v1.17.0",
    111111            "source": {
    112112                "type": "git",
    113113                "url": "https://github.com/symfony/polyfill-mbstring.git",
    114                 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
    115             },
    116             "dist": {
    117                 "type": "zip",
    118                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
    119                 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
     114                "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
     115            },
     116            "dist": {
     117                "type": "zip",
     118                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
     119                "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
    120120                "shasum": ""
    121121            },
     
    129129            "extra": {
    130130                "branch-alias": {
    131                     "dev-master": "1.15-dev"
     131                    "dev-master": "1.17-dev"
    132132                }
    133133            },
     
    163163                "shim"
    164164            ],
    165             "time": "2020-03-09T19:04:49+00:00"
     165            "time": "2020-05-12T16:47:27+00:00"
    166166        },
    167167        {
    168168            "name": "symfony/polyfill-php70",
    169             "version": "v1.15.0",
     169            "version": "v1.17.0",
    170170            "source": {
    171171                "type": "git",
    172172                "url": "https://github.com/symfony/polyfill-php70.git",
    173                 "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
    174             },
    175             "dist": {
    176                 "type": "zip",
    177                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
    178                 "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
     173                "reference": "82225c2d7d23d7e70515496d249c0152679b468e"
     174            },
     175            "dist": {
     176                "type": "zip",
     177                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e",
     178                "reference": "82225c2d7d23d7e70515496d249c0152679b468e",
    179179                "shasum": ""
    180180            },
     
    186186            "extra": {
    187187                "branch-alias": {
    188                     "dev-master": "1.15-dev"
     188                    "dev-master": "1.17-dev"
    189189                }
    190190            },
     
    222222                "shim"
    223223            ],
    224             "time": "2020-02-27T09:26:54+00:00"
     224            "time": "2020-05-12T16:47:27+00:00"
    225225        }
    226226    ],
  • woo-quick-assign-sku-images/trunk/readme.txt

    r2296085 r2327417  
    7070== Changelog ==
    7171
     72#### 1.1.6
     73
     74* Updated readme and changelog files
     75
     76_[Updated on June 19, 2020]_
     77
     78#### 1.1.5
     79
     80* Fixed issue with variable products
     81
     82_[Updated on June 19, 2020]_
     83
     84#### 1.1.4
     85
     86* Technical release
     87
     88_[Updated on May 1, 2020]_
     89
     90#### 1.1.3
     91
     92* Technical release
     93
     94_[Updated on May 1, 2020]_
     95
     96#### 1.1.2
     97
     98* Technical release
     99
     100_[Updated on May 1, 2020]_
     101
     102#### 1.1.1
     103
     104* Technical release
     105
     106_[Updated on May 1, 2020]_
     107
    72108#### 1.1.0
    73109
  • woo-quick-assign-sku-images/trunk/vendor/autoload.php

    r2296118 r2327417  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit731c5d4c599d298ac057083069fe84b6::getLoader();
     7return ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3::getLoader();
  • woo-quick-assign-sku-images/trunk/vendor/composer/autoload_real.php

    r2296118 r2327417  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit731c5d4c599d298ac057083069fe84b6
     5class ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInit731c5d4c599d298ac057083069fe84b6', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInit731c5d4c599d298ac057083069fe84b6', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInit731c5d4c599d298ac057083069fe84b6::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::getInitializer($loader));
    3131        } else {
    3232            $classMap = require __DIR__ . '/autoload_classmap.php';
     
    3737
    3838        $loader->setClassMapAuthoritative(true);
    39         if (method_exists($loader, 'setApcuPrefix')) { $loader->setApcuPrefix('QIA6ueIUndI/435Ibypqg'); }
     39        if (method_exists($loader, 'setApcuPrefix')) { $loader->setApcuPrefix('7jTVKoBBIST+kp1GNh8Xt'); }
    4040        $loader->register(true);
    4141
    4242        if ($useStaticLoader) {
    43             $includeFiles = Composer\Autoload\ComposerStaticInit731c5d4c599d298ac057083069fe84b6::$files;
     43            $includeFiles = Composer\Autoload\ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$files;
    4444        } else {
    4545            $includeFiles = require __DIR__ . '/autoload_files.php';
    4646        }
    4747        foreach ($includeFiles as $fileIdentifier => $file) {
    48             composerRequire731c5d4c599d298ac057083069fe84b6($fileIdentifier, $file);
     48            composerRequired01e2dbb782ac148eccc40cd0f89dfd3($fileIdentifier, $file);
    4949        }
    5050
     
    5353}
    5454
    55 function composerRequire731c5d4c599d298ac057083069fe84b6($fileIdentifier, $file)
     55function composerRequired01e2dbb782ac148eccc40cd0f89dfd3($fileIdentifier, $file)
    5656{
    5757    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • woo-quick-assign-sku-images/trunk/vendor/composer/autoload_static.php

    r2296118 r2327417  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit731c5d4c599d298ac057083069fe84b6
     7class ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3
    88{
    99    public static $files = array (
     
    128128    {
    129129        return \Closure::bind(function () use ($loader) {
    130             $loader->prefixLengthsPsr4 = ComposerStaticInit731c5d4c599d298ac057083069fe84b6::$prefixLengthsPsr4;
    131             $loader->prefixDirsPsr4 = ComposerStaticInit731c5d4c599d298ac057083069fe84b6::$prefixDirsPsr4;
    132             $loader->classMap = ComposerStaticInit731c5d4c599d298ac057083069fe84b6::$classMap;
     130            $loader->prefixLengthsPsr4 = ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$prefixLengthsPsr4;
     131            $loader->prefixDirsPsr4 = ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$prefixDirsPsr4;
     132            $loader->classMap = ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$classMap;
    133133
    134134        }, null, ClassLoader::class);
  • woo-quick-assign-sku-images/trunk/vendor/composer/installed.json

    r2296085 r2327417  
    4949    {
    5050        "name": "symfony/http-foundation",
    51         "version": "v3.4.40",
    52         "version_normalized": "3.4.40.0",
     51        "version": "v3.4.42",
     52        "version_normalized": "3.4.42.0",
    5353        "source": {
    5454            "type": "git",
    5555            "url": "https://github.com/symfony/http-foundation.git",
    56             "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44"
    57         },
    58         "dist": {
    59             "type": "zip",
    60             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/eded33daef1147be7ff1249706be9a49fe2c7a44",
    61             "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44",
     56            "reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359"
     57        },
     58        "dist": {
     59            "type": "zip",
     60            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fbd216d2304b1a3fe38d6392b04729c8dd356359",
     61            "reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359",
    6262            "shasum": ""
    6363        },
     
    7070            "symfony/expression-language": "~2.8|~3.0|~4.0"
    7171        },
    72         "time": "2020-04-18T20:23:17+00:00",
     72        "time": "2020-05-16T13:15:54+00:00",
    7373        "type": "library",
    7474        "extra": {
     
    105105    {
    106106        "name": "symfony/polyfill-mbstring",
    107         "version": "v1.15.0",
    108         "version_normalized": "1.15.0.0",
     107        "version": "v1.17.0",
     108        "version_normalized": "1.17.0.0",
    109109        "source": {
    110110            "type": "git",
    111111            "url": "https://github.com/symfony/polyfill-mbstring.git",
    112             "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
    113         },
    114         "dist": {
    115             "type": "zip",
    116             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
    117             "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
     112            "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
     113        },
     114        "dist": {
     115            "type": "zip",
     116            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
     117            "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
    118118            "shasum": ""
    119119        },
     
    124124            "ext-mbstring": "For best performance"
    125125        },
    126         "time": "2020-03-09T19:04:49+00:00",
     126        "time": "2020-05-12T16:47:27+00:00",
    127127        "type": "library",
    128128        "extra": {
    129129            "branch-alias": {
    130                 "dev-master": "1.15-dev"
     130                "dev-master": "1.17-dev"
    131131            }
    132132        },
     
    166166    {
    167167        "name": "symfony/polyfill-php70",
    168         "version": "v1.15.0",
    169         "version_normalized": "1.15.0.0",
     168        "version": "v1.17.0",
     169        "version_normalized": "1.17.0.0",
    170170        "source": {
    171171            "type": "git",
    172172            "url": "https://github.com/symfony/polyfill-php70.git",
    173             "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
    174         },
    175         "dist": {
    176             "type": "zip",
    177             "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
    178             "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
     173            "reference": "82225c2d7d23d7e70515496d249c0152679b468e"
     174        },
     175        "dist": {
     176            "type": "zip",
     177            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e",
     178            "reference": "82225c2d7d23d7e70515496d249c0152679b468e",
    179179            "shasum": ""
    180180        },
     
    183183            "php": ">=5.3.3"
    184184        },
    185         "time": "2020-02-27T09:26:54+00:00",
     185        "time": "2020-05-12T16:47:27+00:00",
    186186        "type": "library",
    187187        "extra": {
    188188            "branch-alias": {
    189                 "dev-master": "1.15-dev"
     189                "dev-master": "1.17-dev"
    190190            }
    191191        },
  • woo-quick-assign-sku-images/trunk/vendor/symfony/http-foundation/File/UploadedFile.php

    r2296085 r2327417  
    2525class UploadedFile extends File
    2626{
    27     private $test = false;
     27    private $test;
    2828    private $originalName;
    2929    private $mimeType;
     
    7373     * Then it should not be considered as a safe value.
    7474     *
    75      * @return string|null The original name
     75     * @return string The original name
    7676     */
    7777    public function getClientOriginalName()
     
    102102     * type based on the file content).
    103103     *
    104      * @return string|null The mime type
     104     * @return string The mime type
    105105     *
    106106     * @see getMimeType()
  • woo-quick-assign-sku-images/trunk/vendor/symfony/polyfill-mbstring/bootstrap.php

    r2296085 r2327417  
    1212use Symfony\Polyfill\Mbstring as p;
    1313
    14 if (!defined('MB_CASE_UPPER')) {
    15     define('MB_CASE_UPPER', 0);
    16     define('MB_CASE_LOWER', 1);
    17     define('MB_CASE_TITLE', 2);
     14if (!function_exists('mb_convert_encoding')) {
     15    function mb_convert_encoding($s, $to, $from = null) { return p\Mbstring::mb_convert_encoding($s, $to, $from); }
    1816}
    19 
     17if (!function_exists('mb_decode_mimeheader')) {
     18    function mb_decode_mimeheader($s) { return p\Mbstring::mb_decode_mimeheader($s); }
     19}
     20if (!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); }
     22}
     23if (!function_exists('mb_decode_numericentity')) {
     24    function mb_decode_numericentity($s, $convmap, $enc = null) { return p\Mbstring::mb_decode_numericentity($s, $convmap, $enc); }
     25}
     26if (!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); }
     28}
     29if (!function_exists('mb_convert_case')) {
     30    function mb_convert_case($s, $mode, $enc = null) { return p\Mbstring::mb_convert_case($s, $mode, $enc); }
     31}
     32if (!function_exists('mb_internal_encoding')) {
     33    function mb_internal_encoding($enc = null) { return p\Mbstring::mb_internal_encoding($enc); }
     34}
     35if (!function_exists('mb_language')) {
     36    function mb_language($lang = null) { return p\Mbstring::mb_language($lang); }
     37}
     38if (!function_exists('mb_list_encodings')) {
     39    function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); }
     40}
     41if (!function_exists('mb_encoding_aliases')) {
     42    function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); }
     43}
     44if (!function_exists('mb_check_encoding')) {
     45    function mb_check_encoding($var = null, $encoding = null) { return p\Mbstring::mb_check_encoding($var, $encoding); }
     46}
     47if (!function_exists('mb_detect_encoding')) {
     48    function mb_detect_encoding($str, $encodingList = null, $strict = false) { return p\Mbstring::mb_detect_encoding($str, $encodingList, $strict); }
     49}
     50if (!function_exists('mb_detect_order')) {
     51    function mb_detect_order($encodingList = null) { return p\Mbstring::mb_detect_order($encodingList); }
     52}
     53if (!function_exists('mb_parse_str')) {
     54    function mb_parse_str($s, &$result = array()) { parse_str($s, $result); }
     55}
    2056if (!function_exists('mb_strlen')) {
    21     function mb_convert_encoding($s, $to, $from = null) { return p\Mbstring::mb_convert_encoding($s, $to, $from); }
    22     function mb_decode_mimeheader($s) { return p\Mbstring::mb_decode_mimeheader($s); }
    23     function mb_encode_mimeheader($s, $charset = null, $transferEnc = null, $lf = null, $indent = null) { return p\Mbstring::mb_encode_mimeheader($s, $charset, $transferEnc, $lf, $indent); }
    24     function mb_decode_numericentity($s, $convmap, $enc = null) { return p\Mbstring::mb_decode_numericentity($s, $convmap, $enc); }
    25     function mb_encode_numericentity($s, $convmap, $enc = null, $is_hex = false) { return p\Mbstring::mb_encode_numericentity($s, $convmap, $enc, $is_hex); }
    26     function mb_convert_case($s, $mode, $enc = null) { return p\Mbstring::mb_convert_case($s, $mode, $enc); }
    27     function mb_internal_encoding($enc = null) { return p\Mbstring::mb_internal_encoding($enc); }
    28     function mb_language($lang = null) { return p\Mbstring::mb_language($lang); }
    29     function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); }
    30     function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); }
    31     function mb_check_encoding($var = null, $encoding = null) { return p\Mbstring::mb_check_encoding($var, $encoding); }
    32     function mb_detect_encoding($str, $encodingList = null, $strict = false) { return p\Mbstring::mb_detect_encoding($str, $encodingList, $strict); }
    33     function mb_detect_order($encodingList = null) { return p\Mbstring::mb_detect_order($encodingList); }
    34     function mb_parse_str($s, &$result = array()) { parse_str($s, $result); }
    3557    function mb_strlen($s, $enc = null) { return p\Mbstring::mb_strlen($s, $enc); }
     58}
     59if (!function_exists('mb_strpos')) {
    3660    function mb_strpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strpos($s, $needle, $offset, $enc); }
     61}
     62if (!function_exists('mb_strtolower')) {
    3763    function mb_strtolower($s, $enc = null) { return p\Mbstring::mb_strtolower($s, $enc); }
     64}
     65if (!function_exists('mb_strtoupper')) {
    3866    function mb_strtoupper($s, $enc = null) { return p\Mbstring::mb_strtoupper($s, $enc); }
     67}
     68if (!function_exists('mb_substitute_character')) {
    3969    function mb_substitute_character($char = null) { return p\Mbstring::mb_substitute_character($char); }
     70}
     71if (!function_exists('mb_substr')) {
    4072    function mb_substr($s, $start, $length = 2147483647, $enc = null) { return p\Mbstring::mb_substr($s, $start, $length, $enc); }
     73}
     74if (!function_exists('mb_stripos')) {
    4175    function mb_stripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_stripos($s, $needle, $offset, $enc); }
     76}
     77if (!function_exists('mb_stristr')) {
    4278    function mb_stristr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_stristr($s, $needle, $part, $enc); }
     79}
     80if (!function_exists('mb_strrchr')) {
    4381    function mb_strrchr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrchr($s, $needle, $part, $enc); }
     82}
     83if (!function_exists('mb_strrichr')) {
    4484    function mb_strrichr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrichr($s, $needle, $part, $enc); }
     85}
     86if (!function_exists('mb_strripos')) {
    4587    function mb_strripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strripos($s, $needle, $offset, $enc); }
     88}
     89if (!function_exists('mb_strrpos')) {
    4690    function mb_strrpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strrpos($s, $needle, $offset, $enc); }
     91}
     92if (!function_exists('mb_strstr')) {
    4793    function mb_strstr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strstr($s, $needle, $part, $enc); }
     94}
     95if (!function_exists('mb_get_info')) {
    4896    function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); }
     97}
     98if (!function_exists('mb_http_output')) {
    4999    function mb_http_output($enc = null) { return p\Mbstring::mb_http_output($enc); }
     100}
     101if (!function_exists('mb_strwidth')) {
    50102    function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc); }
     103}
     104if (!function_exists('mb_substr_count')) {
    51105    function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); }
     106}
     107if (!function_exists('mb_output_handler')) {
    52108    function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); }
     109}
     110if (!function_exists('mb_http_input')) {
    53111    function mb_http_input($type = '') { return p\Mbstring::mb_http_input($type); }
     112}
     113if (!function_exists('mb_convert_variables')) {
    54114    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); }
    55115}
     116if (!function_exists('mb_ord')) {
     117    function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); }
     118}
    56119if (!function_exists('mb_chr')) {
    57     function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); }
    58120    function mb_chr($code, $enc = null) { return p\Mbstring::mb_chr($code, $enc); }
     121}
     122if (!function_exists('mb_scrub')) {
    59123    function mb_scrub($s, $enc = null) { $enc = null === $enc ? mb_internal_encoding() : $enc; return mb_convert_encoding($s, $enc, $enc); }
    60124}
    61 
    62125if (!function_exists('mb_str_split')) {
    63126    function mb_str_split($string, $split_length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $split_length, $encoding); }
    64127}
     128
     129if (extension_loaded('mbstring')) {
     130    return;
     131}
     132
     133if (!defined('MB_CASE_UPPER')) {
     134    define('MB_CASE_UPPER', 0);
     135}
     136if (!defined('MB_CASE_LOWER')) {
     137    define('MB_CASE_LOWER', 1);
     138}
     139if (!defined('MB_CASE_TITLE')) {
     140    define('MB_CASE_TITLE', 2);
     141}
  • woo-quick-assign-sku-images/trunk/vendor/symfony/polyfill-mbstring/composer.json

    r2296085 r2327417  
    2929    "extra": {
    3030        "branch-alias": {
    31             "dev-master": "1.15-dev"
     31            "dev-master": "1.17-dev"
    3232        }
    3333    }
  • woo-quick-assign-sku-images/trunk/vendor/symfony/polyfill-php70/bootstrap.php

    r2146502 r2327417  
    1212use Symfony\Polyfill\Php70 as p;
    1313
    14 if (PHP_VERSION_ID < 70000) {
    15     if (!defined('PHP_INT_MIN')) {
    16         define('PHP_INT_MIN', ~PHP_INT_MAX);
    17     }
    18     if (!function_exists('intdiv')) {
    19         function intdiv($dividend, $divisor) { return p\Php70::intdiv($dividend, $divisor); }
    20     }
    21     if (!function_exists('preg_replace_callback_array')) {
    22         function preg_replace_callback_array(array $patterns, $subject, $limit = -1, &$count = 0) { return p\Php70::preg_replace_callback_array($patterns, $subject, $limit, $count); }
    23     }
    24     if (!function_exists('error_clear_last')) {
    25         function error_clear_last() { return p\Php70::error_clear_last(); }
    26     }
     14if (PHP_VERSION_ID >= 70000) {
     15    return;
    2716}
     17
     18if (!defined('PHP_INT_MIN')) {
     19    define('PHP_INT_MIN', ~PHP_INT_MAX);
     20}
     21
     22if (!function_exists('intdiv')) {
     23    function intdiv($dividend, $divisor) { return p\Php70::intdiv($dividend, $divisor); }
     24}
     25if (!function_exists('preg_replace_callback_array')) {
     26    function preg_replace_callback_array(array $patterns, $subject, $limit = -1, &$count = 0) { return p\Php70::preg_replace_callback_array($patterns, $subject, $limit, $count); }
     27}
     28if (!function_exists('error_clear_last')) {
     29    function error_clear_last() { return p\Php70::error_clear_last(); }
     30}
  • woo-quick-assign-sku-images/trunk/vendor/symfony/polyfill-php70/composer.json

    r2296085 r2327417  
    2828    "extra": {
    2929        "branch-alias": {
    30             "dev-master": "1.15-dev"
     30            "dev-master": "1.17-dev"
    3131        }
    3232    }
  • woo-quick-assign-sku-images/trunk/woo-quick-assign-sku-images.php

    r2296118 r2327417  
    44 * Plugin URI: http://www.extreme-idea.com/
    55 * Description: Plugin helps you mass assign images for products in simple way.
    6  * Version: 1.1.2
     6 * Version: 1.1.6
    77 * Author: EXTREME IDEA LLC
    88 * Author URI: http://www.extreme-idea.com/
     
    4545class AssignSkuImages
    4646{
    47     const PLUGIN_VERSION = '1.1.2';
     47    const PLUGIN_VERSION = '1.1.6';
    4848    const SOFTWARE_INTERNAL_ID = 'woocommerce_quick_assign_sku_images';
    4949
Note: See TracChangeset for help on using the changeset viewer.