installers
4 years ago
ClassLoader.php
3 years ago
InstalledVersions.php
4 years ago
LICENSE
5 years ago
autoload_classmap.php
3 years ago
autoload_files.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
jetpack_autoload_classmap.php
3 years ago
jetpack_autoload_filemap.php
3 years ago
platform_check.php
4 years ago
jetpack_autoload_classmap.php
4354 lines
| 1 | <?php |
| 2 | |
| 3 | // This file `jetpack_autoload_classmap.php` was auto generated by automattic/jetpack-autoloader. |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Symfony\\Polyfill\\Php80\\Php80' => array( |
| 10 | 'version' => '1.27.0.0', |
| 11 | 'path' => $vendorDir . '/symfony/polyfill-php80/Php80.php' |
| 12 | ), |
| 13 | 'UnhandledMatchError' => array( |
| 14 | 'version' => '1.27.0.0', |
| 15 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php' |
| 16 | ), |
| 17 | 'Attribute' => array( |
| 18 | 'version' => '1.27.0.0', |
| 19 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php' |
| 20 | ), |
| 21 | 'PhpToken' => array( |
| 22 | 'version' => '1.27.0.0', |
| 23 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php' |
| 24 | ), |
| 25 | 'Stringable' => array( |
| 26 | 'version' => '1.27.0.0', |
| 27 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php' |
| 28 | ), |
| 29 | 'ValueError' => array( |
| 30 | 'version' => '1.27.0.0', |
| 31 | 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php' |
| 32 | ), |
| 33 | 'Symfony\\Polyfill\\Php80\\PhpToken' => array( |
| 34 | 'version' => '1.27.0.0', |
| 35 | 'path' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php' |
| 36 | ), |
| 37 | 'Symfony\\Component\\CssSelector\\CssSelectorConverter' => array( |
| 38 | 'version' => '4.4.44.0', |
| 39 | 'path' => $vendorDir . '/symfony/css-selector/CssSelectorConverter.php' |
| 40 | ), |
| 41 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\ExtensionInterface' => array( |
| 42 | 'version' => '4.4.44.0', |
| 43 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/ExtensionInterface.php' |
| 44 | ), |
| 45 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\AbstractExtension' => array( |
| 46 | 'version' => '4.4.44.0', |
| 47 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AbstractExtension.php' |
| 48 | ), |
| 49 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\FunctionExtension' => array( |
| 50 | 'version' => '4.4.44.0', |
| 51 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/FunctionExtension.php' |
| 52 | ), |
| 53 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\PseudoClassExtension' => array( |
| 54 | 'version' => '4.4.44.0', |
| 55 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/PseudoClassExtension.php' |
| 56 | ), |
| 57 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\HtmlExtension' => array( |
| 58 | 'version' => '4.4.44.0', |
| 59 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/HtmlExtension.php' |
| 60 | ), |
| 61 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\CombinationExtension' => array( |
| 62 | 'version' => '4.4.44.0', |
| 63 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/CombinationExtension.php' |
| 64 | ), |
| 65 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension' => array( |
| 66 | 'version' => '4.4.44.0', |
| 67 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/NodeExtension.php' |
| 68 | ), |
| 69 | 'Symfony\\Component\\CssSelector\\XPath\\Extension\\AttributeMatchingExtension' => array( |
| 70 | 'version' => '4.4.44.0', |
| 71 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php' |
| 72 | ), |
| 73 | 'Symfony\\Component\\CssSelector\\XPath\\XPathExpr' => array( |
| 74 | 'version' => '4.4.44.0', |
| 75 | 'path' => $vendorDir . '/symfony/css-selector/XPath/XPathExpr.php' |
| 76 | ), |
| 77 | 'Symfony\\Component\\CssSelector\\XPath\\TranslatorInterface' => array( |
| 78 | 'version' => '4.4.44.0', |
| 79 | 'path' => $vendorDir . '/symfony/css-selector/XPath/TranslatorInterface.php' |
| 80 | ), |
| 81 | 'Symfony\\Component\\CssSelector\\XPath\\Translator' => array( |
| 82 | 'version' => '4.4.44.0', |
| 83 | 'path' => $vendorDir . '/symfony/css-selector/XPath/Translator.php' |
| 84 | ), |
| 85 | 'Symfony\\Component\\CssSelector\\Parser\\Token' => array( |
| 86 | 'version' => '4.4.44.0', |
| 87 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Token.php' |
| 88 | ), |
| 89 | 'Symfony\\Component\\CssSelector\\Parser\\Parser' => array( |
| 90 | 'version' => '4.4.44.0', |
| 91 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Parser.php' |
| 92 | ), |
| 93 | 'Symfony\\Component\\CssSelector\\Parser\\ParserInterface' => array( |
| 94 | 'version' => '4.4.44.0', |
| 95 | 'path' => $vendorDir . '/symfony/css-selector/Parser/ParserInterface.php' |
| 96 | ), |
| 97 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\IdentifierHandler' => array( |
| 98 | 'version' => '4.4.44.0', |
| 99 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/IdentifierHandler.php' |
| 100 | ), |
| 101 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\NumberHandler' => array( |
| 102 | 'version' => '4.4.44.0', |
| 103 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/NumberHandler.php' |
| 104 | ), |
| 105 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\HashHandler' => array( |
| 106 | 'version' => '4.4.44.0', |
| 107 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HashHandler.php' |
| 108 | ), |
| 109 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\StringHandler' => array( |
| 110 | 'version' => '4.4.44.0', |
| 111 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/StringHandler.php' |
| 112 | ), |
| 113 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\HandlerInterface' => array( |
| 114 | 'version' => '4.4.44.0', |
| 115 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HandlerInterface.php' |
| 116 | ), |
| 117 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\WhitespaceHandler' => array( |
| 118 | 'version' => '4.4.44.0', |
| 119 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/WhitespaceHandler.php' |
| 120 | ), |
| 121 | 'Symfony\\Component\\CssSelector\\Parser\\Handler\\CommentHandler' => array( |
| 122 | 'version' => '4.4.44.0', |
| 123 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/CommentHandler.php' |
| 124 | ), |
| 125 | 'Symfony\\Component\\CssSelector\\Parser\\TokenStream' => array( |
| 126 | 'version' => '4.4.44.0', |
| 127 | 'path' => $vendorDir . '/symfony/css-selector/Parser/TokenStream.php' |
| 128 | ), |
| 129 | 'Symfony\\Component\\CssSelector\\Parser\\Reader' => array( |
| 130 | 'version' => '4.4.44.0', |
| 131 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Reader.php' |
| 132 | ), |
| 133 | 'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerEscaping' => array( |
| 134 | 'version' => '4.4.44.0', |
| 135 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php' |
| 136 | ), |
| 137 | 'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\Tokenizer' => array( |
| 138 | 'version' => '4.4.44.0', |
| 139 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/Tokenizer.php' |
| 140 | ), |
| 141 | 'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerPatterns' => array( |
| 142 | 'version' => '4.4.44.0', |
| 143 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php' |
| 144 | ), |
| 145 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ElementParser' => array( |
| 146 | 'version' => '4.4.44.0', |
| 147 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ElementParser.php' |
| 148 | ), |
| 149 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\HashParser' => array( |
| 150 | 'version' => '4.4.44.0', |
| 151 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/HashParser.php' |
| 152 | ), |
| 153 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\EmptyStringParser' => array( |
| 154 | 'version' => '4.4.44.0', |
| 155 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php' |
| 156 | ), |
| 157 | 'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ClassParser' => array( |
| 158 | 'version' => '4.4.44.0', |
| 159 | 'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ClassParser.php' |
| 160 | ), |
| 161 | 'Symfony\\Component\\CssSelector\\Exception\\ExceptionInterface' => array( |
| 162 | 'version' => '4.4.44.0', |
| 163 | 'path' => $vendorDir . '/symfony/css-selector/Exception/ExceptionInterface.php' |
| 164 | ), |
| 165 | 'Symfony\\Component\\CssSelector\\Exception\\ParseException' => array( |
| 166 | 'version' => '4.4.44.0', |
| 167 | 'path' => $vendorDir . '/symfony/css-selector/Exception/ParseException.php' |
| 168 | ), |
| 169 | 'Symfony\\Component\\CssSelector\\Exception\\InternalErrorException' => array( |
| 170 | 'version' => '4.4.44.0', |
| 171 | 'path' => $vendorDir . '/symfony/css-selector/Exception/InternalErrorException.php' |
| 172 | ), |
| 173 | 'Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException' => array( |
| 174 | 'version' => '4.4.44.0', |
| 175 | 'path' => $vendorDir . '/symfony/css-selector/Exception/SyntaxErrorException.php' |
| 176 | ), |
| 177 | 'Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException' => array( |
| 178 | 'version' => '4.4.44.0', |
| 179 | 'path' => $vendorDir . '/symfony/css-selector/Exception/ExpressionErrorException.php' |
| 180 | ), |
| 181 | 'Symfony\\Component\\CssSelector\\Node\\Specificity' => array( |
| 182 | 'version' => '4.4.44.0', |
| 183 | 'path' => $vendorDir . '/symfony/css-selector/Node/Specificity.php' |
| 184 | ), |
| 185 | 'Symfony\\Component\\CssSelector\\Node\\ElementNode' => array( |
| 186 | 'version' => '4.4.44.0', |
| 187 | 'path' => $vendorDir . '/symfony/css-selector/Node/ElementNode.php' |
| 188 | ), |
| 189 | 'Symfony\\Component\\CssSelector\\Node\\NegationNode' => array( |
| 190 | 'version' => '4.4.44.0', |
| 191 | 'path' => $vendorDir . '/symfony/css-selector/Node/NegationNode.php' |
| 192 | ), |
| 193 | 'Symfony\\Component\\CssSelector\\Node\\AbstractNode' => array( |
| 194 | 'version' => '4.4.44.0', |
| 195 | 'path' => $vendorDir . '/symfony/css-selector/Node/AbstractNode.php' |
| 196 | ), |
| 197 | 'Symfony\\Component\\CssSelector\\Node\\AttributeNode' => array( |
| 198 | 'version' => '4.4.44.0', |
| 199 | 'path' => $vendorDir . '/symfony/css-selector/Node/AttributeNode.php' |
| 200 | ), |
| 201 | 'Symfony\\Component\\CssSelector\\Node\\PseudoNode' => array( |
| 202 | 'version' => '4.4.44.0', |
| 203 | 'path' => $vendorDir . '/symfony/css-selector/Node/PseudoNode.php' |
| 204 | ), |
| 205 | 'Symfony\\Component\\CssSelector\\Node\\CombinedSelectorNode' => array( |
| 206 | 'version' => '4.4.44.0', |
| 207 | 'path' => $vendorDir . '/symfony/css-selector/Node/CombinedSelectorNode.php' |
| 208 | ), |
| 209 | 'Symfony\\Component\\CssSelector\\Node\\ClassNode' => array( |
| 210 | 'version' => '4.4.44.0', |
| 211 | 'path' => $vendorDir . '/symfony/css-selector/Node/ClassNode.php' |
| 212 | ), |
| 213 | 'Symfony\\Component\\CssSelector\\Node\\SelectorNode' => array( |
| 214 | 'version' => '4.4.44.0', |
| 215 | 'path' => $vendorDir . '/symfony/css-selector/Node/SelectorNode.php' |
| 216 | ), |
| 217 | 'Symfony\\Component\\CssSelector\\Node\\FunctionNode' => array( |
| 218 | 'version' => '4.4.44.0', |
| 219 | 'path' => $vendorDir . '/symfony/css-selector/Node/FunctionNode.php' |
| 220 | ), |
| 221 | 'Symfony\\Component\\CssSelector\\Node\\NodeInterface' => array( |
| 222 | 'version' => '4.4.44.0', |
| 223 | 'path' => $vendorDir . '/symfony/css-selector/Node/NodeInterface.php' |
| 224 | ), |
| 225 | 'Symfony\\Component\\CssSelector\\Node\\HashNode' => array( |
| 226 | 'version' => '4.4.44.0', |
| 227 | 'path' => $vendorDir . '/symfony/css-selector/Node/HashNode.php' |
| 228 | ), |
| 229 | 'Sabberworm\\CSS\\OutputFormatter' => array( |
| 230 | 'version' => '8.4.0.0', |
| 231 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormatter.php' |
| 232 | ), |
| 233 | 'Sabberworm\\CSS\\Property\\KeyframeSelector' => array( |
| 234 | 'version' => '8.4.0.0', |
| 235 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/KeyframeSelector.php' |
| 236 | ), |
| 237 | 'Sabberworm\\CSS\\Property\\Charset' => array( |
| 238 | 'version' => '8.4.0.0', |
| 239 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Charset.php' |
| 240 | ), |
| 241 | 'Sabberworm\\CSS\\Property\\Selector' => array( |
| 242 | 'version' => '8.4.0.0', |
| 243 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Selector.php' |
| 244 | ), |
| 245 | 'Sabberworm\\CSS\\Property\\AtRule' => array( |
| 246 | 'version' => '8.4.0.0', |
| 247 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/AtRule.php' |
| 248 | ), |
| 249 | 'Sabberworm\\CSS\\Property\\Import' => array( |
| 250 | 'version' => '8.4.0.0', |
| 251 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/Import.php' |
| 252 | ), |
| 253 | 'Sabberworm\\CSS\\Property\\CSSNamespace' => array( |
| 254 | 'version' => '8.4.0.0', |
| 255 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Property/CSSNamespace.php' |
| 256 | ), |
| 257 | 'Sabberworm\\CSS\\Settings' => array( |
| 258 | 'version' => '8.4.0.0', |
| 259 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Settings.php' |
| 260 | ), |
| 261 | 'Sabberworm\\CSS\\RuleSet\\DeclarationBlock' => array( |
| 262 | 'version' => '8.4.0.0', |
| 263 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php' |
| 264 | ), |
| 265 | 'Sabberworm\\CSS\\RuleSet\\RuleSet' => array( |
| 266 | 'version' => '8.4.0.0', |
| 267 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/RuleSet.php' |
| 268 | ), |
| 269 | 'Sabberworm\\CSS\\RuleSet\\AtRuleSet' => array( |
| 270 | 'version' => '8.4.0.0', |
| 271 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php' |
| 272 | ), |
| 273 | 'Sabberworm\\CSS\\Renderable' => array( |
| 274 | 'version' => '8.4.0.0', |
| 275 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Renderable.php' |
| 276 | ), |
| 277 | 'Sabberworm\\CSS\\Value\\Size' => array( |
| 278 | 'version' => '8.4.0.0', |
| 279 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Size.php' |
| 280 | ), |
| 281 | 'Sabberworm\\CSS\\Value\\Value' => array( |
| 282 | 'version' => '8.4.0.0', |
| 283 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Value.php' |
| 284 | ), |
| 285 | 'Sabberworm\\CSS\\Value\\CalcRuleValueList' => array( |
| 286 | 'version' => '8.4.0.0', |
| 287 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php' |
| 288 | ), |
| 289 | 'Sabberworm\\CSS\\Value\\CSSFunction' => array( |
| 290 | 'version' => '8.4.0.0', |
| 291 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CSSFunction.php' |
| 292 | ), |
| 293 | 'Sabberworm\\CSS\\Value\\PrimitiveValue' => array( |
| 294 | 'version' => '8.4.0.0', |
| 295 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/PrimitiveValue.php' |
| 296 | ), |
| 297 | 'Sabberworm\\CSS\\Value\\Color' => array( |
| 298 | 'version' => '8.4.0.0', |
| 299 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/Color.php' |
| 300 | ), |
| 301 | 'Sabberworm\\CSS\\Value\\ValueList' => array( |
| 302 | 'version' => '8.4.0.0', |
| 303 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/ValueList.php' |
| 304 | ), |
| 305 | 'Sabberworm\\CSS\\Value\\CSSString' => array( |
| 306 | 'version' => '8.4.0.0', |
| 307 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CSSString.php' |
| 308 | ), |
| 309 | 'Sabberworm\\CSS\\Value\\RuleValueList' => array( |
| 310 | 'version' => '8.4.0.0', |
| 311 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/RuleValueList.php' |
| 312 | ), |
| 313 | 'Sabberworm\\CSS\\Value\\LineName' => array( |
| 314 | 'version' => '8.4.0.0', |
| 315 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/LineName.php' |
| 316 | ), |
| 317 | 'Sabberworm\\CSS\\Value\\URL' => array( |
| 318 | 'version' => '8.4.0.0', |
| 319 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/URL.php' |
| 320 | ), |
| 321 | 'Sabberworm\\CSS\\Value\\CalcFunction' => array( |
| 322 | 'version' => '8.4.0.0', |
| 323 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Value/CalcFunction.php' |
| 324 | ), |
| 325 | 'Sabberworm\\CSS\\Rule\\Rule' => array( |
| 326 | 'version' => '8.4.0.0', |
| 327 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Rule/Rule.php' |
| 328 | ), |
| 329 | 'Sabberworm\\CSS\\Parser' => array( |
| 330 | 'version' => '8.4.0.0', |
| 331 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parser.php' |
| 332 | ), |
| 333 | 'Sabberworm\\CSS\\Parsing\\SourceException' => array( |
| 334 | 'version' => '8.4.0.0', |
| 335 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/SourceException.php' |
| 336 | ), |
| 337 | 'Sabberworm\\CSS\\Parsing\\OutputException' => array( |
| 338 | 'version' => '8.4.0.0', |
| 339 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/OutputException.php' |
| 340 | ), |
| 341 | 'Sabberworm\\CSS\\Parsing\\UnexpectedTokenException' => array( |
| 342 | 'version' => '8.4.0.0', |
| 343 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php' |
| 344 | ), |
| 345 | 'Sabberworm\\CSS\\Parsing\\UnexpectedEOFException' => array( |
| 346 | 'version' => '8.4.0.0', |
| 347 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php' |
| 348 | ), |
| 349 | 'Sabberworm\\CSS\\Parsing\\ParserState' => array( |
| 350 | 'version' => '8.4.0.0', |
| 351 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Parsing/ParserState.php' |
| 352 | ), |
| 353 | 'Sabberworm\\CSS\\CSSList\\KeyFrame' => array( |
| 354 | 'version' => '8.4.0.0', |
| 355 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/KeyFrame.php' |
| 356 | ), |
| 357 | 'Sabberworm\\CSS\\CSSList\\Document' => array( |
| 358 | 'version' => '8.4.0.0', |
| 359 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/Document.php' |
| 360 | ), |
| 361 | 'Sabberworm\\CSS\\CSSList\\CSSList' => array( |
| 362 | 'version' => '8.4.0.0', |
| 363 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/CSSList.php' |
| 364 | ), |
| 365 | 'Sabberworm\\CSS\\CSSList\\CSSBlockList' => array( |
| 366 | 'version' => '8.4.0.0', |
| 367 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php' |
| 368 | ), |
| 369 | 'Sabberworm\\CSS\\CSSList\\AtRuleBlockList' => array( |
| 370 | 'version' => '8.4.0.0', |
| 371 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php' |
| 372 | ), |
| 373 | 'Sabberworm\\CSS\\Comment\\Commentable' => array( |
| 374 | 'version' => '8.4.0.0', |
| 375 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Comment/Commentable.php' |
| 376 | ), |
| 377 | 'Sabberworm\\CSS\\Comment\\Comment' => array( |
| 378 | 'version' => '8.4.0.0', |
| 379 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/Comment/Comment.php' |
| 380 | ), |
| 381 | 'Sabberworm\\CSS\\OutputFormat' => array( |
| 382 | 'version' => '8.4.0.0', |
| 383 | 'path' => $vendorDir . '/sabberworm/php-css-parser/src/OutputFormat.php' |
| 384 | ), |
| 385 | 'Pelago\\Emogrifier\\Css\\CssDocument' => array( |
| 386 | 'version' => '6.0.0.0', |
| 387 | 'path' => $vendorDir . '/pelago/emogrifier/src/Css/CssDocument.php' |
| 388 | ), |
| 389 | 'Pelago\\Emogrifier\\Css\\StyleRule' => array( |
| 390 | 'version' => '6.0.0.0', |
| 391 | 'path' => $vendorDir . '/pelago/emogrifier/src/Css/StyleRule.php' |
| 392 | ), |
| 393 | 'Pelago\\Emogrifier\\Caching\\SimpleStringCache' => array( |
| 394 | 'version' => '6.0.0.0', |
| 395 | 'path' => $vendorDir . '/pelago/emogrifier/src/Caching/SimpleStringCache.php' |
| 396 | ), |
| 397 | 'Pelago\\Emogrifier\\HtmlProcessor\\AbstractHtmlProcessor' => array( |
| 398 | 'version' => '6.0.0.0', |
| 399 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php' |
| 400 | ), |
| 401 | 'Pelago\\Emogrifier\\HtmlProcessor\\HtmlPruner' => array( |
| 402 | 'version' => '6.0.0.0', |
| 403 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php' |
| 404 | ), |
| 405 | 'Pelago\\Emogrifier\\HtmlProcessor\\HtmlNormalizer' => array( |
| 406 | 'version' => '6.0.0.0', |
| 407 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php' |
| 408 | ), |
| 409 | 'Pelago\\Emogrifier\\HtmlProcessor\\CssToAttributeConverter' => array( |
| 410 | 'version' => '6.0.0.0', |
| 411 | 'path' => $vendorDir . '/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php' |
| 412 | ), |
| 413 | 'Pelago\\Emogrifier\\Utilities\\ArrayIntersector' => array( |
| 414 | 'version' => '6.0.0.0', |
| 415 | 'path' => $vendorDir . '/pelago/emogrifier/src/Utilities/ArrayIntersector.php' |
| 416 | ), |
| 417 | 'Pelago\\Emogrifier\\Utilities\\CssConcatenator' => array( |
| 418 | 'version' => '6.0.0.0', |
| 419 | 'path' => $vendorDir . '/pelago/emogrifier/src/Utilities/CssConcatenator.php' |
| 420 | ), |
| 421 | 'Pelago\\Emogrifier\\CssInliner' => array( |
| 422 | 'version' => '6.0.0.0', |
| 423 | 'path' => $vendorDir . '/pelago/emogrifier/src/CssInliner.php' |
| 424 | ), |
| 425 | 'MaxMind\\Db\\Reader\\Decoder' => array( |
| 426 | 'version' => '1.11.0.0', |
| 427 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php' |
| 428 | ), |
| 429 | 'MaxMind\\Db\\Reader\\InvalidDatabaseException' => array( |
| 430 | 'version' => '1.11.0.0', |
| 431 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php' |
| 432 | ), |
| 433 | 'MaxMind\\Db\\Reader\\Metadata' => array( |
| 434 | 'version' => '1.11.0.0', |
| 435 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php' |
| 436 | ), |
| 437 | 'MaxMind\\Db\\Reader\\Util' => array( |
| 438 | 'version' => '1.11.0.0', |
| 439 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php' |
| 440 | ), |
| 441 | 'MaxMind\\Db\\Reader' => array( |
| 442 | 'version' => '1.11.0.0', |
| 443 | 'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader.php' |
| 444 | ), |
| 445 | 'Composer\\Installers\\HuradInstaller' => array( |
| 446 | 'version' => '1.12.0.0', |
| 447 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php' |
| 448 | ), |
| 449 | 'Composer\\Installers\\JoomlaInstaller' => array( |
| 450 | 'version' => '1.12.0.0', |
| 451 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php' |
| 452 | ), |
| 453 | 'Composer\\Installers\\RoundcubeInstaller' => array( |
| 454 | 'version' => '1.12.0.0', |
| 455 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php' |
| 456 | ), |
| 457 | 'Composer\\Installers\\EzPlatformInstaller' => array( |
| 458 | 'version' => '1.12.0.0', |
| 459 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php' |
| 460 | ), |
| 461 | 'Composer\\Installers\\PimcoreInstaller' => array( |
| 462 | 'version' => '1.12.0.0', |
| 463 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php' |
| 464 | ), |
| 465 | 'Composer\\Installers\\TastyIgniterInstaller' => array( |
| 466 | 'version' => '1.12.0.0', |
| 467 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php' |
| 468 | ), |
| 469 | 'Composer\\Installers\\Symfony1Installer' => array( |
| 470 | 'version' => '1.12.0.0', |
| 471 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php' |
| 472 | ), |
| 473 | 'Composer\\Installers\\AglInstaller' => array( |
| 474 | 'version' => '1.12.0.0', |
| 475 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php' |
| 476 | ), |
| 477 | 'Composer\\Installers\\ExpressionEngineInstaller' => array( |
| 478 | 'version' => '1.12.0.0', |
| 479 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php' |
| 480 | ), |
| 481 | 'Composer\\Installers\\LithiumInstaller' => array( |
| 482 | 'version' => '1.12.0.0', |
| 483 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php' |
| 484 | ), |
| 485 | 'Composer\\Installers\\OxidInstaller' => array( |
| 486 | 'version' => '1.12.0.0', |
| 487 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php' |
| 488 | ), |
| 489 | 'Composer\\Installers\\MayaInstaller' => array( |
| 490 | 'version' => '1.12.0.0', |
| 491 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php' |
| 492 | ), |
| 493 | 'Composer\\Installers\\KirbyInstaller' => array( |
| 494 | 'version' => '1.12.0.0', |
| 495 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php' |
| 496 | ), |
| 497 | 'Composer\\Installers\\ZendInstaller' => array( |
| 498 | 'version' => '1.12.0.0', |
| 499 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php' |
| 500 | ), |
| 501 | 'Composer\\Installers\\CockpitInstaller' => array( |
| 502 | 'version' => '1.12.0.0', |
| 503 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php' |
| 504 | ), |
| 505 | 'Composer\\Installers\\PhiftyInstaller' => array( |
| 506 | 'version' => '1.12.0.0', |
| 507 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php' |
| 508 | ), |
| 509 | 'Composer\\Installers\\SiteDirectInstaller' => array( |
| 510 | 'version' => '1.12.0.0', |
| 511 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SiteDirectInstaller.php' |
| 512 | ), |
| 513 | 'Composer\\Installers\\SyDESInstaller' => array( |
| 514 | 'version' => '1.12.0.0', |
| 515 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php' |
| 516 | ), |
| 517 | 'Composer\\Installers\\OntoWikiInstaller' => array( |
| 518 | 'version' => '1.12.0.0', |
| 519 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php' |
| 520 | ), |
| 521 | 'Composer\\Installers\\Plugin' => array( |
| 522 | 'version' => '1.12.0.0', |
| 523 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php' |
| 524 | ), |
| 525 | 'Composer\\Installers\\BitrixInstaller' => array( |
| 526 | 'version' => '1.12.0.0', |
| 527 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php' |
| 528 | ), |
| 529 | 'Composer\\Installers\\KnownInstaller' => array( |
| 530 | 'version' => '1.12.0.0', |
| 531 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KnownInstaller.php' |
| 532 | ), |
| 533 | 'Composer\\Installers\\TuskInstaller' => array( |
| 534 | 'version' => '1.12.0.0', |
| 535 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php' |
| 536 | ), |
| 537 | 'Composer\\Installers\\UserFrostingInstaller' => array( |
| 538 | 'version' => '1.12.0.0', |
| 539 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php' |
| 540 | ), |
| 541 | 'Composer\\Installers\\MakoInstaller' => array( |
| 542 | 'version' => '1.12.0.0', |
| 543 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php' |
| 544 | ), |
| 545 | 'Composer\\Installers\\ShopwareInstaller' => array( |
| 546 | 'version' => '1.12.0.0', |
| 547 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php' |
| 548 | ), |
| 549 | 'Composer\\Installers\\MoodleInstaller' => array( |
| 550 | 'version' => '1.12.0.0', |
| 551 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php' |
| 552 | ), |
| 553 | 'Composer\\Installers\\MediaWikiInstaller' => array( |
| 554 | 'version' => '1.12.0.0', |
| 555 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php' |
| 556 | ), |
| 557 | 'Composer\\Installers\\MODXEvoInstaller' => array( |
| 558 | 'version' => '1.12.0.0', |
| 559 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.php' |
| 560 | ), |
| 561 | 'Composer\\Installers\\FuelInstaller' => array( |
| 562 | 'version' => '1.12.0.0', |
| 563 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php' |
| 564 | ), |
| 565 | 'Composer\\Installers\\SilverStripeInstaller' => array( |
| 566 | 'version' => '1.12.0.0', |
| 567 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php' |
| 568 | ), |
| 569 | 'Composer\\Installers\\TaoInstaller' => array( |
| 570 | 'version' => '1.12.0.0', |
| 571 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php' |
| 572 | ), |
| 573 | 'Composer\\Installers\\TYPO3FlowInstaller' => array( |
| 574 | 'version' => '1.12.0.0', |
| 575 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php' |
| 576 | ), |
| 577 | 'Composer\\Installers\\DrupalInstaller' => array( |
| 578 | 'version' => '1.12.0.0', |
| 579 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php' |
| 580 | ), |
| 581 | 'Composer\\Installers\\PantheonInstaller' => array( |
| 582 | 'version' => '1.12.0.0', |
| 583 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PantheonInstaller.php' |
| 584 | ), |
| 585 | 'Composer\\Installers\\PPIInstaller' => array( |
| 586 | 'version' => '1.12.0.0', |
| 587 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php' |
| 588 | ), |
| 589 | 'Composer\\Installers\\ImageCMSInstaller' => array( |
| 590 | 'version' => '1.12.0.0', |
| 591 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ImageCMSInstaller.php' |
| 592 | ), |
| 593 | 'Composer\\Installers\\CraftInstaller' => array( |
| 594 | 'version' => '1.12.0.0', |
| 595 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php' |
| 596 | ), |
| 597 | 'Composer\\Installers\\ZikulaInstaller' => array( |
| 598 | 'version' => '1.12.0.0', |
| 599 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php' |
| 600 | ), |
| 601 | 'Composer\\Installers\\ClanCatsFrameworkInstaller' => array( |
| 602 | 'version' => '1.12.0.0', |
| 603 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php' |
| 604 | ), |
| 605 | 'Composer\\Installers\\GravInstaller' => array( |
| 606 | 'version' => '1.12.0.0', |
| 607 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php' |
| 608 | ), |
| 609 | 'Composer\\Installers\\PlentymarketsInstaller' => array( |
| 610 | 'version' => '1.12.0.0', |
| 611 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php' |
| 612 | ), |
| 613 | 'Composer\\Installers\\AsgardInstaller' => array( |
| 614 | 'version' => '1.12.0.0', |
| 615 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php' |
| 616 | ), |
| 617 | 'Composer\\Installers\\RadPHPInstaller' => array( |
| 618 | 'version' => '1.12.0.0', |
| 619 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php' |
| 620 | ), |
| 621 | 'Composer\\Installers\\MajimaInstaller' => array( |
| 622 | 'version' => '1.12.0.0', |
| 623 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MajimaInstaller.php' |
| 624 | ), |
| 625 | 'Composer\\Installers\\FuelphpInstaller' => array( |
| 626 | 'version' => '1.12.0.0', |
| 627 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php' |
| 628 | ), |
| 629 | 'Composer\\Installers\\OsclassInstaller' => array( |
| 630 | 'version' => '1.12.0.0', |
| 631 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php' |
| 632 | ), |
| 633 | 'Composer\\Installers\\BonefishInstaller' => array( |
| 634 | 'version' => '1.12.0.0', |
| 635 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php' |
| 636 | ), |
| 637 | 'Composer\\Installers\\WolfCMSInstaller' => array( |
| 638 | 'version' => '1.12.0.0', |
| 639 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php' |
| 640 | ), |
| 641 | 'Composer\\Installers\\KohanaInstaller' => array( |
| 642 | 'version' => '1.12.0.0', |
| 643 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php' |
| 644 | ), |
| 645 | 'Composer\\Installers\\ItopInstaller' => array( |
| 646 | 'version' => '1.12.0.0', |
| 647 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php' |
| 648 | ), |
| 649 | 'Composer\\Installers\\ElggInstaller' => array( |
| 650 | 'version' => '1.12.0.0', |
| 651 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php' |
| 652 | ), |
| 653 | 'Composer\\Installers\\DecibelInstaller' => array( |
| 654 | 'version' => '1.12.0.0', |
| 655 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php' |
| 656 | ), |
| 657 | 'Composer\\Installers\\TheliaInstaller' => array( |
| 658 | 'version' => '1.12.0.0', |
| 659 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php' |
| 660 | ), |
| 661 | 'Composer\\Installers\\KanboardInstaller' => array( |
| 662 | 'version' => '1.12.0.0', |
| 663 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php' |
| 664 | ), |
| 665 | 'Composer\\Installers\\OctoberInstaller' => array( |
| 666 | 'version' => '1.12.0.0', |
| 667 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php' |
| 668 | ), |
| 669 | 'Composer\\Installers\\ChefInstaller' => array( |
| 670 | 'version' => '1.12.0.0', |
| 671 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php' |
| 672 | ), |
| 673 | 'Composer\\Installers\\ReIndexInstaller' => array( |
| 674 | 'version' => '1.12.0.0', |
| 675 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php' |
| 676 | ), |
| 677 | 'Composer\\Installers\\StarbugInstaller' => array( |
| 678 | 'version' => '1.12.0.0', |
| 679 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/StarbugInstaller.php' |
| 680 | ), |
| 681 | 'Composer\\Installers\\MODULEWorkInstaller' => array( |
| 682 | 'version' => '1.12.0.0', |
| 683 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php' |
| 684 | ), |
| 685 | 'Composer\\Installers\\BaseInstaller' => array( |
| 686 | 'version' => '1.12.0.0', |
| 687 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php' |
| 688 | ), |
| 689 | 'Composer\\Installers\\CodeIgniterInstaller' => array( |
| 690 | 'version' => '1.12.0.0', |
| 691 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php' |
| 692 | ), |
| 693 | 'Composer\\Installers\\WHMCSInstaller' => array( |
| 694 | 'version' => '1.12.0.0', |
| 695 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php' |
| 696 | ), |
| 697 | 'Composer\\Installers\\AimeosInstaller' => array( |
| 698 | 'version' => '1.12.0.0', |
| 699 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php' |
| 700 | ), |
| 701 | 'Composer\\Installers\\RedaxoInstaller' => array( |
| 702 | 'version' => '1.12.0.0', |
| 703 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php' |
| 704 | ), |
| 705 | 'Composer\\Installers\\DolibarrInstaller' => array( |
| 706 | 'version' => '1.12.0.0', |
| 707 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php' |
| 708 | ), |
| 709 | 'Composer\\Installers\\KodiCMSInstaller' => array( |
| 710 | 'version' => '1.12.0.0', |
| 711 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php' |
| 712 | ), |
| 713 | 'Composer\\Installers\\PortoInstaller' => array( |
| 714 | 'version' => '1.12.0.0', |
| 715 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php' |
| 716 | ), |
| 717 | 'Composer\\Installers\\LavaLiteInstaller' => array( |
| 718 | 'version' => '1.12.0.0', |
| 719 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php' |
| 720 | ), |
| 721 | 'Composer\\Installers\\MiaoxingInstaller' => array( |
| 722 | 'version' => '1.12.0.0', |
| 723 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php' |
| 724 | ), |
| 725 | 'Composer\\Installers\\PrestashopInstaller' => array( |
| 726 | 'version' => '1.12.0.0', |
| 727 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php' |
| 728 | ), |
| 729 | 'Composer\\Installers\\LaravelInstaller' => array( |
| 730 | 'version' => '1.12.0.0', |
| 731 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php' |
| 732 | ), |
| 733 | 'Composer\\Installers\\EliasisInstaller' => array( |
| 734 | 'version' => '1.12.0.0', |
| 735 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php' |
| 736 | ), |
| 737 | 'Composer\\Installers\\WinterInstaller' => array( |
| 738 | 'version' => '1.12.0.0', |
| 739 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WinterInstaller.php' |
| 740 | ), |
| 741 | 'Composer\\Installers\\MauticInstaller' => array( |
| 742 | 'version' => '1.12.0.0', |
| 743 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php' |
| 744 | ), |
| 745 | 'Composer\\Installers\\LanManagementSystemInstaller' => array( |
| 746 | 'version' => '1.12.0.0', |
| 747 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php' |
| 748 | ), |
| 749 | 'Composer\\Installers\\DokuWikiInstaller' => array( |
| 750 | 'version' => '1.12.0.0', |
| 751 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php' |
| 752 | ), |
| 753 | 'Composer\\Installers\\AttogramInstaller' => array( |
| 754 | 'version' => '1.12.0.0', |
| 755 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AttogramInstaller.php' |
| 756 | ), |
| 757 | 'Composer\\Installers\\PiwikInstaller' => array( |
| 758 | 'version' => '1.12.0.0', |
| 759 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php' |
| 760 | ), |
| 761 | 'Composer\\Installers\\DframeInstaller' => array( |
| 762 | 'version' => '1.12.0.0', |
| 763 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php' |
| 764 | ), |
| 765 | 'Composer\\Installers\\WordPressInstaller' => array( |
| 766 | 'version' => '1.12.0.0', |
| 767 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php' |
| 768 | ), |
| 769 | 'Composer\\Installers\\ProcessWireInstaller' => array( |
| 770 | 'version' => '1.12.0.0', |
| 771 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php' |
| 772 | ), |
| 773 | 'Composer\\Installers\\CroogoInstaller' => array( |
| 774 | 'version' => '1.12.0.0', |
| 775 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php' |
| 776 | ), |
| 777 | 'Composer\\Installers\\SMFInstaller' => array( |
| 778 | 'version' => '1.12.0.0', |
| 779 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php' |
| 780 | ), |
| 781 | 'Composer\\Installers\\MicroweberInstaller' => array( |
| 782 | 'version' => '1.12.0.0', |
| 783 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php' |
| 784 | ), |
| 785 | 'Composer\\Installers\\TYPO3CmsInstaller' => array( |
| 786 | 'version' => '1.12.0.0', |
| 787 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php' |
| 788 | ), |
| 789 | 'Composer\\Installers\\CakePHPInstaller' => array( |
| 790 | 'version' => '1.12.0.0', |
| 791 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php' |
| 792 | ), |
| 793 | 'Composer\\Installers\\ModxInstaller' => array( |
| 794 | 'version' => '1.12.0.0', |
| 795 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php' |
| 796 | ), |
| 797 | 'Composer\\Installers\\Installer' => array( |
| 798 | 'version' => '1.12.0.0', |
| 799 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php' |
| 800 | ), |
| 801 | 'Composer\\Installers\\CiviCrmInstaller' => array( |
| 802 | 'version' => '1.12.0.0', |
| 803 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php' |
| 804 | ), |
| 805 | 'Composer\\Installers\\VgmcpInstaller' => array( |
| 806 | 'version' => '1.12.0.0', |
| 807 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php' |
| 808 | ), |
| 809 | 'Composer\\Installers\\PxcmsInstaller' => array( |
| 810 | 'version' => '1.12.0.0', |
| 811 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php' |
| 812 | ), |
| 813 | 'Composer\\Installers\\Concrete5Installer' => array( |
| 814 | 'version' => '1.12.0.0', |
| 815 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php' |
| 816 | ), |
| 817 | 'Composer\\Installers\\MantisBTInstaller' => array( |
| 818 | 'version' => '1.12.0.0', |
| 819 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php' |
| 820 | ), |
| 821 | 'Composer\\Installers\\PhpBBInstaller' => array( |
| 822 | 'version' => '1.12.0.0', |
| 823 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php' |
| 824 | ), |
| 825 | 'Composer\\Installers\\MagentoInstaller' => array( |
| 826 | 'version' => '1.12.0.0', |
| 827 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php' |
| 828 | ), |
| 829 | 'Composer\\Installers\\PuppetInstaller' => array( |
| 830 | 'version' => '1.12.0.0', |
| 831 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php' |
| 832 | ), |
| 833 | 'Composer\\Installers\\SyliusInstaller' => array( |
| 834 | 'version' => '1.12.0.0', |
| 835 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyliusInstaller.php' |
| 836 | ), |
| 837 | 'Composer\\Installers\\AnnotateCmsInstaller' => array( |
| 838 | 'version' => '1.12.0.0', |
| 839 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php' |
| 840 | ), |
| 841 | 'Composer\\Installers\\YawikInstaller' => array( |
| 842 | 'version' => '1.12.0.0', |
| 843 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php' |
| 844 | ), |
| 845 | 'Composer\\Installers\\VanillaInstaller' => array( |
| 846 | 'version' => '1.12.0.0', |
| 847 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php' |
| 848 | ), |
| 849 | 'Composer\\Installers\\Redaxo5Installer' => array( |
| 850 | 'version' => '1.12.0.0', |
| 851 | 'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php' |
| 852 | ), |
| 853 | 'Automattic\\WooCommerce\\Vendor\\Psr\\Container\\ContainerExceptionInterface' => array( |
| 854 | 'version' => '7.4.0.0', |
| 855 | 'path' => $baseDir . '/lib/packages/Psr/Container/ContainerExceptionInterface.php' |
| 856 | ), |
| 857 | 'Automattic\\WooCommerce\\Vendor\\Psr\\Container\\ContainerInterface' => array( |
| 858 | 'version' => '7.4.0.0', |
| 859 | 'path' => $baseDir . '/lib/packages/Psr/Container/ContainerInterface.php' |
| 860 | ), |
| 861 | 'Automattic\\WooCommerce\\Vendor\\Psr\\Container\\NotFoundExceptionInterface' => array( |
| 862 | 'version' => '7.4.0.0', |
| 863 | 'path' => $baseDir . '/lib/packages/Psr/Container/NotFoundExceptionInterface.php' |
| 864 | ), |
| 865 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareInterface' => array( |
| 866 | 'version' => '7.4.0.0', |
| 867 | 'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareInterface.php' |
| 868 | ), |
| 869 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregateInterface' => array( |
| 870 | 'version' => '7.4.0.0', |
| 871 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php' |
| 872 | ), |
| 873 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregate' => array( |
| 874 | 'version' => '7.4.0.0', |
| 875 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregate.php' |
| 876 | ), |
| 877 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionInterface' => array( |
| 878 | 'version' => '7.4.0.0', |
| 879 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionInterface.php' |
| 880 | ), |
| 881 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\Definition' => array( |
| 882 | 'version' => '7.4.0.0', |
| 883 | 'path' => $baseDir . '/lib/packages/League/Container/Definition/Definition.php' |
| 884 | ), |
| 885 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ReflectionContainer' => array( |
| 886 | 'version' => '7.4.0.0', |
| 887 | 'path' => $baseDir . '/lib/packages/League/Container/ReflectionContainer.php' |
| 888 | ), |
| 889 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\Inflector' => array( |
| 890 | 'version' => '7.4.0.0', |
| 891 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/Inflector.php' |
| 892 | ), |
| 893 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregateInterface' => array( |
| 894 | 'version' => '7.4.0.0', |
| 895 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php' |
| 896 | ), |
| 897 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorInterface' => array( |
| 898 | 'version' => '7.4.0.0', |
| 899 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorInterface.php' |
| 900 | ), |
| 901 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregate' => array( |
| 902 | 'version' => '7.4.0.0', |
| 903 | 'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregate.php' |
| 904 | ), |
| 905 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderInterface' => array( |
| 906 | 'version' => '7.4.0.0', |
| 907 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php' |
| 908 | ), |
| 909 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\BootableServiceProviderInterface' => array( |
| 910 | 'version' => '7.4.0.0', |
| 911 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php' |
| 912 | ), |
| 913 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregate' => array( |
| 914 | 'version' => '7.4.0.0', |
| 915 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php' |
| 916 | ), |
| 917 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\AbstractServiceProvider' => array( |
| 918 | 'version' => '7.4.0.0', |
| 919 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php' |
| 920 | ), |
| 921 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregateInterface' => array( |
| 922 | 'version' => '7.4.0.0', |
| 923 | 'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php' |
| 924 | ), |
| 925 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\NotFoundException' => array( |
| 926 | 'version' => '7.4.0.0', |
| 927 | 'path' => $baseDir . '/lib/packages/League/Container/Exception/NotFoundException.php' |
| 928 | ), |
| 929 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\ContainerException' => array( |
| 930 | 'version' => '7.4.0.0', |
| 931 | 'path' => $baseDir . '/lib/packages/League/Container/Exception/ContainerException.php' |
| 932 | ), |
| 933 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Container' => array( |
| 934 | 'version' => '7.4.0.0', |
| 935 | 'path' => $baseDir . '/lib/packages/League/Container/Container.php' |
| 936 | ), |
| 937 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareTrait' => array( |
| 938 | 'version' => '7.4.0.0', |
| 939 | 'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareTrait.php' |
| 940 | ), |
| 941 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassName' => array( |
| 942 | 'version' => '7.4.0.0', |
| 943 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassName.php' |
| 944 | ), |
| 945 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgument' => array( |
| 946 | 'version' => '7.4.0.0', |
| 947 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgument.php' |
| 948 | ), |
| 949 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameWithOptionalValue' => array( |
| 950 | 'version' => '7.4.0.0', |
| 951 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php' |
| 952 | ), |
| 953 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverTrait' => array( |
| 954 | 'version' => '7.4.0.0', |
| 955 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverTrait.php' |
| 956 | ), |
| 957 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameInterface' => array( |
| 958 | 'version' => '7.4.0.0', |
| 959 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameInterface.php' |
| 960 | ), |
| 961 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgumentInterface' => array( |
| 962 | 'version' => '7.4.0.0', |
| 963 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgumentInterface.php' |
| 964 | ), |
| 965 | 'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverInterface' => array( |
| 966 | 'version' => '7.4.0.0', |
| 967 | 'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverInterface.php' |
| 968 | ), |
| 969 | 'Automattic\\WooCommerce\\Tests\\Caching\\InvalidObjectCacheClass' => array( |
| 970 | 'version' => '7.4.0.0', |
| 971 | 'path' => $baseDir . '/tests/php/src/Caching/InvalidObjectCacheClass.php' |
| 972 | ), |
| 973 | 'Automattic\\WooCommerce\\Tests\\Caching\\ObjectCacheTest' => array( |
| 974 | 'version' => '7.4.0.0', |
| 975 | 'path' => $baseDir . '/tests/php/src/Caching/ObjectCacheTest.php' |
| 976 | ), |
| 977 | 'Automattic\\WooCommerce\\Tests\\Caching\\InMemoryObjectCacheEngine' => array( |
| 978 | 'version' => '7.4.0.0', |
| 979 | 'path' => $baseDir . '/tests/php/src/Caching/InMemoryObjectCacheEngine.php' |
| 980 | ), |
| 981 | 'Automattic\\WooCommerce\\Tests\\Caching\\CacheExceptionTest' => array( |
| 982 | 'version' => '7.4.0.0', |
| 983 | 'path' => $baseDir . '/tests/php/src/Caching/CacheExceptionTest.php' |
| 984 | ), |
| 985 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingRecommendationsTest' => array( |
| 986 | 'version' => '7.4.0.0', |
| 987 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingRecommendationsTest.php' |
| 988 | ), |
| 989 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingCampaignTypesTest' => array( |
| 990 | 'version' => '7.4.0.0', |
| 991 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingCampaignTypesTest.php' |
| 992 | ), |
| 993 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingCampaignsTest' => array( |
| 994 | 'version' => '7.4.0.0', |
| 995 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingCampaignsTest.php' |
| 996 | ), |
| 997 | 'Automattic\\WooCommerce\\Tests\\Admin\\API\\MarketingChannelsTest' => array( |
| 998 | 'version' => '7.4.0.0', |
| 999 | 'path' => $baseDir . '/tests/php/src/Admin/API/MarketingChannelsTest.php' |
| 1000 | ), |
| 1001 | 'Automattic\\WooCommerce\\Tests\\Admin\\Marketing\\MarketingCampaignTest' => array( |
| 1002 | 'version' => '7.4.0.0', |
| 1003 | 'path' => $baseDir . '/tests/php/src/Admin/Marketing/MarketingCampaignTest.php' |
| 1004 | ), |
| 1005 | 'Automattic\\WooCommerce\\Tests\\Admin\\Marketing\\MarketingChannelsTest' => array( |
| 1006 | 'version' => '7.4.0.0', |
| 1007 | 'path' => $baseDir . '/tests/php/src/Admin/Marketing/MarketingChannelsTest.php' |
| 1008 | ), |
| 1009 | 'Automattic\\WooCommerce\\Tests\\Proxies\\DynamicDecoratorTest' => array( |
| 1010 | 'version' => '7.4.0.0', |
| 1011 | 'path' => $baseDir . '/tests/php/src/Proxies/DynamicDecoratorTest.php' |
| 1012 | ), |
| 1013 | 'Automattic\\WooCommerce\\Tests\\Proxies\\MockableLegacyProxyTest' => array( |
| 1014 | 'version' => '7.4.0.0', |
| 1015 | 'path' => $baseDir . '/tests/php/src/Proxies/MockableLegacyProxyTest.php' |
| 1016 | ), |
| 1017 | 'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassWithReplaceableMembers' => array( |
| 1018 | 'version' => '7.4.0.0', |
| 1019 | 'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassWithReplaceableMembers.php' |
| 1020 | ), |
| 1021 | 'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassThatDependsOnLegacyCode' => array( |
| 1022 | 'version' => '7.4.0.0', |
| 1023 | 'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php' |
| 1024 | ), |
| 1025 | 'Automattic\\WooCommerce\\Tests\\Proxies\\LegacyProxyTest' => array( |
| 1026 | 'version' => '7.4.0.0', |
| 1027 | 'path' => $baseDir . '/tests/php/src/Proxies/LegacyProxyTest.php' |
| 1028 | ), |
| 1029 | 'Automattic\\WooCommerce\\Tests\\Proxies\\ClassThatDependsOnLegacyCodeTest' => array( |
| 1030 | 'version' => '7.4.0.0', |
| 1031 | 'path' => $baseDir . '/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php' |
| 1032 | ), |
| 1033 | 'PostsToOrdersMigrationControllerTest' => array( |
| 1034 | 'version' => '7.4.0.0', |
| 1035 | 'path' => $baseDir . '/tests/php/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationControllerTest.php' |
| 1036 | ), |
| 1037 | 'Automattic\\WooCommerce\\Tests\\Utilities\\NumberUtilTest' => array( |
| 1038 | 'version' => '7.4.0.0', |
| 1039 | 'path' => $baseDir . '/tests/php/src/Utilities/NumberUtilTest.php' |
| 1040 | ), |
| 1041 | 'Automattic\\WooCommerce\\Tests\\Utilities\\PluginUtilTests' => array( |
| 1042 | 'version' => '7.4.0.0', |
| 1043 | 'path' => $baseDir . '/tests/php/src/Utilities/PluginUtilTests.php' |
| 1044 | ), |
| 1045 | 'Automattic\\WooCommerce\\Tests\\Utilities\\StringUtilTest' => array( |
| 1046 | 'version' => '7.4.0.0', |
| 1047 | 'path' => $baseDir . '/tests/php/src/Utilities/StringUtilTest.php' |
| 1048 | ), |
| 1049 | 'Automattic\\WooCommerce\\Tests\\Utilities\\ArrayUtilTest' => array( |
| 1050 | 'version' => '7.4.0.0', |
| 1051 | 'path' => $baseDir . '/tests/php/src/Utilities/ArrayUtilTest.php' |
| 1052 | ), |
| 1053 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductDownloads\\RegisterTest' => array( |
| 1054 | 'version' => '7.4.0.0', |
| 1055 | 'path' => $baseDir . '/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/RegisterTest.php' |
| 1056 | ), |
| 1057 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductDownloads\\SynchronizeTest' => array( |
| 1058 | 'version' => '7.4.0.0', |
| 1059 | 'path' => $baseDir . '/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/SynchronizeTest.php' |
| 1060 | ), |
| 1061 | 'Automattic\\WooCommerce\\Tests\\Internal\\WCCom\\ConnectionHelperTest' => array( |
| 1062 | 'version' => '7.4.0.0', |
| 1063 | 'path' => $baseDir . '/tests/php/src/Internal/WCCom/ConnectionHelperTest.php' |
| 1064 | ), |
| 1065 | 'OrdersTableDataStoreTests' => array( |
| 1066 | 'version' => '7.4.0.0', |
| 1067 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreTests.php' |
| 1068 | ), |
| 1069 | 'DataSynchronizerTests' => array( |
| 1070 | 'version' => '7.4.0.0', |
| 1071 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/DataSynchronizerTests.php' |
| 1072 | ), |
| 1073 | 'OrdersTableRefundDataStoreTests' => array( |
| 1074 | 'version' => '7.4.0.0', |
| 1075 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableRefundDataStoreTests.php' |
| 1076 | ), |
| 1077 | 'OrdersTableDataStoreRestOrdersControllerTests' => array( |
| 1078 | 'version' => '7.4.0.0', |
| 1079 | 'path' => $baseDir . '/tests/php/src/Internal/DataStores/Orders/OrdersTableDataStoreRestOrdersControllerTests.php' |
| 1080 | ), |
| 1081 | 'Automattic\\WooCommerce\\Tests\\Internal\\RestApiUtilTest' => array( |
| 1082 | 'version' => '7.4.0.0', |
| 1083 | 'path' => $baseDir . '/tests/php/src/Internal/RestApiUtilTest.php' |
| 1084 | ), |
| 1085 | 'Automattic\\WooCommerce\\Tests\\Internal\\DownloadPermissionsAdjusterTest' => array( |
| 1086 | 'version' => '7.4.0.0', |
| 1087 | 'path' => $baseDir . '/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php' |
| 1088 | ), |
| 1089 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\AbstractServiceProviderTest' => array( |
| 1090 | 'version' => '7.4.0.0', |
| 1091 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php' |
| 1092 | ), |
| 1093 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExtendedContainerTest' => array( |
| 1094 | 'version' => '7.4.0.0', |
| 1095 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php' |
| 1096 | ), |
| 1097 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNonFinalInjectionMethod' => array( |
| 1098 | 'version' => '7.4.0.0', |
| 1099 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php' |
| 1100 | ), |
| 1101 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array( |
| 1102 | 'version' => '7.4.0.0', |
| 1103 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php' |
| 1104 | ), |
| 1105 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClass' => array( |
| 1106 | 'version' => '7.4.0.0', |
| 1107 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php' |
| 1108 | ), |
| 1109 | 'ClassWithLoadMethod' => array( |
| 1110 | 'version' => '7.4.0.0', |
| 1111 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithLoadMethod.php' |
| 1112 | ), |
| 1113 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInjectionMethodArgumentWithoutTypeHint' => array( |
| 1114 | 'version' => '7.4.0.0', |
| 1115 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php' |
| 1116 | ), |
| 1117 | 'ClassWithSingleton' => array( |
| 1118 | 'version' => '7.4.0.0', |
| 1119 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithSingleton.php' |
| 1120 | ), |
| 1121 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithScalarInjectionMethodArgument' => array( |
| 1122 | 'version' => '7.4.0.0', |
| 1123 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php' |
| 1124 | ), |
| 1125 | 'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithDependencies' => array( |
| 1126 | 'version' => '7.4.0.0', |
| 1127 | 'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php' |
| 1128 | ), |
| 1129 | 'Automattic\\WooCommerce\\Tests\\Internal\\AssignDefaultCategoryTest' => array( |
| 1130 | 'version' => '7.4.0.0', |
| 1131 | 'path' => $baseDir . '/tests/php/src/Internal/AssignDefaultCategoryTest.php' |
| 1132 | ), |
| 1133 | 'Automattic\\WooCommerce\\Tests\\Internal\\Traits\\AccessiblePrivateMethodsTest' => array( |
| 1134 | 'version' => '7.4.0.0', |
| 1135 | 'path' => $baseDir . '/tests/php/src/Internal/Traits/AccessiblePrivateMethodsTest.php' |
| 1136 | ), |
| 1137 | 'Automattic\\WooCommerce\\Tests\\Internal\\Traits\\BaseClass' => array( |
| 1138 | 'version' => '7.4.0.0', |
| 1139 | 'path' => $baseDir . '/tests/php/src/Internal/Traits/AccessiblePrivateMethodsTest.php' |
| 1140 | ), |
| 1141 | 'COTRedirectionControllerTest' => array( |
| 1142 | 'version' => '7.4.0.0', |
| 1143 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/Orders/COTRedirectionControllerTest.php' |
| 1144 | ), |
| 1145 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsTest' => array( |
| 1146 | 'version' => '7.4.0.0', |
| 1147 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsTest.php' |
| 1148 | ), |
| 1149 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsUtilTest' => array( |
| 1150 | 'version' => '7.4.0.0', |
| 1151 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsUtilTest.php' |
| 1152 | ), |
| 1153 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsCommentsOverridesTest' => array( |
| 1154 | 'version' => '7.4.0.0', |
| 1155 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsCommentsOverridesTest.php' |
| 1156 | ), |
| 1157 | 'Automattic\\WooCommerce\\Tests\\Internal\\Admin\\ProductReviews\\ReviewsListTableTest' => array( |
| 1158 | 'version' => '7.4.0.0', |
| 1159 | 'path' => $baseDir . '/tests/php/src/Internal/Admin/ProductReviews/ReviewsListTableTest.php' |
| 1160 | ), |
| 1161 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\FiltererTest' => array( |
| 1162 | 'version' => '7.4.0.0', |
| 1163 | 'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php' |
| 1164 | ), |
| 1165 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\DataRegeneratorTest' => array( |
| 1166 | 'version' => '7.4.0.0', |
| 1167 | 'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php' |
| 1168 | ), |
| 1169 | 'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\LookupDataStoreTest' => array( |
| 1170 | 'version' => '7.4.0.0', |
| 1171 | 'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php' |
| 1172 | ), |
| 1173 | 'MobileMessagingHandlerTest' => array( |
| 1174 | 'version' => '7.4.0.0', |
| 1175 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/MobileMessagingHandlerTest.php' |
| 1176 | ), |
| 1177 | 'Automattic\\WooCommerce\\Tests\\Internal\\Orders\\IppFunctionsTest' => array( |
| 1178 | 'version' => '7.4.0.0', |
| 1179 | 'path' => $baseDir . '/tests/php/src/Internal/Orders/IppFunctionsTest.php' |
| 1180 | ), |
| 1181 | 'Automattic\\WooCommerce\\Tests\\Internal\\Features\\FeaturesControllerTest' => array( |
| 1182 | 'version' => '7.4.0.0', |
| 1183 | 'path' => $baseDir . '/tests/php/src/Internal/Features/FeaturesControllerTest.php' |
| 1184 | ), |
| 1185 | 'COTMigrationUtilTest' => array( |
| 1186 | 'version' => '7.4.0.0', |
| 1187 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/COTMigrationUtilTest.php' |
| 1188 | ), |
| 1189 | 'Automattic\\WooCommerce\\Tests\\Internal\\Utilities\\URLTest' => array( |
| 1190 | 'version' => '7.4.0.0', |
| 1191 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/URLTest.php' |
| 1192 | ), |
| 1193 | 'HtmlSanitizerTest' => array( |
| 1194 | 'version' => '7.4.0.0', |
| 1195 | 'path' => $baseDir . '/tests/php/src/Internal/Utilities/HtmlSanitizerTest.php' |
| 1196 | ), |
| 1197 | 'BatchProcessingControllerTests' => array( |
| 1198 | 'version' => '7.4.0.0', |
| 1199 | 'path' => $baseDir . '/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php' |
| 1200 | ), |
| 1201 | 'Automattic\\WooCommerce\\Testing\\Tools\\DynamicDecorator' => array( |
| 1202 | 'version' => '7.4.0.0', |
| 1203 | 'path' => $baseDir . '/tests/Tools/DynamicDecorator.php' |
| 1204 | ), |
| 1205 | 'Automattic\\WooCommerce\\Testing\\Tools\\FakeQueue' => array( |
| 1206 | 'version' => '7.4.0.0', |
| 1207 | 'path' => $baseDir . '/tests/Tools/FakeQueue.php' |
| 1208 | ), |
| 1209 | 'Automattic\\WooCommerce\\Testing\\Tools\\DependencyManagement\\MockableLegacyProxy' => array( |
| 1210 | 'version' => '7.4.0.0', |
| 1211 | 'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php' |
| 1212 | ), |
| 1213 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\StaticMockerHack' => array( |
| 1214 | 'version' => '7.4.0.0', |
| 1215 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php' |
| 1216 | ), |
| 1217 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\BypassFinalsHack' => array( |
| 1218 | 'version' => '7.4.0.0', |
| 1219 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php' |
| 1220 | ), |
| 1221 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\FunctionsMockerHack' => array( |
| 1222 | 'version' => '7.4.0.0', |
| 1223 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php' |
| 1224 | ), |
| 1225 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\CodeHack' => array( |
| 1226 | 'version' => '7.4.0.0', |
| 1227 | 'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/CodeHack.php' |
| 1228 | ), |
| 1229 | 'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\CodeHacker' => array( |
| 1230 | 'version' => '7.4.0.0', |
| 1231 | 'path' => $baseDir . '/tests/Tools/CodeHacking/CodeHacker.php' |
| 1232 | ), |
| 1233 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidCartException' => array( |
| 1234 | 'version' => '9.4.3.0', |
| 1235 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidCartException.php' |
| 1236 | ), |
| 1237 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidStockLevelsInCartException' => array( |
| 1238 | 'version' => '9.4.3.0', |
| 1239 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidStockLevelsInCartException.php' |
| 1240 | ), |
| 1241 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\RouteException' => array( |
| 1242 | 'version' => '9.4.3.0', |
| 1243 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/RouteException.php' |
| 1244 | ), |
| 1245 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\PartialOutOfStockException' => array( |
| 1246 | 'version' => '9.4.3.0', |
| 1247 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/PartialOutOfStockException.php' |
| 1248 | ), |
| 1249 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\OutOfStockException' => array( |
| 1250 | 'version' => '9.4.3.0', |
| 1251 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/OutOfStockException.php' |
| 1252 | ), |
| 1253 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\StockAvailabilityException' => array( |
| 1254 | 'version' => '9.4.3.0', |
| 1255 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/StockAvailabilityException.php' |
| 1256 | ), |
| 1257 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\TooManyInCartException' => array( |
| 1258 | 'version' => '9.4.3.0', |
| 1259 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/TooManyInCartException.php' |
| 1260 | ), |
| 1261 | 'Automattic\\WooCommerce\\StoreApi\\Exceptions\\NotPurchasableException' => array( |
| 1262 | 'version' => '9.4.3.0', |
| 1263 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/NotPurchasableException.php' |
| 1264 | ), |
| 1265 | 'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentContext' => array( |
| 1266 | 'version' => '9.4.3.0', |
| 1267 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentContext.php' |
| 1268 | ), |
| 1269 | 'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentResult' => array( |
| 1270 | 'version' => '9.4.3.0', |
| 1271 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentResult.php' |
| 1272 | ), |
| 1273 | 'Automattic\\WooCommerce\\StoreApi\\Formatters' => array( |
| 1274 | 'version' => '9.4.3.0', |
| 1275 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters.php' |
| 1276 | ), |
| 1277 | 'Automattic\\WooCommerce\\StoreApi\\Legacy' => array( |
| 1278 | 'version' => '9.4.3.0', |
| 1279 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Legacy.php' |
| 1280 | ), |
| 1281 | 'Automattic\\WooCommerce\\StoreApi\\SchemaController' => array( |
| 1282 | 'version' => '9.4.3.0', |
| 1283 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/SchemaController.php' |
| 1284 | ), |
| 1285 | 'Automattic\\WooCommerce\\StoreApi\\SessionHandler' => array( |
| 1286 | 'version' => '9.4.3.0', |
| 1287 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/SessionHandler.php' |
| 1288 | ), |
| 1289 | 'Automattic\\WooCommerce\\StoreApi\\StoreApi' => array( |
| 1290 | 'version' => '9.4.3.0', |
| 1291 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/StoreApi.php' |
| 1292 | ), |
| 1293 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\JsonWebToken' => array( |
| 1294 | 'version' => '9.4.3.0', |
| 1295 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/JsonWebToken.php' |
| 1296 | ), |
| 1297 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\OrderController' => array( |
| 1298 | 'version' => '9.4.3.0', |
| 1299 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php' |
| 1300 | ), |
| 1301 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ArrayUtils' => array( |
| 1302 | 'version' => '9.4.3.0', |
| 1303 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ArrayUtils.php' |
| 1304 | ), |
| 1305 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\QuantityLimits' => array( |
| 1306 | 'version' => '9.4.3.0', |
| 1307 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/QuantityLimits.php' |
| 1308 | ), |
| 1309 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\Pagination' => array( |
| 1310 | 'version' => '9.4.3.0', |
| 1311 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php' |
| 1312 | ), |
| 1313 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQueryFilters' => array( |
| 1314 | 'version' => '9.4.3.0', |
| 1315 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQueryFilters.php' |
| 1316 | ), |
| 1317 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\RateLimits' => array( |
| 1318 | 'version' => '9.4.3.0', |
| 1319 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/RateLimits.php' |
| 1320 | ), |
| 1321 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\NoticeHandler' => array( |
| 1322 | 'version' => '9.4.3.0', |
| 1323 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php' |
| 1324 | ), |
| 1325 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\DraftOrderTrait' => array( |
| 1326 | 'version' => '9.4.3.0', |
| 1327 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/DraftOrderTrait.php' |
| 1328 | ), |
| 1329 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQuery' => array( |
| 1330 | 'version' => '9.4.3.0', |
| 1331 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQuery.php' |
| 1332 | ), |
| 1333 | 'Automattic\\WooCommerce\\StoreApi\\Utilities\\CartController' => array( |
| 1334 | 'version' => '9.4.3.0', |
| 1335 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php' |
| 1336 | ), |
| 1337 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\ExtendSchema' => array( |
| 1338 | 'version' => '9.4.3.0', |
| 1339 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ExtendSchema.php' |
| 1340 | ), |
| 1341 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartItemSchema' => array( |
| 1342 | 'version' => '9.4.3.0', |
| 1343 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartItemSchema.php' |
| 1344 | ), |
| 1345 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCollectionDataSchema' => array( |
| 1346 | 'version' => '9.4.3.0', |
| 1347 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCollectionDataSchema.php' |
| 1348 | ), |
| 1349 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductReviewSchema' => array( |
| 1350 | 'version' => '9.4.3.0', |
| 1351 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductReviewSchema.php' |
| 1352 | ), |
| 1353 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductSchema' => array( |
| 1354 | 'version' => '9.4.3.0', |
| 1355 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductSchema.php' |
| 1356 | ), |
| 1357 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ImageAttachmentSchema' => array( |
| 1358 | 'version' => '9.4.3.0', |
| 1359 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php' |
| 1360 | ), |
| 1361 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CheckoutSchema' => array( |
| 1362 | 'version' => '9.4.3.0', |
| 1363 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutSchema.php' |
| 1364 | ), |
| 1365 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCategorySchema' => array( |
| 1366 | 'version' => '9.4.3.0', |
| 1367 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCategorySchema.php' |
| 1368 | ), |
| 1369 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ShippingAddressSchema' => array( |
| 1370 | 'version' => '9.4.3.0', |
| 1371 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ShippingAddressSchema.php' |
| 1372 | ), |
| 1373 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ErrorSchema' => array( |
| 1374 | 'version' => '9.4.3.0', |
| 1375 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ErrorSchema.php' |
| 1376 | ), |
| 1377 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartShippingRateSchema' => array( |
| 1378 | 'version' => '9.4.3.0', |
| 1379 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php' |
| 1380 | ), |
| 1381 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartCouponSchema' => array( |
| 1382 | 'version' => '9.4.3.0', |
| 1383 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartCouponSchema.php' |
| 1384 | ), |
| 1385 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\OrderCouponSchema' => array( |
| 1386 | 'version' => '9.4.3.0', |
| 1387 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderCouponSchema.php' |
| 1388 | ), |
| 1389 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartExtensionsSchema' => array( |
| 1390 | 'version' => '9.4.3.0', |
| 1391 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartExtensionsSchema.php' |
| 1392 | ), |
| 1393 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\TermSchema' => array( |
| 1394 | 'version' => '9.4.3.0', |
| 1395 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/TermSchema.php' |
| 1396 | ), |
| 1397 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BillingAddressSchema' => array( |
| 1398 | 'version' => '9.4.3.0', |
| 1399 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BillingAddressSchema.php' |
| 1400 | ), |
| 1401 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractAddressSchema' => array( |
| 1402 | 'version' => '9.4.3.0', |
| 1403 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php' |
| 1404 | ), |
| 1405 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartFeeSchema' => array( |
| 1406 | 'version' => '9.4.3.0', |
| 1407 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartFeeSchema.php' |
| 1408 | ), |
| 1409 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductAttributeSchema' => array( |
| 1410 | 'version' => '9.4.3.0', |
| 1411 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductAttributeSchema.php' |
| 1412 | ), |
| 1413 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartSchema' => array( |
| 1414 | 'version' => '9.4.3.0', |
| 1415 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartSchema.php' |
| 1416 | ), |
| 1417 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractSchema' => array( |
| 1418 | 'version' => '9.4.3.0', |
| 1419 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractSchema.php' |
| 1420 | ), |
| 1421 | 'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BatchSchema' => array( |
| 1422 | 'version' => '9.4.3.0', |
| 1423 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php' |
| 1424 | ), |
| 1425 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\RouteInterface' => array( |
| 1426 | 'version' => '9.4.3.0', |
| 1427 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php' |
| 1428 | ), |
| 1429 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractTermsRoute' => array( |
| 1430 | 'version' => '9.4.3.0', |
| 1431 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractTermsRoute.php' |
| 1432 | ), |
| 1433 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractCartRoute' => array( |
| 1434 | 'version' => '9.4.3.0', |
| 1435 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php' |
| 1436 | ), |
| 1437 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategories' => array( |
| 1438 | 'version' => '9.4.3.0', |
| 1439 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategories.php' |
| 1440 | ), |
| 1441 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveItem' => array( |
| 1442 | 'version' => '9.4.3.0', |
| 1443 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php' |
| 1444 | ), |
| 1445 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributesById' => array( |
| 1446 | 'version' => '9.4.3.0', |
| 1447 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributesById.php' |
| 1448 | ), |
| 1449 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCouponsByCode' => array( |
| 1450 | 'version' => '9.4.3.0', |
| 1451 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCouponsByCode.php' |
| 1452 | ), |
| 1453 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductReviews' => array( |
| 1454 | 'version' => '9.4.3.0', |
| 1455 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductReviews.php' |
| 1456 | ), |
| 1457 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Cart' => array( |
| 1458 | 'version' => '9.4.3.0', |
| 1459 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Cart.php' |
| 1460 | ), |
| 1461 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveCoupon' => array( |
| 1462 | 'version' => '9.4.3.0', |
| 1463 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveCoupon.php' |
| 1464 | ), |
| 1465 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Batch' => array( |
| 1466 | 'version' => '9.4.3.0', |
| 1467 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Batch.php' |
| 1468 | ), |
| 1469 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Checkout' => array( |
| 1470 | 'version' => '9.4.3.0', |
| 1471 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php' |
| 1472 | ), |
| 1473 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateItem' => array( |
| 1474 | 'version' => '9.4.3.0', |
| 1475 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateItem.php' |
| 1476 | ), |
| 1477 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItemsByKey' => array( |
| 1478 | 'version' => '9.4.3.0', |
| 1479 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItemsByKey.php' |
| 1480 | ), |
| 1481 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Products' => array( |
| 1482 | 'version' => '9.4.3.0', |
| 1483 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Products.php' |
| 1484 | ), |
| 1485 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartApplyCoupon' => array( |
| 1486 | 'version' => '9.4.3.0', |
| 1487 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php' |
| 1488 | ), |
| 1489 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategoriesById' => array( |
| 1490 | 'version' => '9.4.3.0', |
| 1491 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategoriesById.php' |
| 1492 | ), |
| 1493 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartAddItem' => array( |
| 1494 | 'version' => '9.4.3.0', |
| 1495 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php' |
| 1496 | ), |
| 1497 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributes' => array( |
| 1498 | 'version' => '9.4.3.0', |
| 1499 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributes.php' |
| 1500 | ), |
| 1501 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateCustomer' => array( |
| 1502 | 'version' => '9.4.3.0', |
| 1503 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateCustomer.php' |
| 1504 | ), |
| 1505 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractRoute' => array( |
| 1506 | 'version' => '9.4.3.0', |
| 1507 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractRoute.php' |
| 1508 | ), |
| 1509 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCoupons' => array( |
| 1510 | 'version' => '9.4.3.0', |
| 1511 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCoupons.php' |
| 1512 | ), |
| 1513 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItems' => array( |
| 1514 | 'version' => '9.4.3.0', |
| 1515 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php' |
| 1516 | ), |
| 1517 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsById' => array( |
| 1518 | 'version' => '9.4.3.0', |
| 1519 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsById.php' |
| 1520 | ), |
| 1521 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributeTerms' => array( |
| 1522 | 'version' => '9.4.3.0', |
| 1523 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributeTerms.php' |
| 1524 | ), |
| 1525 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartExtensions' => array( |
| 1526 | 'version' => '9.4.3.0', |
| 1527 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php' |
| 1528 | ), |
| 1529 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartSelectShippingRate' => array( |
| 1530 | 'version' => '9.4.3.0', |
| 1531 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php' |
| 1532 | ), |
| 1533 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductTags' => array( |
| 1534 | 'version' => '9.4.3.0', |
| 1535 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php' |
| 1536 | ), |
| 1537 | 'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCollectionData' => array( |
| 1538 | 'version' => '9.4.3.0', |
| 1539 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCollectionData.php' |
| 1540 | ), |
| 1541 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\CurrencyFormatter' => array( |
| 1542 | 'version' => '9.4.3.0', |
| 1543 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php' |
| 1544 | ), |
| 1545 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\FormatterInterface' => array( |
| 1546 | 'version' => '9.4.3.0', |
| 1547 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php' |
| 1548 | ), |
| 1549 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\HtmlFormatter' => array( |
| 1550 | 'version' => '9.4.3.0', |
| 1551 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php' |
| 1552 | ), |
| 1553 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\MoneyFormatter' => array( |
| 1554 | 'version' => '9.4.3.0', |
| 1555 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php' |
| 1556 | ), |
| 1557 | 'Automattic\\WooCommerce\\StoreApi\\Formatters\\DefaultFormatter' => array( |
| 1558 | 'version' => '9.4.3.0', |
| 1559 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php' |
| 1560 | ), |
| 1561 | 'Automattic\\WooCommerce\\StoreApi\\RoutesController' => array( |
| 1562 | 'version' => '9.4.3.0', |
| 1563 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/RoutesController.php' |
| 1564 | ), |
| 1565 | 'Automattic\\WooCommerce\\StoreApi\\Authentication' => array( |
| 1566 | 'version' => '9.4.3.0', |
| 1567 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Authentication.php' |
| 1568 | ), |
| 1569 | 'Automattic\\WooCommerce\\Blocks\\InboxNotifications' => array( |
| 1570 | 'version' => '9.4.3.0', |
| 1571 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/InboxNotifications.php' |
| 1572 | ), |
| 1573 | 'Automattic\\WooCommerce\\Blocks\\Registry\\SharedType' => array( |
| 1574 | 'version' => '9.4.3.0', |
| 1575 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/SharedType.php' |
| 1576 | ), |
| 1577 | 'Automattic\\WooCommerce\\Blocks\\Registry\\Container' => array( |
| 1578 | 'version' => '9.4.3.0', |
| 1579 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/Container.php' |
| 1580 | ), |
| 1581 | 'Automattic\\WooCommerce\\Blocks\\Registry\\AbstractDependencyType' => array( |
| 1582 | 'version' => '9.4.3.0', |
| 1583 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php' |
| 1584 | ), |
| 1585 | 'Automattic\\WooCommerce\\Blocks\\Registry\\FactoryType' => array( |
| 1586 | 'version' => '9.4.3.0', |
| 1587 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/FactoryType.php' |
| 1588 | ), |
| 1589 | 'Automattic\\WooCommerce\\Blocks\\BlockPatterns' => array( |
| 1590 | 'version' => '9.4.3.0', |
| 1591 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockPatterns.php' |
| 1592 | ), |
| 1593 | 'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodRegistry' => array( |
| 1594 | 'version' => '9.4.3.0', |
| 1595 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php' |
| 1596 | ), |
| 1597 | 'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodTypeInterface' => array( |
| 1598 | 'version' => '9.4.3.0', |
| 1599 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php' |
| 1600 | ), |
| 1601 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\CashOnDelivery' => array( |
| 1602 | 'version' => '9.4.3.0', |
| 1603 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php' |
| 1604 | ), |
| 1605 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\AbstractPaymentMethodType' => array( |
| 1606 | 'version' => '9.4.3.0', |
| 1607 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php' |
| 1608 | ), |
| 1609 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\BankTransfer' => array( |
| 1610 | 'version' => '9.4.3.0', |
| 1611 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php' |
| 1612 | ), |
| 1613 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\PayPal' => array( |
| 1614 | 'version' => '9.4.3.0', |
| 1615 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php' |
| 1616 | ), |
| 1617 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Cheque' => array( |
| 1618 | 'version' => '9.4.3.0', |
| 1619 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php' |
| 1620 | ), |
| 1621 | 'Automattic\\WooCommerce\\Blocks\\Payments\\Api' => array( |
| 1622 | 'version' => '9.4.3.0', |
| 1623 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Api.php' |
| 1624 | ), |
| 1625 | 'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationRegistry' => array( |
| 1626 | 'version' => '9.4.3.0', |
| 1627 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php' |
| 1628 | ), |
| 1629 | 'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationInterface' => array( |
| 1630 | 'version' => '9.4.3.0', |
| 1631 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php' |
| 1632 | ), |
| 1633 | 'Automattic\\WooCommerce\\Blocks\\BlockTypesController' => array( |
| 1634 | 'version' => '9.4.3.0', |
| 1635 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypesController.php' |
| 1636 | ), |
| 1637 | 'Automattic\\WooCommerce\\Blocks\\Utils\\BlockTemplateUtils' => array( |
| 1638 | 'version' => '9.4.3.0', |
| 1639 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php' |
| 1640 | ), |
| 1641 | 'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => array( |
| 1642 | 'version' => '9.4.3.0', |
| 1643 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php' |
| 1644 | ), |
| 1645 | 'Automattic\\WooCommerce\\Blocks\\Utils\\BlocksWpQuery' => array( |
| 1646 | 'version' => '9.4.3.0', |
| 1647 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php' |
| 1648 | ), |
| 1649 | 'Automattic\\WooCommerce\\Blocks\\Options' => array( |
| 1650 | 'version' => '9.4.3.0', |
| 1651 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Options.php' |
| 1652 | ), |
| 1653 | 'Automattic\\WooCommerce\\Blocks\\Package' => array( |
| 1654 | 'version' => '9.4.3.0', |
| 1655 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Package.php' |
| 1656 | ), |
| 1657 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Bootstrap' => array( |
| 1658 | 'version' => '9.4.3.0', |
| 1659 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Bootstrap.php' |
| 1660 | ), |
| 1661 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\GoogleAnalytics' => array( |
| 1662 | 'version' => '9.4.3.0', |
| 1663 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/GoogleAnalytics.php' |
| 1664 | ), |
| 1665 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\DraftOrders' => array( |
| 1666 | 'version' => '9.4.3.0', |
| 1667 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php' |
| 1668 | ), |
| 1669 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Email\\CustomerNewAccount' => array( |
| 1670 | 'version' => '9.4.3.0', |
| 1671 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/Email/CustomerNewAccount.php' |
| 1672 | ), |
| 1673 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CreateAccount' => array( |
| 1674 | 'version' => '9.4.3.0', |
| 1675 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/CreateAccount.php' |
| 1676 | ), |
| 1677 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\FeatureGating' => array( |
| 1678 | 'version' => '9.4.3.0', |
| 1679 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php' |
| 1680 | ), |
| 1681 | 'Automattic\\WooCommerce\\Blocks\\Domain\\Package' => array( |
| 1682 | 'version' => '9.4.3.0', |
| 1683 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Package.php' |
| 1684 | ), |
| 1685 | 'Automattic\\WooCommerce\\Blocks\\Templates\\MiniCartTemplate' => array( |
| 1686 | 'version' => '9.4.3.0', |
| 1687 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Templates/MiniCartTemplate.php' |
| 1688 | ), |
| 1689 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ProductSearchResultsTemplate' => array( |
| 1690 | 'version' => '9.4.3.0', |
| 1691 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Templates/ProductSearchResultsTemplate.php' |
| 1692 | ), |
| 1693 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ClassicTemplatesCompatibility' => array( |
| 1694 | 'version' => '9.4.3.0', |
| 1695 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Templates/ClassicTemplatesCompatibility.php' |
| 1696 | ), |
| 1697 | 'Automattic\\WooCommerce\\Blocks\\Templates\\ProductAttributeTemplate' => array( |
| 1698 | 'version' => '9.4.3.0', |
| 1699 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Templates/ProductAttributeTemplate.php' |
| 1700 | ), |
| 1701 | 'Automattic\\WooCommerce\\Blocks\\Assets' => array( |
| 1702 | 'version' => '9.4.3.0', |
| 1703 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets.php' |
| 1704 | ), |
| 1705 | 'Automattic\\WooCommerce\\Blocks\\Shipping\\PickupLocation' => array( |
| 1706 | 'version' => '9.4.3.0', |
| 1707 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Shipping/PickupLocation.php' |
| 1708 | ), |
| 1709 | 'Automattic\\WooCommerce\\Blocks\\Shipping\\ShippingController' => array( |
| 1710 | 'version' => '9.4.3.0', |
| 1711 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Shipping/ShippingController.php' |
| 1712 | ), |
| 1713 | 'Automattic\\WooCommerce\\Blocks\\BlockTemplatesController' => array( |
| 1714 | 'version' => '9.4.3.0', |
| 1715 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTemplatesController.php' |
| 1716 | ), |
| 1717 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryCartItemsBlock' => array( |
| 1718 | 'version' => '9.4.3.0', |
| 1719 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryCartItemsBlock.php' |
| 1720 | ), |
| 1721 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryShippingBlock' => array( |
| 1722 | 'version' => '9.4.3.0', |
| 1723 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryShippingBlock.php' |
| 1724 | ), |
| 1725 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryTaxesBlock' => array( |
| 1726 | 'version' => '9.4.3.0', |
| 1727 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryTaxesBlock.php' |
| 1728 | ), |
| 1729 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractInnerBlock' => array( |
| 1730 | 'version' => '9.4.3.0', |
| 1731 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractInnerBlock.php' |
| 1732 | ), |
| 1733 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutPickupOptionsBlock' => array( |
| 1734 | 'version' => '9.4.3.0', |
| 1735 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutPickupOptionsBlock.php' |
| 1736 | ), |
| 1737 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryDiscountBlock' => array( |
| 1738 | 'version' => '9.4.3.0', |
| 1739 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryDiscountBlock.php' |
| 1740 | ), |
| 1741 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartCrossSellsProductsBlock' => array( |
| 1742 | 'version' => '9.4.3.0', |
| 1743 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartCrossSellsProductsBlock.php' |
| 1744 | ), |
| 1745 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategories' => array( |
| 1746 | 'version' => '9.4.3.0', |
| 1747 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php' |
| 1748 | ), |
| 1749 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSearch' => array( |
| 1750 | 'version' => '9.4.3.0', |
| 1751 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php' |
| 1752 | ), |
| 1753 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductBestSellers' => array( |
| 1754 | 'version' => '9.4.3.0', |
| 1755 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php' |
| 1756 | ), |
| 1757 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PriceFilter' => array( |
| 1758 | 'version' => '9.4.3.0', |
| 1759 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php' |
| 1760 | ), |
| 1761 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllReviews' => array( |
| 1762 | 'version' => '9.4.3.0', |
| 1763 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php' |
| 1764 | ), |
| 1765 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutShippingAddressBlock' => array( |
| 1766 | 'version' => '9.4.3.0', |
| 1767 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingAddressBlock.php' |
| 1768 | ), |
| 1769 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutExpressPaymentBlock' => array( |
| 1770 | 'version' => '9.4.3.0', |
| 1771 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutExpressPaymentBlock.php' |
| 1772 | ), |
| 1773 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByProduct' => array( |
| 1774 | 'version' => '9.4.3.0', |
| 1775 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php' |
| 1776 | ), |
| 1777 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductRating' => array( |
| 1778 | 'version' => '9.4.3.0', |
| 1779 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductRating.php' |
| 1780 | ), |
| 1781 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductsByAttribute' => array( |
| 1782 | 'version' => '9.4.3.0', |
| 1783 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php' |
| 1784 | ), |
| 1785 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummarySubtotalBlock' => array( |
| 1786 | 'version' => '9.4.3.0', |
| 1787 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummarySubtotalBlock.php' |
| 1788 | ), |
| 1789 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartCrossSellsBlock' => array( |
| 1790 | 'version' => '9.4.3.0', |
| 1791 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartCrossSellsBlock.php' |
| 1792 | ), |
| 1793 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutContactInformationBlock' => array( |
| 1794 | 'version' => '9.4.3.0', |
| 1795 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutContactInformationBlock.php' |
| 1796 | ), |
| 1797 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => array( |
| 1798 | 'version' => '9.4.3.0', |
| 1799 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php' |
| 1800 | ), |
| 1801 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryShippingBlock' => array( |
| 1802 | 'version' => '9.4.3.0', |
| 1803 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryShippingBlock.php' |
| 1804 | ), |
| 1805 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedItem' => array( |
| 1806 | 'version' => '9.4.3.0', |
| 1807 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedItem.php' |
| 1808 | ), |
| 1809 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryBlock' => array( |
| 1810 | 'version' => '9.4.3.0', |
| 1811 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryBlock.php' |
| 1812 | ), |
| 1813 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutBillingAddressBlock' => array( |
| 1814 | 'version' => '9.4.3.0', |
| 1815 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutBillingAddressBlock.php' |
| 1816 | ), |
| 1817 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartItemsBlock' => array( |
| 1818 | 'version' => '9.4.3.0', |
| 1819 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartItemsBlock.php' |
| 1820 | ), |
| 1821 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategoryList' => array( |
| 1822 | 'version' => '9.4.3.0', |
| 1823 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategoryList.php' |
| 1824 | ), |
| 1825 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Cart' => array( |
| 1826 | 'version' => '9.4.3.0', |
| 1827 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Cart.php' |
| 1828 | ), |
| 1829 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\HandpickedProducts' => array( |
| 1830 | 'version' => '9.4.3.0', |
| 1831 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php' |
| 1832 | ), |
| 1833 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AttributeFilter' => array( |
| 1834 | 'version' => '9.4.3.0', |
| 1835 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php' |
| 1836 | ), |
| 1837 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Checkout' => array( |
| 1838 | 'version' => '9.4.3.0', |
| 1839 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Checkout.php' |
| 1840 | ), |
| 1841 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractDynamicBlock' => array( |
| 1842 | 'version' => '9.4.3.0', |
| 1843 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php' |
| 1844 | ), |
| 1845 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductStockIndicator' => array( |
| 1846 | 'version' => '9.4.3.0', |
| 1847 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductStockIndicator.php' |
| 1848 | ), |
| 1849 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractBlock' => array( |
| 1850 | 'version' => '9.4.3.0', |
| 1851 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php' |
| 1852 | ), |
| 1853 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutFieldsBlock' => array( |
| 1854 | 'version' => '9.4.3.0', |
| 1855 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutFieldsBlock.php' |
| 1856 | ), |
| 1857 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSummary' => array( |
| 1858 | 'version' => '9.4.3.0', |
| 1859 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php' |
| 1860 | ), |
| 1861 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CustomerAccount' => array( |
| 1862 | 'version' => '9.4.3.0', |
| 1863 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CustomerAccount.php' |
| 1864 | ), |
| 1865 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductButton' => array( |
| 1866 | 'version' => '9.4.3.0', |
| 1867 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductButton.php' |
| 1868 | ), |
| 1869 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryHeadingBlock' => array( |
| 1870 | 'version' => '9.4.3.0', |
| 1871 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryHeadingBlock.php' |
| 1872 | ), |
| 1873 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCart' => array( |
| 1874 | 'version' => '9.4.3.0', |
| 1875 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php' |
| 1876 | ), |
| 1877 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryFeeBlock' => array( |
| 1878 | 'version' => '9.4.3.0', |
| 1879 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryFeeBlock.php' |
| 1880 | ), |
| 1881 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartExpressPaymentBlock' => array( |
| 1882 | 'version' => '9.4.3.0', |
| 1883 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartExpressPaymentBlock.php' |
| 1884 | ), |
| 1885 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategory' => array( |
| 1886 | 'version' => '9.4.3.0', |
| 1887 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php' |
| 1888 | ), |
| 1889 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryFeeBlock' => array( |
| 1890 | 'version' => '9.4.3.0', |
| 1891 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryFeeBlock.php' |
| 1892 | ), |
| 1893 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartLineItemsBlock' => array( |
| 1894 | 'version' => '9.4.3.0', |
| 1895 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartLineItemsBlock.php' |
| 1896 | ), |
| 1897 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTitle' => array( |
| 1898 | 'version' => '9.4.3.0', |
| 1899 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTitle.php' |
| 1900 | ), |
| 1901 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByCategory' => array( |
| 1902 | 'version' => '9.4.3.0', |
| 1903 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php' |
| 1904 | ), |
| 1905 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryBlock' => array( |
| 1906 | 'version' => '9.4.3.0', |
| 1907 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryBlock.php' |
| 1908 | ), |
| 1909 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FilterWrapper' => array( |
| 1910 | 'version' => '9.4.3.0', |
| 1911 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FilterWrapper.php' |
| 1912 | ), |
| 1913 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\SingleProduct' => array( |
| 1914 | 'version' => '9.4.3.0', |
| 1915 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php' |
| 1916 | ), |
| 1917 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImage' => array( |
| 1918 | 'version' => '9.4.3.0', |
| 1919 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php' |
| 1920 | ), |
| 1921 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\EmptyCartBlock' => array( |
| 1922 | 'version' => '9.4.3.0', |
| 1923 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/EmptyCartBlock.php' |
| 1924 | ), |
| 1925 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedProduct' => array( |
| 1926 | 'version' => '9.4.3.0', |
| 1927 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php' |
| 1928 | ), |
| 1929 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutPaymentBlock' => array( |
| 1930 | 'version' => '9.4.3.0', |
| 1931 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutPaymentBlock.php' |
| 1932 | ), |
| 1933 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryDiscountBlock' => array( |
| 1934 | 'version' => '9.4.3.0', |
| 1935 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryDiscountBlock.php' |
| 1936 | ), |
| 1937 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTopRated' => array( |
| 1938 | 'version' => '9.4.3.0', |
| 1939 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php' |
| 1940 | ), |
| 1941 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSKU' => array( |
| 1942 | 'version' => '9.4.3.0', |
| 1943 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSKU.php' |
| 1944 | ), |
| 1945 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummaryCouponFormBlock' => array( |
| 1946 | 'version' => '9.4.3.0', |
| 1947 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryCouponFormBlock.php' |
| 1948 | ), |
| 1949 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ClassicTemplate' => array( |
| 1950 | 'version' => '9.4.3.0', |
| 1951 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ClassicTemplate.php' |
| 1952 | ), |
| 1953 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductPrice' => array( |
| 1954 | 'version' => '9.4.3.0', |
| 1955 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductPrice.php' |
| 1956 | ), |
| 1957 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutShippingMethodsBlock' => array( |
| 1958 | 'version' => '9.4.3.0', |
| 1959 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodsBlock.php' |
| 1960 | ), |
| 1961 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FilledCartBlock' => array( |
| 1962 | 'version' => '9.4.3.0', |
| 1963 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FilledCartBlock.php' |
| 1964 | ), |
| 1965 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractProductGrid' => array( |
| 1966 | 'version' => '9.4.3.0', |
| 1967 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php' |
| 1968 | ), |
| 1969 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryTaxesBlock' => array( |
| 1970 | 'version' => '9.4.3.0', |
| 1971 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryTaxesBlock.php' |
| 1972 | ), |
| 1973 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutActionsBlock' => array( |
| 1974 | 'version' => '9.4.3.0', |
| 1975 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutActionsBlock.php' |
| 1976 | ), |
| 1977 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartOrderSummaryCouponFormBlock' => array( |
| 1978 | 'version' => '9.4.3.0', |
| 1979 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryCouponFormBlock.php' |
| 1980 | ), |
| 1981 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProceedToCheckoutBlock' => array( |
| 1982 | 'version' => '9.4.3.0', |
| 1983 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProceedToCheckoutBlock.php' |
| 1984 | ), |
| 1985 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartContents' => array( |
| 1986 | 'version' => '9.4.3.0', |
| 1987 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php' |
| 1988 | ), |
| 1989 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTag' => array( |
| 1990 | 'version' => '9.4.3.0', |
| 1991 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php' |
| 1992 | ), |
| 1993 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductQuery' => array( |
| 1994 | 'version' => '9.4.3.0', |
| 1995 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductQuery.php' |
| 1996 | ), |
| 1997 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutShippingMethodBlock' => array( |
| 1998 | 'version' => '9.4.3.0', |
| 1999 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodBlock.php' |
| 2000 | ), |
| 2001 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTagList' => array( |
| 2002 | 'version' => '9.4.3.0', |
| 2003 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTagList.php' |
| 2004 | ), |
| 2005 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutTermsBlock' => array( |
| 2006 | 'version' => '9.4.3.0', |
| 2007 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutTermsBlock.php' |
| 2008 | ), |
| 2009 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\RatingFilter' => array( |
| 2010 | 'version' => '9.4.3.0', |
| 2011 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/RatingFilter.php' |
| 2012 | ), |
| 2013 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartTotalsBlock' => array( |
| 2014 | 'version' => '9.4.3.0', |
| 2015 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartTotalsBlock.php' |
| 2016 | ), |
| 2017 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ActiveFilters' => array( |
| 2018 | 'version' => '9.4.3.0', |
| 2019 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php' |
| 2020 | ), |
| 2021 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSaleBadge' => array( |
| 2022 | 'version' => '9.4.3.0', |
| 2023 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSaleBadge.php' |
| 2024 | ), |
| 2025 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CartAcceptedPaymentMethodsBlock' => array( |
| 2026 | 'version' => '9.4.3.0', |
| 2027 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CartAcceptedPaymentMethodsBlock.php' |
| 2028 | ), |
| 2029 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutTotalsBlock' => array( |
| 2030 | 'version' => '9.4.3.0', |
| 2031 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutTotalsBlock.php' |
| 2032 | ), |
| 2033 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderNoteBlock' => array( |
| 2034 | 'version' => '9.4.3.0', |
| 2035 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderNoteBlock.php' |
| 2036 | ), |
| 2037 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AtomicBlock' => array( |
| 2038 | 'version' => '9.4.3.0', |
| 2039 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php' |
| 2040 | ), |
| 2041 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductAddToCart' => array( |
| 2042 | 'version' => '9.4.3.0', |
| 2043 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductAddToCart.php' |
| 2044 | ), |
| 2045 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => array( |
| 2046 | 'version' => '9.4.3.0', |
| 2047 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php' |
| 2048 | ), |
| 2049 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\StockFilter' => array( |
| 2050 | 'version' => '9.4.3.0', |
| 2051 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php' |
| 2052 | ), |
| 2053 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllProducts' => array( |
| 2054 | 'version' => '9.4.3.0', |
| 2055 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllProducts.php' |
| 2056 | ), |
| 2057 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedCategory' => array( |
| 2058 | 'version' => '9.4.3.0', |
| 2059 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php' |
| 2060 | ), |
| 2061 | 'Automattic\\WooCommerce\\Blocks\\BlockTypes\\CheckoutOrderSummarySubtotalBlock' => array( |
| 2062 | 'version' => '9.4.3.0', |
| 2063 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummarySubtotalBlock.php' |
| 2064 | ), |
| 2065 | 'Automattic\\WooCommerce\\Blocks\\AssetsController' => array( |
| 2066 | 'version' => '9.4.3.0', |
| 2067 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/AssetsController.php' |
| 2068 | ), |
| 2069 | 'Automattic\\WooCommerce\\Blocks\\Library' => array( |
| 2070 | 'version' => '9.4.3.0', |
| 2071 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Library.php' |
| 2072 | ), |
| 2073 | 'Automattic\\WooCommerce\\Blocks\\Installer' => array( |
| 2074 | 'version' => '9.4.3.0', |
| 2075 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Installer.php' |
| 2076 | ), |
| 2077 | 'Automattic\\WooCommerce\\Blocks\\Migration' => array( |
| 2078 | 'version' => '9.4.3.0', |
| 2079 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Migration.php' |
| 2080 | ), |
| 2081 | 'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array( |
| 2082 | 'version' => '9.4.3.0', |
| 2083 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php' |
| 2084 | ), |
| 2085 | 'Automattic\\WooCommerce\\Blocks\\Assets\\Api' => array( |
| 2086 | 'version' => '9.4.3.0', |
| 2087 | 'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/Api.php' |
| 2088 | ), |
| 2089 | 'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStock' => array( |
| 2090 | 'version' => '7.4.0.0', |
| 2091 | 'path' => $baseDir . '/src/Checkout/Helpers/ReserveStock.php' |
| 2092 | ), |
| 2093 | 'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStockException' => array( |
| 2094 | 'version' => '7.4.0.0', |
| 2095 | 'path' => $baseDir . '/src/Checkout/Helpers/ReserveStockException.php' |
| 2096 | ), |
| 2097 | 'Automattic\\WooCommerce\\Caching\\CacheException' => array( |
| 2098 | 'version' => '7.4.0.0', |
| 2099 | 'path' => $baseDir . '/src/Caching/CacheException.php' |
| 2100 | ), |
| 2101 | 'Automattic\\WooCommerce\\Caching\\WpCacheEngine' => array( |
| 2102 | 'version' => '7.4.0.0', |
| 2103 | 'path' => $baseDir . '/src/Caching/WpCacheEngine.php' |
| 2104 | ), |
| 2105 | 'Automattic\\WooCommerce\\Caching\\CacheEngine' => array( |
| 2106 | 'version' => '7.4.0.0', |
| 2107 | 'path' => $baseDir . '/src/Caching/CacheEngine.php' |
| 2108 | ), |
| 2109 | 'Automattic\\WooCommerce\\Caching\\ObjectCache' => array( |
| 2110 | 'version' => '7.4.0.0', |
| 2111 | 'path' => $baseDir . '/src/Caching/ObjectCache.php' |
| 2112 | ), |
| 2113 | 'Automattic\\WooCommerce\\Container' => array( |
| 2114 | 'version' => '7.4.0.0', |
| 2115 | 'path' => $baseDir . '/src/Container.php' |
| 2116 | ), |
| 2117 | 'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgraderSkin' => array( |
| 2118 | 'version' => '7.4.0.0', |
| 2119 | 'path' => $baseDir . '/src/Admin/Overrides/ThemeUpgraderSkin.php' |
| 2120 | ), |
| 2121 | 'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgrader' => array( |
| 2122 | 'version' => '7.4.0.0', |
| 2123 | 'path' => $baseDir . '/src/Admin/Overrides/ThemeUpgrader.php' |
| 2124 | ), |
| 2125 | 'Automattic\\WooCommerce\\Admin\\Overrides\\Order' => array( |
| 2126 | 'version' => '7.4.0.0', |
| 2127 | 'path' => $baseDir . '/src/Admin/Overrides/Order.php' |
| 2128 | ), |
| 2129 | 'Automattic\\WooCommerce\\Admin\\Overrides\\OrderRefund' => array( |
| 2130 | 'version' => '7.4.0.0', |
| 2131 | 'path' => $baseDir . '/src/Admin/Overrides/OrderRefund.php' |
| 2132 | ), |
| 2133 | 'Automattic\\WooCommerce\\Admin\\Overrides\\OrderTraits' => array( |
| 2134 | 'version' => '7.4.0.0', |
| 2135 | 'path' => $baseDir . '/src/Admin/Overrides/OrderTraits.php' |
| 2136 | ), |
| 2137 | 'Automattic\\WooCommerce\\Admin\\FeaturePlugin' => array( |
| 2138 | 'version' => '7.4.0.0', |
| 2139 | 'path' => $baseDir . '/src/Admin/FeaturePlugin.php' |
| 2140 | ), |
| 2141 | 'Automattic\\WooCommerce\\Admin\\ReportCSVExporter' => array( |
| 2142 | 'version' => '7.4.0.0', |
| 2143 | 'path' => $baseDir . '/src/Admin/ReportCSVExporter.php' |
| 2144 | ), |
| 2145 | 'Automattic\\WooCommerce\\Admin\\ReportCSVEmail' => array( |
| 2146 | 'version' => '7.4.0.0', |
| 2147 | 'path' => $baseDir . '/src/Admin/ReportCSVEmail.php' |
| 2148 | ), |
| 2149 | 'Automattic\\WooCommerce\\Admin\\Notes\\Notes' => array( |
| 2150 | 'version' => '7.4.0.0', |
| 2151 | 'path' => $baseDir . '/src/Admin/Notes/Notes.php' |
| 2152 | ), |
| 2153 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Note' => array( |
| 2154 | 'version' => '7.4.0.0', |
| 2155 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2156 | ), |
| 2157 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes' => array( |
| 2158 | 'version' => '7.4.0.0', |
| 2159 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2160 | ), |
| 2161 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Coupon_Page_Moved' => array( |
| 2162 | 'version' => '7.4.0.0', |
| 2163 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2164 | ), |
| 2165 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Customize_Store_With_Blocks' => array( |
| 2166 | 'version' => '7.4.0.0', |
| 2167 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2168 | ), |
| 2169 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Edit_Products_On_The_Move' => array( |
| 2170 | 'version' => '7.4.0.0', |
| 2171 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2172 | ), |
| 2173 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_EU_VAT_Number' => array( |
| 2174 | 'version' => '7.4.0.0', |
| 2175 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2176 | ), |
| 2177 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Facebook_Marketing_Expert' => array( |
| 2178 | 'version' => '7.4.0.0', |
| 2179 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2180 | ), |
| 2181 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_First_Product' => array( |
| 2182 | 'version' => '7.4.0.0', |
| 2183 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2184 | ), |
| 2185 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Giving_Feedback_Notes' => array( |
| 2186 | 'version' => '7.4.0.0', |
| 2187 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2188 | ), |
| 2189 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Install_JP_And_WCS_Plugins' => array( |
| 2190 | 'version' => '7.4.0.0', |
| 2191 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2192 | ), |
| 2193 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Launch_Checklist' => array( |
| 2194 | 'version' => '7.4.0.0', |
| 2195 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2196 | ), |
| 2197 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Migrate_From_Shopify' => array( |
| 2198 | 'version' => '7.4.0.0', |
| 2199 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2200 | ), |
| 2201 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Mobile_App' => array( |
| 2202 | 'version' => '7.4.0.0', |
| 2203 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2204 | ), |
| 2205 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_New_Sales_Record' => array( |
| 2206 | 'version' => '7.4.0.0', |
| 2207 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2208 | ), |
| 2209 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Email_Marketing' => array( |
| 2210 | 'version' => '7.4.0.0', |
| 2211 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2212 | ), |
| 2213 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Payments' => array( |
| 2214 | 'version' => '7.4.0.0', |
| 2215 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2216 | ), |
| 2217 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Online_Clothing_Store' => array( |
| 2218 | 'version' => '7.4.0.0', |
| 2219 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2220 | ), |
| 2221 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Order_Milestones' => array( |
| 2222 | 'version' => '7.4.0.0', |
| 2223 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2224 | ), |
| 2225 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Performance_On_Mobile' => array( |
| 2226 | 'version' => '7.4.0.0', |
| 2227 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2228 | ), |
| 2229 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Personalize_Store' => array( |
| 2230 | 'version' => '7.4.0.0', |
| 2231 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2232 | ), |
| 2233 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Real_Time_Order_Alerts' => array( |
| 2234 | 'version' => '7.4.0.0', |
| 2235 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2236 | ), |
| 2237 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Selling_Online_Courses' => array( |
| 2238 | 'version' => '7.4.0.0', |
| 2239 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2240 | ), |
| 2241 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Test_Checkout' => array( |
| 2242 | 'version' => '7.4.0.0', |
| 2243 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2244 | ), |
| 2245 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Tracking_Opt_In' => array( |
| 2246 | 'version' => '7.4.0.0', |
| 2247 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2248 | ), |
| 2249 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Woo_Subscriptions_Notes' => array( |
| 2250 | 'version' => '7.4.0.0', |
| 2251 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2252 | ), |
| 2253 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Payments' => array( |
| 2254 | 'version' => '7.4.0.0', |
| 2255 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2256 | ), |
| 2257 | 'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Subscriptions' => array( |
| 2258 | 'version' => '7.4.0.0', |
| 2259 | 'path' => $baseDir . '/src/Admin/Notes/DeprecatedNotes.php' |
| 2260 | ), |
| 2261 | 'Automattic\\WooCommerce\\Admin\\Notes\\NotesUnavailableException' => array( |
| 2262 | 'version' => '7.4.0.0', |
| 2263 | 'path' => $baseDir . '/src/Admin/Notes/NotesUnavailableException.php' |
| 2264 | ), |
| 2265 | 'Automattic\\WooCommerce\\Admin\\Notes\\NoteTraits' => array( |
| 2266 | 'version' => '7.4.0.0', |
| 2267 | 'path' => $baseDir . '/src/Admin/Notes/NoteTraits.php' |
| 2268 | ), |
| 2269 | 'Automattic\\WooCommerce\\Admin\\Notes\\DataStore' => array( |
| 2270 | 'version' => '7.4.0.0', |
| 2271 | 'path' => $baseDir . '/src/Admin/Notes/DataStore.php' |
| 2272 | ), |
| 2273 | 'Automattic\\WooCommerce\\Admin\\Notes\\Note' => array( |
| 2274 | 'version' => '7.4.0.0', |
| 2275 | 'path' => $baseDir . '/src/Admin/Notes/Note.php' |
| 2276 | ), |
| 2277 | 'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProvider' => array( |
| 2278 | 'version' => '7.4.0.0', |
| 2279 | 'path' => $baseDir . '/src/Admin/PluginsProvider/PluginsProvider.php' |
| 2280 | ), |
| 2281 | 'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProviderInterface' => array( |
| 2282 | 'version' => '7.4.0.0', |
| 2283 | 'path' => $baseDir . '/src/Admin/PluginsProvider/PluginsProviderInterface.php' |
| 2284 | ), |
| 2285 | 'Automattic\\WooCommerce\\Admin\\API\\Themes' => array( |
| 2286 | 'version' => '7.4.0.0', |
| 2287 | 'path' => $baseDir . '/src/Admin/API/Themes.php' |
| 2288 | ), |
| 2289 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingTasks' => array( |
| 2290 | 'version' => '7.4.0.0', |
| 2291 | 'path' => $baseDir . '/src/Admin/API/OnboardingTasks.php' |
| 2292 | ), |
| 2293 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingProfile' => array( |
| 2294 | 'version' => '7.4.0.0', |
| 2295 | 'path' => $baseDir . '/src/Admin/API/OnboardingProfile.php' |
| 2296 | ), |
| 2297 | 'Automattic\\WooCommerce\\Admin\\API\\Marketing' => array( |
| 2298 | 'version' => '7.4.0.0', |
| 2299 | 'path' => $baseDir . '/src/Admin/API/Marketing.php' |
| 2300 | ), |
| 2301 | 'Automattic\\WooCommerce\\Admin\\API\\ProductCategories' => array( |
| 2302 | 'version' => '7.4.0.0', |
| 2303 | 'path' => $baseDir . '/src/Admin/API/ProductCategories.php' |
| 2304 | ), |
| 2305 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingRecommendations' => array( |
| 2306 | 'version' => '7.4.0.0', |
| 2307 | 'path' => $baseDir . '/src/Admin/API/MarketingRecommendations.php' |
| 2308 | ), |
| 2309 | 'Automattic\\WooCommerce\\Admin\\API\\ProductsLowInStock' => array( |
| 2310 | 'version' => '7.4.0.0', |
| 2311 | 'path' => $baseDir . '/src/Admin/API/ProductsLowInStock.php' |
| 2312 | ), |
| 2313 | 'Automattic\\WooCommerce\\Admin\\API\\Experiments' => array( |
| 2314 | 'version' => '7.4.0.0', |
| 2315 | 'path' => $baseDir . '/src/Admin/API/Experiments.php' |
| 2316 | ), |
| 2317 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingProductTypes' => array( |
| 2318 | 'version' => '7.4.0.0', |
| 2319 | 'path' => $baseDir . '/src/Admin/API/OnboardingProductTypes.php' |
| 2320 | ), |
| 2321 | 'Automattic\\WooCommerce\\Admin\\API\\ProductReviews' => array( |
| 2322 | 'version' => '7.4.0.0', |
| 2323 | 'path' => $baseDir . '/src/Admin/API/ProductReviews.php' |
| 2324 | ), |
| 2325 | 'Automattic\\WooCommerce\\Admin\\API\\Notes' => array( |
| 2326 | 'version' => '7.4.0.0', |
| 2327 | 'path' => $baseDir . '/src/Admin/API/Notes.php' |
| 2328 | ), |
| 2329 | 'Automattic\\WooCommerce\\Admin\\API\\ProductVariations' => array( |
| 2330 | 'version' => '7.4.0.0', |
| 2331 | 'path' => $baseDir . '/src/Admin/API/ProductVariations.php' |
| 2332 | ), |
| 2333 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStoreInterface' => array( |
| 2334 | 'version' => '7.4.0.0', |
| 2335 | 'path' => $baseDir . '/src/Admin/API/Reports/DataStoreInterface.php' |
| 2336 | ), |
| 2337 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\ParameterException' => array( |
| 2338 | 'version' => '7.4.0.0', |
| 2339 | 'path' => $baseDir . '/src/Admin/API/Reports/ParameterException.php' |
| 2340 | ), |
| 2341 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Import\\Controller' => array( |
| 2342 | 'version' => '7.4.0.0', |
| 2343 | 'path' => $baseDir . '/src/Admin/API/Reports/Import/Controller.php' |
| 2344 | ), |
| 2345 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Export\\Controller' => array( |
| 2346 | 'version' => '7.4.0.0', |
| 2347 | 'path' => $baseDir . '/src/Admin/API/Reports/Export/Controller.php' |
| 2348 | ), |
| 2349 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Query' => array( |
| 2350 | 'version' => '7.4.0.0', |
| 2351 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Query.php' |
| 2352 | ), |
| 2353 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Controller' => array( |
| 2354 | 'version' => '7.4.0.0', |
| 2355 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Controller.php' |
| 2356 | ), |
| 2357 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Files\\Controller' => array( |
| 2358 | 'version' => '7.4.0.0', |
| 2359 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Files/Controller.php' |
| 2360 | ), |
| 2361 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\DataStore' => array( |
| 2362 | 'version' => '7.4.0.0', |
| 2363 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/DataStore.php' |
| 2364 | ), |
| 2365 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Query' => array( |
| 2366 | 'version' => '7.4.0.0', |
| 2367 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/Query.php' |
| 2368 | ), |
| 2369 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Controller' => array( |
| 2370 | 'version' => '7.4.0.0', |
| 2371 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/Controller.php' |
| 2372 | ), |
| 2373 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\DataStore' => array( |
| 2374 | 'version' => '7.4.0.0', |
| 2375 | 'path' => $baseDir . '/src/Admin/API/Reports/Downloads/Stats/DataStore.php' |
| 2376 | ), |
| 2377 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Query' => array( |
| 2378 | 'version' => '7.4.0.0', |
| 2379 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Query.php' |
| 2380 | ), |
| 2381 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Controller' => array( |
| 2382 | 'version' => '7.4.0.0', |
| 2383 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Controller.php' |
| 2384 | ), |
| 2385 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\DataStore' => array( |
| 2386 | 'version' => '7.4.0.0', |
| 2387 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/DataStore.php' |
| 2388 | ), |
| 2389 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Query' => array( |
| 2390 | 'version' => '7.4.0.0', |
| 2391 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Query.php' |
| 2392 | ), |
| 2393 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Controller' => array( |
| 2394 | 'version' => '7.4.0.0', |
| 2395 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Controller.php' |
| 2396 | ), |
| 2397 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Segmenter' => array( |
| 2398 | 'version' => '7.4.0.0', |
| 2399 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/Segmenter.php' |
| 2400 | ), |
| 2401 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\DataStore' => array( |
| 2402 | 'version' => '7.4.0.0', |
| 2403 | 'path' => $baseDir . '/src/Admin/API/Reports/Variations/Stats/DataStore.php' |
| 2404 | ), |
| 2405 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Query' => array( |
| 2406 | 'version' => '7.4.0.0', |
| 2407 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Query.php' |
| 2408 | ), |
| 2409 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Controller' => array( |
| 2410 | 'version' => '7.4.0.0', |
| 2411 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Controller.php' |
| 2412 | ), |
| 2413 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\DataStore' => array( |
| 2414 | 'version' => '7.4.0.0', |
| 2415 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/DataStore.php' |
| 2416 | ), |
| 2417 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Query' => array( |
| 2418 | 'version' => '7.4.0.0', |
| 2419 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/Query.php' |
| 2420 | ), |
| 2421 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Controller' => array( |
| 2422 | 'version' => '7.4.0.0', |
| 2423 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/Controller.php' |
| 2424 | ), |
| 2425 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\DataStore' => array( |
| 2426 | 'version' => '7.4.0.0', |
| 2427 | 'path' => $baseDir . '/src/Admin/API/Reports/Customers/Stats/DataStore.php' |
| 2428 | ), |
| 2429 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Query' => array( |
| 2430 | 'version' => '7.4.0.0', |
| 2431 | 'path' => $baseDir . '/src/Admin/API/Reports/Revenue/Query.php' |
| 2432 | ), |
| 2433 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Stats\\Controller' => array( |
| 2434 | 'version' => '7.4.0.0', |
| 2435 | 'path' => $baseDir . '/src/Admin/API/Reports/Revenue/Stats/Controller.php' |
| 2436 | ), |
| 2437 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Query' => array( |
| 2438 | 'version' => '7.4.0.0', |
| 2439 | 'path' => $baseDir . '/src/Admin/API/Reports/Categories/Query.php' |
| 2440 | ), |
| 2441 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Controller' => array( |
| 2442 | 'version' => '7.4.0.0', |
| 2443 | 'path' => $baseDir . '/src/Admin/API/Reports/Categories/Controller.php' |
| 2444 | ), |
| 2445 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\DataStore' => array( |
| 2446 | 'version' => '7.4.0.0', |
| 2447 | 'path' => $baseDir . '/src/Admin/API/Reports/Categories/DataStore.php' |
| 2448 | ), |
| 2449 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Query' => array( |
| 2450 | 'version' => '7.4.0.0', |
| 2451 | 'path' => $baseDir . '/src/Admin/API/Reports/Query.php' |
| 2452 | ), |
| 2453 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Controller' => array( |
| 2454 | 'version' => '7.4.0.0', |
| 2455 | 'path' => $baseDir . '/src/Admin/API/Reports/Controller.php' |
| 2456 | ), |
| 2457 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\PerformanceIndicators\\Controller' => array( |
| 2458 | 'version' => '7.4.0.0', |
| 2459 | 'path' => $baseDir . '/src/Admin/API/Reports/PerformanceIndicators/Controller.php' |
| 2460 | ), |
| 2461 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Query' => array( |
| 2462 | 'version' => '7.4.0.0', |
| 2463 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Query.php' |
| 2464 | ), |
| 2465 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Controller' => array( |
| 2466 | 'version' => '7.4.0.0', |
| 2467 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Controller.php' |
| 2468 | ), |
| 2469 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\DataStore' => array( |
| 2470 | 'version' => '7.4.0.0', |
| 2471 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/DataStore.php' |
| 2472 | ), |
| 2473 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Query' => array( |
| 2474 | 'version' => '7.4.0.0', |
| 2475 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Query.php' |
| 2476 | ), |
| 2477 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Controller' => array( |
| 2478 | 'version' => '7.4.0.0', |
| 2479 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Controller.php' |
| 2480 | ), |
| 2481 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Segmenter' => array( |
| 2482 | 'version' => '7.4.0.0', |
| 2483 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/Segmenter.php' |
| 2484 | ), |
| 2485 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\DataStore' => array( |
| 2486 | 'version' => '7.4.0.0', |
| 2487 | 'path' => $baseDir . '/src/Admin/API/Reports/Taxes/Stats/DataStore.php' |
| 2488 | ), |
| 2489 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Query' => array( |
| 2490 | 'version' => '7.4.0.0', |
| 2491 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Query.php' |
| 2492 | ), |
| 2493 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Controller' => array( |
| 2494 | 'version' => '7.4.0.0', |
| 2495 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Controller.php' |
| 2496 | ), |
| 2497 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\DataStore' => array( |
| 2498 | 'version' => '7.4.0.0', |
| 2499 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/DataStore.php' |
| 2500 | ), |
| 2501 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Query' => array( |
| 2502 | 'version' => '7.4.0.0', |
| 2503 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Query.php' |
| 2504 | ), |
| 2505 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Controller' => array( |
| 2506 | 'version' => '7.4.0.0', |
| 2507 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Controller.php' |
| 2508 | ), |
| 2509 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Segmenter' => array( |
| 2510 | 'version' => '7.4.0.0', |
| 2511 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/Segmenter.php' |
| 2512 | ), |
| 2513 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\DataStore' => array( |
| 2514 | 'version' => '7.4.0.0', |
| 2515 | 'path' => $baseDir . '/src/Admin/API/Reports/Orders/Stats/DataStore.php' |
| 2516 | ), |
| 2517 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Cache' => array( |
| 2518 | 'version' => '7.4.0.0', |
| 2519 | 'path' => $baseDir . '/src/Admin/API/Reports/Cache.php' |
| 2520 | ), |
| 2521 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Segmenter' => array( |
| 2522 | 'version' => '7.4.0.0', |
| 2523 | 'path' => $baseDir . '/src/Admin/API/Reports/Segmenter.php' |
| 2524 | ), |
| 2525 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableInterface' => array( |
| 2526 | 'version' => '7.4.0.0', |
| 2527 | 'path' => $baseDir . '/src/Admin/API/Reports/ExportableInterface.php' |
| 2528 | ), |
| 2529 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Query' => array( |
| 2530 | 'version' => '7.4.0.0', |
| 2531 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Query.php' |
| 2532 | ), |
| 2533 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Controller' => array( |
| 2534 | 'version' => '7.4.0.0', |
| 2535 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Controller.php' |
| 2536 | ), |
| 2537 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\DataStore' => array( |
| 2538 | 'version' => '7.4.0.0', |
| 2539 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/DataStore.php' |
| 2540 | ), |
| 2541 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Query' => array( |
| 2542 | 'version' => '7.4.0.0', |
| 2543 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Query.php' |
| 2544 | ), |
| 2545 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Controller' => array( |
| 2546 | 'version' => '7.4.0.0', |
| 2547 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Controller.php' |
| 2548 | ), |
| 2549 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Segmenter' => array( |
| 2550 | 'version' => '7.4.0.0', |
| 2551 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/Segmenter.php' |
| 2552 | ), |
| 2553 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\DataStore' => array( |
| 2554 | 'version' => '7.4.0.0', |
| 2555 | 'path' => $baseDir . '/src/Admin/API/Reports/Coupons/Stats/DataStore.php' |
| 2556 | ), |
| 2557 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStore' => array( |
| 2558 | 'version' => '7.4.0.0', |
| 2559 | 'path' => $baseDir . '/src/Admin/API/Reports/DataStore.php' |
| 2560 | ), |
| 2561 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Query' => array( |
| 2562 | 'version' => '7.4.0.0', |
| 2563 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Query.php' |
| 2564 | ), |
| 2565 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Controller' => array( |
| 2566 | 'version' => '7.4.0.0', |
| 2567 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Controller.php' |
| 2568 | ), |
| 2569 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\DataStore' => array( |
| 2570 | 'version' => '7.4.0.0', |
| 2571 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/DataStore.php' |
| 2572 | ), |
| 2573 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Query' => array( |
| 2574 | 'version' => '7.4.0.0', |
| 2575 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Query.php' |
| 2576 | ), |
| 2577 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Controller' => array( |
| 2578 | 'version' => '7.4.0.0', |
| 2579 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Controller.php' |
| 2580 | ), |
| 2581 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Segmenter' => array( |
| 2582 | 'version' => '7.4.0.0', |
| 2583 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/Segmenter.php' |
| 2584 | ), |
| 2585 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\DataStore' => array( |
| 2586 | 'version' => '7.4.0.0', |
| 2587 | 'path' => $baseDir . '/src/Admin/API/Reports/Products/Stats/DataStore.php' |
| 2588 | ), |
| 2589 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableTraits' => array( |
| 2590 | 'version' => '7.4.0.0', |
| 2591 | 'path' => $baseDir . '/src/Admin/API/Reports/ExportableTraits.php' |
| 2592 | ), |
| 2593 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\TimeInterval' => array( |
| 2594 | 'version' => '7.4.0.0', |
| 2595 | 'path' => $baseDir . '/src/Admin/API/Reports/TimeInterval.php' |
| 2596 | ), |
| 2597 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\SqlQuery' => array( |
| 2598 | 'version' => '7.4.0.0', |
| 2599 | 'path' => $baseDir . '/src/Admin/API/Reports/SqlQuery.php' |
| 2600 | ), |
| 2601 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Controller' => array( |
| 2602 | 'version' => '7.4.0.0', |
| 2603 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Controller.php' |
| 2604 | ), |
| 2605 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Query' => array( |
| 2606 | 'version' => '7.4.0.0', |
| 2607 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/Query.php' |
| 2608 | ), |
| 2609 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Controller' => array( |
| 2610 | 'version' => '7.4.0.0', |
| 2611 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/Controller.php' |
| 2612 | ), |
| 2613 | 'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\DataStore' => array( |
| 2614 | 'version' => '7.4.0.0', |
| 2615 | 'path' => $baseDir . '/src/Admin/API/Reports/Stock/Stats/DataStore.php' |
| 2616 | ), |
| 2617 | 'Automattic\\WooCommerce\\Admin\\API\\NoteActions' => array( |
| 2618 | 'version' => '7.4.0.0', |
| 2619 | 'path' => $baseDir . '/src/Admin/API/NoteActions.php' |
| 2620 | ), |
| 2621 | 'Automattic\\WooCommerce\\Admin\\API\\Features' => array( |
| 2622 | 'version' => '7.4.0.0', |
| 2623 | 'path' => $baseDir . '/src/Admin/API/Features.php' |
| 2624 | ), |
| 2625 | 'Automattic\\WooCommerce\\Admin\\API\\Products' => array( |
| 2626 | 'version' => '7.4.0.0', |
| 2627 | 'path' => $baseDir . '/src/Admin/API/Products.php' |
| 2628 | ), |
| 2629 | 'Automattic\\WooCommerce\\Admin\\API\\DataDownloadIPs' => array( |
| 2630 | 'version' => '7.4.0.0', |
| 2631 | 'path' => $baseDir . '/src/Admin/API/DataDownloadIPs.php' |
| 2632 | ), |
| 2633 | 'Automattic\\WooCommerce\\Admin\\API\\CustomAttributeTraits' => array( |
| 2634 | 'version' => '7.4.0.0', |
| 2635 | 'path' => $baseDir . '/src/Admin/API/CustomAttributeTraits.php' |
| 2636 | ), |
| 2637 | 'Automattic\\WooCommerce\\Admin\\API\\Taxes' => array( |
| 2638 | 'version' => '7.4.0.0', |
| 2639 | 'path' => $baseDir . '/src/Admin/API/Taxes.php' |
| 2640 | ), |
| 2641 | 'Automattic\\WooCommerce\\Admin\\API\\Options' => array( |
| 2642 | 'version' => '7.4.0.0', |
| 2643 | 'path' => $baseDir . '/src/Admin/API/Options.php' |
| 2644 | ), |
| 2645 | 'Automattic\\WooCommerce\\Admin\\API\\Coupons' => array( |
| 2646 | 'version' => '7.4.0.0', |
| 2647 | 'path' => $baseDir . '/src/Admin/API/Coupons.php' |
| 2648 | ), |
| 2649 | 'Automattic\\WooCommerce\\Admin\\API\\ProductAttributes' => array( |
| 2650 | 'version' => '7.4.0.0', |
| 2651 | 'path' => $baseDir . '/src/Admin/API/ProductAttributes.php' |
| 2652 | ), |
| 2653 | 'Automattic\\WooCommerce\\Admin\\API\\Data' => array( |
| 2654 | 'version' => '7.4.0.0', |
| 2655 | 'path' => $baseDir . '/src/Admin/API/Data.php' |
| 2656 | ), |
| 2657 | 'Automattic\\WooCommerce\\Admin\\API\\ProductForm' => array( |
| 2658 | 'version' => '7.4.0.0', |
| 2659 | 'path' => $baseDir . '/src/Admin/API/ProductForm.php' |
| 2660 | ), |
| 2661 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingChannels' => array( |
| 2662 | 'version' => '7.4.0.0', |
| 2663 | 'path' => $baseDir . '/src/Admin/API/MarketingChannels.php' |
| 2664 | ), |
| 2665 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingCampaignTypes' => array( |
| 2666 | 'version' => '7.4.0.0', |
| 2667 | 'path' => $baseDir . '/src/Admin/API/MarketingCampaignTypes.php' |
| 2668 | ), |
| 2669 | 'Automattic\\WooCommerce\\Admin\\API\\Plugins' => array( |
| 2670 | 'version' => '7.4.0.0', |
| 2671 | 'path' => $baseDir . '/src/Admin/API/Plugins.php' |
| 2672 | ), |
| 2673 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingOverview' => array( |
| 2674 | 'version' => '7.4.0.0', |
| 2675 | 'path' => $baseDir . '/src/Admin/API/MarketingOverview.php' |
| 2676 | ), |
| 2677 | 'Automattic\\WooCommerce\\Admin\\API\\Customers' => array( |
| 2678 | 'version' => '7.4.0.0', |
| 2679 | 'path' => $baseDir . '/src/Admin/API/Customers.php' |
| 2680 | ), |
| 2681 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingThemes' => array( |
| 2682 | 'version' => '7.4.0.0', |
| 2683 | 'path' => $baseDir . '/src/Admin/API/OnboardingThemes.php' |
| 2684 | ), |
| 2685 | 'Automattic\\WooCommerce\\Admin\\API\\PaymentGatewaySuggestions' => array( |
| 2686 | 'version' => '7.4.0.0', |
| 2687 | 'path' => $baseDir . '/src/Admin/API/PaymentGatewaySuggestions.php' |
| 2688 | ), |
| 2689 | 'Automattic\\WooCommerce\\Admin\\API\\Init' => array( |
| 2690 | 'version' => '7.4.0.0', |
| 2691 | 'path' => $baseDir . '/src/Admin/API/Init.php' |
| 2692 | ), |
| 2693 | 'Automattic\\WooCommerce\\Admin\\API\\Orders' => array( |
| 2694 | 'version' => '7.4.0.0', |
| 2695 | 'path' => $baseDir . '/src/Admin/API/Orders.php' |
| 2696 | ), |
| 2697 | 'Automattic\\WooCommerce\\Admin\\API\\MarketingCampaigns' => array( |
| 2698 | 'version' => '7.4.0.0', |
| 2699 | 'path' => $baseDir . '/src/Admin/API/MarketingCampaigns.php' |
| 2700 | ), |
| 2701 | 'Automattic\\WooCommerce\\Admin\\API\\MobileAppMagicLink' => array( |
| 2702 | 'version' => '7.4.0.0', |
| 2703 | 'path' => $baseDir . '/src/Admin/API/MobileAppMagicLink.php' |
| 2704 | ), |
| 2705 | 'Automattic\\WooCommerce\\Admin\\API\\Leaderboards' => array( |
| 2706 | 'version' => '7.4.0.0', |
| 2707 | 'path' => $baseDir . '/src/Admin/API/Leaderboards.php' |
| 2708 | ), |
| 2709 | 'Automattic\\WooCommerce\\Admin\\API\\DataCountries' => array( |
| 2710 | 'version' => '7.4.0.0', |
| 2711 | 'path' => $baseDir . '/src/Admin/API/DataCountries.php' |
| 2712 | ), |
| 2713 | 'Automattic\\WooCommerce\\Admin\\API\\NavigationFavorites' => array( |
| 2714 | 'version' => '7.4.0.0', |
| 2715 | 'path' => $baseDir . '/src/Admin/API/NavigationFavorites.php' |
| 2716 | ), |
| 2717 | 'Automattic\\WooCommerce\\Admin\\API\\ProductAttributeTerms' => array( |
| 2718 | 'version' => '7.4.0.0', |
| 2719 | 'path' => $baseDir . '/src/Admin/API/ProductAttributeTerms.php' |
| 2720 | ), |
| 2721 | 'Automattic\\WooCommerce\\Admin\\API\\OnboardingFreeExtensions' => array( |
| 2722 | 'version' => '7.4.0.0', |
| 2723 | 'path' => $baseDir . '/src/Admin/API/OnboardingFreeExtensions.php' |
| 2724 | ), |
| 2725 | 'Automattic\\WooCommerce\\Admin\\API\\SettingOptions' => array( |
| 2726 | 'version' => '7.4.0.0', |
| 2727 | 'path' => $baseDir . '/src/Admin/API/SettingOptions.php' |
| 2728 | ), |
| 2729 | 'Automattic\\WooCommerce\\Admin\\ReportsSync' => array( |
| 2730 | 'version' => '7.4.0.0', |
| 2731 | 'path' => $baseDir . '/src/Admin/ReportsSync.php' |
| 2732 | ), |
| 2733 | 'Automattic\\WooCommerce\\Admin\\PluginsInstaller' => array( |
| 2734 | 'version' => '7.4.0.0', |
| 2735 | 'path' => $baseDir . '/src/Admin/PluginsInstaller.php' |
| 2736 | ), |
| 2737 | 'Automattic\\WooCommerce\\Admin\\WCAdminHelper' => array( |
| 2738 | 'version' => '7.4.0.0', |
| 2739 | 'path' => $baseDir . '/src/Admin/WCAdminHelper.php' |
| 2740 | ), |
| 2741 | 'Automattic\\WooCommerce\\Admin\\PageController' => array( |
| 2742 | 'version' => '7.4.0.0', |
| 2743 | 'path' => $baseDir . '/src/Admin/PageController.php' |
| 2744 | ), |
| 2745 | 'Automattic\\WooCommerce\\Admin\\ReportExporter' => array( |
| 2746 | 'version' => '7.4.0.0', |
| 2747 | 'path' => $baseDir . '/src/Admin/ReportExporter.php' |
| 2748 | ), |
| 2749 | 'Automattic\\WooCommerce\\Admin\\DataSourcePoller' => array( |
| 2750 | 'version' => '7.4.0.0', |
| 2751 | 'path' => $baseDir . '/src/Admin/DataSourcePoller.php' |
| 2752 | ), |
| 2753 | 'Automattic\\WooCommerce\\Admin\\Features\\Onboarding' => array( |
| 2754 | 'version' => '7.4.0.0', |
| 2755 | 'path' => $baseDir . '/src/Admin/Features/Onboarding.php' |
| 2756 | ), |
| 2757 | 'Automattic\\WooCommerce\\Admin\\Features\\TransientNotices' => array( |
| 2758 | 'version' => '7.4.0.0', |
| 2759 | 'path' => $baseDir . '/src/Admin/Features/TransientNotices.php' |
| 2760 | ), |
| 2761 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskLists' => array( |
| 2762 | 'version' => '7.4.0.0', |
| 2763 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskLists.php' |
| 2764 | ), |
| 2765 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskList' => array( |
| 2766 | 'version' => '7.4.0.0', |
| 2767 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskList.php' |
| 2768 | ), |
| 2769 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Task' => array( |
| 2770 | 'version' => '7.4.0.0', |
| 2771 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Task.php' |
| 2772 | ), |
| 2773 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskListSection' => array( |
| 2774 | 'version' => '7.4.0.0', |
| 2775 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskListSection.php' |
| 2776 | ), |
| 2777 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedExtendedTask' => array( |
| 2778 | 'version' => '7.4.0.0', |
| 2779 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php' |
| 2780 | ), |
| 2781 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Init' => array( |
| 2782 | 'version' => '7.4.0.0', |
| 2783 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Init.php' |
| 2784 | ), |
| 2785 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedOptions' => array( |
| 2786 | 'version' => '7.4.0.0', |
| 2787 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php' |
| 2788 | ), |
| 2789 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Marketing' => array( |
| 2790 | 'version' => '7.4.0.0', |
| 2791 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Marketing.php' |
| 2792 | ), |
| 2793 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Tax' => array( |
| 2794 | 'version' => '7.4.0.0', |
| 2795 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Tax.php' |
| 2796 | ), |
| 2797 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Purchase' => array( |
| 2798 | 'version' => '7.4.0.0', |
| 2799 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Purchase.php' |
| 2800 | ), |
| 2801 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\GetMobileApp' => array( |
| 2802 | 'version' => '7.4.0.0', |
| 2803 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/GetMobileApp.php' |
| 2804 | ), |
| 2805 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\ReviewShippingOptions' => array( |
| 2806 | 'version' => '7.4.0.0', |
| 2807 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/ReviewShippingOptions.php' |
| 2808 | ), |
| 2809 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Shipping' => array( |
| 2810 | 'version' => '7.4.0.0', |
| 2811 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php' |
| 2812 | ), |
| 2813 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Products' => array( |
| 2814 | 'version' => '7.4.0.0', |
| 2815 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Products.php' |
| 2816 | ), |
| 2817 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Appearance' => array( |
| 2818 | 'version' => '7.4.0.0', |
| 2819 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php' |
| 2820 | ), |
| 2821 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\AdditionalPayments' => array( |
| 2822 | 'version' => '7.4.0.0', |
| 2823 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php' |
| 2824 | ), |
| 2825 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\WooCommercePayments' => array( |
| 2826 | 'version' => '7.4.0.0', |
| 2827 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/WooCommercePayments.php' |
| 2828 | ), |
| 2829 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\ExperimentalShippingRecommendation' => array( |
| 2830 | 'version' => '7.4.0.0', |
| 2831 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendation.php' |
| 2832 | ), |
| 2833 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\TourInAppMarketplace' => array( |
| 2834 | 'version' => '7.4.0.0', |
| 2835 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/TourInAppMarketplace.php' |
| 2836 | ), |
| 2837 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Payments' => array( |
| 2838 | 'version' => '7.4.0.0', |
| 2839 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/Payments.php' |
| 2840 | ), |
| 2841 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\StoreCreation' => array( |
| 2842 | 'version' => '7.4.0.0', |
| 2843 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/StoreCreation.php' |
| 2844 | ), |
| 2845 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\StoreDetails' => array( |
| 2846 | 'version' => '7.4.0.0', |
| 2847 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/Tasks/StoreDetails.php' |
| 2848 | ), |
| 2849 | 'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskTraits' => array( |
| 2850 | 'version' => '7.4.0.0', |
| 2851 | 'path' => $baseDir . '/src/Admin/Features/OnboardingTasks/TaskTraits.php' |
| 2852 | ), |
| 2853 | 'Automattic\\WooCommerce\\Admin\\Features\\Features' => array( |
| 2854 | 'version' => '7.4.0.0', |
| 2855 | 'path' => $baseDir . '/src/Admin/Features/Features.php' |
| 2856 | ), |
| 2857 | 'Automattic\\WooCommerce\\Admin\\Features\\NewProductManagementExperience' => array( |
| 2858 | 'version' => '7.4.0.0', |
| 2859 | 'path' => $baseDir . '/src/Admin/Features/NewProductManagementExperience.php' |
| 2860 | ), |
| 2861 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\EvaluateSuggestion' => array( |
| 2862 | 'version' => '7.4.0.0', |
| 2863 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/EvaluateSuggestion.php' |
| 2864 | ), |
| 2865 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaySuggestionsDataSourcePoller' => array( |
| 2866 | 'version' => '7.4.0.0', |
| 2867 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaySuggestionsDataSourcePoller.php' |
| 2868 | ), |
| 2869 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaysController' => array( |
| 2870 | 'version' => '7.4.0.0', |
| 2871 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaysController.php' |
| 2872 | ), |
| 2873 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\Init' => array( |
| 2874 | 'version' => '7.4.0.0', |
| 2875 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/Init.php' |
| 2876 | ), |
| 2877 | 'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\DefaultPaymentGateways' => array( |
| 2878 | 'version' => '7.4.0.0', |
| 2879 | 'path' => $baseDir . '/src/Admin/Features/PaymentGatewaySuggestions/DefaultPaymentGateways.php' |
| 2880 | ), |
| 2881 | 'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Screen' => array( |
| 2882 | 'version' => '7.4.0.0', |
| 2883 | 'path' => $baseDir . '/src/Admin/Features/Navigation/Screen.php' |
| 2884 | ), |
| 2885 | 'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\CoreMenu' => array( |
| 2886 | 'version' => '7.4.0.0', |
| 2887 | 'path' => $baseDir . '/src/Admin/Features/Navigation/CoreMenu.php' |
| 2888 | ), |
| 2889 | 'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Menu' => array( |
| 2890 | 'version' => '7.4.0.0', |
| 2891 | 'path' => $baseDir . '/src/Admin/Features/Navigation/Menu.php' |
| 2892 | ), |
| 2893 | 'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Init' => array( |
| 2894 | 'version' => '7.4.0.0', |
| 2895 | 'path' => $baseDir . '/src/Admin/Features/Navigation/Init.php' |
| 2896 | ), |
| 2897 | 'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Favorites' => array( |
| 2898 | 'version' => '7.4.0.0', |
| 2899 | 'path' => $baseDir . '/src/Admin/Features/Navigation/Favorites.php' |
| 2900 | ), |
| 2901 | 'Automattic\\WooCommerce\\Admin\\Features\\MultichannelMarketing\\Init' => array( |
| 2902 | 'version' => '7.4.0.0', |
| 2903 | 'path' => $baseDir . '/src/Admin/Features/MultichannelMarketing/Init.php' |
| 2904 | ), |
| 2905 | 'Automattic\\WooCommerce\\Admin\\Loader' => array( |
| 2906 | 'version' => '7.4.0.0', |
| 2907 | 'path' => $baseDir . '/src/Admin/Loader.php' |
| 2908 | ), |
| 2909 | 'Automattic\\WooCommerce\\Admin\\PluginsHelper' => array( |
| 2910 | 'version' => '7.4.0.0', |
| 2911 | 'path' => $baseDir . '/src/Admin/PluginsHelper.php' |
| 2912 | ), |
| 2913 | 'Automattic\\WooCommerce\\Admin\\DeprecatedClassFacade' => array( |
| 2914 | 'version' => '7.4.0.0', |
| 2915 | 'path' => $baseDir . '/src/Admin/DeprecatedClassFacade.php' |
| 2916 | ), |
| 2917 | 'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\CurrentDateTimeProvider' => array( |
| 2918 | 'version' => '7.4.0.0', |
| 2919 | 'path' => $baseDir . '/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php' |
| 2920 | ), |
| 2921 | 'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\DateTimeProviderInterface' => array( |
| 2922 | 'version' => '7.4.0.0', |
| 2923 | 'path' => $baseDir . '/src/Admin/DateTimeProvider/DateTimeProviderInterface.php' |
| 2924 | ), |
| 2925 | 'Automattic\\WooCommerce\\Admin\\Schedulers\\SchedulerTraits' => array( |
| 2926 | 'version' => '7.4.0.0', |
| 2927 | 'path' => $baseDir . '/src/Admin/Schedulers/SchedulerTraits.php' |
| 2928 | ), |
| 2929 | 'Automattic\\WooCommerce\\Admin\\Composer\\Package' => array( |
| 2930 | 'version' => '7.4.0.0', |
| 2931 | 'path' => $baseDir . '/src/Admin/Composer/Package.php' |
| 2932 | ), |
| 2933 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingCampaignType' => array( |
| 2934 | 'version' => '7.4.0.0', |
| 2935 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingCampaignType.php' |
| 2936 | ), |
| 2937 | 'Automattic\\WooCommerce\\Admin\\Marketing\\Price' => array( |
| 2938 | 'version' => '7.4.0.0', |
| 2939 | 'path' => $baseDir . '/src/Admin/Marketing/Price.php' |
| 2940 | ), |
| 2941 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingChannels' => array( |
| 2942 | 'version' => '7.4.0.0', |
| 2943 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingChannels.php' |
| 2944 | ), |
| 2945 | 'Automattic\\WooCommerce\\Admin\\Marketing\\InstalledExtensions' => array( |
| 2946 | 'version' => '7.4.0.0', |
| 2947 | 'path' => $baseDir . '/src/Admin/Marketing/InstalledExtensions.php' |
| 2948 | ), |
| 2949 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingChannelInterface' => array( |
| 2950 | 'version' => '7.4.0.0', |
| 2951 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingChannelInterface.php' |
| 2952 | ), |
| 2953 | 'Automattic\\WooCommerce\\Admin\\Marketing\\MarketingCampaign' => array( |
| 2954 | 'version' => '7.4.0.0', |
| 2955 | 'path' => $baseDir . '/src/Admin/Marketing/MarketingCampaign.php' |
| 2956 | ), |
| 2957 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayColumn' => array( |
| 2958 | 'version' => '7.4.0.0', |
| 2959 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayColumn.php' |
| 2960 | ), |
| 2961 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArraySearch' => array( |
| 2962 | 'version' => '7.4.0.0', |
| 2963 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArraySearch.php' |
| 2964 | ), |
| 2965 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\Count' => array( |
| 2966 | 'version' => '7.4.0.0', |
| 2967 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/Count.php' |
| 2968 | ), |
| 2969 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayFlatten' => array( |
| 2970 | 'version' => '7.4.0.0', |
| 2971 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayFlatten.php' |
| 2972 | ), |
| 2973 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayValues' => array( |
| 2974 | 'version' => '7.4.0.0', |
| 2975 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayValues.php' |
| 2976 | ), |
| 2977 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\DotNotation' => array( |
| 2978 | 'version' => '7.4.0.0', |
| 2979 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/DotNotation.php' |
| 2980 | ), |
| 2981 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayKeys' => array( |
| 2982 | 'version' => '7.4.0.0', |
| 2983 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/Transformers/ArrayKeys.php' |
| 2984 | ), |
| 2985 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PassRuleProcessor' => array( |
| 2986 | 'version' => '7.4.0.0', |
| 2987 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PassRuleProcessor.php' |
| 2988 | ), |
| 2989 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForRuleProcessor' => array( |
| 2990 | 'version' => '7.4.0.0', |
| 2991 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php' |
| 2992 | ), |
| 2993 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\EvaluateAndGetStatus' => array( |
| 2994 | 'version' => '7.4.0.0', |
| 2995 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/EvaluateAndGetStatus.php' |
| 2996 | ), |
| 2997 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TransformerService' => array( |
| 2998 | 'version' => '7.4.0.0', |
| 2999 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/TransformerService.php' |
| 3000 | ), |
| 3001 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OptionRuleProcessor' => array( |
| 3002 | 'version' => '7.4.0.0', |
| 3003 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OptionRuleProcessor.php' |
| 3004 | ), |
| 3005 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\SpecRunner' => array( |
| 3006 | 'version' => '7.4.0.0', |
| 3007 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/SpecRunner.php' |
| 3008 | ), |
| 3009 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TotalPaymentsVolumeProcessor' => array( |
| 3010 | 'version' => '7.4.0.0', |
| 3011 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/TotalPaymentsVolumeProcessor.php' |
| 3012 | ), |
| 3013 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TransformerInterface' => array( |
| 3014 | 'version' => '7.4.0.0', |
| 3015 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/TransformerInterface.php' |
| 3016 | ), |
| 3017 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\FailRuleProcessor' => array( |
| 3018 | 'version' => '7.4.0.0', |
| 3019 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/FailRuleProcessor.php' |
| 3020 | ), |
| 3021 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\ComparisonOperation' => array( |
| 3022 | 'version' => '7.4.0.0', |
| 3023 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/ComparisonOperation.php' |
| 3024 | ), |
| 3025 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\EvaluationLogger' => array( |
| 3026 | 'version' => '7.4.0.0', |
| 3027 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/EvaluationLogger.php' |
| 3028 | ), |
| 3029 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\StoredStateRuleProcessor' => array( |
| 3030 | 'version' => '7.4.0.0', |
| 3031 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/StoredStateRuleProcessor.php' |
| 3032 | ), |
| 3033 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\StoredStateSetupForProducts' => array( |
| 3034 | 'version' => '7.4.0.0', |
| 3035 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/StoredStateSetupForProducts.php' |
| 3036 | ), |
| 3037 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleEvaluator' => array( |
| 3038 | 'version' => '7.4.0.0', |
| 3039 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RuleEvaluator.php' |
| 3040 | ), |
| 3041 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OnboardingProfileRuleProcessor' => array( |
| 3042 | 'version' => '7.4.0.0', |
| 3043 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OnboardingProfileRuleProcessor.php' |
| 3044 | ), |
| 3045 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrdersProvider' => array( |
| 3046 | 'version' => '7.4.0.0', |
| 3047 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OrdersProvider.php' |
| 3048 | ), |
| 3049 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\ProductCountRuleProcessor' => array( |
| 3050 | 'version' => '7.4.0.0', |
| 3051 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/ProductCountRuleProcessor.php' |
| 3052 | ), |
| 3053 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishBeforeTimeRuleProcessor' => array( |
| 3054 | 'version' => '7.4.0.0', |
| 3055 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php' |
| 3056 | ), |
| 3057 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\GetRuleProcessor' => array( |
| 3058 | 'version' => '7.4.0.0', |
| 3059 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/GetRuleProcessor.php' |
| 3060 | ), |
| 3061 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\NotRuleProcessor' => array( |
| 3062 | 'version' => '7.4.0.0', |
| 3063 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/NotRuleProcessor.php' |
| 3064 | ), |
| 3065 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\DataSourcePoller' => array( |
| 3066 | 'version' => '7.4.0.0', |
| 3067 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/DataSourcePoller.php' |
| 3068 | ), |
| 3069 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\IsEcommerceRuleProcessor' => array( |
| 3070 | 'version' => '7.4.0.0', |
| 3071 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/IsEcommerceRuleProcessor.php' |
| 3072 | ), |
| 3073 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForProvider' => array( |
| 3074 | 'version' => '7.4.0.0', |
| 3075 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/WCAdminActiveForProvider.php' |
| 3076 | ), |
| 3077 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\NoteStatusRuleProcessor' => array( |
| 3078 | 'version' => '7.4.0.0', |
| 3079 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/NoteStatusRuleProcessor.php' |
| 3080 | ), |
| 3081 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RemoteInboxNotificationsEngine' => array( |
| 3082 | 'version' => '7.4.0.0', |
| 3083 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php' |
| 3084 | ), |
| 3085 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrderCountRuleProcessor' => array( |
| 3086 | 'version' => '7.4.0.0', |
| 3087 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OrderCountRuleProcessor.php' |
| 3088 | ), |
| 3089 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WooCommerceAdminUpdatedRuleProcessor' => array( |
| 3090 | 'version' => '7.4.0.0', |
| 3091 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/WooCommerceAdminUpdatedRuleProcessor.php' |
| 3092 | ), |
| 3093 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishAfterTimeRuleProcessor' => array( |
| 3094 | 'version' => '7.4.0.0', |
| 3095 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php' |
| 3096 | ), |
| 3097 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PluginsActivatedRuleProcessor' => array( |
| 3098 | 'version' => '7.4.0.0', |
| 3099 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php' |
| 3100 | ), |
| 3101 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\BaseLocationStateRuleProcessor' => array( |
| 3102 | 'version' => '7.4.0.0', |
| 3103 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/BaseLocationStateRuleProcessor.php' |
| 3104 | ), |
| 3105 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrRuleProcessor' => array( |
| 3106 | 'version' => '7.4.0.0', |
| 3107 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/OrRuleProcessor.php' |
| 3108 | ), |
| 3109 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PluginVersionRuleProcessor' => array( |
| 3110 | 'version' => '7.4.0.0', |
| 3111 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/PluginVersionRuleProcessor.php' |
| 3112 | ), |
| 3113 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleProcessorInterface' => array( |
| 3114 | 'version' => '7.4.0.0', |
| 3115 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/RuleProcessorInterface.php' |
| 3116 | ), |
| 3117 | 'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\BaseLocationCountryRuleProcessor' => array( |
| 3118 | 'version' => '7.4.0.0', |
| 3119 | 'path' => $baseDir . '/src/Admin/RemoteInboxNotifications/BaseLocationCountryRuleProcessor.php' |
| 3120 | ), |
| 3121 | 'Automattic\\WooCommerce\\Proxies\\ActionsProxy' => array( |
| 3122 | 'version' => '7.4.0.0', |
| 3123 | 'path' => $baseDir . '/src/Proxies/ActionsProxy.php' |
| 3124 | ), |
| 3125 | 'Automattic\\WooCommerce\\Proxies\\LegacyProxy' => array( |
| 3126 | 'version' => '7.4.0.0', |
| 3127 | 'path' => $baseDir . '/src/Proxies/LegacyProxy.php' |
| 3128 | ), |
| 3129 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostsToOrdersMigrationController' => array( |
| 3130 | 'version' => '7.4.0.0', |
| 3131 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php' |
| 3132 | ), |
| 3133 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostMetaToOrderMetaMigrator' => array( |
| 3134 | 'version' => '7.4.0.0', |
| 3135 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostMetaToOrderMetaMigrator.php' |
| 3136 | ), |
| 3137 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderOpTableMigrator' => array( |
| 3138 | 'version' => '7.4.0.0', |
| 3139 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderOpTableMigrator.php' |
| 3140 | ), |
| 3141 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderTableMigrator' => array( |
| 3142 | 'version' => '7.4.0.0', |
| 3143 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderTableMigrator.php' |
| 3144 | ), |
| 3145 | 'Automattic\\WooCommerce\\DataBase\\Migrations\\CustomOrderTable\\CLIRunner' => array( |
| 3146 | 'version' => '7.4.0.0', |
| 3147 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/CLIRunner.php' |
| 3148 | ), |
| 3149 | 'Automattic\\WooCommerce\\Database\\Migrations\\CustomOrderTable\\PostToOrderAddressTableMigrator' => array( |
| 3150 | 'version' => '7.4.0.0', |
| 3151 | 'path' => $baseDir . '/src/Database/Migrations/CustomOrderTable/PostToOrderAddressTableMigrator.php' |
| 3152 | ), |
| 3153 | 'Automattic\\WooCommerce\\Database\\Migrations\\MetaToMetaTableMigrator' => array( |
| 3154 | 'version' => '7.4.0.0', |
| 3155 | 'path' => $baseDir . '/src/Database/Migrations/MetaToMetaTableMigrator.php' |
| 3156 | ), |
| 3157 | 'Automattic\\WooCommerce\\Database\\Migrations\\MigrationHelper' => array( |
| 3158 | 'version' => '7.4.0.0', |
| 3159 | 'path' => $baseDir . '/src/Database/Migrations/MigrationHelper.php' |
| 3160 | ), |
| 3161 | 'Automattic\\WooCommerce\\Database\\Migrations\\TableMigrator' => array( |
| 3162 | 'version' => '7.4.0.0', |
| 3163 | 'path' => $baseDir . '/src/Database/Migrations/TableMigrator.php' |
| 3164 | ), |
| 3165 | 'Automattic\\WooCommerce\\Database\\Migrations\\MetaToCustomTableMigrator' => array( |
| 3166 | 'version' => '7.4.0.0', |
| 3167 | 'path' => $baseDir . '/src/Database/Migrations/MetaToCustomTableMigrator.php' |
| 3168 | ), |
| 3169 | 'Automattic\\WooCommerce\\Autoloader' => array( |
| 3170 | 'version' => '7.4.0.0', |
| 3171 | 'path' => $baseDir . '/src/Autoloader.php' |
| 3172 | ), |
| 3173 | 'Automattic\\WooCommerce\\Utilities\\FeaturesUtil' => array( |
| 3174 | 'version' => '7.4.0.0', |
| 3175 | 'path' => $baseDir . '/src/Utilities/FeaturesUtil.php' |
| 3176 | ), |
| 3177 | 'Automattic\\WooCommerce\\Utilities\\PluginUtil' => array( |
| 3178 | 'version' => '7.4.0.0', |
| 3179 | 'path' => $baseDir . '/src/Utilities/PluginUtil.php' |
| 3180 | ), |
| 3181 | 'Automattic\\WooCommerce\\Utilities\\NumberUtil' => array( |
| 3182 | 'version' => '7.4.0.0', |
| 3183 | 'path' => $baseDir . '/src/Utilities/NumberUtil.php' |
| 3184 | ), |
| 3185 | 'Automattic\\WooCommerce\\Utilities\\ArrayUtil' => array( |
| 3186 | 'version' => '7.4.0.0', |
| 3187 | 'path' => $baseDir . '/src/Utilities/ArrayUtil.php' |
| 3188 | ), |
| 3189 | 'Automattic\\WooCommerce\\Utilities\\OrderUtil' => array( |
| 3190 | 'version' => '7.4.0.0', |
| 3191 | 'path' => $baseDir . '/src/Utilities/OrderUtil.php' |
| 3192 | ), |
| 3193 | 'Automattic\\WooCommerce\\Utilities\\StringUtil' => array( |
| 3194 | 'version' => '7.4.0.0', |
| 3195 | 'path' => $baseDir . '/src/Utilities/StringUtil.php' |
| 3196 | ), |
| 3197 | 'Automattic\\WooCommerce\\Internal\\RestockRefundedItemsAdjuster' => array( |
| 3198 | 'version' => '7.4.0.0', |
| 3199 | 'path' => $baseDir . '/src/Internal/RestockRefundedItemsAdjuster.php' |
| 3200 | ), |
| 3201 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Register' => array( |
| 3202 | 'version' => '7.4.0.0', |
| 3203 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Register.php' |
| 3204 | ), |
| 3205 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\StoredUrl' => array( |
| 3206 | 'version' => '7.4.0.0', |
| 3207 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php' |
| 3208 | ), |
| 3209 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\ApprovedDirectoriesException' => array( |
| 3210 | 'version' => '7.4.0.0', |
| 3211 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/ApprovedDirectoriesException.php' |
| 3212 | ), |
| 3213 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Synchronize' => array( |
| 3214 | 'version' => '7.4.0.0', |
| 3215 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Synchronize.php' |
| 3216 | ), |
| 3217 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\Table' => array( |
| 3218 | 'version' => '7.4.0.0', |
| 3219 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/Table.php' |
| 3220 | ), |
| 3221 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\UI' => array( |
| 3222 | 'version' => '7.4.0.0', |
| 3223 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/UI.php' |
| 3224 | ), |
| 3225 | 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories\\Admin\\SyncUI' => array( |
| 3226 | 'version' => '7.4.0.0', |
| 3227 | 'path' => $baseDir . '/src/Internal/ProductDownloads/ApprovedDirectories/Admin/SyncUI.php' |
| 3228 | ), |
| 3229 | 'Automattic\\WooCommerce\\Internal\\WCCom\\ConnectionHelper' => array( |
| 3230 | 'version' => '7.4.0.0', |
| 3231 | 'path' => $baseDir . '/src/Internal/WCCom/ConnectionHelper.php' |
| 3232 | ), |
| 3233 | 'Automattic\\WooCommerce\\Internal\\DataStores\\CustomMetaDataStore' => array( |
| 3234 | 'version' => '7.4.0.0', |
| 3235 | 'path' => $baseDir . '/src/Internal/DataStores/CustomMetaDataStore.php' |
| 3236 | ), |
| 3237 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableDataStoreMeta' => array( |
| 3238 | 'version' => '7.4.0.0', |
| 3239 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableDataStoreMeta.php' |
| 3240 | ), |
| 3241 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableSearchQuery' => array( |
| 3242 | 'version' => '7.4.0.0', |
| 3243 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableSearchQuery.php' |
| 3244 | ), |
| 3245 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableMetaQuery' => array( |
| 3246 | 'version' => '7.4.0.0', |
| 3247 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableMetaQuery.php' |
| 3248 | ), |
| 3249 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableFieldQuery' => array( |
| 3250 | 'version' => '7.4.0.0', |
| 3251 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableFieldQuery.php' |
| 3252 | ), |
| 3253 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableRefundDataStore' => array( |
| 3254 | 'version' => '7.4.0.0', |
| 3255 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php' |
| 3256 | ), |
| 3257 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\DataSynchronizer' => array( |
| 3258 | 'version' => '7.4.0.0', |
| 3259 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/DataSynchronizer.php' |
| 3260 | ), |
| 3261 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableDataStore' => array( |
| 3262 | 'version' => '7.4.0.0', |
| 3263 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableDataStore.php' |
| 3264 | ), |
| 3265 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\CustomOrdersTableController' => array( |
| 3266 | 'version' => '7.4.0.0', |
| 3267 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/CustomOrdersTableController.php' |
| 3268 | ), |
| 3269 | 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableQuery' => array( |
| 3270 | 'version' => '7.4.0.0', |
| 3271 | 'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableQuery.php' |
| 3272 | ), |
| 3273 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => array( |
| 3274 | 'version' => '7.4.0.0', |
| 3275 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php' |
| 3276 | ), |
| 3277 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AssignDefaultCategoryServiceProvider' => array( |
| 3278 | 'version' => '7.4.0.0', |
| 3279 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php' |
| 3280 | ), |
| 3281 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductDownloadsServiceProvider' => array( |
| 3282 | 'version' => '7.4.0.0', |
| 3283 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductDownloadsServiceProvider.php' |
| 3284 | ), |
| 3285 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => array( |
| 3286 | 'version' => '7.4.0.0', |
| 3287 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php' |
| 3288 | ), |
| 3289 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductAttributesLookupServiceProvider' => array( |
| 3290 | 'version' => '7.4.0.0', |
| 3291 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php' |
| 3292 | ), |
| 3293 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\FeaturesServiceProvider' => array( |
| 3294 | 'version' => '7.4.0.0', |
| 3295 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php' |
| 3296 | ), |
| 3297 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\BatchProcessingServiceProvider' => array( |
| 3298 | 'version' => '7.4.0.0', |
| 3299 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/BatchProcessingServiceProvider.php' |
| 3300 | ), |
| 3301 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => array( |
| 3302 | 'version' => '7.4.0.0', |
| 3303 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php' |
| 3304 | ), |
| 3305 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductReviewsServiceProvider' => array( |
| 3306 | 'version' => '7.4.0.0', |
| 3307 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php' |
| 3308 | ), |
| 3309 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrdersControllersServiceProvider' => array( |
| 3310 | 'version' => '7.4.0.0', |
| 3311 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrdersControllersServiceProvider.php' |
| 3312 | ), |
| 3313 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrdersDataStoreServiceProvider' => array( |
| 3314 | 'version' => '7.4.0.0', |
| 3315 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php' |
| 3316 | ), |
| 3317 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\MarketingServiceProvider' => array( |
| 3318 | 'version' => '7.4.0.0', |
| 3319 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php' |
| 3320 | ), |
| 3321 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\UtilsClassesServiceProvider' => array( |
| 3322 | 'version' => '7.4.0.0', |
| 3323 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php' |
| 3324 | ), |
| 3325 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ObjectCacheServiceProvider' => array( |
| 3326 | 'version' => '7.4.0.0', |
| 3327 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ObjectCacheServiceProvider.php' |
| 3328 | ), |
| 3329 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\COTMigrationServiceProvider' => array( |
| 3330 | 'version' => '7.4.0.0', |
| 3331 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/COTMigrationServiceProvider.php' |
| 3332 | ), |
| 3333 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrderAdminServiceProvider' => array( |
| 3334 | 'version' => '7.4.0.0', |
| 3335 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrderAdminServiceProvider.php' |
| 3336 | ), |
| 3337 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OptionSanitizerServiceProvider' => array( |
| 3338 | 'version' => '7.4.0.0', |
| 3339 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OptionSanitizerServiceProvider.php' |
| 3340 | ), |
| 3341 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\OrderMetaBoxServiceProvider' => array( |
| 3342 | 'version' => '7.4.0.0', |
| 3343 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrderMetaBoxServiceProvider.php' |
| 3344 | ), |
| 3345 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ContainerException' => array( |
| 3346 | 'version' => '7.4.0.0', |
| 3347 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ContainerException.php' |
| 3348 | ), |
| 3349 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ExtendedContainer' => array( |
| 3350 | 'version' => '7.4.0.0', |
| 3351 | 'path' => $baseDir . '/src/Internal/DependencyManagement/ExtendedContainer.php' |
| 3352 | ), |
| 3353 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\Definition' => array( |
| 3354 | 'version' => '7.4.0.0', |
| 3355 | 'path' => $baseDir . '/src/Internal/DependencyManagement/Definition.php' |
| 3356 | ), |
| 3357 | 'Automattic\\WooCommerce\\Internal\\DependencyManagement\\AbstractServiceProvider' => array( |
| 3358 | 'version' => '7.4.0.0', |
| 3359 | 'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php' |
| 3360 | ), |
| 3361 | 'Automattic\\WooCommerce\\Internal\\Settings\\OptionSanitizer' => array( |
| 3362 | 'version' => '7.4.0.0', |
| 3363 | 'path' => $baseDir . '/src/Internal/Settings/OptionSanitizer.php' |
| 3364 | ), |
| 3365 | 'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => array( |
| 3366 | 'version' => '7.4.0.0', |
| 3367 | 'path' => $baseDir . '/src/Internal/AssignDefaultCategory.php' |
| 3368 | ), |
| 3369 | 'Automattic\\WooCommerce\\Internal\\Traits\\AccessiblePrivateMethods' => array( |
| 3370 | 'version' => '7.4.0.0', |
| 3371 | 'path' => $baseDir . '/src/Internal/Traits/AccessiblePrivateMethods.php' |
| 3372 | ), |
| 3373 | 'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => array( |
| 3374 | 'version' => '7.4.0.0', |
| 3375 | 'path' => $baseDir . '/src/Internal/DownloadPermissionsAdjuster.php' |
| 3376 | ), |
| 3377 | 'Automattic\\WooCommerce\\Internal\\Admin\\Survey' => array( |
| 3378 | 'version' => '7.4.0.0', |
| 3379 | 'path' => $baseDir . '/src/Internal/Admin/Survey.php' |
| 3380 | ), |
| 3381 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\EvaluateExtension' => array( |
| 3382 | 'version' => '7.4.0.0', |
| 3383 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php' |
| 3384 | ), |
| 3385 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\DefaultFreeExtensions' => array( |
| 3386 | 'version' => '7.4.0.0', |
| 3387 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php' |
| 3388 | ), |
| 3389 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\Init' => array( |
| 3390 | 'version' => '7.4.0.0', |
| 3391 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/Init.php' |
| 3392 | ), |
| 3393 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\RemoteFreeExtensionsDataSourcePoller' => array( |
| 3394 | 'version' => '7.4.0.0', |
| 3395 | 'path' => $baseDir . '/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php' |
| 3396 | ), |
| 3397 | 'Automattic\\WooCommerce\\Internal\\Admin\\Marketing' => array( |
| 3398 | 'version' => '7.4.0.0', |
| 3399 | 'path' => $baseDir . '/src/Internal/Admin/Marketing.php' |
| 3400 | ), |
| 3401 | 'Automattic\\WooCommerce\\Internal\\Admin\\MobileAppBanner' => array( |
| 3402 | 'version' => '7.4.0.0', |
| 3403 | 'path' => $baseDir . '/src/Internal/Admin/MobileAppBanner.php' |
| 3404 | ), |
| 3405 | 'Automattic\\WooCommerce\\Internal\\Admin\\CouponsMovedTrait' => array( |
| 3406 | 'version' => '7.4.0.0', |
| 3407 | 'path' => $baseDir . '/src/Internal/Admin/CouponsMovedTrait.php' |
| 3408 | ), |
| 3409 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminUser' => array( |
| 3410 | 'version' => '7.4.0.0', |
| 3411 | 'path' => $baseDir . '/src/Internal/Admin/WCAdminUser.php' |
| 3412 | ), |
| 3413 | 'Automattic\\WooCommerce\\Internal\\Admin\\SettingsNavigationFeature' => array( |
| 3414 | 'version' => '7.4.0.0', |
| 3415 | 'path' => $baseDir . '/src/Internal/Admin/SettingsNavigationFeature.php' |
| 3416 | ), |
| 3417 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\ComponentTrait' => array( |
| 3418 | 'version' => '7.4.0.0', |
| 3419 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/ComponentTrait.php' |
| 3420 | ), |
| 3421 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Component' => array( |
| 3422 | 'version' => '7.4.0.0', |
| 3423 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Component.php' |
| 3424 | ), |
| 3425 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Subsection' => array( |
| 3426 | 'version' => '7.4.0.0', |
| 3427 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Subsection.php' |
| 3428 | ), |
| 3429 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Field' => array( |
| 3430 | 'version' => '7.4.0.0', |
| 3431 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Field.php' |
| 3432 | ), |
| 3433 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\Section' => array( |
| 3434 | 'version' => '7.4.0.0', |
| 3435 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/Section.php' |
| 3436 | ), |
| 3437 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductForm\\FormFactory' => array( |
| 3438 | 'version' => '7.4.0.0', |
| 3439 | 'path' => $baseDir . '/src/Internal/Admin/ProductForm/FormFactory.php' |
| 3440 | ), |
| 3441 | 'Automattic\\WooCommerce\\Internal\\Admin\\Settings' => array( |
| 3442 | 'version' => '7.4.0.0', |
| 3443 | 'path' => $baseDir . '/src/Internal/Admin/Settings.php' |
| 3444 | ), |
| 3445 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings' => array( |
| 3446 | 'version' => '7.4.0.0', |
| 3447 | 'path' => $baseDir . '/src/Internal/Admin/WCAdminSharedSettings.php' |
| 3448 | ), |
| 3449 | 'Automattic\\WooCommerce\\Internal\\Admin\\Events' => array( |
| 3450 | 'version' => '7.4.0.0', |
| 3451 | 'path' => $baseDir . '/src/Internal/Admin/Events.php' |
| 3452 | ), |
| 3453 | 'Automattic\\WooCommerce\\Internal\\Admin\\Analytics' => array( |
| 3454 | 'version' => '7.4.0.0', |
| 3455 | 'path' => $baseDir . '/src/Internal/Admin/Analytics.php' |
| 3456 | ), |
| 3457 | 'Automattic\\WooCommerce\\Internal\\Admin\\Translations' => array( |
| 3458 | 'version' => '7.4.0.0', |
| 3459 | 'path' => $baseDir . '/src/Internal/Admin/Translations.php' |
| 3460 | ), |
| 3461 | 'Automattic\\WooCommerce\\Internal\\Admin\\FeaturePlugin' => array( |
| 3462 | 'version' => '7.4.0.0', |
| 3463 | 'path' => $baseDir . '/src/Internal/Admin/FeaturePlugin.php' |
| 3464 | ), |
| 3465 | 'Automattic\\WooCommerce\\Internal\\Admin\\Coupons' => array( |
| 3466 | 'version' => '7.4.0.0', |
| 3467 | 'path' => $baseDir . '/src/Internal/Admin/Coupons.php' |
| 3468 | ), |
| 3469 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\FirstProduct' => array( |
| 3470 | 'version' => '7.4.0.0', |
| 3471 | 'path' => $baseDir . '/src/Internal/Admin/Notes/FirstProduct.php' |
| 3472 | ), |
| 3473 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\TestCheckout' => array( |
| 3474 | 'version' => '7.4.0.0', |
| 3475 | 'path' => $baseDir . '/src/Internal/Admin/Notes/TestCheckout.php' |
| 3476 | ), |
| 3477 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EmailNotification' => array( |
| 3478 | 'version' => '7.4.0.0', |
| 3479 | 'path' => $baseDir . '/src/Internal/Admin/Notes/EmailNotification.php' |
| 3480 | ), |
| 3481 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\GivingFeedbackNotes' => array( |
| 3482 | 'version' => '7.4.0.0', |
| 3483 | 'path' => $baseDir . '/src/Internal/Admin/Notes/GivingFeedbackNotes.php' |
| 3484 | ), |
| 3485 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OnboardingPayments' => array( |
| 3486 | 'version' => '7.4.0.0', |
| 3487 | 'path' => $baseDir . '/src/Internal/Admin/Notes/OnboardingPayments.php' |
| 3488 | ), |
| 3489 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CouponPageMoved' => array( |
| 3490 | 'version' => '7.4.0.0', |
| 3491 | 'path' => $baseDir . '/src/Internal/Admin/Notes/CouponPageMoved.php' |
| 3492 | ), |
| 3493 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EUVATNumber' => array( |
| 3494 | 'version' => '7.4.0.0', |
| 3495 | 'path' => $baseDir . '/src/Internal/Admin/Notes/EUVATNumber.php' |
| 3496 | ), |
| 3497 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PaymentsRemindMeLater' => array( |
| 3498 | 'version' => '7.4.0.0', |
| 3499 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PaymentsRemindMeLater.php' |
| 3500 | ), |
| 3501 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MarketingJetpack' => array( |
| 3502 | 'version' => '7.4.0.0', |
| 3503 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MarketingJetpack.php' |
| 3504 | ), |
| 3505 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\TrackingOptIn' => array( |
| 3506 | 'version' => '7.4.0.0', |
| 3507 | 'path' => $baseDir . '/src/Internal/Admin/Notes/TrackingOptIn.php' |
| 3508 | ), |
| 3509 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\ManageOrdersOnTheGo' => array( |
| 3510 | 'version' => '7.4.0.0', |
| 3511 | 'path' => $baseDir . '/src/Internal/Admin/Notes/ManageOrdersOnTheGo.php' |
| 3512 | ), |
| 3513 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OnlineClothingStore' => array( |
| 3514 | 'version' => '7.4.0.0', |
| 3515 | 'path' => $baseDir . '/src/Internal/Admin/Notes/OnlineClothingStore.php' |
| 3516 | ), |
| 3517 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CustomizeStoreWithBlocks' => array( |
| 3518 | 'version' => '7.4.0.0', |
| 3519 | 'path' => $baseDir . '/src/Internal/Admin/Notes/CustomizeStoreWithBlocks.php' |
| 3520 | ), |
| 3521 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MagentoMigration' => array( |
| 3522 | 'version' => '7.4.0.0', |
| 3523 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MagentoMigration.php' |
| 3524 | ), |
| 3525 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\ChoosingTheme' => array( |
| 3526 | 'version' => '7.4.0.0', |
| 3527 | 'path' => $baseDir . '/src/Internal/Admin/Notes/ChoosingTheme.php' |
| 3528 | ), |
| 3529 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\OrderMilestones' => array( |
| 3530 | 'version' => '7.4.0.0', |
| 3531 | 'path' => $baseDir . '/src/Internal/Admin/Notes/OrderMilestones.php' |
| 3532 | ), |
| 3533 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\UnsecuredReportFiles' => array( |
| 3534 | 'version' => '7.4.0.0', |
| 3535 | 'path' => $baseDir . '/src/Internal/Admin/Notes/UnsecuredReportFiles.php' |
| 3536 | ), |
| 3537 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\InstallJPAndWCSPlugins' => array( |
| 3538 | 'version' => '7.4.0.0', |
| 3539 | 'path' => $baseDir . '/src/Internal/Admin/Notes/InstallJPAndWCSPlugins.php' |
| 3540 | ), |
| 3541 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MigrateFromShopify' => array( |
| 3542 | 'version' => '7.4.0.0', |
| 3543 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MigrateFromShopify.php' |
| 3544 | ), |
| 3545 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PerformanceOnMobile' => array( |
| 3546 | 'version' => '7.4.0.0', |
| 3547 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PerformanceOnMobile.php' |
| 3548 | ), |
| 3549 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooSubscriptionsNotes' => array( |
| 3550 | 'version' => '7.4.0.0', |
| 3551 | 'path' => $baseDir . '/src/Internal/Admin/Notes/WooSubscriptionsNotes.php' |
| 3552 | ), |
| 3553 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooCommercePayments' => array( |
| 3554 | 'version' => '7.4.0.0', |
| 3555 | 'path' => $baseDir . '/src/Internal/Admin/Notes/WooCommercePayments.php' |
| 3556 | ), |
| 3557 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PersonalizeStore' => array( |
| 3558 | 'version' => '7.4.0.0', |
| 3559 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PersonalizeStore.php' |
| 3560 | ), |
| 3561 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\EditProductsOnTheMove' => array( |
| 3562 | 'version' => '7.4.0.0', |
| 3563 | 'path' => $baseDir . '/src/Internal/Admin/Notes/EditProductsOnTheMove.php' |
| 3564 | ), |
| 3565 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\SellingOnlineCourses' => array( |
| 3566 | 'version' => '7.4.0.0', |
| 3567 | 'path' => $baseDir . '/src/Internal/Admin/Notes/SellingOnlineCourses.php' |
| 3568 | ), |
| 3569 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\NewSalesRecord' => array( |
| 3570 | 'version' => '7.4.0.0', |
| 3571 | 'path' => $baseDir . '/src/Internal/Admin/Notes/NewSalesRecord.php' |
| 3572 | ), |
| 3573 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\LaunchChecklist' => array( |
| 3574 | 'version' => '7.4.0.0', |
| 3575 | 'path' => $baseDir . '/src/Internal/Admin/Notes/LaunchChecklist.php' |
| 3576 | ), |
| 3577 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\WooCommerceSubscriptions' => array( |
| 3578 | 'version' => '7.4.0.0', |
| 3579 | 'path' => $baseDir . '/src/Internal/Admin/Notes/WooCommerceSubscriptions.php' |
| 3580 | ), |
| 3581 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\PaymentsMoreInfoNeeded' => array( |
| 3582 | 'version' => '7.4.0.0', |
| 3583 | 'path' => $baseDir . '/src/Internal/Admin/Notes/PaymentsMoreInfoNeeded.php' |
| 3584 | ), |
| 3585 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\RealTimeOrderAlerts' => array( |
| 3586 | 'version' => '7.4.0.0', |
| 3587 | 'path' => $baseDir . '/src/Internal/Admin/Notes/RealTimeOrderAlerts.php' |
| 3588 | ), |
| 3589 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\AddFirstProduct' => array( |
| 3590 | 'version' => '7.4.0.0', |
| 3591 | 'path' => $baseDir . '/src/Internal/Admin/Notes/AddFirstProduct.php' |
| 3592 | ), |
| 3593 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MobileApp' => array( |
| 3594 | 'version' => '7.4.0.0', |
| 3595 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MobileApp.php' |
| 3596 | ), |
| 3597 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\CustomizingProductCatalog' => array( |
| 3598 | 'version' => '7.4.0.0', |
| 3599 | 'path' => $baseDir . '/src/Internal/Admin/Notes/CustomizingProductCatalog.php' |
| 3600 | ), |
| 3601 | 'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MerchantEmailNotifications' => array( |
| 3602 | 'version' => '7.4.0.0', |
| 3603 | 'path' => $baseDir . '/src/Internal/Admin/Notes/MerchantEmailNotifications.php' |
| 3604 | ), |
| 3605 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminAssets' => array( |
| 3606 | 'version' => '7.4.0.0', |
| 3607 | 'path' => $baseDir . '/src/Internal/Admin/WCAdminAssets.php' |
| 3608 | ), |
| 3609 | 'Automattic\\WooCommerce\\Internal\\Admin\\SystemStatusReport' => array( |
| 3610 | 'version' => '7.4.0.0', |
| 3611 | 'path' => $baseDir . '/src/Internal/Admin/SystemStatusReport.php' |
| 3612 | ), |
| 3613 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\ListTable' => array( |
| 3614 | 'version' => '7.4.0.0', |
| 3615 | 'path' => $baseDir . '/src/Internal/Admin/Orders/ListTable.php' |
| 3616 | ), |
| 3617 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\Edit' => array( |
| 3618 | 'version' => '7.4.0.0', |
| 3619 | 'path' => $baseDir . '/src/Internal/Admin/Orders/Edit.php' |
| 3620 | ), |
| 3621 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\COTRedirectionController' => array( |
| 3622 | 'version' => '7.4.0.0', |
| 3623 | 'path' => $baseDir . '/src/Internal/Admin/Orders/COTRedirectionController.php' |
| 3624 | ), |
| 3625 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\PostsRedirectionController' => array( |
| 3626 | 'version' => '7.4.0.0', |
| 3627 | 'path' => $baseDir . '/src/Internal/Admin/Orders/PostsRedirectionController.php' |
| 3628 | ), |
| 3629 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\PageController' => array( |
| 3630 | 'version' => '7.4.0.0', |
| 3631 | 'path' => $baseDir . '/src/Internal/Admin/Orders/PageController.php' |
| 3632 | ), |
| 3633 | 'Automattic\\WooCommerce\\Internal\\Admin\\Orders\\MetaBoxes\\CustomMetaBox' => array( |
| 3634 | 'version' => '7.4.0.0', |
| 3635 | 'path' => $baseDir . '/src/Internal/Admin/Orders/MetaBoxes/CustomMetaBox.php' |
| 3636 | ), |
| 3637 | 'Automattic\\WooCommerce\\Internal\\Admin\\CategoryLookup' => array( |
| 3638 | 'version' => '7.4.0.0', |
| 3639 | 'path' => $baseDir . '/src/Internal/Admin/CategoryLookup.php' |
| 3640 | ), |
| 3641 | 'Automattic\\WooCommerce\\Internal\\Admin\\CustomerEffortScoreTracks' => array( |
| 3642 | 'version' => '7.4.0.0', |
| 3643 | 'path' => $baseDir . '/src/Internal/Admin/CustomerEffortScoreTracks.php' |
| 3644 | ), |
| 3645 | 'Automattic\\WooCommerce\\Internal\\Admin\\Loader' => array( |
| 3646 | 'version' => '7.4.0.0', |
| 3647 | 'path' => $baseDir . '/src/Internal/Admin/Loader.php' |
| 3648 | ), |
| 3649 | 'Automattic\\WooCommerce\\Internal\\Admin\\ActivityPanels' => array( |
| 3650 | 'version' => '7.4.0.0', |
| 3651 | 'path' => $baseDir . '/src/Internal/Admin/ActivityPanels.php' |
| 3652 | ), |
| 3653 | 'Automattic\\WooCommerce\\Internal\\Admin\\RemoteInboxNotifications' => array( |
| 3654 | 'version' => '7.4.0.0', |
| 3655 | 'path' => $baseDir . '/src/Internal/Admin/RemoteInboxNotifications.php' |
| 3656 | ), |
| 3657 | 'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBannerDisplayRules' => array( |
| 3658 | 'version' => '7.4.0.0', |
| 3659 | 'path' => $baseDir . '/src/Internal/Admin/ShippingLabelBannerDisplayRules.php' |
| 3660 | ), |
| 3661 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\MailchimpScheduler' => array( |
| 3662 | 'version' => '7.4.0.0', |
| 3663 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/MailchimpScheduler.php' |
| 3664 | ), |
| 3665 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportScheduler' => array( |
| 3666 | 'version' => '7.4.0.0', |
| 3667 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/ImportScheduler.php' |
| 3668 | ), |
| 3669 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\CustomersScheduler' => array( |
| 3670 | 'version' => '7.4.0.0', |
| 3671 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/CustomersScheduler.php' |
| 3672 | ), |
| 3673 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportInterface' => array( |
| 3674 | 'version' => '7.4.0.0', |
| 3675 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/ImportInterface.php' |
| 3676 | ), |
| 3677 | 'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\OrdersScheduler' => array( |
| 3678 | 'version' => '7.4.0.0', |
| 3679 | 'path' => $baseDir . '/src/Internal/Admin/Schedulers/OrdersScheduler.php' |
| 3680 | ), |
| 3681 | 'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBanner' => array( |
| 3682 | 'version' => '7.4.0.0', |
| 3683 | 'path' => $baseDir . '/src/Internal/Admin/ShippingLabelBanner.php' |
| 3684 | ), |
| 3685 | 'Automattic\\WooCommerce\\Internal\\Admin\\WcPayWelcomePage' => array( |
| 3686 | 'version' => '7.4.0.0', |
| 3687 | 'path' => $baseDir . '/src/Internal/Admin/WcPayWelcomePage.php' |
| 3688 | ), |
| 3689 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsCommentsOverrides' => array( |
| 3690 | 'version' => '7.4.0.0', |
| 3691 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsCommentsOverrides.php' |
| 3692 | ), |
| 3693 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsListTable' => array( |
| 3694 | 'version' => '7.4.0.0', |
| 3695 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsListTable.php' |
| 3696 | ), |
| 3697 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\ReviewsUtil' => array( |
| 3698 | 'version' => '7.4.0.0', |
| 3699 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/ReviewsUtil.php' |
| 3700 | ), |
| 3701 | 'Automattic\\WooCommerce\\Internal\\Admin\\ProductReviews\\Reviews' => array( |
| 3702 | 'version' => '7.4.0.0', |
| 3703 | 'path' => $baseDir . '/src/Internal/Admin/ProductReviews/Reviews.php' |
| 3704 | ), |
| 3705 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingProfile' => array( |
| 3706 | 'version' => '7.4.0.0', |
| 3707 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingProfile.php' |
| 3708 | ), |
| 3709 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingHelper' => array( |
| 3710 | 'version' => '7.4.0.0', |
| 3711 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingHelper.php' |
| 3712 | ), |
| 3713 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\Onboarding' => array( |
| 3714 | 'version' => '7.4.0.0', |
| 3715 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/Onboarding.php' |
| 3716 | ), |
| 3717 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingJetpack' => array( |
| 3718 | 'version' => '7.4.0.0', |
| 3719 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingJetpack.php' |
| 3720 | ), |
| 3721 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingProducts' => array( |
| 3722 | 'version' => '7.4.0.0', |
| 3723 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingProducts.php' |
| 3724 | ), |
| 3725 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingMailchimp' => array( |
| 3726 | 'version' => '7.4.0.0', |
| 3727 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingMailchimp.php' |
| 3728 | ), |
| 3729 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingThemes' => array( |
| 3730 | 'version' => '7.4.0.0', |
| 3731 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingThemes.php' |
| 3732 | ), |
| 3733 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingSetupWizard' => array( |
| 3734 | 'version' => '7.4.0.0', |
| 3735 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php' |
| 3736 | ), |
| 3737 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingIndustries' => array( |
| 3738 | 'version' => '7.4.0.0', |
| 3739 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingIndustries.php' |
| 3740 | ), |
| 3741 | 'Automattic\\WooCommerce\\Internal\\Admin\\Onboarding\\OnboardingSync' => array( |
| 3742 | 'version' => '7.4.0.0', |
| 3743 | 'path' => $baseDir . '/src/Internal/Admin/Onboarding/OnboardingSync.php' |
| 3744 | ), |
| 3745 | 'Automattic\\WooCommerce\\Internal\\Admin\\Marketing\\MarketingSpecs' => array( |
| 3746 | 'version' => '7.4.0.0', |
| 3747 | 'path' => $baseDir . '/src/Internal/Admin/Marketing/MarketingSpecs.php' |
| 3748 | ), |
| 3749 | 'Automattic\\WooCommerce\\Internal\\Admin\\Homescreen' => array( |
| 3750 | 'version' => '7.4.0.0', |
| 3751 | 'path' => $baseDir . '/src/Internal/Admin/Homescreen.php' |
| 3752 | ), |
| 3753 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\Init' => array( |
| 3754 | 'version' => '7.4.0.0', |
| 3755 | 'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/Init.php' |
| 3756 | ), |
| 3757 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPaymentGatewayPreInstallWCPayPromotion' => array( |
| 3758 | 'version' => '7.4.0.0', |
| 3759 | 'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php' |
| 3760 | ), |
| 3761 | 'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPayPromotionDataSourcePoller' => array( |
| 3762 | 'version' => '7.4.0.0', |
| 3763 | 'path' => $baseDir . '/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php' |
| 3764 | ), |
| 3765 | 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\DataRegenerator' => array( |
| 3766 | 'version' => '7.4.0.0', |
| 3767 | 'path' => $baseDir . '/src/Internal/ProductAttributesLookup/DataRegenerator.php' |
| 3768 | ), |
| 3769 | 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\Filterer' => array( |
| 3770 | 'version' => '7.4.0.0', |
| 3771 | 'path' => $baseDir . '/src/Internal/ProductAttributesLookup/Filterer.php' |
| 3772 | ), |
| 3773 | 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\LookupDataStore' => array( |
| 3774 | 'version' => '7.4.0.0', |
| 3775 | 'path' => $baseDir . '/src/Internal/ProductAttributesLookup/LookupDataStore.php' |
| 3776 | ), |
| 3777 | 'Automattic\\WooCommerce\\Internal\\Orders\\CouponsController' => array( |
| 3778 | 'version' => '7.4.0.0', |
| 3779 | 'path' => $baseDir . '/src/Internal/Orders/CouponsController.php' |
| 3780 | ), |
| 3781 | 'Automattic\\WooCommerce\\Internal\\Orders\\MobileMessagingHandler' => array( |
| 3782 | 'version' => '7.4.0.0', |
| 3783 | 'path' => $baseDir . '/src/Internal/Orders/MobileMessagingHandler.php' |
| 3784 | ), |
| 3785 | 'Automattic\\WooCommerce\\Internal\\Orders\\IppFunctions' => array( |
| 3786 | 'version' => '7.4.0.0', |
| 3787 | 'path' => $baseDir . '/src/Internal/Orders/IppFunctions.php' |
| 3788 | ), |
| 3789 | 'Automattic\\WooCommerce\\Internal\\Orders\\TaxesController' => array( |
| 3790 | 'version' => '7.4.0.0', |
| 3791 | 'path' => $baseDir . '/src/Internal/Orders/TaxesController.php' |
| 3792 | ), |
| 3793 | 'Automattic\\WooCommerce\\Internal\\RestApiUtil' => array( |
| 3794 | 'version' => '7.4.0.0', |
| 3795 | 'path' => $baseDir . '/src/Internal/RestApiUtil.php' |
| 3796 | ), |
| 3797 | 'Automattic\\WooCommerce\\Internal\\Features\\FeaturesController' => array( |
| 3798 | 'version' => '7.4.0.0', |
| 3799 | 'path' => $baseDir . '/src/Internal/Features/FeaturesController.php' |
| 3800 | ), |
| 3801 | 'Automattic\\WooCommerce\\Internal\\Utilities\\BlocksUtil' => array( |
| 3802 | 'version' => '7.4.0.0', |
| 3803 | 'path' => $baseDir . '/src/Internal/Utilities/BlocksUtil.php' |
| 3804 | ), |
| 3805 | 'Automattic\\WooCommerce\\Internal\\Utilities\\HtmlSanitizer' => array( |
| 3806 | 'version' => '7.4.0.0', |
| 3807 | 'path' => $baseDir . '/src/Internal/Utilities/HtmlSanitizer.php' |
| 3808 | ), |
| 3809 | 'Automattic\\WooCommerce\\Internal\\Utilities\\Users' => array( |
| 3810 | 'version' => '7.4.0.0', |
| 3811 | 'path' => $baseDir . '/src/Internal/Utilities/Users.php' |
| 3812 | ), |
| 3813 | 'Automattic\\WooCommerce\\Internal\\Utilities\\DatabaseUtil' => array( |
| 3814 | 'version' => '7.4.0.0', |
| 3815 | 'path' => $baseDir . '/src/Internal/Utilities/DatabaseUtil.php' |
| 3816 | ), |
| 3817 | 'Automattic\\WooCommerce\\Internal\\Utilities\\COTMigrationUtil' => array( |
| 3818 | 'version' => '7.4.0.0', |
| 3819 | 'path' => $baseDir . '/src/Internal/Utilities/COTMigrationUtil.php' |
| 3820 | ), |
| 3821 | 'Automattic\\WooCommerce\\Internal\\Utilities\\URLException' => array( |
| 3822 | 'version' => '7.4.0.0', |
| 3823 | 'path' => $baseDir . '/src/Internal/Utilities/URLException.php' |
| 3824 | ), |
| 3825 | 'Automattic\\WooCommerce\\Internal\\Utilities\\URL' => array( |
| 3826 | 'version' => '7.4.0.0', |
| 3827 | 'path' => $baseDir . '/src/Internal/Utilities/URL.php' |
| 3828 | ), |
| 3829 | 'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessorInterface' => array( |
| 3830 | 'version' => '7.4.0.0', |
| 3831 | 'path' => $baseDir . '/src/Internal/BatchProcessing/BatchProcessorInterface.php' |
| 3832 | ), |
| 3833 | 'Automattic\\WooCommerce\\Internal\\BatchProcessing\\BatchProcessingController' => array( |
| 3834 | 'version' => '7.4.0.0', |
| 3835 | 'path' => $baseDir . '/src/Internal/BatchProcessing/BatchProcessingController.php' |
| 3836 | ), |
| 3837 | 'Automattic\\WooCommerce\\Packages' => array( |
| 3838 | 'version' => '7.4.0.0', |
| 3839 | 'path' => $baseDir . '/src/Packages.php' |
| 3840 | ), |
| 3841 | 'Container' => array( |
| 3842 | 'version' => '2.10.1.0', |
| 3843 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' |
| 3844 | ), |
| 3845 | 'Latest_Autoloader_Guard' => array( |
| 3846 | 'version' => '2.10.1.0', |
| 3847 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' |
| 3848 | ), |
| 3849 | 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( |
| 3850 | 'version' => '2.10.1.0', |
| 3851 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' |
| 3852 | ), |
| 3853 | 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( |
| 3854 | 'version' => '2.10.1.0', |
| 3855 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' |
| 3856 | ), |
| 3857 | 'Version_Selector' => array( |
| 3858 | 'version' => '2.10.1.0', |
| 3859 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' |
| 3860 | ), |
| 3861 | 'Autoloader_Handler' => array( |
| 3862 | 'version' => '2.10.1.0', |
| 3863 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' |
| 3864 | ), |
| 3865 | 'Hook_Manager' => array( |
| 3866 | 'version' => '2.10.1.0', |
| 3867 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' |
| 3868 | ), |
| 3869 | 'Plugin_Locator' => array( |
| 3870 | 'version' => '2.10.1.0', |
| 3871 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' |
| 3872 | ), |
| 3873 | 'Manifest_Reader' => array( |
| 3874 | 'version' => '2.10.1.0', |
| 3875 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' |
| 3876 | ), |
| 3877 | 'Plugins_Handler' => array( |
| 3878 | 'version' => '2.10.1.0', |
| 3879 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' |
| 3880 | ), |
| 3881 | 'Autoloader' => array( |
| 3882 | 'version' => '2.10.1.0', |
| 3883 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' |
| 3884 | ), |
| 3885 | 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( |
| 3886 | 'version' => '2.10.1.0', |
| 3887 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' |
| 3888 | ), |
| 3889 | 'Autoloader_Locator' => array( |
| 3890 | 'version' => '2.10.1.0', |
| 3891 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' |
| 3892 | ), |
| 3893 | 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( |
| 3894 | 'version' => '2.10.1.0', |
| 3895 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' |
| 3896 | ), |
| 3897 | 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( |
| 3898 | 'version' => '2.10.1.0', |
| 3899 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' |
| 3900 | ), |
| 3901 | 'Version_Loader' => array( |
| 3902 | 'version' => '2.10.1.0', |
| 3903 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' |
| 3904 | ), |
| 3905 | 'Shutdown_Handler' => array( |
| 3906 | 'version' => '2.10.1.0', |
| 3907 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' |
| 3908 | ), |
| 3909 | 'Path_Processor' => array( |
| 3910 | 'version' => '2.10.1.0', |
| 3911 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' |
| 3912 | ), |
| 3913 | 'PHP_Autoloader' => array( |
| 3914 | 'version' => '2.10.1.0', |
| 3915 | 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' |
| 3916 | ), |
| 3917 | 'Automattic\\WooCommerce\\RestApi\\Package' => array( |
| 3918 | 'version' => '7.4.0.0', |
| 3919 | 'path' => $baseDir . '/includes/rest-api/Package.php' |
| 3920 | ), |
| 3921 | 'WC_REST_Product_Attribute_Terms_V2_Controller' => array( |
| 3922 | 'version' => '7.4.0.0', |
| 3923 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php' |
| 3924 | ), |
| 3925 | 'WC_REST_System_Status_V2_Controller' => array( |
| 3926 | 'version' => '7.4.0.0', |
| 3927 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php' |
| 3928 | ), |
| 3929 | 'WC_REST_Taxes_V2_Controller' => array( |
| 3930 | 'version' => '7.4.0.0', |
| 3931 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php' |
| 3932 | ), |
| 3933 | 'WC_REST_Network_Orders_V2_Controller' => array( |
| 3934 | 'version' => '7.4.0.0', |
| 3935 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php' |
| 3936 | ), |
| 3937 | 'WC_REST_Setting_Options_V2_Controller' => array( |
| 3938 | 'version' => '7.4.0.0', |
| 3939 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php' |
| 3940 | ), |
| 3941 | 'WC_REST_Report_Top_Sellers_V2_Controller' => array( |
| 3942 | 'version' => '7.4.0.0', |
| 3943 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php' |
| 3944 | ), |
| 3945 | 'WC_REST_Product_Shipping_Classes_V2_Controller' => array( |
| 3946 | 'version' => '7.4.0.0', |
| 3947 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php' |
| 3948 | ), |
| 3949 | 'WC_REST_Orders_V2_Controller' => array( |
| 3950 | 'version' => '7.4.0.0', |
| 3951 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php' |
| 3952 | ), |
| 3953 | 'WC_REST_Tax_Classes_V2_Controller' => array( |
| 3954 | 'version' => '7.4.0.0', |
| 3955 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php' |
| 3956 | ), |
| 3957 | 'WC_REST_Customers_V2_Controller' => array( |
| 3958 | 'version' => '7.4.0.0', |
| 3959 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php' |
| 3960 | ), |
| 3961 | 'WC_REST_Shipping_Zones_V2_Controller' => array( |
| 3962 | 'version' => '7.4.0.0', |
| 3963 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php' |
| 3964 | ), |
| 3965 | 'WC_REST_Shipping_Zone_Locations_V2_Controller' => array( |
| 3966 | 'version' => '7.4.0.0', |
| 3967 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php' |
| 3968 | ), |
| 3969 | 'WC_REST_Coupons_V2_Controller' => array( |
| 3970 | 'version' => '7.4.0.0', |
| 3971 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php' |
| 3972 | ), |
| 3973 | 'WC_REST_Customer_Downloads_V2_Controller' => array( |
| 3974 | 'version' => '7.4.0.0', |
| 3975 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php' |
| 3976 | ), |
| 3977 | 'WC_REST_Product_Variations_V2_Controller' => array( |
| 3978 | 'version' => '7.4.0.0', |
| 3979 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php' |
| 3980 | ), |
| 3981 | 'WC_REST_Order_Notes_V2_Controller' => array( |
| 3982 | 'version' => '7.4.0.0', |
| 3983 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php' |
| 3984 | ), |
| 3985 | 'WC_REST_Product_Categories_V2_Controller' => array( |
| 3986 | 'version' => '7.4.0.0', |
| 3987 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php' |
| 3988 | ), |
| 3989 | 'WC_REST_Report_Sales_V2_Controller' => array( |
| 3990 | 'version' => '7.4.0.0', |
| 3991 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php' |
| 3992 | ), |
| 3993 | 'WC_REST_Order_Refunds_V2_Controller' => array( |
| 3994 | 'version' => '7.4.0.0', |
| 3995 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php' |
| 3996 | ), |
| 3997 | 'WC_REST_Products_V2_Controller' => array( |
| 3998 | 'version' => '7.4.0.0', |
| 3999 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php' |
| 4000 | ), |
| 4001 | 'WC_REST_Shipping_Methods_V2_Controller' => array( |
| 4002 | 'version' => '7.4.0.0', |
| 4003 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php' |
| 4004 | ), |
| 4005 | 'WC_REST_Webhook_Deliveries_V2_Controller' => array( |
| 4006 | 'version' => '7.4.0.0', |
| 4007 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php' |
| 4008 | ), |
| 4009 | 'WC_REST_Reports_V2_Controller' => array( |
| 4010 | 'version' => '7.4.0.0', |
| 4011 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php' |
| 4012 | ), |
| 4013 | 'WC_REST_Settings_V2_Controller' => array( |
| 4014 | 'version' => '7.4.0.0', |
| 4015 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php' |
| 4016 | ), |
| 4017 | 'WC_REST_Product_Attributes_V2_Controller' => array( |
| 4018 | 'version' => '7.4.0.0', |
| 4019 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php' |
| 4020 | ), |
| 4021 | 'WC_REST_Product_Tags_V2_Controller' => array( |
| 4022 | 'version' => '7.4.0.0', |
| 4023 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php' |
| 4024 | ), |
| 4025 | 'WC_REST_System_Status_Tools_V2_Controller' => array( |
| 4026 | 'version' => '7.4.0.0', |
| 4027 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php' |
| 4028 | ), |
| 4029 | 'WC_REST_Webhooks_V2_Controller' => array( |
| 4030 | 'version' => '7.4.0.0', |
| 4031 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php' |
| 4032 | ), |
| 4033 | 'WC_REST_Shipping_Zone_Methods_V2_Controller' => array( |
| 4034 | 'version' => '7.4.0.0', |
| 4035 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php' |
| 4036 | ), |
| 4037 | 'WC_REST_Product_Reviews_V2_Controller' => array( |
| 4038 | 'version' => '7.4.0.0', |
| 4039 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php' |
| 4040 | ), |
| 4041 | 'WC_REST_Payment_Gateways_V2_Controller' => array( |
| 4042 | 'version' => '7.4.0.0', |
| 4043 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php' |
| 4044 | ), |
| 4045 | 'WC_REST_Telemetry_Controller' => array( |
| 4046 | 'version' => '7.4.0.0', |
| 4047 | 'path' => $baseDir . '/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php' |
| 4048 | ), |
| 4049 | 'WC_REST_Data_Controller' => array( |
| 4050 | 'version' => '7.4.0.0', |
| 4051 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php' |
| 4052 | ), |
| 4053 | 'WC_REST_Network_Orders_Controller' => array( |
| 4054 | 'version' => '7.4.0.0', |
| 4055 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php' |
| 4056 | ), |
| 4057 | 'WC_REST_Reports_Controller' => array( |
| 4058 | 'version' => '7.4.0.0', |
| 4059 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php' |
| 4060 | ), |
| 4061 | 'WC_REST_Shipping_Zone_Locations_Controller' => array( |
| 4062 | 'version' => '7.4.0.0', |
| 4063 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php' |
| 4064 | ), |
| 4065 | 'WC_REST_Product_Attribute_Terms_Controller' => array( |
| 4066 | 'version' => '7.4.0.0', |
| 4067 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php' |
| 4068 | ), |
| 4069 | 'WC_REST_System_Status_Tools_Controller' => array( |
| 4070 | 'version' => '7.4.0.0', |
| 4071 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php' |
| 4072 | ), |
| 4073 | 'WC_REST_Report_Products_Totals_Controller' => array( |
| 4074 | 'version' => '7.4.0.0', |
| 4075 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php' |
| 4076 | ), |
| 4077 | 'WC_REST_Report_Top_Sellers_Controller' => array( |
| 4078 | 'version' => '7.4.0.0', |
| 4079 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php' |
| 4080 | ), |
| 4081 | 'WC_REST_Payment_Gateways_Controller' => array( |
| 4082 | 'version' => '7.4.0.0', |
| 4083 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php' |
| 4084 | ), |
| 4085 | 'WC_REST_Data_Currencies_Controller' => array( |
| 4086 | 'version' => '7.4.0.0', |
| 4087 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php' |
| 4088 | ), |
| 4089 | 'WC_REST_Products_Controller' => array( |
| 4090 | 'version' => '7.4.0.0', |
| 4091 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php' |
| 4092 | ), |
| 4093 | 'WC_REST_Coupons_Controller' => array( |
| 4094 | 'version' => '7.4.0.0', |
| 4095 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php' |
| 4096 | ), |
| 4097 | 'WC_REST_Taxes_Controller' => array( |
| 4098 | 'version' => '7.4.0.0', |
| 4099 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php' |
| 4100 | ), |
| 4101 | 'WC_REST_Webhooks_Controller' => array( |
| 4102 | 'version' => '7.4.0.0', |
| 4103 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php' |
| 4104 | ), |
| 4105 | 'WC_REST_Customer_Downloads_Controller' => array( |
| 4106 | 'version' => '7.4.0.0', |
| 4107 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php' |
| 4108 | ), |
| 4109 | 'WC_REST_System_Status_Controller' => array( |
| 4110 | 'version' => '7.4.0.0', |
| 4111 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php' |
| 4112 | ), |
| 4113 | 'WC_REST_Report_Reviews_Totals_Controller' => array( |
| 4114 | 'version' => '7.4.0.0', |
| 4115 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php' |
| 4116 | ), |
| 4117 | 'WC_REST_Report_Sales_Controller' => array( |
| 4118 | 'version' => '7.4.0.0', |
| 4119 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php' |
| 4120 | ), |
| 4121 | 'WC_REST_CRUD_Controller' => array( |
| 4122 | 'version' => '7.4.0.0', |
| 4123 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php' |
| 4124 | ), |
| 4125 | 'WC_REST_Shipping_Methods_Controller' => array( |
| 4126 | 'version' => '7.4.0.0', |
| 4127 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php' |
| 4128 | ), |
| 4129 | 'WC_REST_Report_Customers_Totals_Controller' => array( |
| 4130 | 'version' => '7.4.0.0', |
| 4131 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php' |
| 4132 | ), |
| 4133 | 'WC_REST_Settings_Controller' => array( |
| 4134 | 'version' => '7.4.0.0', |
| 4135 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php' |
| 4136 | ), |
| 4137 | 'WC_REST_Product_Variations_Controller' => array( |
| 4138 | 'version' => '7.4.0.0', |
| 4139 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php' |
| 4140 | ), |
| 4141 | 'WC_REST_Product_Reviews_Controller' => array( |
| 4142 | 'version' => '7.4.0.0', |
| 4143 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php' |
| 4144 | ), |
| 4145 | 'WC_REST_Product_Attributes_Controller' => array( |
| 4146 | 'version' => '7.4.0.0', |
| 4147 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php' |
| 4148 | ), |
| 4149 | 'WC_REST_Terms_Controller' => array( |
| 4150 | 'version' => '7.4.0.0', |
| 4151 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php' |
| 4152 | ), |
| 4153 | 'WC_REST_Product_Tags_Controller' => array( |
| 4154 | 'version' => '7.4.0.0', |
| 4155 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php' |
| 4156 | ), |
| 4157 | 'WC_REST_Product_Shipping_Classes_Controller' => array( |
| 4158 | 'version' => '7.4.0.0', |
| 4159 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php' |
| 4160 | ), |
| 4161 | 'WC_REST_Shipping_Zones_Controller' => array( |
| 4162 | 'version' => '7.4.0.0', |
| 4163 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php' |
| 4164 | ), |
| 4165 | 'WC_REST_Controller' => array( |
| 4166 | 'version' => '7.4.0.0', |
| 4167 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php' |
| 4168 | ), |
| 4169 | 'WC_REST_Report_Orders_Totals_Controller' => array( |
| 4170 | 'version' => '7.4.0.0', |
| 4171 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php' |
| 4172 | ), |
| 4173 | 'WC_REST_Order_Notes_Controller' => array( |
| 4174 | 'version' => '7.4.0.0', |
| 4175 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php' |
| 4176 | ), |
| 4177 | 'WC_REST_Tax_Classes_Controller' => array( |
| 4178 | 'version' => '7.4.0.0', |
| 4179 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php' |
| 4180 | ), |
| 4181 | 'WC_REST_Product_Categories_Controller' => array( |
| 4182 | 'version' => '7.4.0.0', |
| 4183 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php' |
| 4184 | ), |
| 4185 | 'WC_REST_Shipping_Zones_Controller_Base' => array( |
| 4186 | 'version' => '7.4.0.0', |
| 4187 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php' |
| 4188 | ), |
| 4189 | 'WC_REST_Orders_Controller' => array( |
| 4190 | 'version' => '7.4.0.0', |
| 4191 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php' |
| 4192 | ), |
| 4193 | 'WC_REST_Shipping_Zone_Methods_Controller' => array( |
| 4194 | 'version' => '7.4.0.0', |
| 4195 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php' |
| 4196 | ), |
| 4197 | 'WC_REST_Posts_Controller' => array( |
| 4198 | 'version' => '7.4.0.0', |
| 4199 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php' |
| 4200 | ), |
| 4201 | 'WC_REST_Setting_Options_Controller' => array( |
| 4202 | 'version' => '7.4.0.0', |
| 4203 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php' |
| 4204 | ), |
| 4205 | 'WC_REST_Data_Countries_Controller' => array( |
| 4206 | 'version' => '7.4.0.0', |
| 4207 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php' |
| 4208 | ), |
| 4209 | 'WC_REST_Report_Coupons_Totals_Controller' => array( |
| 4210 | 'version' => '7.4.0.0', |
| 4211 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php' |
| 4212 | ), |
| 4213 | 'WC_REST_Customers_Controller' => array( |
| 4214 | 'version' => '7.4.0.0', |
| 4215 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php' |
| 4216 | ), |
| 4217 | 'WC_REST_Data_Continents_Controller' => array( |
| 4218 | 'version' => '7.4.0.0', |
| 4219 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php' |
| 4220 | ), |
| 4221 | 'WC_REST_Order_Refunds_Controller' => array( |
| 4222 | 'version' => '7.4.0.0', |
| 4223 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php' |
| 4224 | ), |
| 4225 | 'WC_REST_Report_Sales_V1_Controller' => array( |
| 4226 | 'version' => '7.4.0.0', |
| 4227 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php' |
| 4228 | ), |
| 4229 | 'WC_REST_Tax_Classes_V1_Controller' => array( |
| 4230 | 'version' => '7.4.0.0', |
| 4231 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php' |
| 4232 | ), |
| 4233 | 'WC_REST_Order_Refunds_V1_Controller' => array( |
| 4234 | 'version' => '7.4.0.0', |
| 4235 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php' |
| 4236 | ), |
| 4237 | 'WC_REST_Webhook_Deliveries_V1_Controller' => array( |
| 4238 | 'version' => '7.4.0.0', |
| 4239 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php' |
| 4240 | ), |
| 4241 | 'WC_REST_Report_Top_Sellers_V1_Controller' => array( |
| 4242 | 'version' => '7.4.0.0', |
| 4243 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php' |
| 4244 | ), |
| 4245 | 'WC_REST_Product_Reviews_V1_Controller' => array( |
| 4246 | 'version' => '7.4.0.0', |
| 4247 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php' |
| 4248 | ), |
| 4249 | 'WC_REST_Coupons_V1_Controller' => array( |
| 4250 | 'version' => '7.4.0.0', |
| 4251 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php' |
| 4252 | ), |
| 4253 | 'WC_REST_Product_Categories_V1_Controller' => array( |
| 4254 | 'version' => '7.4.0.0', |
| 4255 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php' |
| 4256 | ), |
| 4257 | 'WC_REST_Reports_V1_Controller' => array( |
| 4258 | 'version' => '7.4.0.0', |
| 4259 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php' |
| 4260 | ), |
| 4261 | 'WC_REST_Customers_V1_Controller' => array( |
| 4262 | 'version' => '7.4.0.0', |
| 4263 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php' |
| 4264 | ), |
| 4265 | 'WC_REST_Orders_V1_Controller' => array( |
| 4266 | 'version' => '7.4.0.0', |
| 4267 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php' |
| 4268 | ), |
| 4269 | 'WC_REST_Taxes_V1_Controller' => array( |
| 4270 | 'version' => '7.4.0.0', |
| 4271 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php' |
| 4272 | ), |
| 4273 | 'WC_REST_Product_Attribute_Terms_V1_Controller' => array( |
| 4274 | 'version' => '7.4.0.0', |
| 4275 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php' |
| 4276 | ), |
| 4277 | 'WC_REST_Product_Attributes_V1_Controller' => array( |
| 4278 | 'version' => '7.4.0.0', |
| 4279 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php' |
| 4280 | ), |
| 4281 | 'WC_REST_Webhooks_V1_Controller' => array( |
| 4282 | 'version' => '7.4.0.0', |
| 4283 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php' |
| 4284 | ), |
| 4285 | 'WC_REST_Customer_Downloads_V1_Controller' => array( |
| 4286 | 'version' => '7.4.0.0', |
| 4287 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php' |
| 4288 | ), |
| 4289 | 'WC_REST_Product_Tags_V1_Controller' => array( |
| 4290 | 'version' => '7.4.0.0', |
| 4291 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php' |
| 4292 | ), |
| 4293 | 'WC_REST_Product_Shipping_Classes_V1_Controller' => array( |
| 4294 | 'version' => '7.4.0.0', |
| 4295 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php' |
| 4296 | ), |
| 4297 | 'WC_REST_Products_V1_Controller' => array( |
| 4298 | 'version' => '7.4.0.0', |
| 4299 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php' |
| 4300 | ), |
| 4301 | 'WC_REST_Order_Notes_V1_Controller' => array( |
| 4302 | 'version' => '7.4.0.0', |
| 4303 | 'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php' |
| 4304 | ), |
| 4305 | 'Automattic\\WooCommerce\\RestApi\\Server' => array( |
| 4306 | 'version' => '7.4.0.0', |
| 4307 | 'path' => $baseDir . '/includes/rest-api/Server.php' |
| 4308 | ), |
| 4309 | 'Automattic\\WooCommerce\\RestApi\\Utilities\\SingletonTrait' => array( |
| 4310 | 'version' => '7.4.0.0', |
| 4311 | 'path' => $baseDir . '/includes/rest-api/Utilities/SingletonTrait.php' |
| 4312 | ), |
| 4313 | 'Automattic\\WooCommerce\\RestApi\\Utilities\\ImageAttachment' => array( |
| 4314 | 'version' => '7.4.0.0', |
| 4315 | 'path' => $baseDir . '/includes/rest-api/Utilities/ImageAttachment.php' |
| 4316 | ), |
| 4317 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ShippingHelper' => array( |
| 4318 | 'version' => '7.4.0.0', |
| 4319 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php' |
| 4320 | ), |
| 4321 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\SettingsHelper' => array( |
| 4322 | 'version' => '7.4.0.0', |
| 4323 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php' |
| 4324 | ), |
| 4325 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array( |
| 4326 | 'version' => '7.4.0.0', |
| 4327 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php' |
| 4328 | ), |
| 4329 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CustomerHelper' => array( |
| 4330 | 'version' => '7.4.0.0', |
| 4331 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CustomerHelper.php' |
| 4332 | ), |
| 4333 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ProductHelper' => array( |
| 4334 | 'version' => '7.4.0.0', |
| 4335 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php' |
| 4336 | ), |
| 4337 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\OrderHelper' => array( |
| 4338 | 'version' => '7.4.0.0', |
| 4339 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php' |
| 4340 | ), |
| 4341 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\QueueHelper' => array( |
| 4342 | 'version' => '7.4.0.0', |
| 4343 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php' |
| 4344 | ), |
| 4345 | 'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\AdminNotesHelper' => array( |
| 4346 | 'version' => '7.4.0.0', |
| 4347 | 'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php' |
| 4348 | ), |
| 4349 | 'Automattic\\Jetpack\\Constants' => array( |
| 4350 | 'version' => '1.5.1.0', |
| 4351 | 'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php' |
| 4352 | ), |
| 4353 | ); |
| 4354 |