Changeset 2327417
- Timestamp:
- 06/19/2020 11:55:47 AM (6 years ago)
- Location:
- woo-quick-assign-sku-images/trunk
- Files:
-
- 15 edited
-
CHANGELOG.md (modified) (1 diff)
-
build.properties (modified) (1 diff)
-
classes/View/AdminPage.php (modified) (1 diff)
-
composer.lock (modified) (6 diffs)
-
readme.txt (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (5 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/composer/installed.json (modified) (6 diffs)
-
vendor/symfony/http-foundation/File/UploadedFile.php (modified) (3 diffs)
-
vendor/symfony/polyfill-mbstring/bootstrap.php (modified) (1 diff)
-
vendor/symfony/polyfill-mbstring/composer.json (modified) (1 diff)
-
vendor/symfony/polyfill-php70/bootstrap.php (modified) (1 diff)
-
vendor/symfony/polyfill-php70/composer.json (modified) (1 diff)
-
woo-quick-assign-sku-images.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-quick-assign-sku-images/trunk/CHANGELOG.md
r2296118 r2327417 2 2 3 3 ### 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]_ 4 28 5 29 #### 1.1.2 -
woo-quick-assign-sku-images/trunk/build.properties
r2296118 r2327417 1 1 #Created by build system. Do not modify 2 #Fri May 01 14:00:20UTC 20203 sha1= 8c7433da49fec04ae17a338e49cfce1b57c1ea6e2 #Fri Jun 19 11:49:27 UTC 2020 3 sha1=7f8b97248d0cbd6aca79e20e41bc249fa912336d 4 4 groupId=com.extremeidea.wordpress 5 5 name=EXTREME IDEA\: woo-quick-assign-sku-images 6 6 artifactId=woo-quick-assign-sku-images 7 tag=1.1. 28 version=1.1. 27 tag=1.1.6 8 version=1.1.6 9 9 branch=master 10 timestamp=15 8834162090610 timestamp=1592567367458 -
woo-quick-assign-sku-images/trunk/classes/View/AdminPage.php
r2296118 r2327417 203 203 continue; 204 204 } 205 $product = new \WC_Product($productId);205 $product = wc_get_product($productId); 206 206 $product->set_image_id($attachmentId); 207 207 if ($product->save()) { -
woo-quick-assign-sku-images/trunk/composer.lock
r2296085 r2327417 54 54 { 55 55 "name": "symfony/http-foundation", 56 "version": "v3.4.4 0",56 "version": "v3.4.42", 57 57 "source": { 58 58 "type": "git", 59 59 "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", 66 66 "shasum": "" 67 67 }, … … 104 104 "description": "Symfony HttpFoundation Component", 105 105 "homepage": "https://symfony.com", 106 "time": "2020-0 4-18T20:23:17+00:00"106 "time": "2020-05-16T13:15:54+00:00" 107 107 }, 108 108 { 109 109 "name": "symfony/polyfill-mbstring", 110 "version": "v1.1 5.0",110 "version": "v1.17.0", 111 111 "source": { 112 112 "type": "git", 113 113 "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", 120 120 "shasum": "" 121 121 }, … … 129 129 "extra": { 130 130 "branch-alias": { 131 "dev-master": "1.1 5-dev"131 "dev-master": "1.17-dev" 132 132 } 133 133 }, … … 163 163 "shim" 164 164 ], 165 "time": "2020-0 3-09T19:04:49+00:00"165 "time": "2020-05-12T16:47:27+00:00" 166 166 }, 167 167 { 168 168 "name": "symfony/polyfill-php70", 169 "version": "v1.1 5.0",169 "version": "v1.17.0", 170 170 "source": { 171 171 "type": "git", 172 172 "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", 179 179 "shasum": "" 180 180 }, … … 186 186 "extra": { 187 187 "branch-alias": { 188 "dev-master": "1.1 5-dev"188 "dev-master": "1.17-dev" 189 189 } 190 190 }, … … 222 222 "shim" 223 223 ], 224 "time": "2020-0 2-27T09:26:54+00:00"224 "time": "2020-05-12T16:47:27+00:00" 225 225 } 226 226 ], -
woo-quick-assign-sku-images/trunk/readme.txt
r2296085 r2327417 70 70 == Changelog == 71 71 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 72 108 #### 1.1.0 73 109 -
woo-quick-assign-sku-images/trunk/vendor/autoload.php
r2296118 r2327417 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 731c5d4c599d298ac057083069fe84b6::getLoader();7 return ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3::getLoader(); -
woo-quick-assign-sku-images/trunk/vendor/composer/autoload_real.php
r2296118 r2327417 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 731c5d4c599d298ac057083069fe84b65 class ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 731c5d4c599d298ac057083069fe84b6', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 731c5d4c599d298ac057083069fe84b6', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInitd01e2dbb782ac148eccc40cd0f89dfd3', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit 731c5d4c599d298ac057083069fe84b6::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::getInitializer($loader)); 31 31 } else { 32 32 $classMap = require __DIR__ . '/autoload_classmap.php'; … … 37 37 38 38 $loader->setClassMapAuthoritative(true); 39 if (method_exists($loader, 'setApcuPrefix')) { $loader->setApcuPrefix(' QIA6ueIUndI/435Ibypqg'); }39 if (method_exists($loader, 'setApcuPrefix')) { $loader->setApcuPrefix('7jTVKoBBIST+kp1GNh8Xt'); } 40 40 $loader->register(true); 41 41 42 42 if ($useStaticLoader) { 43 $includeFiles = Composer\Autoload\ComposerStaticInit 731c5d4c599d298ac057083069fe84b6::$files;43 $includeFiles = Composer\Autoload\ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$files; 44 44 } else { 45 45 $includeFiles = require __DIR__ . '/autoload_files.php'; 46 46 } 47 47 foreach ($includeFiles as $fileIdentifier => $file) { 48 composerRequire 731c5d4c599d298ac057083069fe84b6($fileIdentifier, $file);48 composerRequired01e2dbb782ac148eccc40cd0f89dfd3($fileIdentifier, $file); 49 49 } 50 50 … … 53 53 } 54 54 55 function composerRequire 731c5d4c599d298ac057083069fe84b6($fileIdentifier, $file)55 function composerRequired01e2dbb782ac148eccc40cd0f89dfd3($fileIdentifier, $file) 56 56 { 57 57 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
woo-quick-assign-sku-images/trunk/vendor/composer/autoload_static.php
r2296118 r2327417 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 731c5d4c599d298ac057083069fe84b67 class ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3 8 8 { 9 9 public static $files = array ( … … 128 128 { 129 129 return \Closure::bind(function () use ($loader) { 130 $loader->prefixLengthsPsr4 = ComposerStaticInit 731c5d4c599d298ac057083069fe84b6::$prefixLengthsPsr4;131 $loader->prefixDirsPsr4 = ComposerStaticInit 731c5d4c599d298ac057083069fe84b6::$prefixDirsPsr4;132 $loader->classMap = ComposerStaticInit 731c5d4c599d298ac057083069fe84b6::$classMap;130 $loader->prefixLengthsPsr4 = ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$prefixLengthsPsr4; 131 $loader->prefixDirsPsr4 = ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$prefixDirsPsr4; 132 $loader->classMap = ComposerStaticInitd01e2dbb782ac148eccc40cd0f89dfd3::$classMap; 133 133 134 134 }, null, ClassLoader::class); -
woo-quick-assign-sku-images/trunk/vendor/composer/installed.json
r2296085 r2327417 49 49 { 50 50 "name": "symfony/http-foundation", 51 "version": "v3.4.4 0",52 "version_normalized": "3.4.4 0.0",51 "version": "v3.4.42", 52 "version_normalized": "3.4.42.0", 53 53 "source": { 54 54 "type": "git", 55 55 "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", 62 62 "shasum": "" 63 63 }, … … 70 70 "symfony/expression-language": "~2.8|~3.0|~4.0" 71 71 }, 72 "time": "2020-0 4-18T20:23:17+00:00",72 "time": "2020-05-16T13:15:54+00:00", 73 73 "type": "library", 74 74 "extra": { … … 105 105 { 106 106 "name": "symfony/polyfill-mbstring", 107 "version": "v1.1 5.0",108 "version_normalized": "1.1 5.0.0",107 "version": "v1.17.0", 108 "version_normalized": "1.17.0.0", 109 109 "source": { 110 110 "type": "git", 111 111 "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", 118 118 "shasum": "" 119 119 }, … … 124 124 "ext-mbstring": "For best performance" 125 125 }, 126 "time": "2020-0 3-09T19:04:49+00:00",126 "time": "2020-05-12T16:47:27+00:00", 127 127 "type": "library", 128 128 "extra": { 129 129 "branch-alias": { 130 "dev-master": "1.1 5-dev"130 "dev-master": "1.17-dev" 131 131 } 132 132 }, … … 166 166 { 167 167 "name": "symfony/polyfill-php70", 168 "version": "v1.1 5.0",169 "version_normalized": "1.1 5.0.0",168 "version": "v1.17.0", 169 "version_normalized": "1.17.0.0", 170 170 "source": { 171 171 "type": "git", 172 172 "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", 179 179 "shasum": "" 180 180 }, … … 183 183 "php": ">=5.3.3" 184 184 }, 185 "time": "2020-0 2-27T09:26:54+00:00",185 "time": "2020-05-12T16:47:27+00:00", 186 186 "type": "library", 187 187 "extra": { 188 188 "branch-alias": { 189 "dev-master": "1.1 5-dev"189 "dev-master": "1.17-dev" 190 190 } 191 191 }, -
woo-quick-assign-sku-images/trunk/vendor/symfony/http-foundation/File/UploadedFile.php
r2296085 r2327417 25 25 class UploadedFile extends File 26 26 { 27 private $test = false;27 private $test; 28 28 private $originalName; 29 29 private $mimeType; … … 73 73 * Then it should not be considered as a safe value. 74 74 * 75 * @return string |nullThe original name75 * @return string The original name 76 76 */ 77 77 public function getClientOriginalName() … … 102 102 * type based on the file content). 103 103 * 104 * @return string |nullThe mime type104 * @return string The mime type 105 105 * 106 106 * @see getMimeType() -
woo-quick-assign-sku-images/trunk/vendor/symfony/polyfill-mbstring/bootstrap.php
r2296085 r2327417 12 12 use Symfony\Polyfill\Mbstring as p; 13 13 14 if (!defined('MB_CASE_UPPER')) { 15 define('MB_CASE_UPPER', 0); 16 define('MB_CASE_LOWER', 1); 17 define('MB_CASE_TITLE', 2); 14 if (!function_exists('mb_convert_encoding')) { 15 function mb_convert_encoding($s, $to, $from = null) { return p\Mbstring::mb_convert_encoding($s, $to, $from); } 18 16 } 19 17 if (!function_exists('mb_decode_mimeheader')) { 18 function mb_decode_mimeheader($s) { return p\Mbstring::mb_decode_mimeheader($s); } 19 } 20 if (!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 } 23 if (!function_exists('mb_decode_numericentity')) { 24 function mb_decode_numericentity($s, $convmap, $enc = null) { return p\Mbstring::mb_decode_numericentity($s, $convmap, $enc); } 25 } 26 if (!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 } 29 if (!function_exists('mb_convert_case')) { 30 function mb_convert_case($s, $mode, $enc = null) { return p\Mbstring::mb_convert_case($s, $mode, $enc); } 31 } 32 if (!function_exists('mb_internal_encoding')) { 33 function mb_internal_encoding($enc = null) { return p\Mbstring::mb_internal_encoding($enc); } 34 } 35 if (!function_exists('mb_language')) { 36 function mb_language($lang = null) { return p\Mbstring::mb_language($lang); } 37 } 38 if (!function_exists('mb_list_encodings')) { 39 function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); } 40 } 41 if (!function_exists('mb_encoding_aliases')) { 42 function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); } 43 } 44 if (!function_exists('mb_check_encoding')) { 45 function mb_check_encoding($var = null, $encoding = null) { return p\Mbstring::mb_check_encoding($var, $encoding); } 46 } 47 if (!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 } 50 if (!function_exists('mb_detect_order')) { 51 function mb_detect_order($encodingList = null) { return p\Mbstring::mb_detect_order($encodingList); } 52 } 53 if (!function_exists('mb_parse_str')) { 54 function mb_parse_str($s, &$result = array()) { parse_str($s, $result); } 55 } 20 56 if (!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); }35 57 function mb_strlen($s, $enc = null) { return p\Mbstring::mb_strlen($s, $enc); } 58 } 59 if (!function_exists('mb_strpos')) { 36 60 function mb_strpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strpos($s, $needle, $offset, $enc); } 61 } 62 if (!function_exists('mb_strtolower')) { 37 63 function mb_strtolower($s, $enc = null) { return p\Mbstring::mb_strtolower($s, $enc); } 64 } 65 if (!function_exists('mb_strtoupper')) { 38 66 function mb_strtoupper($s, $enc = null) { return p\Mbstring::mb_strtoupper($s, $enc); } 67 } 68 if (!function_exists('mb_substitute_character')) { 39 69 function mb_substitute_character($char = null) { return p\Mbstring::mb_substitute_character($char); } 70 } 71 if (!function_exists('mb_substr')) { 40 72 function mb_substr($s, $start, $length = 2147483647, $enc = null) { return p\Mbstring::mb_substr($s, $start, $length, $enc); } 73 } 74 if (!function_exists('mb_stripos')) { 41 75 function mb_stripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_stripos($s, $needle, $offset, $enc); } 76 } 77 if (!function_exists('mb_stristr')) { 42 78 function mb_stristr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_stristr($s, $needle, $part, $enc); } 79 } 80 if (!function_exists('mb_strrchr')) { 43 81 function mb_strrchr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrchr($s, $needle, $part, $enc); } 82 } 83 if (!function_exists('mb_strrichr')) { 44 84 function mb_strrichr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrichr($s, $needle, $part, $enc); } 85 } 86 if (!function_exists('mb_strripos')) { 45 87 function mb_strripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strripos($s, $needle, $offset, $enc); } 88 } 89 if (!function_exists('mb_strrpos')) { 46 90 function mb_strrpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strrpos($s, $needle, $offset, $enc); } 91 } 92 if (!function_exists('mb_strstr')) { 47 93 function mb_strstr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strstr($s, $needle, $part, $enc); } 94 } 95 if (!function_exists('mb_get_info')) { 48 96 function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); } 97 } 98 if (!function_exists('mb_http_output')) { 49 99 function mb_http_output($enc = null) { return p\Mbstring::mb_http_output($enc); } 100 } 101 if (!function_exists('mb_strwidth')) { 50 102 function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc); } 103 } 104 if (!function_exists('mb_substr_count')) { 51 105 function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); } 106 } 107 if (!function_exists('mb_output_handler')) { 52 108 function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); } 109 } 110 if (!function_exists('mb_http_input')) { 53 111 function mb_http_input($type = '') { return p\Mbstring::mb_http_input($type); } 112 } 113 if (!function_exists('mb_convert_variables')) { 54 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); } 55 115 } 116 if (!function_exists('mb_ord')) { 117 function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); } 118 } 56 119 if (!function_exists('mb_chr')) { 57 function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); }58 120 function mb_chr($code, $enc = null) { return p\Mbstring::mb_chr($code, $enc); } 121 } 122 if (!function_exists('mb_scrub')) { 59 123 function mb_scrub($s, $enc = null) { $enc = null === $enc ? mb_internal_encoding() : $enc; return mb_convert_encoding($s, $enc, $enc); } 60 124 } 61 62 125 if (!function_exists('mb_str_split')) { 63 126 function mb_str_split($string, $split_length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $split_length, $encoding); } 64 127 } 128 129 if (extension_loaded('mbstring')) { 130 return; 131 } 132 133 if (!defined('MB_CASE_UPPER')) { 134 define('MB_CASE_UPPER', 0); 135 } 136 if (!defined('MB_CASE_LOWER')) { 137 define('MB_CASE_LOWER', 1); 138 } 139 if (!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 29 29 "extra": { 30 30 "branch-alias": { 31 "dev-master": "1.1 5-dev"31 "dev-master": "1.17-dev" 32 32 } 33 33 } -
woo-quick-assign-sku-images/trunk/vendor/symfony/polyfill-php70/bootstrap.php
r2146502 r2327417 12 12 use Symfony\Polyfill\Php70 as p; 13 13 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 } 14 if (PHP_VERSION_ID >= 70000) { 15 return; 27 16 } 17 18 if (!defined('PHP_INT_MIN')) { 19 define('PHP_INT_MIN', ~PHP_INT_MAX); 20 } 21 22 if (!function_exists('intdiv')) { 23 function intdiv($dividend, $divisor) { return p\Php70::intdiv($dividend, $divisor); } 24 } 25 if (!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 } 28 if (!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 28 28 "extra": { 29 29 "branch-alias": { 30 "dev-master": "1.1 5-dev"30 "dev-master": "1.17-dev" 31 31 } 32 32 } -
woo-quick-assign-sku-images/trunk/woo-quick-assign-sku-images.php
r2296118 r2327417 4 4 * Plugin URI: http://www.extreme-idea.com/ 5 5 * Description: Plugin helps you mass assign images for products in simple way. 6 * Version: 1.1. 26 * Version: 1.1.6 7 7 * Author: EXTREME IDEA LLC 8 8 * Author URI: http://www.extreme-idea.com/ … … 45 45 class AssignSkuImages 46 46 { 47 const PLUGIN_VERSION = '1.1. 2';47 const PLUGIN_VERSION = '1.1.6'; 48 48 const SOFTWARE_INTERNAL_ID = 'woocommerce_quick_assign_sku_images'; 49 49
Note: See TracChangeset
for help on using the changeset viewer.