Version Description
2022-04-12 =
WooCommerce
- Add - Scaffolding for the custom orders table feature. (#31692)
- Add - Add DB table structure for custom order tables. (#31811)
- Add - Primary key for the product attributes lookup table. (#32067)
- Add - Tracks to the dashboard status widget and setup widget. (#31857)
- Add - Check around setup widget display when features are disabled. (#31884)
- Add - 'woocommerce_get_formatted_meta_data_include_all_meta_lines' filter hook. This can be used to control whether metadata lines are shown in the order meta box. (#30948)
- Enhancement - Introduce rate_limit_remaining column in the wc_rate_limits table. (#32041)
- Tweak - Update PayPal Standard JS used in the admin environment to avoid deprecated functionality. (#32076)
- Tweak - Change level of escaping used to render the CSV import error log. (#32000)
- Tweak - Make the payment_url field available via the REST API's orders endpoint. (#31826)
- Tweak - Rename WC_API_Exception code woocommerce_api_cannot_edit_product_catgory into woocommerce_api_cannot_edit_product_category (#31785)
- Tweak - Updated default email color to new Woo purple (#30586)
- Fix - Avoid depending on the presence of a theme header template to clear the cart after payment is made. (#31877)
- Fix - Payments tab tracking. (#31844)
- Fix - Remove unnecessary duplicate style in email-styles template. (#31860)
- Fix - incorrect position value for registering menu pages. (#31779)
- Fix - SZL currency symbol. Updated from 'L' to 'E'. (#30602)
- Fix - Removed execution of at least one hook ignoring the
woocommerce_load_webhooks_limit
filter value. (#29002) - Dev - Added has_options() to REST API v3 product endpoint response. (#32031)
- Dev - Added woocommerce_admin_order_should_render_refunds hook to allow control over the refunds UI within the order editor. (#31414)
WooCommerce Admin - 3.3.0 & 3.3.1 & 3.3.2
- Add - Add asynchronous plugin install and activation endpoints (#8079)
- Performance - Avoid expensive get_notes() queries in CouponPageMoved admin_init actions by using new Notes::get_note_by_name() helper method. (#8202)
- Enhancement - Add chart color filter for overriding default chart colors. (#8258)
- Enhancement - Added Typescript type declarations to build for @woocommerce/components (#8282)
- Enhancement - Increase color selection limit to ten and add additional colors. (#8258)
- Enhancement - Made @woocommerce/components/Stepper a Typescript file (#8286)
- Enhancement - Prompts a modal to save any unsaved changes when the users try to move to a different step (#8278)
- Tweak - OBW: Override Country/Region label line-height style to avoid truncated descenders. (#8186)
- Tweak - Show single success message for theme install and activation (#8236)
- Tweak - Use WC_VERSION as cache buster for assets (#8308)
- Update - Adjust time range and add an image for the Jetpack Backup note. (#8293)
- Update - Implement MailChimp API request threshold for MailchimpScheduler. (#8342)
- Update - Reintroduce CES on product add, product update, and order update. (#8238)
- Update - Replace mysql image with mariadb (#8220)
- Update - Update country support list for WooCommerce Payments Task. (#8517)
- Fix - Fix handling of paid themes in purchase task. (#8493)
- Fix - Make sure the paid extension task is also shown for themes. (#8412)
- Fix - Reintroduce emphasis on inbox note action button. (#8411)
- Fix - Remove class ExtendedPayments. (#8461)
- Fix - Added random IDs to SVG checkmarks in stepper component (#8222)
- Fix - Fix Google Listings plugin is always shown in free features despite already activated. (#8330)
- Fix - Fix hidden notes in
admin/notes
endpoint when the user is not in the tasklist experiment. (#8328) - Fix - Fix missing product name in variation analytic page for the deleted products. (#8255)
- Fix - Fix payments extensions displayed below the offline payments options. (#8232)
- Fix - Fix setup wizard title and flash of content (#8201)
- Fix - Fix too many pending run_remote_notifications actions. (#8285)
- Fix - Fix view logic for Setup additional payment providers task. (#8391)
- Fix - OBW: fix copy on Business Details when "WooCommerce Shipping" is not listed (#8324)
- Fix - Only add product data on REST requests and task list (#8235)
- Fix - Stop showing actioned inbox items (#8394)
- Fix - WC Payments task is not visible after installing the plugin (#8514)
- Fix - PHP warning when default param is missing in payments spec. (#8519)
- Dev - Added a test for tracks event recording for PaymentGatewaySuggestions (#8306)
- Dev - Add README to hook reference generation script (#8004)
- Dev - Add reset WooCommerce functionality to E2E tests, so tests have a fresh state. (#8219)
- Dev - Enabled optional typescript checking on ./client subfolder (#8372)
- Dev - Fix formatting and add filter param for changelog types for the testing instructions script. (#8256)
- Dev - Refactor MerchantEmailNotifications (#8304)
- Dev - Remove preloaded countries from data endpoints and use data store instead. (#8380)
- Dev - Remove unused pre loaded setting data displaying all the routes. (#8379)
- Dev - Remove unused task styling classes (#8234)
- Dev - Update dependencies to support react 17 and drop support for IE11. (#8305)
- Dev - Update task list data structure to better handle new designs. (#8332)
WooCommerce Blocks - 7.2.0 & 7.2.1
- Enhancement - Add Global Styles support to the Product Price block. (5950)
- Enhancement - Add Global Styles support to the Add To Cart Button block. (5816)
- Enhancement - Store API - Introduced
wc/store/v1
namespace. (5911) - Enhancement - Renamed WooCommerce block templates to more e-commerce related names. (5935)
- Enhancement - Featured Product block: Add the ability to reset to a previously set custom background image. (5886)
- Enhancement - Add a remove image button to the WooCommerce Feature Category block. (5719)
- Enhancement - Add support for the global style for the On-Sale Badge block. (5565)
- Enhancement - Add support for the global style for the Attribute Filter block. (5557)
- Enhancement - Category List block: Add support for global style. (5516)
- Fix - Fixed typo in
wooocommerce_store_api_validate_add_to_cart
andwooocommerce_store_api_validate_cart_item
hook names. (5926) - Fix - Fix loading WC core translations in locales where WC Blocks is not localized for some strings. (5910)
- Fix - Fixed an issue where clear customizations functionality was not working for WooCommerce templates. (5746)
- Fix - Fixed hover and focus states for button components. (5712)
- Fix - Add to Cart button on Products listing blocks will respect the "Redirect to the cart page after successful addition" setting. (5708)
- Fix - Fixes Twenty Twenty Two issues with sales price and added to cart "View Cart" call out styling in the "Products by Category" block. (5684)
- Fix - StoreAPI: Clear all wc notice types in the cart validation context #5983
- Fix - Don't trigger class deprecations notices if headers are already sent #6074
- Various - Remove v1 string from Store Keys. (5987)
- Various - Introduce the
InvalidCartException
for handling cart validation. (5904) - Various - Renamed Store API custom headers to remove
X-WC-Store-API
prefixes. #5983 - Various - Normalised Store API error codes #5992
- Various - Deprecated
woocommerce_blocks_checkout_order_processed
in favour ofwoocommerce_store_api_checkout_order_processed
- Various - Deprecated
woocommerce_blocks_checkout_update_order_meta
in favour ofwoocommerce_store_api_checkout_update_order_meta
- Various - Deprecated
woocommerce_blocks_checkout_update_order_from_request
in favour ofwoocommerce_store_api_checkout_update_order_from_request
See changelog for all versions.
Download this release
Release Info
Developer | obliviousharmony |
Plugin | WooCommerce |
Version | 6.4.0 |
Comparing to | |
See all releases |
Code changes from version 6.4.0-rc.1 to 6.4.0
- i18n/languages/woocommerce.pot +7 -7
- packages/woocommerce-admin/dist/chunks/profile-wizard.js +1 -1
- packages/woocommerce-admin/languages/woocommerce-admin.pot +29 -31
- packages/woocommerce-admin/readme.txt +1 -1
- packages/woocommerce-admin/src-internal/Admin/FeaturePlugin.php +1 -1
- packages/woocommerce-admin/src/Composer/Package.php +1 -1
- packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/AdditionalPayments.php +2 -2
- packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php +2 -13
- packages/woocommerce-admin/src/RemoteInboxNotifications/OptionRuleProcessor.php +1 -1
- packages/woocommerce-admin/vendor/autoload.php +1 -1
- packages/woocommerce-admin/vendor/autoload_packages.php +1 -1
- packages/woocommerce-admin/vendor/composer/autoload_real.php +4 -4
- packages/woocommerce-admin/vendor/composer/autoload_static.php +4 -4
- packages/woocommerce-admin/vendor/composer/installed.php +4 -4
- packages/woocommerce-admin/vendor/composer/jetpack_autoload_psr4.php +2 -2
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-autoloader.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-container.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-path-processor.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-version-loader.php +1 -1
- packages/woocommerce-admin/vendor/jetpack-autoloader/class-version-selector.php +1 -1
- packages/woocommerce-admin/woocommerce-admin.php +1 -1
- readme.txt +6 -3
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/installed.json +7 -7
- vendor/composer/jetpack_autoload_classmap.php +1944 -1944
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-php-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-shutdown-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
- woocommerce.php +1 -1
i18n/languages/woocommerce.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WooCommerce 6.4.0
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: woocommerce\n"
|
@@ -33037,7 +33037,7 @@ msgstr ""
|
|
33037 |
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Appearance.php:61
|
33038 |
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Payments.php:49
|
33039 |
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Purchase.php:111
|
33040 |
-
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
33041 |
msgid "2 minutes"
|
33042 |
msgstr ""
|
33043 |
|
@@ -33134,23 +33134,23 @@ msgstr ""
|
|
33134 |
msgid "Set your store location and configure tax rate settings."
|
33135 |
msgstr ""
|
33136 |
|
33137 |
-
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
33138 |
msgid "Get paid with WooCommerce Payments"
|
33139 |
msgstr ""
|
33140 |
|
33141 |
-
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
33142 |
#: packages/woocommerce-admin/dist/chunks/two-column-tasks.js:1
|
33143 |
msgid "You're only one step away from getting paid. Verify your business details to start managing transactions with WooCommerce Payments."
|
33144 |
msgstr ""
|
33145 |
|
33146 |
-
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
33147 |
#: packages/woocommerce-admin/dist/app/index.js:2
|
33148 |
#: packages/woocommerce-admin/dist/chunks/homescreen.js:1
|
33149 |
#: packages/woocommerce-admin/dist/chunks/marketing-overview.js:1
|
33150 |
msgid "Finish setup"
|
33151 |
msgstr ""
|
33152 |
|
33153 |
-
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
33154 |
msgid "By setting up, you are agreeing to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>"
|
33155 |
msgstr ""
|
33156 |
|
2 |
# This file is distributed under the same license as the WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WooCommerce 6.4.0\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-04-12T17:11:12+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: woocommerce\n"
|
33037 |
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Appearance.php:61
|
33038 |
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Payments.php:49
|
33039 |
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Purchase.php:111
|
33040 |
+
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:59
|
33041 |
msgid "2 minutes"
|
33042 |
msgstr ""
|
33043 |
|
33134 |
msgid "Set your store location and configure tax rate settings."
|
33135 |
msgstr ""
|
33136 |
|
33137 |
+
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:38
|
33138 |
msgid "Get paid with WooCommerce Payments"
|
33139 |
msgstr ""
|
33140 |
|
33141 |
+
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:47
|
33142 |
#: packages/woocommerce-admin/dist/chunks/two-column-tasks.js:1
|
33143 |
msgid "You're only one step away from getting paid. Verify your business details to start managing transactions with WooCommerce Payments."
|
33144 |
msgstr ""
|
33145 |
|
33146 |
+
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:68
|
33147 |
#: packages/woocommerce-admin/dist/app/index.js:2
|
33148 |
#: packages/woocommerce-admin/dist/chunks/homescreen.js:1
|
33149 |
#: packages/woocommerce-admin/dist/chunks/marketing-overview.js:1
|
33150 |
msgid "Finish setup"
|
33151 |
msgstr ""
|
33152 |
|
33153 |
+
#: packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:77
|
33154 |
msgid "By setting up, you are agreeing to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>"
|
33155 |
msgstr ""
|
33156 |
|
packages/woocommerce-admin/dist/chunks/profile-wizard.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
(window.__wcAdmin_webpackJsonp=window.__wcAdmin_webpackJsonp||[]).push([[47],{289:function(e,t,o){"use strict";var s=o(0),n=o(9);const r=Object(s.createElement)(n.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(s.createElement)(n.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"}));t.a=r},290:function(e,t,o){"use strict";var s=o(0),n=o(9);const r=Object(s.createElement)(n.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(s.createElement)(n.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"}));t.a=r},499:function(e,t,o){"use strict";var s=o(0),n=o(9);const r=Object(s.createElement)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(s.createElement)(n.Path,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"}));t.a=r},527:function(e,t,o){"use strict";o.d(t,"b",(function(){return l})),o.d(t,"a",(function(){return m}));var s=o(0),n=o(28),r=o(91),i=o.n(r),c=o(23);const a=i()(c.a),l=e=>{const t=a.getCurrencyConfig(),o=Object(n.applyFilters)("woocommerce_admin_report_currency",t,e);return i()(o)},m=Object(s.createContext)(a)},531:function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));var s=o(8);function n(e){const{createNotice:t}=Object(s.dispatch)("core/notices");e.error_data&&e.errors&&Object.keys(e.errors).length?Object.keys(e.errors).forEach(o=>{t("error",e.errors[o].join(" "))}):e.message&&t(e.code?"error":"success",e.message)}},535:function(e,t,o){"use strict";var s=o(57);const n=["a","b","em","i","strong","p","br"],r=["target","href","rel","name","download"];t.a=e=>({__html:Object(s.sanitize)(e,{ALLOWED_TAGS:n,ALLOWED_ATTR:r})})},539:function(e,t,o){"use strict";function s(e){return(e||"").split(":",1)[0]}function n(e){const t=s(e);return/^woocommerce(-|_)payments$/.test(t)?"wcpay":(""+t.replace(/-/g,"_")).split(":",1)[0]}function r(e){return e?e.substr(1).split("&").reduce((e,t)=>{const o=t.split("="),s=o[0];let n=decodeURIComponent(o[1]);return n=isNaN(Number(n))?n:Number(n),e[s]=n,e},{}):{}}function i(){let e="";const{page:t,path:o,post_type:s}=r(window.location.search);if(t){const s="wc-admin"===t?"home_screen":t;e=o?o.replace(/\//g,"_").substring(1):s}else s&&(e=s);return e}o.d(t,"a",(function(){return s})),o.d(t,"b",(function(){return n})),o.d(t,"d",(function(){return r})),o.d(t,"c",(function(){return i}))},541:function(e,t,o){"use strict";var s=o(0),n=o(2),r=o(14),i=o(8),c=o(20),a=o(4),l=o(22),m=o(12),d=o(123);class u extends s.Component{constructor(e){super(e),this.state={isLoadingScripts:!1,isRequestStarted:!1}}async componentDidUpdate(e,t){const{hasErrors:o,isRequesting:s,onClose:r,onContinue:i,createNotice:c}=this.props,{isLoadingScripts:a,isRequestStarted:l}=this.state;if(!l)return;const m=!s&&!a&&(e.isRequesting||t.isLoadingScripts)&&!o,d=!s&&e.isRequesting&&o;m&&(r(),i()),d&&(c("error",Object(n.__)("There was a problem updating your preferences",'woocommerce')),r())}updateTracking(e){let{allowTracking:t}=e;const{updateOptions:o}=this.props;t&&"function"==typeof window.wcTracks.enable?(this.setState({isLoadingScripts:!0}),window.wcTracks.enable(()=>{this._isMounted&&(Object(d.initializeExPlat)(),this.setState({isLoadingScripts:!1}))})):t||(window.wcTracks.isEnabled=!1);const s=t?"yes":"no";this.setState({isRequestStarted:!0}),o({woocommerce_allow_tracking:s})}componentDidMount(){this._isMounted=!0}componentWillUnmount(){this._isMounted=!1}render(){const{allowTracking:e,isResolving:t,onClose:o,onContinue:r}=this.props;if(t)return null;if(e)return o(),r(),null;const{isRequesting:i,title:m=Object(n.__)("Build a better WooCommerce",'woocommerce'),message:d=Object(c.a)({mixedString:Object(n.__)("Get improved features and faster fixes by sharing non-sensitive data via {{link}}usage tracking{{/link}} that shows us how WooCommerce is used. No personal data is tracked or stored.",'woocommerce'),components:{link:Object(s.createElement)(l.Link,{href:"https://woocommerce.com/usage-tracking?utm_medium=product",target:"_blank",type:"external"})}}),dismissActionText:u=Object(n.__)("No thanks",'woocommerce'),acceptActionText:p=Object(n.__)("Yes, count me in!",'woocommerce')}=this.props,{isRequestStarted:h}=this.state,b=h&&i;return Object(s.createElement)(a.Modal,{title:m,isDismissible:this.props.isDismissible,onRequestClose:()=>this.props.onClose(),className:"woocommerce-usage-modal"},Object(s.createElement)("div",{className:"woocommerce-usage-modal__wrapper"},Object(s.createElement)("div",{className:"woocommerce-usage-modal__message"},d),Object(s.createElement)("div",{className:"woocommerce-usage-modal__actions"},Object(s.createElement)(a.Button,{isSecondary:!0,isBusy:b,onClick:()=>this.updateTracking({allowTracking:!1})},u),Object(s.createElement)(a.Button,{isPrimary:!0,isBusy:b,onClick:()=>this.updateTracking({allowTracking:!0})},p))))}}t.a=Object(r.compose)(Object(i.withSelect)(e=>{const{getOption:t,getOptionsUpdatingError:o,isOptionsUpdating:s,hasFinishedResolution:n}=e(m.OPTIONS_STORE_NAME);return{allowTracking:"yes"===t("woocommerce_allow_tracking"),isRequesting:Boolean(s()),isResolving:!n("getOption",["woocommerce_allow_tracking"])||void 0===t("woocommerce_allow_tracking"),hasErrors:Boolean(o())}}),Object(i.withDispatch)(e=>{const{createNotice:t}=e("core/notices"),{updateOptions:o}=e(m.OPTIONS_STORE_NAME);return{createNotice:t,updateOptions:o}}))(u)},554:function(e,t,o){"use strict";o.d(t,"b",(function(){return b})),o.d(t,"a",(function(){return g}));var s=o(40),n=o.n(s),r=o(0),i=o(2),c=o(12),a=o(34),l=o(5),m=o(22),d=o(4),u=o(8);const p=["addressLine1","addressLine2","city","countryState","postCode"];function h(e){var t;let o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var s;return null!==(t=o[e])&&void 0!==t&&t.hasOwnProperty("required")?null===(s=o[e])||void 0===s?void 0:s.required:"address_2"!==e}function b(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t=>{const o={};return h("address_1",e)&&!t.addressLine1.trim().length&&(o.addressLine1=Object(i.__)("Please add an address",'woocommerce')),t.countryState.trim().length||(o.countryState=Object(i.__)("Please select a country / region",'woocommerce')),h("city",e)&&!t.city.trim().length&&(o.city=Object(i.__)("Please add a city",'woocommerce')),h("postcode",e)&&!t.postCode.trim().length&&(o.postCode=Object(i.__)("Please add a post code",'woocommerce')),o}}const _=e=>e.replace(/\s/g,"").toLowerCase(),O=(e,t)=>o=>{const s=e?o.key.split(":"):o.label.split("—");if(s.length<=1)return!1;const n=s[1];if(n.includes("/")){const e=n.split("/");return _(e[0])===t||_(e[1])===t}if(n.includes("(")&&n.includes(")")){const e=n.replace(")","").split("(");return _(e[0])===t||_(e[1])===t}return _(n)===t};function g(e){var t,o,s,b,g,j,w,f;let{getInputProps:C,setValue:y}=e;const v=C("countryState").value,{locale:E,hasFinishedResolution:S,countries:k,loadingCountries:N}=Object(u.useSelect)(e=>{const{getLocale:t,getCountries:o,hasFinishedResolution:s}=e(c.COUNTRIES_STORE_NAME);return{locale:t(v),countries:o(),loadingCountries:!s("getCountries"),hasFinishedResolution:s("getLocales")}}),T=Object(r.useMemo)(()=>function(e){return e.reduce((e,t)=>{if(!t.states.length)return e.push({key:t.code,label:Object(a.decodeEntities)(t.name)}),e;const o=t.states.map(e=>({key:t.code+":"+e.code,label:Object(a.decodeEntities)(t.name)+" — "+Object(a.decodeEntities)(e.name)}));return e.push(...o),e},[])}(k),[k]),P=function(e,t,o){const[s,n]=Object(r.useState)(""),[i,c]=Object(r.useState)(""),a=Object(r.useRef)();return Object(r.useEffect)(()=>{if(!a.current){const o=e.find(e=>e.key===t),r=o?o.label.split(/\u2013|\u2014|\-/):[],a=(r[0]||"").trim(),l=(r[1]||"").trim();a===s&&l===i||(n(a),c(l))}a.current=!1},[t,e]),Object(r.useEffect)(()=>{if(void 0===a.current)return;if(!s&&!i&&t)return a.current=!0,void o("countryState","");const n=new RegExp(Object(l.escapeRegExp)(s),"i"),r=s.length<3,c=i.length<3&&!!i.match(/^[\w]+$/);let m=[];s.length&&i.length?(m=e.filter(e=>n.test(r?e.key:e.label)),m.length||(m=[...e]),m.length>1&&(m=m.filter(O(c,_(i))))):s.length?m=e.filter(e=>n.test(r?e.key:e.label)):i.length&&(m=e.filter(O(c,_(i)))),1===m.length&&t!==m[0].key&&(a.current=!0,o("countryState",m[0].key))},[s,i,e,o]),Object(r.createElement)(r.Fragment,null,Object(r.createElement)("input",{onChange:e=>n(e.target.value),value:s,name:"country",type:"text",className:"woocommerce-select-control__autofill-input",tabIndex:-1,autoComplete:"country"}),Object(r.createElement)("input",{onChange:e=>c(e.target.value),value:i,name:"state",type:"text",className:"woocommerce-select-control__autofill-input",tabIndex:-1,autoComplete:"address-level1"}))}(T,v,y);return Object(r.useEffect)(()=>{E&&p.forEach(e=>{var t,o;const s=e.replace(/(address)Line([0-9])/,"$1$2").toLowerCase(),n=C(e);null!==(t=E[s])&&void 0!==t&&t.hidden&&(null===(o=n.value)||void 0===o?void 0:o.length)>0&&y(e,"")})},[v,E]),!S||N?Object(r.createElement)(d.Spinner,null):Object(r.createElement)("div",{className:"woocommerce-store-address-fields"},!(null!=E&&null!==(t=E.address_1)&&void 0!==t&&t.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(o=E.address_1)||void 0===o?void 0:o.label)||Object(i.__)("Address line 1",'woocommerce'),required:h("address_1",E),autoComplete:"address-line1"},C("addressLine1"))),!(null!=E&&null!==(s=E.address_2)&&void 0!==s&&s.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(b=E.address_2)||void 0===b?void 0:b.label)||Object(i.__)("Address line 2 (optional)",'woocommerce'),required:h("address_2",E),autoComplete:"address-line2"},C("addressLine2"))),Object(r.createElement)(m.SelectControl,n()({label:Object(i.__)("Country / Region",'woocommerce'),required:!0,autoComplete:"new-password",options:T,excludeSelectedOptions:!1,showAllOnFocus:!0,isSearchable:!0},C("countryState"),{controlClassName:C("countryState").className}),P),!(null!=E&&null!==(g=E.city)&&void 0!==g&&g.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(j=E.city)||void 0===j?void 0:j.label)||Object(i.__)("City",'woocommerce'),required:h("city",E)},C("city"),{autoComplete:"address-level2"})),!(null!=E&&null!==(w=E.postcode)&&void 0!==w&&w.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(f=E.postcode)||void 0===f?void 0:f.label)||Object(i.__)("Post code",'woocommerce'),required:h("postcode",E),autoComplete:"postal-code"},C("postCode"))))}},611:function(e,t,o){},612:function(e,t,o){},613:function(e,t,o){},614:function(e,t,o){},615:function(e,t,o){},616:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-info",c,!!function(e){return 0==e%18}(o)&&"needs-offset",!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},617:function(e,t,o){},618:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-cloud-upload",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M18 9c-.009 0-.017.002-.025.003A6.496 6.496 0 005 9.5a6.5 6.5 0 00.186 1.519C5.123 11.016 5.064 11 5 11a4 4 0 00-4 4c0 1.202.541 2.267 1.38 3h18.593C22.196 17.089 23 15.643 23 14a5 5 0 00-5-5zm-5 4v3h-2v-3H8l4-5 4 5h-3z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},619:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-phone",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M16 2H8a2 2 0 00-2 2v16a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},620:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-tablet",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M18 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2zm-5 19h-2v-1h2v1zm5-2H6V5h12v14z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},621:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-computer",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M20 2H4a2 2 0 00-2 2v12a2 2 0 002 2h6v2H7v2h10v-2h-3v-2h6a2 2 0 002-2V4a2 2 0 00-2-2zm0 14H4V4h16v12z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},622:function(e,t,o){},645:function(e,t,o){"use strict";o.r(t);var s=o(0);t.default=e=>{let{}=e;return Object(s.createElement)("div",null,"Settings page")}},651:function(e,t,o){"use strict";o.r(t);var s=o(0),n=o(2),r=o(28),i=o(14),c=o(5),a=o(8),l=o(13),m=o(12),d=o(17),u=o(15),p=o(40),h=o.n(p),b=o(22),_=o(4),O=o(7),g=o.n(O),j=o(527),w=o(531);const f=[{key:"shopify",label:Object(n.__)("Shopify",'woocommerce')},{key:"bigcommerce",label:Object(n.__)("BigCommerce",'woocommerce')},{key:"magento",label:Object(n.__)("Magento",'woocommerce')},{key:"wix",label:Object(n.__)("Wix",'woocommerce')},{key:"amazon",label:Object(n.__)("Amazon",'woocommerce')},{key:"ebay",label:Object(n.__)("eBay",'woocommerce')},{key:"etsy",label:Object(n.__)("Etsy",'woocommerce')},{key:"squarespace",label:Object(n.__)("Squarespace",'woocommerce')},{key:"other",label:Object(n.__)("Other",'woocommerce')}],C=[{key:"1",label:Object(n.__)("It's just me",'woocommerce')},{key:"<10",label:Object(n.__)("< 10",'woocommerce')},{key:"10-50",label:"10 - 50"},{key:"50-250",label:"50 - 250"},{key:"+250",label:Object(n.__)("+250",'woocommerce')},{key:"not specified",label:Object(n.__)("I'd rather not say",'woocommerce')}],y=[{key:"no",label:Object(n.__)("No",'woocommerce')},{key:"other",label:Object(n.__)("Yes, on another platform",'woocommerce')},{key:"other-woocommerce",label:Object(n.__)("Yes, I own a different store powered by WooCommerce",'woocommerce')},{key:"brick-mortar",label:Object(n.__)("Yes, in person at physical stores and/or events",'woocommerce')},{key:"brick-mortar-other",label:Object(n.__)("Yes, on another platform and in person at physical stores and/or events",'woocommerce')}];var v=o(69),E=o(122);const S=(e,t)=>Object(E.formatValue)(e,"number",t),k=function(e,t){let o=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:S;return o?Object(n.sprintf)(Object(n._x)("%1$s - %2$s","store product count or revenue range",'woocommerce'),s(e,t),s(e,o)):Object(n.sprintf)(Object(n._x)("%s+","store product count or revenue",'woocommerce'),s(e,t))},N={US:1,EU:.9,IN:71.24,GB:.76,BR:4.19,VN:23172.5,ID:14031,BD:84.87,PK:154.8,RU:63.74,TR:5.75,MX:19.37,CA:1.32},T=(e,t)=>{const o=Object(v.c)(t);if("US"===o)return e;const s=N[o]||N.US,n=s.toString().split(".")[0].length,r=Math.pow(10,2+n);return Math.round(e*s/r)*r},P=(e,t,o)=>[{key:"none",label:Object(n.sprintf)(Object(n.__)("%s (I'm just getting started)",'woocommerce'),o(0))},{key:"up-to-2500",label:Object(n.sprintf)(Object(n.__)("Up to %s",'woocommerce'),o(T(2500,t)))},{key:"2500-10000",label:k(e,T(2500,t),T(1e4,t),(e,t)=>o(t))},{key:"10000-50000",label:k(e,T(1e4,t),T(5e4,t),(e,t)=>o(t))},{key:"50000-250000",label:k(e,T(5e4,t),T(25e4,t),(e,t)=>o(t))},{key:"more-than-250000",label:Object(n.sprintf)(Object(n.__)("More than %s",'woocommerce'),o(T(25e4,t)))},{key:"rather-not-say",label:Object(n.__)("I'd rather not say",'woocommerce')}];var x=o(18),I=o(105),M=o(289),A=o(290),R=o(20);const V=()=>Object(s.createElement)("svg",{width:"200",height:"148",viewBox:"0 0 200 148",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(s.createElement)("g",{clipPath:"url(#clip0)"},Object(s.createElement)("path",{d:"M197.563 2.53875e-09H62.909C62.3961 0.000450584 61.9043 0.205742 61.5416 0.570805C61.179 0.935868 60.975 1.43087 60.9746 1.94714V50.9404H93.5623C94.4445 50.9415 95.2902 51.2947 95.9141 51.9226C96.5379 52.5505 96.8888 53.4019 96.8899 54.2899V95.7402H197.563C197.843 95.7402 198.119 95.6791 198.373 95.5612C198.627 95.4432 198.853 95.2712 199.034 95.0569C199.05 95.0402 199.064 95.0222 199.076 95.0033C199.192 94.8612 199.285 94.7024 199.354 94.5322C199.451 94.2981 199.501 94.0468 199.5 93.7931V1.94714C199.499 1.43051 199.295 0.935241 198.932 0.57014C198.569 0.20504 198.077 -2.63458e-05 197.563 2.53875e-09Z",fill:"#F2F2F2"}),Object(s.createElement)("path",{d:"M199.222 7.80469H61.25V8.36132H199.222V7.80469Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M65.95 5.84371C66.8662 5.84371 67.609 5.09607 67.609 4.17381C67.609 3.25155 66.8662 2.50391 65.95 2.50391C65.0338 2.50391 64.291 3.25155 64.291 4.17381C64.291 5.09607 65.0338 5.84371 65.95 5.84371Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M70.72 5.84371C71.6363 5.84371 72.379 5.09607 72.379 4.17381C72.379 3.25155 71.6363 2.50391 70.72 2.50391C69.8038 2.50391 69.061 3.25155 69.061 4.17381C69.061 5.09607 69.8038 5.84371 70.72 5.84371Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M75.4896 5.84371C76.4058 5.84371 77.1486 5.09607 77.1486 4.17381C77.1486 3.25155 76.4058 2.50391 75.4896 2.50391C74.5733 2.50391 73.8306 3.25155 73.8306 4.17381C73.8306 5.09607 74.5733 5.84371 75.4896 5.84371Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M164.842 19.957H95.6295C94.8646 19.957 94.1311 20.2629 93.5903 20.8073C93.0494 21.3516 92.7456 22.09 92.7456 22.8599C92.7456 23.6298 93.0494 24.3681 93.5903 24.9125C94.1311 25.4569 94.8646 25.7627 95.6295 25.7627H164.842C165.607 25.7627 166.341 25.4569 166.882 24.9125C167.422 24.3681 167.726 23.6298 167.726 22.8599C167.726 22.09 167.422 21.3516 166.882 20.8073C166.341 20.2629 165.607 19.957 164.842 19.957ZM164.842 25.3161H95.6295C94.9823 25.3161 94.3616 25.0573 93.904 24.5967C93.4464 24.1361 93.1893 23.5113 93.1893 22.8599C93.1893 22.2084 93.4464 21.5837 93.904 21.123C94.3616 20.6624 94.9823 20.4036 95.6295 20.4036H164.842C165.489 20.4036 166.11 20.6624 166.568 21.123C167.025 21.5837 167.283 22.2084 167.283 22.8599C167.283 23.5113 167.025 24.1361 166.568 24.5967C166.11 25.0573 165.489 25.3161 164.842 25.3161Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M186.022 43.0859H116.809C116.044 43.0859 115.31 43.3918 114.769 43.9362C114.229 44.4806 113.925 45.2189 113.925 45.9888C113.925 46.7587 114.229 47.497 114.769 48.0414C115.31 48.5858 116.044 48.8916 116.809 48.8916H186.022C186.786 48.8916 187.52 48.5858 188.061 48.0414C188.602 47.497 188.905 46.7587 188.905 45.9888C188.905 45.2189 188.602 44.4806 188.061 43.9362C187.52 43.3918 186.786 43.0859 186.022 43.0859Z",fill:"white"}),Object(s.createElement)("path",{d:"M186.022 53.8047H116.809C116.044 53.8047 115.31 54.1105 114.769 54.6549C114.229 55.1993 113.925 55.9376 113.925 56.7075C113.925 57.4774 114.229 58.2158 114.769 58.7601C115.31 59.3045 116.044 59.6104 116.809 59.6104H186.022C186.786 59.6104 187.52 59.3045 188.061 58.7601C188.602 58.2158 188.905 57.4774 188.905 56.7075C188.905 55.9376 188.602 55.1993 188.061 54.6549C187.52 54.1105 186.786 53.8047 186.022 53.8047Z",fill:"white"}),Object(s.createElement)("path",{d:"M186.022 64.5195H116.809C116.044 64.5195 115.31 64.8254 114.769 65.3698C114.229 65.9141 113.925 66.6525 113.925 67.4224C113.925 68.1923 114.229 68.9306 114.769 69.475C115.31 70.0194 116.044 70.3252 116.809 70.3252H186.022C186.786 70.3252 187.52 70.0194 188.061 69.475C188.602 68.9306 188.905 68.1923 188.905 67.4224C188.905 66.6525 188.602 65.9141 188.061 65.3698C187.52 64.8254 186.786 64.5195 186.022 64.5195Z",fill:"white"}),Object(s.createElement)("path",{d:"M105.623 38.2852H74.1183C73.4425 38.286 72.7947 38.5565 72.3168 39.0375C71.839 39.5185 71.5702 40.1706 71.5693 40.8508V50.9416H72.013V40.8508C72.0139 40.2891 72.2359 39.7506 72.6306 39.3533C73.0252 38.9561 73.5602 38.7326 74.1183 38.7317H105.623C106.182 38.7322 106.717 38.9556 107.112 39.3529C107.506 39.7502 107.728 40.289 107.729 40.8508V72.5633C107.728 73.1251 107.506 73.6638 107.112 74.0611C106.717 74.4585 106.182 74.6819 105.623 74.6824H96.8897V75.1289H105.623C106.299 75.1285 106.947 74.858 107.425 74.377C107.903 73.8959 108.172 73.2436 108.172 72.5633V40.8508C108.172 40.1705 107.903 39.5182 107.425 39.0371C106.947 38.556 106.299 38.2856 105.623 38.2852Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M23.9309 70.9116C23.8195 70.9162 19.0705 70.5847 18.9492 70.5806L19.3758 66.294L22.0808 66.212L27.2495 56.5756C26.5327 55.1996 27.4148 53.3739 28.9355 53.0925C32 52.3914 33.0526 57.2443 29.9789 57.8901L25.7036 69.6652C25.5695 70.03 25.3278 70.3449 25.011 70.5676C24.6942 70.7904 24.3174 70.9104 23.9309 70.9116Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M11.4107 73.118C6.89154 73.1291 6.49482 66.2544 11.024 65.7699C23.0006 65.0415 21.485 62.0137 22.3945 70.9448C22.4224 71.2097 22.3448 71.475 22.1787 71.6824C22.0126 71.8898 21.7715 72.0223 21.5084 72.051L11.803 73.0968C11.6727 73.1109 11.5417 73.1179 11.4107 73.118Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M10.3793 51.3852C16.605 54.9512 11.494 64.3601 5.15222 61.0097C-1.0733 57.4438 4.03771 48.0349 10.3793 51.3852Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M16.0395 132.376L18.759 132.376L20.053 121.816L16.0391 121.817L16.0395 132.376Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M15.4567 134.915L24.0042 134.915C23.9716 130.476 18.2546 131.755 15.4565 131.591L15.4567 134.915Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M4.28218 132.376L7.00167 132.376L8.29564 121.816L4.28174 121.817L4.28218 132.376Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M3.69937 134.915L12.2469 134.915C12.2142 130.476 6.49728 131.755 3.69922 131.591L3.69937 134.915Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M7.37266 128.688C6.71536 128.507 3.14362 129.056 2.72209 128.335C1.24999 113.483 1.57722 98.9486 4.845 90.9619L16.0806 90.2695C18.5931 94.8863 24.3684 125.522 20.8847 127.385L16.4048 127.546C16.1493 127.554 15.8988 127.474 15.6952 127.318C15.4916 127.163 15.3475 126.941 15.2869 126.691L11.539 105.229C10.6057 103.916 8.77111 127.832 8.46815 127.742C8.42864 128.006 8.29626 128.247 8.09515 128.42C7.89404 128.594 7.63762 128.689 7.37266 128.688Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M4.48843 92.8373C-1.18427 86.8634 2.43414 70.8475 2.25101 71.1881C2.26655 70.7958 3.55141 64.7536 6.87506 63.762C9.51196 62.886 12.4305 65.5063 12.7906 68.1566L16.7406 91.6368C16.7611 91.7646 16.7514 91.8955 16.7123 92.0188C16.6733 92.1422 16.6059 92.2546 16.5158 92.3469C16.71 92.9556 4.76613 92.7153 4.48843 92.8373Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M6.32941 55.5845C6.82759 55.2675 7.07312 54.7238 7.36309 54.2285C8.89053 53.3522 10.6464 55.472 12.262 54.6809C16.8302 50.2665 12.1346 48.9642 7.92721 48.7314C6.9333 48.6081 6.08781 48.963 5.33637 49.5492C-3.06805 48.9031 0.962591 60.1519 6.26679 61.6376C7.2033 62.0505 7.90582 61.2148 7.07994 60.4551C5.93728 59.2493 4.52181 56.8221 6.32941 55.5845Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M93.5621 50.4922H32.779C31.7793 50.4936 30.8209 50.894 30.1139 51.6056C29.407 52.3172 29.0092 53.2819 29.0078 54.2882V131.548C29.0092 132.555 29.407 133.52 30.1139 134.231C30.8209 134.943 31.7793 135.343 32.779 135.345H93.5621C94.5619 135.343 95.5202 134.943 96.2272 134.231C96.9341 133.52 97.3319 132.555 97.3333 131.548V54.2882C97.3319 53.2819 96.9341 52.3172 96.2272 51.6056C95.5202 50.894 94.5619 50.4936 93.5621 50.4922ZM96.8896 131.548C96.8886 132.436 96.5376 133.288 95.9138 133.916C95.29 134.544 94.4443 134.897 93.5621 134.898H32.779C31.8968 134.897 31.0511 134.544 30.4273 133.916C29.8035 133.288 29.4526 132.436 29.4515 131.548V54.2882C29.4526 53.4002 29.8035 52.5489 30.4273 51.921C31.0511 51.2931 31.8968 50.9399 32.779 50.9388H93.5621C94.4443 50.9399 95.29 51.2931 95.9138 51.921C96.5376 52.5489 96.8886 53.4002 96.8896 54.2882V131.548Z",fill:"#3F3D56"}),Object(s.createElement)("path",{d:"M15.6527 83.0043C13.6494 83.2327 12.7698 78.5402 12.0039 77.3445L15.9936 75.7852L17.2918 78.1751L28.168 78.4472C28.2326 78.3591 28.3032 78.2755 28.3793 78.1971C30.5362 75.9238 34.0488 79.33 31.9 81.5984C31.663 81.8519 31.3752 82.0521 31.0557 82.1855C30.7362 82.319 30.3923 82.3828 30.0465 82.3727C29.7007 82.3627 29.361 82.2789 29.0497 82.1271C28.7384 81.9753 28.4626 81.7588 28.2405 81.4918C27.9719 81.5111 15.9153 83.0114 15.6527 83.0043Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M12.6985 80.7664C12.0314 81.4133 6.91061 72.3318 6.5365 72.0751C3.94893 68.0267 10.0405 64.0298 12.6727 68.0562L17.9961 76.2911C18.1402 76.5145 18.1904 76.7864 18.1356 77.047C18.0808 77.3076 17.9255 77.5357 17.7039 77.6812C17.4613 77.7956 12.8697 81.0123 12.6985 80.7664Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M81.583 103.974H44.7583C40.9966 103.955 40.9809 98.1877 44.7584 98.168H81.583C85.3421 98.1857 85.3624 103.954 81.583 103.974Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M81.583 114.692H44.7583C40.9966 114.674 40.9809 108.906 44.7584 108.887H81.583C85.3421 108.904 85.3624 114.673 81.583 114.692Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M81.583 125.411H44.7583C40.9966 125.393 40.9809 119.625 44.7584 119.605H81.583C85.3421 119.623 85.3624 125.391 81.583 125.411Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M95.3371 57.6387C94.1963 57.6387 93.0812 57.2982 92.1327 56.6603C91.1842 56.0223 90.4449 55.1156 90.0084 54.0548C89.5718 52.9939 89.4576 51.8266 89.6802 50.7004C89.9027 49.5742 90.452 48.5397 91.2587 47.7278C92.0653 46.9159 93.093 46.3629 94.2118 46.1389C95.3307 45.9149 96.4904 46.0299 97.5443 46.4693C98.5982 46.9087 99.499 47.6528 100.133 48.6076C100.767 49.5623 101.105 50.6848 101.105 51.833C101.103 53.3723 100.495 54.8479 99.4136 55.9363C98.3323 57.0247 96.8662 57.637 95.3371 57.6387Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M97.999 51.6121H95.5588V48.821C95.5588 48.7617 95.5355 48.7049 95.4939 48.6631C95.4523 48.6212 95.3958 48.5977 95.337 48.5977C95.2782 48.5977 95.2217 48.6212 95.1801 48.6631C95.1385 48.7049 95.1152 48.7617 95.1152 48.821V51.6121H92.675C92.6161 51.6121 92.5597 51.6357 92.5181 51.6775C92.4765 51.7194 92.4531 51.7762 92.4531 51.8354C92.4531 51.8947 92.4765 51.9515 92.5181 51.9933C92.5597 52.0352 92.6161 52.0587 92.675 52.0587H95.1152V54.8499C95.1152 54.9091 95.1385 54.9659 95.1801 55.0078C95.2217 55.0497 95.2782 55.0732 95.337 55.0732C95.3958 55.0732 95.4523 55.0497 95.4939 55.0078C95.5355 54.9659 95.5588 54.9091 95.5588 54.8499V52.0587H97.999C98.0579 52.0587 98.1143 52.0352 98.1559 51.9933C98.1975 51.9515 98.2209 51.8947 98.2209 51.8354C98.2209 51.7762 98.1975 51.7194 98.1559 51.6775C98.1143 51.6357 98.0579 51.6121 97.999 51.6121Z",fill:"white"}),Object(s.createElement)("path",{d:"M80.9177 91.2002H45.424C44.4535 91.1991 43.5232 90.8105 42.837 90.1198C42.1508 89.4291 41.7648 88.4926 41.7637 87.5158V67.5086C41.7648 66.5318 42.1508 65.5953 42.837 64.9046C43.5232 64.2139 44.4535 63.8253 45.424 63.8242H80.9177C81.8882 63.8253 82.8185 64.2139 83.5047 64.9046C84.1909 65.5953 84.5769 66.5318 84.578 67.5086V87.5158C84.5769 88.4926 84.1909 89.4291 83.5047 90.1198C82.8185 90.8105 81.8882 91.1991 80.9177 91.2002Z",className:"fill-theme-color"})),Object(s.createElement)("defs",null,Object(s.createElement)("clipPath",{id:"clip0"},Object(s.createElement)("rect",{width:"199",height:"148",fill:"white",transform:"translate(0.5)"}))));o(611);var F=o(535);const B=["obw/basics","obw/grow"],L=()=>Object(s.createElement)("div",{className:"woocommerce-admin__business-details__free-badge"},Object(n.__)("Free",'woocommerce')),z=e=>{let{onChange:t,description:o,isChecked:n}=e;return Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle__extension"},Object(s.createElement)(_.CheckboxControl,{id:"woocommerce-business-extensions__checkbox",checked:n,onChange:t}),Object(s.createElement)("p",{className:"woocommerce-admin__business-details__selective-extensions-bundle__description",dangerouslySetInnerHTML:Object(F.a)(o),onClick:e=>{const t=e.target.closest("a");t&&e.currentTarget.contains(t)&&t.href.startsWith("https://woocommerce.com/products/")&&Object(d.recordEvent)("storeprofiler_store_business_features_link_click",{extension_name:t.href.split("https://woocommerce.com/products/")[1]})}}),Object(s.createElement)(L,null))},D=e=>{let{isResolving:t,title:o,extensions:n,installExtensionOptions:r,onCheckboxChange:i}=e;return t?Object(s.createElement)("div",null,Object(s.createElement)(_.Spinner,null)):0===n.length?null:Object(s.createElement)("div",null,Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle__category"},o),n.map(e=>{let{description:t,key:o}=e;return Object(s.createElement)(z,{key:o,description:t,isChecked:r[o],onChange:i(o)})}))},U=e=>{let{isInstallingActivating:t,onSubmit:o,country:r,productTypes:i,industry:c}=e;const[l,u]=Object(s.useState)(!1),[p,h]=Object(s.useState)({install_extensions:!0}),{freeExtensions:O,isResolving:g}=Object(a.useSelect)(e=>{const{getFreeExtensions:t,hasFinishedResolution:o}=e(m.ONBOARDING_STORE_NAME);return{freeExtensions:t(),isResolving:!o("getFreeExtensions")}}),{invalidateResolutionForStoreSelector:j}=Object(a.useDispatch)(m.ONBOARDING_STORE_NAME);Object(s.useEffect)(()=>{j("getFreeExtensions")},[r,c]);const w=Object(s.useMemo)(()=>O.filter(e=>(window.wcAdminFeatures&&window.wcAdminFeatures.subscriptions&&"US"===Object(v.b)(r)&&i.includes("subscriptions")&&(e.plugins=e.plugins.filter(e=>"woocommerce-payments"!==e.key||"woocommerce-payments"===e.key&&!e.is_activated)),B.includes(e.key))),[O,i,r]);Object(s.useEffect)(()=>{t||h(()=>(e=>e.reduce((e,t)=>({...e,...t.plugins.reduce((e,t)=>({...e,[t.key]:!0}),{})}),{install_extensions:!0}))(w))},[w]);const f=e=>t=>{const o={...p,[e]:t},s=1===Object.entries(o).filter(e=>{let[,t]=e;return t}).length&&o.install_extensions;h(s?{...o,install_extensions:!1}:{...p,[e]:t,install_extensions:!0})};return Object(s.createElement)("div",{className:"woocommerce-profile-wizard__business-details__free-features"},Object(s.createElement)(_.Card,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__business-details__free-features__illustration"},Object(s.createElement)(V,null)),Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle"},Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle__extension"},Object(s.createElement)(_.CheckboxControl,{checked:p.install_extensions,onChange:e=>{var t,o;h((t=p,o=e,Object.entries(t).reduce((e,t)=>{let[s]=t;return{...e,[s]:o}},{})))}}),Object(s.createElement)("p",{className:"woocommerce-admin__business-details__selective-extensions-bundle__description"},Object(n.__)("Add recommended business features to my site",'woocommerce')),Object(s.createElement)(_.Button,{className:"woocommerce-admin__business-details__selective-extensions-bundle__expand",disabled:!w||0===w.length,onClick:()=>{u(!l),l||Object(d.recordEvent)("storeprofiler_store_business_features_accordion_click")}},Object(s.createElement)(I.a,{icon:l?M.a:A.a}))),l&&w.map(e=>{let{plugins:t,key:o,title:n}=e;return Object(s.createElement)(D,{key:o,title:n,extensions:t,installExtensionOptions:p,onCheckboxChange:f})})),Object(s.createElement)("div",{className:"woocommerce-profile-wizard__business-details__free-features__action"},Object(s.createElement)(_.Button,{onClick:()=>{o(p,w)},isBusy:t||g,disabled:t||g,isPrimary:!0},Object(n.__)("Continue",'woocommerce')))),((e,t)=>{const o=Object.keys(e).filter(t=>e[t]&&"install_extensions"!==t);if(0===o.length)return null;const r=o.reduce((e,t)=>{const o=m.pluginNames[t];return e.includes(o)?e:[...e,o]},[]).join(", ");if(t)return Object(s.createElement)("div",{className:"woocommerce-profile-wizard__footnote"},Object(s.createElement)(x.Text,{variant:"caption",as:"p",size:"12",lineHeight:"16px"},Object(n.sprintf)(Object(n._n)("Installing the following plugin: %s","Installing the following plugins: %s",o.length,'woocommerce'),r)));const i=Object(n.__)("User accounts are required to use these features.",'woocommerce'),c=o.filter(e=>"jetpack"===e||e.includes("woocommerce-services")),a=c.includes("jetpack")&&(c.includes("woocommerce-services:shipping")||c.includes("woocommerce-services:tax"))?"Jetpack and WooCommerce Shipping & Tax":m.pluginNames[c[0]],l=Object(n.sprintf)(Object(n._n)("By installing %s plugin for free you agree to our {{link}}Terms of Service{{/link}}.","By installing %s plugins for free you agree to our {{link}}Terms of Service{{/link}}.",c.length,'woocommerce'),a);return Object(s.createElement)("div",{className:"woocommerce-profile-wizard__footnote"},Object(s.createElement)(x.Text,{variant:"caption",as:"p",size:"12",lineHeight:"16px"},Object(n.sprintf)(Object(n._n)("The following plugin will be installed for free: %1$s. %2$s","The following plugins will be installed for free: %1$s. %2$s",o.length,'woocommerce'),r,i)),c.length>0&&Object(s.createElement)(x.Text,{variant:"caption",as:"p",size:"12",lineHeight:"16px"},Object(R.a)({mixedString:l,components:{link:Object(s.createElement)(b.Link,{href:"https://wordpress.com/tos/",target:"_blank",type:"external"})}})))})(p,t))};var H=o(539);o(612);const q=[{name:"0-2s",max:2},{name:"2-5s",max:5},{name:"5-10s",max:10},{name:"10-15s",max:15},{name:"15-20s",max:20},{name:"20-30s",max:30},{name:"30-60s",max:60},{name:">60s"}];function G(e){for(const t of q){if(!t.max)return t.name;if(e<1e3*t.max)return t.name}}const W=e=>["other","brick-mortar","brick-mortar-other","other-woocommerce"].includes(e),Z=e=>["other","brick-mortar-other"].includes(e);class $ extends s.Component{constructor(e){super(),this.state={isPopoverVisible:!1,isValid:!1,currentTab:"business-details",savedValues:null},this.onContinue=this.onContinue.bind(this),this.validate=this.validate.bind(this),e.trackStepValueChanges(e.step.key,{...this.state.savedValues||e.initialValues},this.savedValues||e.initialValues,this.persistProfileItems.bind(this))}async onContinue(e,t){const{createNotice:o,goToNextStep:s,installAndActivatePlugins:r}=this.props,i=t.reduce((e,t)=>[...e,...t.plugins.filter(e=>e.is_activated).map(e=>e.key)],[]),c=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return Object.keys(e).filter(o=>e[o]&&"install_extensions"!==o&&!t.includes(o)).map(H.a).filter((e,t,o)=>o.indexOf(e)===t)}(e,i),a=(e=>{const t={};for(let[o,s]of Object.entries(e)){o=Object(H.a)(o);const e=Object(H.b)(o);"install_extensions"===o||t["install_"+e]||(t["install_"+e]=s)}return t})(e);Object(d.recordEvent)("storeprofiler_store_business_features_continue",{all_extensions_installed:Object.values(e).every(e=>e),...a});const l=[this.persistProfileItems({business_extensions:c})];if(c.length){const t=window.performance.now();l.push(r(c).then(o=>{const s=window.performance.now()-t,n=((e,t)=>{const o=[],s={};for(let[n]of Object.entries(e)){n=Object(H.a)(n);const e=Object(H.b)(n);t&&t.data&&t.data.install_time&&t.data.install_time[n]&&(o.push(e),s["install_time_"+e]=G(t.data.install_time[n]))}return s.installed_extensions=o,s.activated_extensions=t&&t.data&&t.data.activated?t.data.activated:[],s})(e,o);Object(d.recordEvent)("storeprofiler_store_business_features_installed_and_activated",{success:!0,total_time:G(s),...n}),Object(w.a)(o)}).catch(e=>{throw Object(d.recordEvent)("storeprofiler_store_business_features_installed_and_activated",{success:!1,failed_extensions:Object.keys(e.data||{}).map(e=>Object(H.b)(e))}),Object(w.a)(e),new Error}))}Promise.all(l).then(()=>{s({step:"business-features"})}).catch(()=>{o("error",Object(n.__)("There was a problem updating your business details",'woocommerce'))})}async persistProfileItems(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{updateProfileItems:t,createNotice:o}=this.props,{number_employees:s,other_platform:r,other_platform_name:i,product_count:c,revenue:a,selling_venues:l,setup_client:m}=this.state.savedValues,d={number_employees:s,other_platform:r,other_platform_name:"other"===r?i:"",product_count:c,revenue:a,selling_venues:l,setup_client:m,...e};return t(Object.entries(d).reduce((e,t)=>{let[o,s]=t;return""!==s&&(e[o]=s),e},{})).catch(()=>{o("error",Object(n.__)("There was a problem updating your business details",'woocommerce'))})}validate(e){const t={};return e.product_count.length||(t.product_count=Object(n.__)("This field is required",'woocommerce')),e.selling_venues.length||(t.selling_venues=Object(n.__)("This field is required",'woocommerce')),!e.other_platform.length&&Z(e.selling_venues)&&(t.other_platform=Object(n.__)("This field is required",'woocommerce')),!e.other_platform_name.trim().length&&"other"===e.other_platform&&Z(e.selling_venues)&&(t.other_platform_name=Object(n.__)("This field is required",'woocommerce')),!e.number_employees.length&&W(e.selling_venues)&&(t.number_employees=Object(n.__)("This field is required",'woocommerce')),!e.revenue.length&&W(e.selling_venues)&&(t.revenue=Object(n.__)("This field is required",'woocommerce')),0===Object.keys(t).length&&this.setState({isValid:!0}),t}trackBusinessDetailsStep(e){let{number_employees:t,other_platform:o,other_platform_name:s,product_count:n,selling_venues:r,revenue:i,setup_client:c}=e;const{getCurrencyConfig:a}=this.context;Object(d.recordEvent)("storeprofiler_store_business_details_continue_variant",{number_employees:t,already_selling:r,currency:a().code,product_number:n,revenue:i,used_platform:o,used_platform_name:s,setup_client:c}),Object(d.recordEvent)("storeprofiler_step_complete",{step:"business-details",wc_version:Object(u.getSetting)("wcVersion")})}getSelectControlProps(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const{className:o,...s}=e(t);return{...s,className:g()("woocommerce-profile-wizard__"+t.replace(/\_/g,"-"),o)}}renderBusinessDetailsStep(){const{goToNextStep:e,isInstallingActivating:t,hasInstallActivateError:o}=this.props,{formatAmount:r,getCurrencyConfig:i}=this.context,c=(a=i(),[{key:"0",label:Object(n.__)("I don't have any products yet.",'woocommerce')},{key:"1-10",label:k(a,1,10)},{key:"11-100",label:k(a,11,100)},{key:"101-1000",label:k(a,101,1e3)},{key:"1000+",label:k(a,1e3)}]);var a;return Object(s.createElement)(b.Form,{initialValues:this.state.savedValues||this.props.initialValues,onSubmit:e=>{this.setState({savedValues:e,currentTab:"business-features"}),this.trackBusinessDetailsStep(e),Object(d.recordEvent)("storeprofiler_step_view",{step:"business-features",wc_version:Object(u.getSetting)("wcVersion")})},onChange:(e,t,o)=>{this.setState({savedValues:t,isValid:o}),this.props.updateCurrentStepValues(this.props.step.key,t)},validate:this.validate},a=>{let{getInputProps:l,handleSubmit:m,values:d,isValidForm:u}=a;return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(_.__experimentalText,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Tell us about your business",'woocommerce')),Object(s.createElement)(_.__experimentalText,{variant:"body",as:"p"},Object(n.__)("We'd love to know if you are just getting started or you already have a business in place.",'woocommerce'))),Object(s.createElement)(_.Card,null,Object(s.createElement)(_.CardBody,null,Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("How many products do you plan to display?",'woocommerce'),options:c,required:!0},this.getSelectControlProps(l,"product_count"))),Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("Currently selling elsewhere?",'woocommerce'),options:y,required:!0},this.getSelectControlProps(l,"selling_venues"))),W(d.selling_venues)&&Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("How many employees do you have?",'woocommerce'),options:C,required:!0},this.getSelectControlProps(l,"number_employees"))),W(d.selling_venues)&&Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("What's your current annual revenue?",'woocommerce'),options:P(i(),this.props.settings.woocommerce_default_country,r),required:!0},this.getSelectControlProps(l,"revenue"))),Z(d.selling_venues)&&Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"business-competitors"},Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("Which platform is the store using?",'woocommerce'),options:f,required:!0},this.getSelectControlProps(l,"other_platform"))),"other"===d.other_platform&&Object(s.createElement)(b.TextControl,h()({label:Object(n.__)("What is the platform name?",'woocommerce'),required:!0},this.getSelectControlProps(l,"other_platform_name")))))),Object(s.createElement)(_.CardFooter,{isBorderless:!0},Object(s.createElement)(_.FlexItem,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__client"},Object(s.createElement)(_.CheckboxControl,h()({label:Object(n.__)("I'm setting up a store for a client",'woocommerce')},l("setup_client")))))),Object(s.createElement)(_.CardFooter,{justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:async()=>{await m(),this.persistProfileItems()},disabled:!u,isBusy:t},o?Object(n.__)("Retry",'woocommerce'):Object(n.__)("Continue",'woocommerce')),o&&Object(s.createElement)(_.Button,{onClick:()=>{this.persistProfileItems(),e({step:"business-features"})}},Object(n.__)("Continue without installing",'woocommerce')))))})}renderFreeFeaturesStep(){const{isInstallingActivating:e,settings:t,profileItems:o}=this.props,r=t.woocommerce_default_country?t.woocommerce_default_country:null;return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(_.__experimentalText,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Included business features",'woocommerce')),Object(s.createElement)(_.__experimentalText,{variant:"body",as:"p"},Object(n.__)("We recommend enhancing your store with these free extensions",'woocommerce')),Object(s.createElement)(_.__experimentalText,{variant:"body",as:"p"},Object(n.__)("No commitment required - you can remove them at any time.",'woocommerce'))),Object(s.createElement)(U,{isInstallingActivating:e,onSubmit:this.onContinue,country:r,industry:o.industry,productTypes:o.product_types}))}render(){const{initialValues:e}=this.props;return Object(s.createElement)(_.TabPanel,{activeClass:"is-active",initialTabName:"current-tab",onSelect:t=>{this.state.currentTab!==t&&(this.setState({currentTab:t,savedValues:this.state.savedValues||e}),Object(d.recordEvent)("storeprofiler_step_view",{step:t,wc_version:Object(u.getSetting)("wcVersion")}))},tabs:[{name:"business-details"===this.state.currentTab?"current-tab":"business-details",id:"business-details",title:Object(n.__)("Business details",'woocommerce')},{name:"business-features"===this.state.currentTab?"current-tab":"business-features",id:"business-features",title:Object(n.__)("Free features",'woocommerce'),className:this.state.isValid?"":"is-disabled"}]},e=>Object(s.createElement)(s.Fragment,null,this.getTab(e.id)))}getTab(e){return"business-details"===e?this.renderBusinessDetailsStep():this.renderFreeFeaturesStep()}}$.contextType=j.a;const J=Object(i.compose)(Object(a.withSelect)(e=>{const{getSettings:t,getSettingsError:o}=e(m.SETTINGS_STORE_NAME),{getProfileItems:s,getOnboardingError:n}=e(m.ONBOARDING_STORE_NAME),{getPluginsError:r,isPluginsRequesting:i}=e(m.PLUGINS_STORE_NAME),{general:c={}}=t("general");return{hasInstallActivateError:r("installPlugins")||r("activatePlugins"),isError:Boolean(n("updateProfileItems")),profileItems:s(),isSettingsError:Boolean(o("general")),settings:c,isInstallingActivating:i("installPlugins")||i("activatePlugins")||i("getJetpackConnectUrl")}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{installAndActivatePlugins:o}=e(m.PLUGINS_STORE_NAME),{createNotice:s}=e("core/notices");return{createNotice:s,installAndActivatePlugins:o,updateProfileItems:t}}))($);o(613);const Y=e=>{const{profileItems:t,isLoading:o}=Object(a.useSelect)(e=>({isLoading:!e(m.ONBOARDING_STORE_NAME).hasFinishedResolution("getProfileItems")||!e(m.SETTINGS_STORE_NAME).hasFinishedResolution("getSettings",["general"]),profileItems:e(m.ONBOARDING_STORE_NAME).getProfileItems()}));if(o)return Object(s.createElement)("div",{className:"woocommerce-admin__business-details__spinner"},Object(s.createElement)(b.Spinner,null));const n={number_employees:t.number_employees||"",other_platform:t.other_platform||"",other_platform_name:t.other_platform_name||"",product_count:t.product_count||"",selling_venues:t.selling_venues||"",revenue:t.revenue||"",setup_client:t.setup_client||!1};return Object(s.createElement)(J,h()({},e,{initialValues:n}))};var K=o(23);const Q=Object(K.d)("onboarding",{});class X extends s.Component{constructor(e){let t=Object(c.get)(e,"profileItems",{}).industry||[];const{locationSettings:o}=e;if("US"!==Object(v.c)(o.woocommerce_default_country)){const e="cbd-other-hemp-derived-products";t=t.filter(t=>e!==t&&e!==t.slug)}super(),this.state={error:null,selected:t,textInputListContent:{}},this.onContinue=this.onContinue.bind(this),this.onIndustryChange=this.onIndustryChange.bind(this),this.onDetailChange=this.onDetailChange.bind(this);const s=this.getSelectedSlugs();e.trackStepValueChanges(e.step.key,s,s,this.onContinue)}getSelectedSlugs(){return this.state.selected.map(e=>e.slug)}componentDidUpdate(){this.props.updateCurrentStepValues(this.props.step.key,this.getSelectedSlugs())}async onContinue(){if(await this.validateField(),this.state.error)return;const{createNotice:e,isError:t,updateProfileItems:o}=this.props,s=this.state.selected.map(e=>e.slug),r=this.state.selected.map(e=>e.detail).filter(e=>e).join(",");return Object(d.recordEvent)("storeprofiler_store_industry_continue",{store_industry:s,industries_with_detail:r}),await o({industry:this.state.selected}),!t||(e("error",Object(n.__)("There was a problem updating your industries",'woocommerce')),Promise.reject())}async validateField(){const e=this.state.selected.length?null:Object(n.__)("Please select at least one industry",'woocommerce');this.setState({error:e})}onIndustryChange(e){this.setState(t=>{const o=t.selected,s=Object(c.find)(o,{slug:e});if(s){const o=t.textInputListContent;return o[e]=s.detail,{selected:Object(c.filter)(t.selected,t=>t.slug!==e)||[],textInputListContent:o}}return o.push({slug:e,detail:t.textInputListContent[e]}),{selected:o}},()=>this.validateField())}onDetailChange(e,t){this.setState(o=>{const s=o.selected,n=o.textInputListContent;return s[Object(c.findIndex)(s,{slug:t})].detail=e,n[t]=e,{selected:s,textInputListContent:n}})}renderIndustryLabel(e,t,o){const{textInputListContent:n}=this.state;return Object(s.createElement)(s.Fragment,null,t.label,t.use_description&&o&&Object(s.createElement)(b.TextControl,{key:"text-control-"+e,label:t.description_label,value:o.detail||n[e]||"",onChange:t=>this.onDetailChange(t,e),className:"woocommerce-profile-wizard__text"}))}render(){const{industries:e}=Q,{error:t,selected:o}=this.state,{locationSettings:r,isProfileItemsRequesting:i}=this.props,a=Object(v.c)(r.woocommerce_default_country),l=Object.keys(e),m="US"===a?l:l.filter(e=>"cbd-other-hemp-derived-products"!==e);return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("In which industry does the store operate?",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Choose any that apply",'woocommerce'))),Object(s.createElement)(_.Card,null,Object(s.createElement)(_.CardBody,{size:null},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__checkbox-group"},m.map(t=>{const n=Object(c.find)(o,{slug:t});return Object(s.createElement)(_.CheckboxControl,{key:"checkbox-control-"+t,label:this.renderIndustryLabel(t,e[t],n),onChange:()=>this.onIndustryChange(t),checked:n||!1,className:"woocommerce-profile-wizard__checkbox"})}),t&&Object(s.createElement)("span",{className:"woocommerce-profile-wizard__error"},t))),Object(s.createElement)(_.CardFooter,{isBorderless:!0,justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>{this.onContinue().then(this.props.goToNextStep)},isBusy:i,disabled:!o.length||i},Object(n.__)("Continue",'woocommerce')))))}}var ee=Object(i.compose)(Object(a.withSelect)(e=>{const{getProfileItems:t,getOnboardingError:o,isOnboardingRequesting:s}=e(m.ONBOARDING_STORE_NAME),{getSettings:n}=e(m.SETTINGS_STORE_NAME),{general:r={}}=n("general");return{isError:Boolean(o("updateProfileItems")),profileItems:t(),locationSettings:r,isProfileItemsRequesting:s("updateProfileItems")}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{createNotice:o}=e("core/notices");return{createNotice:o,updateProfileItems:t}}))(X),te=o(499);function oe(e){let{annualPrice:t,description:o,isMonthlyPricing:r,label:i,moreUrl:c,slug:a}=e;const[l,m]=Object(s.useState)("");if(!t)return i;const u=Object(n.__)("This product type requires a paid extension.\nWe'll add this to a cart so that\nyou can purchase and install it later.",'woocommerce');return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("span",{className:"woocommerce-product-wizard__product-types-label"},i),Object(s.createElement)(_.Button,{isTertiary:!0,label:Object(n.__)("Learn more about recommended free business features",'woocommerce'),onClick:()=>{m(!0)}},Object(s.createElement)(I.a,{icon:te.a})),l&&Object(s.createElement)(_.Popover,{focusOnMount:"container",position:"top center",onClose:()=>m(!1)},Object(R.a)({mixedString:o+(c?" {{moreLink/}}":""),components:{moreLink:c?Object(s.createElement)(b.Link,{href:c,target:"_blank",type:"external",onClick:()=>Object(d.recordEvent)("storeprofiler_store_product_type_learn_more",{product_type:a})},Object(n.__)("Learn more",'woocommerce')):""}})),Object(s.createElement)(_.Tooltip,{text:u,position:"bottom center"},Object(s.createElement)(b.Pill,null,Object(s.createElement)("span",{className:"screen-reader-text"},u),r?Object(n.sprintf)(Object(n.__)("$%f per month",'woocommerce'),(t/12).toFixed(2)):Object(n.sprintf)(Object(n.__)("$%f per year",'woocommerce'),t))))}o(614);class se extends s.Component{constructor(){super(),this.state={error:null,isMonthlyPricing:!0,selected:[],isWCPayInstalled:null},this.onContinue=this.onContinue.bind(this),this.onChange=this.onChange.bind(this)}componentDidMount(){const{installedPlugins:e,invalidateResolution:t}=this.props,{isWCPayInstalled:o}=this.state;t("getProductTypes",[]),null===o&&e&&this.setState({isWCPayInstalled:e.includes("woocommerce-payments")})}componentDidUpdate(e,t){const{profileItems:o,productTypes:s}=this.props;if(this.state.selected!==t.selected&&this.props.updateCurrentStepValues(this.props.step.key,this.state.selected),e.productTypes!==s){const e=Object.keys(s).filter(e=>!!s[e].default);this.setState({selected:o.product_types||e},()=>{this.props.trackStepValueChanges(this.props.step.key,[...this.state.selected],this.state.selected,this.onContinue)})}}validateField(){const e=this.state.selected.length?null:Object(n.__)("Please select at least one product type",'woocommerce');return this.setState({error:e}),!e}onContinue(e){const{selected:t}=this.state,{installedPlugins:o=[]}=this.props;if(!this.validateField())return;const{countryCode:s,createNotice:r,installAndActivatePlugins:i,updateProfileItems:c,productTypes:a}=this.props,l={product_type:t,wcpay_installed:!1},m=[c({product_types:t})];window.wcAdminFeatures&&window.wcAdminFeatures.subscriptions&&"US"===s&&a.subscriptions&&!a.subscriptions.yearly_price&&!o.includes("woocommerce-payments")&&t.includes("subscriptions")&&m.push(i(["woocommerce-payments"]).then(e=>{l.wcpay_installed=!0,e.data&&e.data.install_time&&e.data.install_time["woocommerce-payments"]&&(l.install_time_wcpay=e.data.install_time["woocommerce-payments"]),Object(w.a)(e)}).catch(e=>{throw Object(w.a)(e),new Error})),Promise.all(m).then(()=>{Object(d.recordEvent)("storeprofiler_store_product_type_continue",l),"function"==typeof e&&e()}).catch(()=>r("error",Object(n.__)("There was a problem updating your product types",'woocommerce')))}onChange(e){this.setState(t=>{if(Object(c.includes)(t.selected,e))return{selected:Object(c.filter)(t.selected,t=>t!==e)||[]};const o=t.selected;return o.push(e),{selected:o}},()=>this.validateField())}render(){const{productTypes:e=[]}=this.props,{error:t,isMonthlyPricing:o,isWCPayInstalled:r,selected:i}=this.state,{countryCode:c,isInstallingActivating:a,isProductTypesRequesting:l,isProfileItemsRequesting:m}=this.props;return l?Object(s.createElement)("div",{className:"woocommerce-profile-wizard__product-types__spinner"},Object(s.createElement)(_.Spinner,null)):Object(s.createElement)("div",{className:"woocommerce-profile-wizard__product-types"},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("What type of products will be listed?",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Choose any that apply",'woocommerce'))),Object(s.createElement)(_.Card,null,Object(s.createElement)(_.CardBody,{size:null},Object.keys(e).map(t=>Object(s.createElement)(_.CheckboxControl,{key:t,label:Object(s.createElement)(oe,{description:e[t].description,label:e[t].label,annualPrice:e[t].yearly_price,isMonthlyPricing:o,moreUrl:e[t].more_url,slug:t}),onChange:()=>this.onChange(t),checked:i.includes(t),className:"woocommerce-profile-wizard__checkbox"})),t&&Object(s.createElement)("span",{className:"woocommerce-profile-wizard__error"},t)),Object(s.createElement)(_.CardFooter,{isBorderless:!0,justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>{this.onContinue(this.props.goToNextStep)},isBusy:m||a,disabled:!i.length||m||a},Object(n.__)("Continue",'woocommerce')))),Object(s.createElement)("div",{className:"woocommerce-profile-wizard__card-help-footnote"},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__product-types-pricing-toggle woocommerce-profile-wizard__checkbox"},Object(s.createElement)("label",{htmlFor:"woocommerce-product-types__pricing-toggle"},Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Display monthly prices",'woocommerce')),Object(s.createElement)(_.FormToggle,{id:"woocommerce-product-types__pricing-toggle",checked:o,onChange:()=>this.setState({isMonthlyPricing:!o})}))),Object(s.createElement)(x.Text,{variant:"caption",size:"12",lineHeight:"16px"},Object(n.__)("Billing is annual. All purchases are covered by our 30 day money back guarantee and include access to support and updates. Extensions will be added to a cart for you to purchase later.",'woocommerce')),window.wcAdminFeatures&&window.wcAdminFeatures.subscriptions&&"US"===c&&!r&&e.subscriptions&&!e.subscriptions.yearly_price&&i.includes("subscriptions")&&Object(s.createElement)(x.Text,{variant:"body",size:"12",lineHeight:"16px",as:"p"},Object(n.__)("The following extensions will be added to your site for free: WooCommerce Payments. An account is required to use this feature.",'woocommerce'))))}}var ne=Object(i.compose)(Object(a.withSelect)(e=>{const{getProfileItems:t,getProductTypes:o,getOnboardingError:s,hasFinishedResolution:n,isOnboardingRequesting:r}=e(m.ONBOARDING_STORE_NAME),{getSettings:i}=e(m.SETTINGS_STORE_NAME),{getInstalledPlugins:c,isPluginsRequesting:a}=e(m.PLUGINS_STORE_NAME),{general:l={}}=i("general");return{isError:Boolean(s("updateProfileItems")),profileItems:t(),isProfileItemsRequesting:r("updateProfileItems"),installedPlugins:c(),isInstallingActivating:a("installPlugins")||a("activatePlugins"),countryCode:Object(v.b)(l.woocommerce_default_country),productTypes:o(),isProductTypesRequesting:!n("getProductTypes")}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{createNotice:o}=e("core/notices"),{installAndActivatePlugins:s}=e(m.PLUGINS_STORE_NAME),{invalidateResolution:n}=e(m.ONBOARDING_STORE_NAME);return{createNotice:o,installAndActivatePlugins:s,invalidateResolution:n,updateProfileItems:t}}))(se);var re=e=>{let{onClose:t,onSave:o}=e;const r=Object(n.__)("Save changes?",'woocommerce'),i=Object(n.__)("You're about to go to a different step. Do you want to save the changes you've made here so far?",'woocommerce'),c=Object(n.__)("Discard",'woocommerce'),a=Object(n.__)("Save",'woocommerce');return Object(s.createElement)(s.Fragment,null,Object(s.createElement)(_.Modal,{title:r,className:"woocommerce-obw-unsaved-changes",onRequestClose:t},Object(s.createElement)("div",{className:"woocommerce-obw-unsaved-changes-modal__wrapper"},Object(s.createElement)("div",{className:"woocommerce-usage-modal__message"},i),Object(s.createElement)("div",{className:"woocommerce-usage-modal__actions"},Object(s.createElement)(_.Button,{onClick:()=>t()},c),Object(s.createElement)(_.Button,{isPrimary:!0,onClick:o},a)))))};class ie extends s.Component{constructor(e){super(e),this.state={showUnsavedChangesModal:!1},this.lastClickedStepKey=null}shouldWarnForUnsavedChanges(e){if(void 0!==this.props.stepValueChanges[e]){const t=this.props.stepValueChanges[e].initialValues,o=this.props.stepValueChanges[e].currentValues;return Array.isArray(t)&&Array.isArray(o)&&(t.sort(),o.sort()),!Object(c.isEqual)(t,o)}return!1}findCurrentStep(){return this.props.steps.find(e=>e.key===this.props.currentStep)}moveToLastClickedStep(){this.lastClickedStepKey&&(Object(l.updateQueryString)({step:this.lastClickedStepKey}),this.lastClickedStepKey=null)}saveCurrentStepChanges(){const e=this.findCurrentStep();if(!e)return null;const t=this.props.stepValueChanges[e.key];"function"==typeof t.onSave&&t.onSave()}renderStepper(){const{currentStep:e,steps:t}=this.props,o=Object(c.filter)(t,e=>!!e.label),n=o.findIndex(t=>t.key===e);return o.map((t,s)=>{const r=o[s-1];return s<n&&(t.isComplete=!0),r&&!r.isComplete||(t.onClick=t=>{this.shouldWarnForUnsavedChanges(e)?(this.setState({showUnsavedChangesModal:!0}),this.lastClickedStepKey=t):Object(l.updateQueryString)({step:t})}),t}),Object(s.createElement)(b.Stepper,{steps:o,currentStep:e})}render(){const e=this.findCurrentStep();return e&&e.label?Object(s.createElement)("div",{className:"woocommerce-profile-wizard__header"},this.state.showUnsavedChangesModal&&Object(s.createElement)(re,{onClose:()=>{this.setState({showUnsavedChangesModal:!1}),this.moveToLastClickedStep()},onSave:()=>{this.saveCurrentStepChanges(),this.setState({showUnsavedChangesModal:!1}),this.moveToLastClickedStep()}}),this.renderStepper()):null}}var ce=o(16),ae=o(554),le=o(541);o(615);const me=_.FlexItem||(e=>{let{children:t,align:o}=e;const n={display:"flex","justify-content":o?"center":"flex-start"};return Object(s.createElement)("div",{style:n},t)}),de=()=>Object(s.createElement)("div",{className:"woocommerce-admin__store-details__spinner"},Object(s.createElement)(_.Spinner,null));class ue extends s.Component{constructor(e){super(e),this.state={showUsageModal:!1,skipping:!1,isStoreDetailsPopoverVisible:!1,isSkipSetupPopoverVisible:!1},this.onContinue=this.onContinue.bind(this),this.onSubmit=this.onSubmit.bind(this),this.validateStoreDetails=this.validateStoreDetails.bind(this),this.onFormValueChange=this.onFormValueChange.bind(this),this.changedFormValues={}}componentDidUpdate(){!1===this.props.isLoading&&0===Object.keys(this.changedFormValues).length&&(this.changedFormValues={...this.props.initialValues},this.props.trackStepValueChanges(this.props.step.key,this.props.initialValues,this.changedFormValues,()=>{this.onContinue(this.changedFormValues)}))}deriveCurrencySettings(e){if(!e)return null;const t=this.context,o=Object(v.b)(e),{currencySymbols:s={},localeInfo:n={}}=Object(K.d)("onboarding",{});return t.getDataForCountry(o,n,s)}onSubmit(){this.setState({showUsageModal:!0,skipping:!1})}onFormValueChange(e){this.changedFormValues[e.name]=e.value}async onContinue(e){const{createNotice:t,updateProfileItems:o,updateAndPersistSettingsForGroup:s,profileItems:r,settings:i,errorsRef:c}=this.props,a=this.deriveCurrencySettings(e.countryState);this.context.setCurrency(a),Object(d.recordEvent)("storeprofiler_store_details_continue",{store_country:Object(v.b)(e.countryState),derived_currency:a.code,email_signup:e.isAgreeMarketing}),await s("general",{general:{...i,woocommerce_store_address:e.addressLine1,woocommerce_store_address_2:e.addressLine2,woocommerce_default_country:e.countryState,woocommerce_store_city:e.city,woocommerce_store_postcode:e.postCode,woocommerce_currency:a.code,woocommerce_currency_pos:a.symbolPosition,woocommerce_price_thousand_sep:a.thousandSeparator,woocommerce_price_decimal_sep:a.decimalSeparator,woocommerce_price_num_decimals:a.precision}});const l={is_agree_marketing:e.isAgreeMarketing,store_email:e.storeEmail};if("US"!==Object(v.c)(e.countryState)&&r.industry&&r.industry.length){const e="cbd-other-hemp-derived-products",t=r.industry.filter(t=>e!==t&&e!==t.slug);l.industry=t}let m=[];try{await o(l)}catch(e){var u;null!=e&&null!==(u=e.data)&&void 0!==u&&u.params&&(m=Object.values(e.data.params))}if(!Boolean(c.current.settings)&&!m.length)return!0;t("error",Object(n.__)("There was a problem saving your store details",'woocommerce')),m.forEach(e=>t("error",e))}validateStoreDetails(e){const{getLocale:t}=this.props,o=t(e.countryState),s=Object(ae.b)(o)(e);return e.storeEmail&&!Object(ce.isEmail)(e.storeEmail)&&(s.storeEmail=Object(n.__)("Invalid email address",'woocommerce')),s}render(){const{showUsageModal:e,skipping:t,isStoreDetailsPopoverVisible:o,isSkipSetupPopoverVisible:r}=this.state,{skipProfiler:i,isLoading:c,isBusy:a,initialValues:l,invalidateResolutionForStoreSelector:m}=this.props,d=Object(n.__)("Manual setup is only recommended for\n experienced WooCommerce users or developers.",'woocommerce'),u=Object(n.__)("Your store address will help us configure currency\n options and shipping rules automatically.\n This information will not be publicly visible and can\n easily be changed later.",'woocommerce');return c?Object(s.createElement)("div",{className:"woocommerce-profile-wizard__store-details"},Object(s.createElement)(de,null)):Object(s.createElement)("div",{className:"woocommerce-profile-wizard__store-details"},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Welcome to WooCommerce",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Tell us about your store and we'll get you set up in no time",'woocommerce'),Object(s.createElement)(_.Button,{isTertiary:!0,label:Object(n.__)("Learn more about store details",'woocommerce'),onClick:()=>this.setState({isStoreDetailsPopoverVisible:!0})},Object(s.createElement)(I.a,{icon:te.a}))),o&&Object(s.createElement)(_.Popover,{focusOnMount:"container",position:"top center",onClose:()=>this.setState({isStoreDetailsPopoverVisible:!1})},u)),Object(s.createElement)(b.Form,{initialValues:l,onSubmit:this.onSubmit,validate:this.validateStoreDetails,onChange:this.onFormValueChange},o=>{let{getInputProps:r,handleSubmit:c,values:l,isValidForm:m,setValue:d}=o;return Object(s.createElement)(_.Card,null,e&&Object(s.createElement)(le.a,{onContinue:()=>{t?i():this.onContinue(l).then(()=>this.props.goToNextStep())},onClose:()=>this.setState({showUsageModal:!1,skipping:!1})}),Object(s.createElement)(_.CardBody,null,Object(s.createElement)(ae.a,{getInputProps:r,setValue:d}),Object(s.createElement)(b.TextControl,h()({label:l.isAgreeMarketing?Object(n.__)("Email address",'woocommerce'):Object(n.__)("Email address (Optional)",'woocommerce'),required:l.isAgreeMarketing,autoComplete:"email"},r("storeEmail"))),l.isAgreeMarketing&&(!l.storeEmail||!l.storeEmail.trim().length)&&Object(s.createElement)("div",{className:"woocommerce-profile-wizard__store-details-error"},Object(n.__)("Please enter your email address to subscribe",'woocommerce')),Object(s.createElement)(me,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__newsletter-signup"},Object(s.createElement)(_.CheckboxControl,h()({label:Object(s.createElement)(s.Fragment,null,Object(n.__)("Get tips, product updates and inspiration straight to your mailbox.",'woocommerce')," ",Object(s.createElement)("span",{className:"woocommerce-profile-wizard__powered-by-mailchimp"},Object(n.__)("Powered by Mailchimp",'woocommerce')))},r("isAgreeMarketing")))))),Object(s.createElement)(_.CardFooter,{justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:c,isBusy:a,disabled:!m||a},Object(n.__)("Continue",'woocommerce'))))}),Object(s.createElement)("div",{className:"woocommerce-profile-wizard__footer"},Object(s.createElement)(_.Button,{isLink:!0,className:"woocommerce-profile-wizard__footer-link",onClick:()=>(m("getTaskLists"),this.setState({showUsageModal:!0,skipping:!0}),!1)},Object(n.__)("Skip setup store details",'woocommerce')),Object(s.createElement)(_.Button,{isTertiary:!0,label:d,onClick:()=>this.setState({isSkipSetupPopoverVisible:!0})},Object(s.createElement)(I.a,{icon:te.a})),r&&Object(s.createElement)(_.Popover,{focusOnMount:"container",position:"top center",onClose:()=>this.setState({isSkipSetupPopoverVisible:!1})},d)))}}ue.contextType=j.a;var pe=Object(i.compose)(Object(a.withSelect)(e=>{const{getSettings:t,getSettingsError:o,isUpdateSettingsRequesting:n}=e(m.SETTINGS_STORE_NAME),{getProfileItems:r,isOnboardingRequesting:i,getEmailPrefill:c,hasFinishedResolution:a}=e(m.ONBOARDING_STORE_NAME),{getLocale:l,getLocales:d,getCountries:u,hasFinishedResolution:p}=e(m.COUNTRIES_STORE_NAME),{isResolving:h}=e(m.OPTIONS_STORE_NAME),b=r(),_=c(),{general:O={}}=t("general"),g=i("updateProfileItems")||n("general")||h("getOption",["woocommerce_allow_tracking"]),j=!(a("getProfileItems")&&a("getEmailPrefill")&&p("getLocales")&&p("getCountries")),w=Object(s.useRef)({settings:null});w.current={settings:o("general")};const f=O.woocommerce_store_address&&O.woocommerce_default_country||"";u(),d();return{getLocale:l,initialValues:{addressLine1:O.woocommerce_store_address||"",addressLine2:O.woocommerce_store_address_2||"",city:O.woocommerce_store_city||"",countryState:f,postCode:O.woocommerce_store_postcode||"",isAgreeMarketing:"boolean"!=typeof b.is_agree_marketing||b.is_agree_marketing,storeEmail:"string"==typeof b.store_email?b.store_email:_},isLoading:j,profileItems:b,isBusy:g,settings:O,errorsRef:w}}),Object(a.withDispatch)(e=>{const{createNotice:t}=e("core/notices"),{invalidateResolutionForStoreSelector:o,updateProfileItems:s}=e(m.ONBOARDING_STORE_NAME),{updateAndPersistSettingsForGroup:n}=e(m.SETTINGS_STORE_NAME);return{createNotice:t,invalidateResolutionForStoreSelector:o,updateProfileItems:s,updateAndPersistSettingsForGroup:n}}))(ue),he=o(19),be=o.n(he),_e=o(34),Oe=o(616),ge=o.n(Oe),je=(o(617),o(618)),we=o.n(je),fe=o(1),Ce=o.n(fe);const ye=e=>{let{children:t,className:o}=e;return Object(u.isWpVersion)("5.8",">=")?Object(s.createElement)("div",{className:o},t):Object(s.createElement)(_.DropZoneProvider,null,Object(s.createElement)("div",{className:o},t))};class ve extends s.Component{constructor(){super(),this.state={isUploading:!1},this.handleFilesUpload=this.handleFilesUpload.bind(this),this.handleFilesDrop=this.handleFilesDrop.bind(this)}handleFilesDrop(e){const t=e[0];this.uploadTheme(t)}handleFilesUpload(e){const t=e.target.files[0];this.uploadTheme(t)}uploadTheme(e){const{createNotice:t,onUploadComplete:o}=this.props;this.setState({isUploading:!0});const s=new window.FormData;return s.append("pluginzip",e),be()({path:"/wc-admin/themes",method:"POST",body:s}).then(e=>{o(e),this.setState({isUploading:!1}),t(e.status,e.message)}).catch(e=>{this.setState({isUploading:!1}),e&&e.message&&t("error",e.message)})}render(){const{className:e}=this.props,{isUploading:t}=this.state,o=g()("woocommerce-theme-uploader",e,{"is-uploading":t});return Object(s.createElement)(_.Card,{className:o},Object(s.createElement)(ye,{className:"woocommerce-theme-uploader__dropzone-wrapper"},t?Object(s.createElement)(s.Fragment,null,Object(s.createElement)(b.Spinner,null),Object(s.createElement)(b.H,{className:"woocommerce-theme-uploader__title"},Object(n.__)("Uploading theme",'woocommerce')),Object(s.createElement)("p",null,Object(n.__)("Your theme is being uploaded",'woocommerce'))):Object(s.createElement)(s.Fragment,null,Object(s.createElement)(_.FormFileUpload,{accept:".zip",onChange:this.handleFilesUpload},Object(s.createElement)(we.a,null),Object(s.createElement)(b.H,{className:"woocommerce-theme-uploader__title"},Object(n.__)("Upload a theme",'woocommerce')),Object(s.createElement)("p",null,Object(n.__)("Drop a theme zip file here to upload",'woocommerce'))),Object(s.createElement)(_.DropZone,{label:Object(n.__)("Drop your theme zip file here",'woocommerce'),onFilesDrop:this.handleFilesDrop}))))}}ve.propTypes={className:Ce.a.string,onUploadComplete:Ce.a.func},ve.defaultProps={onUploadComplete:c.noop};var Ee=Object(i.compose)(Object(a.withDispatch)(e=>{const{createNotice:t}=e("core/notices");return{createNotice:t}}))(ve),Se=o(522),ke=o(619),Ne=o.n(ke),Te=o(620),Pe=o.n(Te),xe=o(621),Ie=o.n(xe);const Me=[{key:"mobile",icon:Ne.a},{key:"tablet",icon:Pe.a},{key:"desktop",icon:Ie.a}];class Ae extends s.Component{constructor(){super(...arguments),this.state={device:"desktop"},this.handleDeviceClick=this.handleDeviceClick.bind(this)}handleDeviceClick(e){const{theme:t}=this.props;Object(d.recordEvent)("storeprofiler_store_theme_demo_device",{device:e,theme:t.slug}),this.setState({device:e})}render(){const{isBusy:e,onChoose:t,onClose:o,theme:r}=this.props,{demo_url:i,slug:c,title:a}=r,{device:l}=this.state;return Object(s.createElement)("div",{className:"woocommerce-theme-preview"},Object(s.createElement)("div",{className:"woocommerce-theme-preview__toolbar"},Object(s.createElement)(_.Button,{className:"woocommerce-theme-preview__close",onClick:o},Object(s.createElement)(I.a,{icon:Se.a})),Object(s.createElement)("div",{className:"woocommerce-theme-preview__theme-name"},Object(R.a)({mixedString:Object(n.sprintf)(Object(n.__)("{{strong}}%s{{/strong}} developed by WooCommerce",'woocommerce'),a),components:{strong:Object(s.createElement)("strong",null)}})),Object(s.createElement)("div",{className:"woocommerce-theme-preview__devices"},Me.map(e=>{const t=e.icon;return Object(s.createElement)(_.Button,{key:e.key,className:g()("woocommerce-theme-preview__device",{"is-selected":e.key===l}),onClick:()=>this.handleDeviceClick(e.key)},Object(s.createElement)(t,null))})),Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>t(c,"preview"),isBusy:e},Object(n.__)("Choose",'woocommerce'))),Object(s.createElement)(b.WebPreview,{src:i,title:a,className:"is-"+l}))}}var Re=Ae;class Ve extends s.Component{constructor(){super(...arguments),this.state={activeTab:"all",chosen:null,demo:null,uploadedThemes:[]},this.handleUploadComplete=this.handleUploadComplete.bind(this),this.onChoose=this.onChoose.bind(this),this.onClosePreview=this.onClosePreview.bind(this),this.onSelectTab=this.onSelectTab.bind(this),this.openDemo=this.openDemo.bind(this),this.skipStep=this.skipStep.bind(this)}componentDidUpdate(e){const{isError:t,isUpdatingProfileItems:o,createNotice:s}=this.props,{chosen:r}=this.state,i=!o&&e.isUpdatingProfileItems&&!t&&r,c=!o&&e.isRequesting&&t;i&&(this.setState({chosen:null}),this.props.goToNextStep()),c&&(this.setState({chosen:null}),s("error",Object(n.__)("There was a problem selecting your store theme",'woocommerce')))}onChoose(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const{updateProfileItems:o}=this.props,{is_installed:s,price:n,slug:r}=e,{activeTheme:i=""}=Object(K.d)("onboarding",{});this.setState({chosen:r}),Object(d.recordEvent)("storeprofiler_store_theme_choose",{theme:r,location:t}),r!==i&&s?this.activateTheme(r):r!==i&&Object(v.d)(n)<=0?this.installTheme(r):o({theme:r})}installTheme(e){const{createNotice:t}=this.props;be()({path:"/wc-admin/onboarding/themes/install?theme="+e,method:"POST"}).then(()=>{this.activateTheme(e)}).catch(e=>{this.setState({chosen:null}),t("error",e.message)})}activateTheme(e){const{createNotice:t,updateProfileItems:o}=this.props;be()({path:"/wc-admin/onboarding/themes/activate?theme="+e,method:"POST"}).then(s=>{t("success",Object(n.sprintf)(Object(n.__)("%s was installed and activated on your site",'woocommerce'),s.name)),Object(K.e)("onboarding",{...Object(K.d)("onboarding",{}),activeTheme:s.slug}),o({theme:e})}).catch(e=>{this.setState({chosen:null}),t("error",e.message)})}onClosePreview(){const{demo:e}=this.state;Object(d.recordEvent)("storeprofiler_store_theme_demo_close",{theme:e.slug}),document.body.classList.remove("woocommerce-theme-preview-active"),this.setState({demo:null})}openDemo(e){Object(d.recordEvent)("storeprofiler_store_theme_live_demo",{theme:e.slug}),document.body.classList.add("woocommerce-theme-preview-active"),this.setState({demo:e})}skipStep(){const{activeTheme:e=""}=Object(K.d)("onboarding",{});Object(d.recordEvent)("storeprofiler_store_theme_skip_step",{activeTheme:e}),this.props.goToNextStep()}renderTheme(e){const{demo_url:t,has_woocommerce_support:o,image:r,slug:i,title:c}=e,{chosen:a}=this.state,{activeTheme:l=""}=Object(K.d)("onboarding",{});return Object(s.createElement)(_.Card,{className:"woocommerce-profile-wizard__theme",key:i},Object(s.createElement)(_.CardBody,{size:null},r&&Object(s.createElement)("div",{className:"woocommerce-profile-wizard__theme-image",style:{backgroundImage:`url(${r})`},role:"img","aria-label":c})),Object(s.createElement)(_.CardBody,{className:"woocommerce-profile-wizard__theme-details"},Object(s.createElement)(b.H,{className:"woocommerce-profile-wizard__theme-name"},c,!o&&Object(s.createElement)(_.Tooltip,{text:Object(n.__)("This theme does not support WooCommerce.",'woocommerce')},Object(s.createElement)("span",null,Object(s.createElement)(ge.a,{role:"img","aria-hidden":"true",focusable:"false"})))),Object(s.createElement)("p",{className:"woocommerce-profile-wizard__theme-status"},this.getThemeStatus(e))),Object(s.createElement)(_.CardFooter,null,i===l?Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>this.onChoose(e,"card"),isBusy:a===i,disabled:a===i},Object(n.__)("Continue with my active theme",'woocommerce')):Object(s.createElement)(_.Button,{isSecondary:!0,onClick:()=>this.onChoose(e,"card"),isBusy:a===i,disabled:a===i},Object(n.__)("Choose",'woocommerce')),t&&Object(s.createElement)(_.Button,{isTertiary:!0,onClick:()=>this.openDemo(e)},Object(n.__)("Live demo",'woocommerce'))))}getThemeStatus(e){const{is_installed:t,price:o,slug:s}=e,{activeTheme:r=""}=Object(K.d)("onboarding",{});return r===s?Object(n.__)("Currently active theme",'woocommerce'):t?Object(n.__)("Installed",'woocommerce'):Object(v.d)(o)<=0?Object(n.__)("Free",'woocommerce'):Object(n.sprintf)(Object(n.__)("%s per year",'woocommerce'),Object(_e.decodeEntities)(o))}doesActiveThemeSupportWooCommerce(){const{activeTheme:e=""}=Object(K.d)("onboarding",{}),t=this.getThemes().find(t=>t.slug===e);return t&&t.has_woocommerce_support}onSelectTab(e){Object(d.recordEvent)("storeprofiler_store_theme_navigate",{navigation:e}),this.setState({activeTab:e})}getPriceValue(e){return Number(Object(_e.decodeEntities)(e).replace(/[^0-9.-]+/g,""))}getThemes(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"all";const{uploadedThemes:t}=this.state,{activeTheme:o="",themes:s=[]}=Object(K.d)("onboarding",{}),n=[...s.filter(e=>e&&(e.has_woocommerce_support||e.slug===o)),...t];switch(e){case"paid":return n.filter(e=>Object(v.d)(e.price)>0);case"free":return n.filter(e=>Object(v.d)(e.price)<=0);case"all":default:return n}}handleUploadComplete(e){"success"===e.status&&e.theme_data&&(this.setState({uploadedThemes:[...this.state.uploadedThemes,e.theme_data]}),Object(d.recordEvent)("storeprofiler_store_theme_upload",{theme:e.theme_data.slug}))}render(){const{activeTab:e,chosen:t,demo:o}=this.state,r=this.getThemes(e),i=this.doesActiveThemeSupportWooCommerce();return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Choose a theme",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Choose how your store appears to customers. And don't worry, you can always switch themes and edit them later.",'woocommerce'))),Object(s.createElement)(_.TabPanel,{className:"woocommerce-profile-wizard__themes-tab-panel",activeClass:"is-active",onSelect:this.onSelectTab,tabs:[{name:"all",title:Object(n.__)("All themes",'woocommerce')},{name:"paid",title:Object(n.__)("Paid themes",'woocommerce')},{name:"free",title:Object(n.__)("Free themes",'woocommerce')}]},()=>Object(s.createElement)("div",{className:"woocommerce-profile-wizard__themes"},r&&r.map(e=>this.renderTheme(e)),Object(s.createElement)(Ee,{onUploadComplete:this.handleUploadComplete}))),o&&Object(s.createElement)(Re,{theme:o,onChoose:()=>this.onChoose(o,"card"),onClose:this.onClosePreview,isBusy:t===o.slug}),i&&Object(s.createElement)("p",{className:"woocommerce-profile-wizard__themes-skip-this-step"},Object(s.createElement)(_.Button,{isLink:!0,className:"woocommerce-profile-wizard__skip",onClick:()=>this.skipStep()},Object(n.__)("Skip this step",'woocommerce'))))}}var Fe=Object(i.compose)(Object(a.withSelect)(e=>{const{getProfileItems:t,getOnboardingError:o,isOnboardingRequesting:s}=e(m.ONBOARDING_STORE_NAME);return{isError:Boolean(o("updateProfileItems")),isUpdatingProfileItems:s("updateProfileItems"),profileItems:t()}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{createNotice:o}=e("core/notices");return{createNotice:o,updateProfileItems:t}}))(Ve);o(622);class Be extends s.Component{constructor(e){super(e),this.cachedActivePlugins=e.activePlugins,this.goToNextStep=this.goToNextStep.bind(this),this.trackStepValueChanges=this.trackStepValueChanges.bind(this),this.updateCurrentStepValues=this.updateCurrentStepValues.bind(this),this.stepValueChanges={}}componentDidUpdate(e){const{step:t}=e.query,{step:o}=this.props.query,{isError:s,isGetProfileItemsRequesting:r,createNotice:i}=this.props;!r&&e.isRequesting&&s&&i("error",Object(n.__)("There was a problem finishing the setup wizard",'woocommerce')),t!==o&&(window.document.documentElement.scrollTop=0,Object(d.recordEvent)("storeprofiler_step_view",{step:this.getCurrentStep().key,wc_version:Object(u.getSetting)("wcVersion")}))}componentDidMount(){document.body.classList.remove("woocommerce-admin-is-loading"),document.body.classList.add("woocommerce-profile-wizard__body"),document.body.classList.add("woocommerce-admin-full-screen"),document.body.classList.add("is-wp-toolbar-disabled"),Object(d.recordEvent)("storeprofiler_step_view",{step:this.getCurrentStep().key,wc_version:Object(u.getSetting)("wcVersion")})}componentWillUnmount(){document.body.classList.remove("woocommerce-profile-wizard__body"),document.body.classList.remove("woocommerce-admin-full-screen"),document.body.classList.remove("is-wp-toolbar-disabled")}trackStepValueChanges(e,t,o,s){this.stepValueChanges[e]={initialValues:t,currentValues:o,onSave:s}}updateCurrentStepValues(e,t){this.stepValueChanges[e]&&(this.stepValueChanges[e].currentValues=t)}getSteps(){const{profileItems:e}=this.props,t=[];return t.push({key:"store-details",container:pe,label:Object(n.__)("Store Details",'woocommerce'),isComplete:e.hasOwnProperty("setup_client")&&null!==e.setup_client}),t.push({key:"industry",container:ee,label:Object(n.__)("Industry",'woocommerce'),isComplete:e.hasOwnProperty("industry")&&null!==e.industry}),t.push({key:"product-types",container:ne,label:Object(n.__)("Product Types",'woocommerce'),isComplete:e.hasOwnProperty("product_types")&&null!==e.product_types}),t.push({key:"business-details",container:Y,label:Object(n.__)("Business Details",'woocommerce'),isComplete:e.hasOwnProperty("product_count")&&null!==e.product_count}),t.push({key:"theme",container:Fe,label:Object(n.__)("Theme",'woocommerce'),isComplete:e.hasOwnProperty("theme")&&null!==e.theme}),Object(r.applyFilters)("woocommerce_admin_profile_wizard_steps",t)}getCurrentStep(){const{step:e}=this.props.query,t=this.getSteps().find(t=>t.key===e);return t||this.getSteps()[0]}async goToNextStep(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{activePlugins:t}=this.props,o=this.getCurrentStep(),s=this.getSteps().findIndex(e=>e.key===o.key);Object(d.recordEvent)("storeprofiler_step_complete",{step:o.key,wc_version:Object(u.getSetting)("wcVersion"),...e}),this.cachedActivePlugins=t;const n=this.getSteps()[s+1];if(void 0!==n)return Object(l.updateQueryString)({step:n.key});this.completeProfiler()}completeProfiler(){const{activePlugins:e,isJetpackConnected:t,notes:o,updateNote:s,updateProfileItems:n,connectToJetpack:r}=this.props;Object(d.recordEvent)("storeprofiler_complete");const i=e.includes("jetpack")&&!t,c=o.find(e=>"wc-admin-onboarding-profiler-reminder"===e.name);c&&s(c.id,{status:"actioned"}),n({completed:!0}).then(()=>{const e=new URL(Object(l.getNewPath)({},"/",{}),window.location.href).href;i?(document.body.classList.add("woocommerce-admin-is-loading"),r(()=>e)):window.location.href=e})}skipProfiler(){const{createNotice:e,updateProfileItems:t}=this.props;t({skipped:!0}).then(()=>{Object(d.recordEvent)("storeprofiler_store_details_skip"),Object(l.getHistory)().push(Object(l.getNewPath)({},"/",{}))}).catch(()=>{e("error",Object(n.__)("There was a problem skipping the setup wizard",'woocommerce'))})}render(){const{query:e}=this.props,t=this.getCurrentStep(),o=t.key,n=Object(s.createElement)(t.container,{query:e,step:t,goToNextStep:this.goToNextStep,skipProfiler:()=>{this.skipProfiler()},trackStepValueChanges:this.trackStepValueChanges,updateCurrentStepValues:this.updateCurrentStepValues}),r=this.getSteps().map(e=>Object(c.pick)(e,["key","label","isComplete"])),i="woocommerce-profile-wizard__container "+o;return Object(s.createElement)(s.Fragment,null,Object(s.createElement)(ie,{currentStep:o,steps:r,stepValueChanges:this.stepValueChanges}),Object(s.createElement)("div",{className:i},n))}}t.default=Object(i.compose)(Object(a.withSelect)(e=>{const{getNotes:t}=e(m.NOTES_STORE_NAME),{getProfileItems:o,getOnboardingError:s}=e(m.ONBOARDING_STORE_NAME),{getActivePlugins:n,getPluginsError:r,isJetpackConnected:i}=e(m.PLUGINS_STORE_NAME),c=o(),a=t({page:1,per_page:m.QUERY_DEFAULTS.pageSize,type:"update",status:"unactioned"}),l=n();return{getPluginsError:r,isError:Boolean(s("updateProfileItems")),isJetpackConnected:i(),notes:a,profileItems:c,activePlugins:l}}),Object(a.withDispatch)(e=>{const{connectToJetpackWithFailureRedirect:t,createErrorNotice:o}=e(m.PLUGINS_STORE_NAME),{updateNote:s}=e(m.NOTES_STORE_NAME),{updateOptions:n}=e(m.OPTIONS_STORE_NAME),{updateProfileItems:r}=e(m.ONBOARDING_STORE_NAME),{createNotice:i}=e("core/notices");return{connectToJetpack:e=>{t(e,o,u.getAdminLink)},createNotice:i,updateNote:s,updateOptions:n,updateProfileItems:r}}),Object(K.d)("plugins")?Object(m.withPluginsHydration)({...Object(K.d)("plugins"),jetpackStatus:Object(K.d)("dataEndpoints",{}).jetpackStatus}):c.identity)(Be)}}]);
|
1 |
+
(window.__wcAdmin_webpackJsonp=window.__wcAdmin_webpackJsonp||[]).push([[47],{289:function(e,t,o){"use strict";var s=o(0),n=o(9);const r=Object(s.createElement)(n.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(s.createElement)(n.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"}));t.a=r},290:function(e,t,o){"use strict";var s=o(0),n=o(9);const r=Object(s.createElement)(n.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(s.createElement)(n.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"}));t.a=r},499:function(e,t,o){"use strict";var s=o(0),n=o(9);const r=Object(s.createElement)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(s.createElement)(n.Path,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"}));t.a=r},527:function(e,t,o){"use strict";o.d(t,"b",(function(){return l})),o.d(t,"a",(function(){return m}));var s=o(0),n=o(28),r=o(91),i=o.n(r),c=o(23);const a=i()(c.a),l=e=>{const t=a.getCurrencyConfig(),o=Object(n.applyFilters)("woocommerce_admin_report_currency",t,e);return i()(o)},m=Object(s.createContext)(a)},531:function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));var s=o(8);function n(e){const{createNotice:t}=Object(s.dispatch)("core/notices");e.error_data&&e.errors&&Object.keys(e.errors).length?Object.keys(e.errors).forEach(o=>{t("error",e.errors[o].join(" "))}):e.message&&t(e.code?"error":"success",e.message)}},535:function(e,t,o){"use strict";var s=o(57);const n=["a","b","em","i","strong","p","br"],r=["target","href","rel","name","download"];t.a=e=>({__html:Object(s.sanitize)(e,{ALLOWED_TAGS:n,ALLOWED_ATTR:r})})},539:function(e,t,o){"use strict";function s(e){return(e||"").split(":",1)[0]}function n(e){const t=s(e);return/^woocommerce(-|_)payments$/.test(t)?"wcpay":(""+t.replace(/-/g,"_")).split(":",1)[0]}function r(e){return e?e.substr(1).split("&").reduce((e,t)=>{const o=t.split("="),s=o[0];let n=decodeURIComponent(o[1]);return n=isNaN(Number(n))?n:Number(n),e[s]=n,e},{}):{}}function i(){let e="";const{page:t,path:o,post_type:s}=r(window.location.search);if(t){const s="wc-admin"===t?"home_screen":t;e=o?o.replace(/\//g,"_").substring(1):s}else s&&(e=s);return e}o.d(t,"a",(function(){return s})),o.d(t,"b",(function(){return n})),o.d(t,"d",(function(){return r})),o.d(t,"c",(function(){return i}))},541:function(e,t,o){"use strict";var s=o(0),n=o(2),r=o(14),i=o(8),c=o(20),a=o(4),l=o(22),m=o(12),d=o(123);class u extends s.Component{constructor(e){super(e),this.state={isLoadingScripts:!1,isRequestStarted:!1}}async componentDidUpdate(e,t){const{hasErrors:o,isRequesting:s,onClose:r,onContinue:i,createNotice:c}=this.props,{isLoadingScripts:a,isRequestStarted:l}=this.state;if(!l)return;const m=!s&&!a&&(e.isRequesting||t.isLoadingScripts)&&!o,d=!s&&e.isRequesting&&o;m&&(r(),i()),d&&(c("error",Object(n.__)("There was a problem updating your preferences",'woocommerce')),r())}updateTracking(e){let{allowTracking:t}=e;const{updateOptions:o}=this.props;t&&"function"==typeof window.wcTracks.enable?(this.setState({isLoadingScripts:!0}),window.wcTracks.enable(()=>{this._isMounted&&(Object(d.initializeExPlat)(),this.setState({isLoadingScripts:!1}))})):t||(window.wcTracks.isEnabled=!1);const s=t?"yes":"no";this.setState({isRequestStarted:!0}),o({woocommerce_allow_tracking:s})}componentDidMount(){this._isMounted=!0}componentWillUnmount(){this._isMounted=!1}render(){const{allowTracking:e,isResolving:t,onClose:o,onContinue:r}=this.props;if(t)return null;if(e)return o(),r(),null;const{isRequesting:i,title:m=Object(n.__)("Build a better WooCommerce",'woocommerce'),message:d=Object(c.a)({mixedString:Object(n.__)("Get improved features and faster fixes by sharing non-sensitive data via {{link}}usage tracking{{/link}} that shows us how WooCommerce is used. No personal data is tracked or stored.",'woocommerce'),components:{link:Object(s.createElement)(l.Link,{href:"https://woocommerce.com/usage-tracking?utm_medium=product",target:"_blank",type:"external"})}}),dismissActionText:u=Object(n.__)("No thanks",'woocommerce'),acceptActionText:p=Object(n.__)("Yes, count me in!",'woocommerce')}=this.props,{isRequestStarted:h}=this.state,b=h&&i;return Object(s.createElement)(a.Modal,{title:m,isDismissible:this.props.isDismissible,onRequestClose:()=>this.props.onClose(),className:"woocommerce-usage-modal"},Object(s.createElement)("div",{className:"woocommerce-usage-modal__wrapper"},Object(s.createElement)("div",{className:"woocommerce-usage-modal__message"},d),Object(s.createElement)("div",{className:"woocommerce-usage-modal__actions"},Object(s.createElement)(a.Button,{isSecondary:!0,isBusy:b,onClick:()=>this.updateTracking({allowTracking:!1})},u),Object(s.createElement)(a.Button,{isPrimary:!0,isBusy:b,onClick:()=>this.updateTracking({allowTracking:!0})},p))))}}t.a=Object(r.compose)(Object(i.withSelect)(e=>{const{getOption:t,getOptionsUpdatingError:o,isOptionsUpdating:s,hasFinishedResolution:n}=e(m.OPTIONS_STORE_NAME);return{allowTracking:"yes"===t("woocommerce_allow_tracking"),isRequesting:Boolean(s()),isResolving:!n("getOption",["woocommerce_allow_tracking"])||void 0===t("woocommerce_allow_tracking"),hasErrors:Boolean(o())}}),Object(i.withDispatch)(e=>{const{createNotice:t}=e("core/notices"),{updateOptions:o}=e(m.OPTIONS_STORE_NAME);return{createNotice:t,updateOptions:o}}))(u)},554:function(e,t,o){"use strict";o.d(t,"b",(function(){return b})),o.d(t,"a",(function(){return g}));var s=o(40),n=o.n(s),r=o(0),i=o(2),c=o(12),a=o(34),l=o(5),m=o(22),d=o(4),u=o(8);const p=["addressLine1","addressLine2","city","countryState","postCode"];function h(e){var t;let o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var s;return null!==(t=o[e])&&void 0!==t&&t.hasOwnProperty("required")?null===(s=o[e])||void 0===s?void 0:s.required:"address_2"!==e}function b(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t=>{const o={};return h("address_1",e)&&!t.addressLine1.trim().length&&(o.addressLine1=Object(i.__)("Please add an address",'woocommerce')),t.countryState.trim().length||(o.countryState=Object(i.__)("Please select a country / region",'woocommerce')),h("city",e)&&!t.city.trim().length&&(o.city=Object(i.__)("Please add a city",'woocommerce')),h("postcode",e)&&!t.postCode.trim().length&&(o.postCode=Object(i.__)("Please add a post code",'woocommerce')),o}}const _=e=>e.replace(/\s/g,"").toLowerCase(),O=(e,t)=>o=>{const s=e?o.key.split(":"):o.label.split("—");if(s.length<=1)return!1;const n=s[1];if(n.includes("/")){const e=n.split("/");return _(e[0])===t||_(e[1])===t}if(n.includes("(")&&n.includes(")")){const e=n.replace(")","").split("(");return _(e[0])===t||_(e[1])===t}return _(n)===t};function g(e){var t,o,s,b,g,j,w,f;let{getInputProps:C,setValue:y}=e;const v=C("countryState").value,{locale:E,hasFinishedResolution:S,countries:k,loadingCountries:N}=Object(u.useSelect)(e=>{const{getLocale:t,getCountries:o,hasFinishedResolution:s}=e(c.COUNTRIES_STORE_NAME);return{locale:t(v),countries:o(),loadingCountries:!s("getCountries"),hasFinishedResolution:s("getLocales")}}),T=Object(r.useMemo)(()=>function(e){return e.reduce((e,t)=>{if(!t.states.length)return e.push({key:t.code,label:Object(a.decodeEntities)(t.name)}),e;const o=t.states.map(e=>({key:t.code+":"+e.code,label:Object(a.decodeEntities)(t.name)+" — "+Object(a.decodeEntities)(e.name)}));return e.push(...o),e},[])}(k),[k]),P=function(e,t,o){const[s,n]=Object(r.useState)(""),[i,c]=Object(r.useState)(""),a=Object(r.useRef)();return Object(r.useEffect)(()=>{if(!a.current){const o=e.find(e=>e.key===t),r=o?o.label.split(/\u2013|\u2014|\-/):[],a=(r[0]||"").trim(),l=(r[1]||"").trim();a===s&&l===i||(n(a),c(l))}a.current=!1},[t,e]),Object(r.useEffect)(()=>{if(void 0===a.current)return;if(!s&&!i&&t)return a.current=!0,void o("countryState","");const n=new RegExp(Object(l.escapeRegExp)(s),"i"),r=s.length<3,c=i.length<3&&!!i.match(/^[\w]+$/);let m=[];s.length&&i.length?(m=e.filter(e=>n.test(r?e.key:e.label)),m.length||(m=[...e]),m.length>1&&(m=m.filter(O(c,_(i))))):s.length?m=e.filter(e=>n.test(r?e.key:e.label)):i.length&&(m=e.filter(O(c,_(i)))),1===m.length&&t!==m[0].key&&(a.current=!0,o("countryState",m[0].key))},[s,i,e,o]),Object(r.createElement)(r.Fragment,null,Object(r.createElement)("input",{onChange:e=>n(e.target.value),value:s,name:"country",type:"text",className:"woocommerce-select-control__autofill-input",tabIndex:-1,autoComplete:"country"}),Object(r.createElement)("input",{onChange:e=>c(e.target.value),value:i,name:"state",type:"text",className:"woocommerce-select-control__autofill-input",tabIndex:-1,autoComplete:"address-level1"}))}(T,v,y);return Object(r.useEffect)(()=>{E&&p.forEach(e=>{var t,o;const s=e.replace(/(address)Line([0-9])/,"$1$2").toLowerCase(),n=C(e);null!==(t=E[s])&&void 0!==t&&t.hidden&&(null===(o=n.value)||void 0===o?void 0:o.length)>0&&y(e,"")})},[v,E]),!S||N?Object(r.createElement)(d.Spinner,null):Object(r.createElement)("div",{className:"woocommerce-store-address-fields"},!(null!=E&&null!==(t=E.address_1)&&void 0!==t&&t.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(o=E.address_1)||void 0===o?void 0:o.label)||Object(i.__)("Address line 1",'woocommerce'),required:h("address_1",E),autoComplete:"address-line1"},C("addressLine1"))),!(null!=E&&null!==(s=E.address_2)&&void 0!==s&&s.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(b=E.address_2)||void 0===b?void 0:b.label)||Object(i.__)("Address line 2 (optional)",'woocommerce'),required:h("address_2",E),autoComplete:"address-line2"},C("addressLine2"))),Object(r.createElement)(m.SelectControl,n()({label:Object(i.__)("Country / Region",'woocommerce'),required:!0,autoComplete:"new-password",options:T,excludeSelectedOptions:!1,showAllOnFocus:!0,isSearchable:!0},C("countryState"),{controlClassName:C("countryState").className}),P),!(null!=E&&null!==(g=E.city)&&void 0!==g&&g.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(j=E.city)||void 0===j?void 0:j.label)||Object(i.__)("City",'woocommerce'),required:h("city",E)},C("city"),{autoComplete:"address-level2"})),!(null!=E&&null!==(w=E.postcode)&&void 0!==w&&w.hidden)&&Object(r.createElement)(m.TextControl,n()({label:(null==E||null===(f=E.postcode)||void 0===f?void 0:f.label)||Object(i.__)("Post code",'woocommerce'),required:h("postcode",E),autoComplete:"postal-code"},C("postCode"))))}},611:function(e,t,o){},612:function(e,t,o){},613:function(e,t,o){},614:function(e,t,o){},615:function(e,t,o){},616:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-info",c,!!function(e){return 0==e%18}(o)&&"needs-offset",!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},617:function(e,t,o){},618:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-cloud-upload",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M18 9c-.009 0-.017.002-.025.003A6.496 6.496 0 005 9.5a6.5 6.5 0 00.186 1.519C5.123 11.016 5.064 11 5 11a4 4 0 00-4 4c0 1.202.541 2.267 1.38 3h18.593C22.196 17.089 23 15.643 23 14a5 5 0 00-5-5zm-5 4v3h-2v-3H8l4-5 4 5h-3z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},619:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-phone",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M16 2H8a2 2 0 00-2 2v16a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},620:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-tablet",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M18 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2zm-5 19h-2v-1h2v1zm5-2H6V5h12v14z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},621:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.size,o=void 0===t?24:t,s=e.onClick,c=(e.icon,e.className),a=function(e,t){if(null==e)return{};var o,s,n=function(e,t){if(null==e)return{};var o,s,n={},r=Object.keys(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||(n[o]=e[o]);return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(s=0;s<r.length;s++)o=r[s],0<=t.indexOf(o)||Object.prototype.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,r),l=["gridicon","gridicons-computer",c,!1,!1,!1].filter(Boolean).join(" ");return n.default.createElement("svg",i({className:l,height:o,width:o,onClick:s},a,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}),n.default.createElement("g",null,n.default.createElement("path",{d:"M20 2H4a2 2 0 00-2 2v12a2 2 0 002 2h6v2H7v2h10v-2h-3v-2h6a2 2 0 002-2V4a2 2 0 00-2-2zm0 14H4V4h16v12z"})))};var s,n=(s=o(6))&&s.__esModule?s:{default:s},r=["size","onClick","icon","className"];function i(){return(i=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e}).apply(this,arguments)}},622:function(e,t,o){},645:function(e,t,o){"use strict";o.r(t);var s=o(0);t.default=e=>{let{}=e;return Object(s.createElement)("div",null,"Settings page")}},651:function(e,t,o){"use strict";o.r(t);var s=o(0),n=o(2),r=o(28),i=o(14),c=o(5),a=o(8),l=o(13),m=o(12),d=o(17),u=o(15),p=o(40),h=o.n(p),b=o(22),_=o(4),O=o(7),g=o.n(O),j=o(527),w=o(531);const f=[{key:"shopify",label:Object(n.__)("Shopify",'woocommerce')},{key:"bigcommerce",label:Object(n.__)("BigCommerce",'woocommerce')},{key:"magento",label:Object(n.__)("Magento",'woocommerce')},{key:"wix",label:Object(n.__)("Wix",'woocommerce')},{key:"amazon",label:Object(n.__)("Amazon",'woocommerce')},{key:"ebay",label:Object(n.__)("eBay",'woocommerce')},{key:"etsy",label:Object(n.__)("Etsy",'woocommerce')},{key:"squarespace",label:Object(n.__)("Squarespace",'woocommerce')},{key:"other",label:Object(n.__)("Other",'woocommerce')}],C=[{key:"1",label:Object(n.__)("It's just me",'woocommerce')},{key:"<10",label:Object(n.__)("< 10",'woocommerce')},{key:"10-50",label:"10 - 50"},{key:"50-250",label:"50 - 250"},{key:"+250",label:Object(n.__)("+250",'woocommerce')},{key:"not specified",label:Object(n.__)("I'd rather not say",'woocommerce')}],y=[{key:"no",label:Object(n.__)("No",'woocommerce')},{key:"other",label:Object(n.__)("Yes, on another platform",'woocommerce')},{key:"other-woocommerce",label:Object(n.__)("Yes, I own a different store powered by WooCommerce",'woocommerce')},{key:"brick-mortar",label:Object(n.__)("Yes, in person at physical stores and/or events",'woocommerce')},{key:"brick-mortar-other",label:Object(n.__)("Yes, on another platform and in person at physical stores and/or events",'woocommerce')}];var v=o(69),E=o(122);const S=(e,t)=>Object(E.formatValue)(e,"number",t),k=function(e,t){let o=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:S;return o?Object(n.sprintf)(Object(n._x)("%1$s - %2$s","store product count or revenue range",'woocommerce'),s(e,t),s(e,o)):Object(n.sprintf)(Object(n._x)("%s+","store product count or revenue",'woocommerce'),s(e,t))},N={US:1,EU:.9,IN:71.24,GB:.76,BR:4.19,VN:23172.5,ID:14031,BD:84.87,PK:154.8,RU:63.74,TR:5.75,MX:19.37,CA:1.32},T=(e,t)=>{const o=Object(v.c)(t);if("US"===o)return e;const s=N[o]||N.US,n=s.toString().split(".")[0].length,r=Math.pow(10,2+n);return Math.round(e*s/r)*r},P=(e,t,o)=>[{key:"none",label:Object(n.sprintf)(Object(n.__)("%s (I'm just getting started)",'woocommerce'),o(0))},{key:"up-to-2500",label:Object(n.sprintf)(Object(n.__)("Up to %s",'woocommerce'),o(T(2500,t)))},{key:"2500-10000",label:k(e,T(2500,t),T(1e4,t),(e,t)=>o(t))},{key:"10000-50000",label:k(e,T(1e4,t),T(5e4,t),(e,t)=>o(t))},{key:"50000-250000",label:k(e,T(5e4,t),T(25e4,t),(e,t)=>o(t))},{key:"more-than-250000",label:Object(n.sprintf)(Object(n.__)("More than %s",'woocommerce'),o(T(25e4,t)))},{key:"rather-not-say",label:Object(n.__)("I'd rather not say",'woocommerce')}];var x=o(18),I=o(105),M=o(289),A=o(290),R=o(20);const V=()=>Object(s.createElement)("svg",{width:"200",height:"148",viewBox:"0 0 200 148",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Object(s.createElement)("g",{clipPath:"url(#clip0)"},Object(s.createElement)("path",{d:"M197.563 2.53875e-09H62.909C62.3961 0.000450584 61.9043 0.205742 61.5416 0.570805C61.179 0.935868 60.975 1.43087 60.9746 1.94714V50.9404H93.5623C94.4445 50.9415 95.2902 51.2947 95.9141 51.9226C96.5379 52.5505 96.8888 53.4019 96.8899 54.2899V95.7402H197.563C197.843 95.7402 198.119 95.6791 198.373 95.5612C198.627 95.4432 198.853 95.2712 199.034 95.0569C199.05 95.0402 199.064 95.0222 199.076 95.0033C199.192 94.8612 199.285 94.7024 199.354 94.5322C199.451 94.2981 199.501 94.0468 199.5 93.7931V1.94714C199.499 1.43051 199.295 0.935241 198.932 0.57014C198.569 0.20504 198.077 -2.63458e-05 197.563 2.53875e-09Z",fill:"#F2F2F2"}),Object(s.createElement)("path",{d:"M199.222 7.80469H61.25V8.36132H199.222V7.80469Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M65.95 5.84371C66.8662 5.84371 67.609 5.09607 67.609 4.17381C67.609 3.25155 66.8662 2.50391 65.95 2.50391C65.0338 2.50391 64.291 3.25155 64.291 4.17381C64.291 5.09607 65.0338 5.84371 65.95 5.84371Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M70.72 5.84371C71.6363 5.84371 72.379 5.09607 72.379 4.17381C72.379 3.25155 71.6363 2.50391 70.72 2.50391C69.8038 2.50391 69.061 3.25155 69.061 4.17381C69.061 5.09607 69.8038 5.84371 70.72 5.84371Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M75.4896 5.84371C76.4058 5.84371 77.1486 5.09607 77.1486 4.17381C77.1486 3.25155 76.4058 2.50391 75.4896 2.50391C74.5733 2.50391 73.8306 3.25155 73.8306 4.17381C73.8306 5.09607 74.5733 5.84371 75.4896 5.84371Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M164.842 19.957H95.6295C94.8646 19.957 94.1311 20.2629 93.5903 20.8073C93.0494 21.3516 92.7456 22.09 92.7456 22.8599C92.7456 23.6298 93.0494 24.3681 93.5903 24.9125C94.1311 25.4569 94.8646 25.7627 95.6295 25.7627H164.842C165.607 25.7627 166.341 25.4569 166.882 24.9125C167.422 24.3681 167.726 23.6298 167.726 22.8599C167.726 22.09 167.422 21.3516 166.882 20.8073C166.341 20.2629 165.607 19.957 164.842 19.957ZM164.842 25.3161H95.6295C94.9823 25.3161 94.3616 25.0573 93.904 24.5967C93.4464 24.1361 93.1893 23.5113 93.1893 22.8599C93.1893 22.2084 93.4464 21.5837 93.904 21.123C94.3616 20.6624 94.9823 20.4036 95.6295 20.4036H164.842C165.489 20.4036 166.11 20.6624 166.568 21.123C167.025 21.5837 167.283 22.2084 167.283 22.8599C167.283 23.5113 167.025 24.1361 166.568 24.5967C166.11 25.0573 165.489 25.3161 164.842 25.3161Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M186.022 43.0859H116.809C116.044 43.0859 115.31 43.3918 114.769 43.9362C114.229 44.4806 113.925 45.2189 113.925 45.9888C113.925 46.7587 114.229 47.497 114.769 48.0414C115.31 48.5858 116.044 48.8916 116.809 48.8916H186.022C186.786 48.8916 187.52 48.5858 188.061 48.0414C188.602 47.497 188.905 46.7587 188.905 45.9888C188.905 45.2189 188.602 44.4806 188.061 43.9362C187.52 43.3918 186.786 43.0859 186.022 43.0859Z",fill:"white"}),Object(s.createElement)("path",{d:"M186.022 53.8047H116.809C116.044 53.8047 115.31 54.1105 114.769 54.6549C114.229 55.1993 113.925 55.9376 113.925 56.7075C113.925 57.4774 114.229 58.2158 114.769 58.7601C115.31 59.3045 116.044 59.6104 116.809 59.6104H186.022C186.786 59.6104 187.52 59.3045 188.061 58.7601C188.602 58.2158 188.905 57.4774 188.905 56.7075C188.905 55.9376 188.602 55.1993 188.061 54.6549C187.52 54.1105 186.786 53.8047 186.022 53.8047Z",fill:"white"}),Object(s.createElement)("path",{d:"M186.022 64.5195H116.809C116.044 64.5195 115.31 64.8254 114.769 65.3698C114.229 65.9141 113.925 66.6525 113.925 67.4224C113.925 68.1923 114.229 68.9306 114.769 69.475C115.31 70.0194 116.044 70.3252 116.809 70.3252H186.022C186.786 70.3252 187.52 70.0194 188.061 69.475C188.602 68.9306 188.905 68.1923 188.905 67.4224C188.905 66.6525 188.602 65.9141 188.061 65.3698C187.52 64.8254 186.786 64.5195 186.022 64.5195Z",fill:"white"}),Object(s.createElement)("path",{d:"M105.623 38.2852H74.1183C73.4425 38.286 72.7947 38.5565 72.3168 39.0375C71.839 39.5185 71.5702 40.1706 71.5693 40.8508V50.9416H72.013V40.8508C72.0139 40.2891 72.2359 39.7506 72.6306 39.3533C73.0252 38.9561 73.5602 38.7326 74.1183 38.7317H105.623C106.182 38.7322 106.717 38.9556 107.112 39.3529C107.506 39.7502 107.728 40.289 107.729 40.8508V72.5633C107.728 73.1251 107.506 73.6638 107.112 74.0611C106.717 74.4585 106.182 74.6819 105.623 74.6824H96.8897V75.1289H105.623C106.299 75.1285 106.947 74.858 107.425 74.377C107.903 73.8959 108.172 73.2436 108.172 72.5633V40.8508C108.172 40.1705 107.903 39.5182 107.425 39.0371C106.947 38.556 106.299 38.2856 105.623 38.2852Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M23.9309 70.9116C23.8195 70.9162 19.0705 70.5847 18.9492 70.5806L19.3758 66.294L22.0808 66.212L27.2495 56.5756C26.5327 55.1996 27.4148 53.3739 28.9355 53.0925C32 52.3914 33.0526 57.2443 29.9789 57.8901L25.7036 69.6652C25.5695 70.03 25.3278 70.3449 25.011 70.5676C24.6942 70.7904 24.3174 70.9104 23.9309 70.9116Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M11.4107 73.118C6.89154 73.1291 6.49482 66.2544 11.024 65.7699C23.0006 65.0415 21.485 62.0137 22.3945 70.9448C22.4224 71.2097 22.3448 71.475 22.1787 71.6824C22.0126 71.8898 21.7715 72.0223 21.5084 72.051L11.803 73.0968C11.6727 73.1109 11.5417 73.1179 11.4107 73.118Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M10.3793 51.3852C16.605 54.9512 11.494 64.3601 5.15222 61.0097C-1.0733 57.4438 4.03771 48.0349 10.3793 51.3852Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M16.0395 132.376L18.759 132.376L20.053 121.816L16.0391 121.817L16.0395 132.376Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M15.4567 134.915L24.0042 134.915C23.9716 130.476 18.2546 131.755 15.4565 131.591L15.4567 134.915Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M4.28218 132.376L7.00167 132.376L8.29564 121.816L4.28174 121.817L4.28218 132.376Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M3.69937 134.915L12.2469 134.915C12.2142 130.476 6.49728 131.755 3.69922 131.591L3.69937 134.915Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M7.37266 128.688C6.71536 128.507 3.14362 129.056 2.72209 128.335C1.24999 113.483 1.57722 98.9486 4.845 90.9619L16.0806 90.2695C18.5931 94.8863 24.3684 125.522 20.8847 127.385L16.4048 127.546C16.1493 127.554 15.8988 127.474 15.6952 127.318C15.4916 127.163 15.3475 126.941 15.2869 126.691L11.539 105.229C10.6057 103.916 8.77111 127.832 8.46815 127.742C8.42864 128.006 8.29626 128.247 8.09515 128.42C7.89404 128.594 7.63762 128.689 7.37266 128.688Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M4.48843 92.8373C-1.18427 86.8634 2.43414 70.8475 2.25101 71.1881C2.26655 70.7958 3.55141 64.7536 6.87506 63.762C9.51196 62.886 12.4305 65.5063 12.7906 68.1566L16.7406 91.6368C16.7611 91.7646 16.7514 91.8955 16.7123 92.0188C16.6733 92.1422 16.6059 92.2546 16.5158 92.3469C16.71 92.9556 4.76613 92.7153 4.48843 92.8373Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M6.32941 55.5845C6.82759 55.2675 7.07312 54.7238 7.36309 54.2285C8.89053 53.3522 10.6464 55.472 12.262 54.6809C16.8302 50.2665 12.1346 48.9642 7.92721 48.7314C6.9333 48.6081 6.08781 48.963 5.33637 49.5492C-3.06805 48.9031 0.962591 60.1519 6.26679 61.6376C7.2033 62.0505 7.90582 61.2148 7.07994 60.4551C5.93728 59.2493 4.52181 56.8221 6.32941 55.5845Z",fill:"#2F2E41"}),Object(s.createElement)("path",{d:"M93.5621 50.4922H32.779C31.7793 50.4936 30.8209 50.894 30.1139 51.6056C29.407 52.3172 29.0092 53.2819 29.0078 54.2882V131.548C29.0092 132.555 29.407 133.52 30.1139 134.231C30.8209 134.943 31.7793 135.343 32.779 135.345H93.5621C94.5619 135.343 95.5202 134.943 96.2272 134.231C96.9341 133.52 97.3319 132.555 97.3333 131.548V54.2882C97.3319 53.2819 96.9341 52.3172 96.2272 51.6056C95.5202 50.894 94.5619 50.4936 93.5621 50.4922ZM96.8896 131.548C96.8886 132.436 96.5376 133.288 95.9138 133.916C95.29 134.544 94.4443 134.897 93.5621 134.898H32.779C31.8968 134.897 31.0511 134.544 30.4273 133.916C29.8035 133.288 29.4526 132.436 29.4515 131.548V54.2882C29.4526 53.4002 29.8035 52.5489 30.4273 51.921C31.0511 51.2931 31.8968 50.9399 32.779 50.9388H93.5621C94.4443 50.9399 95.29 51.2931 95.9138 51.921C96.5376 52.5489 96.8886 53.4002 96.8896 54.2882V131.548Z",fill:"#3F3D56"}),Object(s.createElement)("path",{d:"M15.6527 83.0043C13.6494 83.2327 12.7698 78.5402 12.0039 77.3445L15.9936 75.7852L17.2918 78.1751L28.168 78.4472C28.2326 78.3591 28.3032 78.2755 28.3793 78.1971C30.5362 75.9238 34.0488 79.33 31.9 81.5984C31.663 81.8519 31.3752 82.0521 31.0557 82.1855C30.7362 82.319 30.3923 82.3828 30.0465 82.3727C29.7007 82.3627 29.361 82.2789 29.0497 82.1271C28.7384 81.9753 28.4626 81.7588 28.2405 81.4918C27.9719 81.5111 15.9153 83.0114 15.6527 83.0043Z",fill:"#FFB8B8"}),Object(s.createElement)("path",{d:"M12.6985 80.7664C12.0314 81.4133 6.91061 72.3318 6.5365 72.0751C3.94893 68.0267 10.0405 64.0298 12.6727 68.0562L17.9961 76.2911C18.1402 76.5145 18.1904 76.7864 18.1356 77.047C18.0808 77.3076 17.9255 77.5357 17.7039 77.6812C17.4613 77.7956 12.8697 81.0123 12.6985 80.7664Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M81.583 103.974H44.7583C40.9966 103.955 40.9809 98.1877 44.7584 98.168H81.583C85.3421 98.1857 85.3624 103.954 81.583 103.974Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M81.583 114.692H44.7583C40.9966 114.674 40.9809 108.906 44.7584 108.887H81.583C85.3421 108.904 85.3624 114.673 81.583 114.692Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M81.583 125.411H44.7583C40.9966 125.393 40.9809 119.625 44.7584 119.605H81.583C85.3421 119.623 85.3624 125.391 81.583 125.411Z",fill:"#CCCCCC"}),Object(s.createElement)("path",{d:"M95.3371 57.6387C94.1963 57.6387 93.0812 57.2982 92.1327 56.6603C91.1842 56.0223 90.4449 55.1156 90.0084 54.0548C89.5718 52.9939 89.4576 51.8266 89.6802 50.7004C89.9027 49.5742 90.452 48.5397 91.2587 47.7278C92.0653 46.9159 93.093 46.3629 94.2118 46.1389C95.3307 45.9149 96.4904 46.0299 97.5443 46.4693C98.5982 46.9087 99.499 47.6528 100.133 48.6076C100.767 49.5623 101.105 50.6848 101.105 51.833C101.103 53.3723 100.495 54.8479 99.4136 55.9363C98.3323 57.0247 96.8662 57.637 95.3371 57.6387Z",className:"fill-theme-color"}),Object(s.createElement)("path",{d:"M97.999 51.6121H95.5588V48.821C95.5588 48.7617 95.5355 48.7049 95.4939 48.6631C95.4523 48.6212 95.3958 48.5977 95.337 48.5977C95.2782 48.5977 95.2217 48.6212 95.1801 48.6631C95.1385 48.7049 95.1152 48.7617 95.1152 48.821V51.6121H92.675C92.6161 51.6121 92.5597 51.6357 92.5181 51.6775C92.4765 51.7194 92.4531 51.7762 92.4531 51.8354C92.4531 51.8947 92.4765 51.9515 92.5181 51.9933C92.5597 52.0352 92.6161 52.0587 92.675 52.0587H95.1152V54.8499C95.1152 54.9091 95.1385 54.9659 95.1801 55.0078C95.2217 55.0497 95.2782 55.0732 95.337 55.0732C95.3958 55.0732 95.4523 55.0497 95.4939 55.0078C95.5355 54.9659 95.5588 54.9091 95.5588 54.8499V52.0587H97.999C98.0579 52.0587 98.1143 52.0352 98.1559 51.9933C98.1975 51.9515 98.2209 51.8947 98.2209 51.8354C98.2209 51.7762 98.1975 51.7194 98.1559 51.6775C98.1143 51.6357 98.0579 51.6121 97.999 51.6121Z",fill:"white"}),Object(s.createElement)("path",{d:"M80.9177 91.2002H45.424C44.4535 91.1991 43.5232 90.8105 42.837 90.1198C42.1508 89.4291 41.7648 88.4926 41.7637 87.5158V67.5086C41.7648 66.5318 42.1508 65.5953 42.837 64.9046C43.5232 64.2139 44.4535 63.8253 45.424 63.8242H80.9177C81.8882 63.8253 82.8185 64.2139 83.5047 64.9046C84.1909 65.5953 84.5769 66.5318 84.578 67.5086V87.5158C84.5769 88.4926 84.1909 89.4291 83.5047 90.1198C82.8185 90.8105 81.8882 91.1991 80.9177 91.2002Z",className:"fill-theme-color"})),Object(s.createElement)("defs",null,Object(s.createElement)("clipPath",{id:"clip0"},Object(s.createElement)("rect",{width:"199",height:"148",fill:"white",transform:"translate(0.5)"}))));o(611);var F=o(535);const B=["obw/basics","obw/grow"],L=()=>Object(s.createElement)("div",{className:"woocommerce-admin__business-details__free-badge"},Object(n.__)("Free",'woocommerce')),z=e=>{let{onChange:t,description:o,isChecked:n}=e;return Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle__extension"},Object(s.createElement)(_.CheckboxControl,{id:"woocommerce-business-extensions__checkbox",checked:n,onChange:t}),Object(s.createElement)("p",{className:"woocommerce-admin__business-details__selective-extensions-bundle__description",dangerouslySetInnerHTML:Object(F.a)(o),onClick:e=>{const t=e.target.closest("a");t&&e.currentTarget.contains(t)&&t.href.startsWith("https://woocommerce.com/products/")&&Object(d.recordEvent)("storeprofiler_store_business_features_link_click",{extension_name:t.href.split("https://woocommerce.com/products/")[1]})}}),Object(s.createElement)(L,null))},D=e=>{let{isResolving:t,title:o,extensions:n,installExtensionOptions:r,onCheckboxChange:i}=e;return t?Object(s.createElement)("div",null,Object(s.createElement)(_.Spinner,null)):0===n.length?null:Object(s.createElement)("div",null,Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle__category"},o),n.map(e=>{let{description:t,key:o}=e;return Object(s.createElement)(z,{key:o,description:t,isChecked:r[o],onChange:i(o)})}))},U=e=>{let{isInstallingActivating:t,onSubmit:o,country:r,productTypes:i,industry:c}=e;const[l,u]=Object(s.useState)(!1),[p,h]=Object(s.useState)({install_extensions:!0}),{freeExtensions:O,isResolving:g}=Object(a.useSelect)(e=>{const{getFreeExtensions:t,hasFinishedResolution:o}=e(m.ONBOARDING_STORE_NAME);return{freeExtensions:t(),isResolving:!o("getFreeExtensions")}}),{invalidateResolutionForStoreSelector:j}=Object(a.useDispatch)(m.ONBOARDING_STORE_NAME);Object(s.useEffect)(()=>{j("getFreeExtensions")},[r,c]);const w=Object(s.useMemo)(()=>O.filter(e=>(window.wcAdminFeatures&&window.wcAdminFeatures.subscriptions&&"US"===Object(v.b)(r)&&i.includes("subscriptions")&&(e.plugins=e.plugins.filter(e=>"woocommerce-payments"!==e.key||"woocommerce-payments"===e.key&&!e.is_activated)),B.includes(e.key))),[O,i,r]);Object(s.useEffect)(()=>{t||h(()=>(e=>e.reduce((e,t)=>({...e,...t.plugins.reduce((e,t)=>({...e,[t.key]:!0}),{})}),{install_extensions:!0}))(w))},[w]);const f=e=>t=>{const o={...p,[e]:t},s=1===Object.entries(o).filter(e=>{let[,t]=e;return t}).length&&o.install_extensions;h(s?{...o,install_extensions:!1}:{...p,[e]:t,install_extensions:!0})};return Object(s.createElement)("div",{className:"woocommerce-profile-wizard__business-details__free-features"},Object(s.createElement)(_.Card,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__business-details__free-features__illustration"},Object(s.createElement)(V,null)),Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle"},Object(s.createElement)("div",{className:"woocommerce-admin__business-details__selective-extensions-bundle__extension"},Object(s.createElement)(_.CheckboxControl,{checked:p.install_extensions,onChange:e=>{var t,o;h((t=p,o=e,Object.entries(t).reduce((e,t)=>{let[s]=t;return{...e,[s]:o}},{})))}}),Object(s.createElement)("p",{className:"woocommerce-admin__business-details__selective-extensions-bundle__description"},Object(n.__)("Add recommended business features to my site",'woocommerce')),Object(s.createElement)(_.Button,{className:"woocommerce-admin__business-details__selective-extensions-bundle__expand",disabled:!w||0===w.length,onClick:()=>{u(!l),l||Object(d.recordEvent)("storeprofiler_store_business_features_accordion_click")}},Object(s.createElement)(I.a,{icon:l?M.a:A.a}))),l&&w.map(e=>{let{plugins:t,key:o,title:n}=e;return Object(s.createElement)(D,{key:o,title:n,extensions:t,installExtensionOptions:p,onCheckboxChange:f})})),Object(s.createElement)("div",{className:"woocommerce-profile-wizard__business-details__free-features__action"},Object(s.createElement)(_.Button,{onClick:()=>{o(p,w)},isBusy:t||g,disabled:t||g,isPrimary:!0},Object(n.__)("Continue",'woocommerce')))),((e,t)=>{const o=Object.keys(e).filter(t=>e[t]&&"install_extensions"!==t);if(0===o.length)return null;const r=o.reduce((e,t)=>{const o=m.pluginNames[t];return e.includes(o)?e:[...e,o]},[]).join(", ");if(t)return Object(s.createElement)("div",{className:"woocommerce-profile-wizard__footnote"},Object(s.createElement)(x.Text,{variant:"caption",as:"p",size:"12",lineHeight:"16px"},Object(n.sprintf)(Object(n._n)("Installing the following plugin: %s","Installing the following plugins: %s",o.length,'woocommerce'),r)));const i=Object(n.__)("User accounts are required to use these features.",'woocommerce'),c=o.filter(e=>"jetpack"===e||e.includes("woocommerce-services")),a=c.includes("jetpack")&&(c.includes("woocommerce-services:shipping")||c.includes("woocommerce-services:tax"))?"Jetpack and WooCommerce Shipping & Tax":m.pluginNames[c[0]],l=Object(n.sprintf)(Object(n._n)("By installing %s plugin for free you agree to our {{link}}Terms of Service{{/link}}.","By installing %s plugins for free you agree to our {{link}}Terms of Service{{/link}}.",c.length,'woocommerce'),a);return Object(s.createElement)("div",{className:"woocommerce-profile-wizard__footnote"},Object(s.createElement)(x.Text,{variant:"caption",as:"p",size:"12",lineHeight:"16px"},Object(n.sprintf)(Object(n._n)("The following plugin will be installed for free: %1$s. %2$s","The following plugins will be installed for free: %1$s. %2$s",o.length,'woocommerce'),r,i)),c.length>0&&Object(s.createElement)(x.Text,{variant:"caption",as:"p",size:"12",lineHeight:"16px"},Object(R.a)({mixedString:l,components:{link:Object(s.createElement)(b.Link,{href:"https://wordpress.com/tos/",target:"_blank",type:"external"})}})))})(p,t))};var H=o(539);o(612);const q=[{name:"0-2s",max:2},{name:"2-5s",max:5},{name:"5-10s",max:10},{name:"10-15s",max:15},{name:"15-20s",max:20},{name:"20-30s",max:30},{name:"30-60s",max:60},{name:">60s"}];function G(e){for(const t of q){if(!t.max)return t.name;if(e<1e3*t.max)return t.name}}const W=e=>["other","brick-mortar","brick-mortar-other","other-woocommerce"].includes(e),Z=e=>["other","brick-mortar-other"].includes(e);class $ extends s.Component{constructor(e){super(),this.state={isPopoverVisible:!1,isValid:!1,currentTab:"business-details",savedValues:null},this.onContinue=this.onContinue.bind(this),this.validate=this.validate.bind(this),e.trackStepValueChanges(e.step.key,{...this.state.savedValues||e.initialValues},this.savedValues||e.initialValues,this.persistProfileItems.bind(this))}async onContinue(e,t){const{createNotice:o,goToNextStep:s,installAndActivatePlugins:r}=this.props,i=t.reduce((e,t)=>[...e,...t.plugins.filter(e=>e.is_activated).map(e=>e.key)],[]),c=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return Object.keys(e).filter(o=>e[o]&&"install_extensions"!==o&&!t.includes(o)).map(H.a).filter((e,t,o)=>o.indexOf(e)===t)}(e,i),a=(e=>{const t={};for(let[o,s]of Object.entries(e)){o=Object(H.a)(o);const e=Object(H.b)(o);"install_extensions"===o||t["install_"+e]||(t["install_"+e]=s)}return t})(e);Object(d.recordEvent)("storeprofiler_store_business_features_continue",{all_extensions_installed:Object.values(e).every(e=>e),...a});const l=[this.persistProfileItems({business_extensions:[...c,...i]})];if(c.length){const t=window.performance.now();l.push(r(c).then(o=>{const s=window.performance.now()-t,n=((e,t)=>{const o=[],s={};for(let[n]of Object.entries(e)){n=Object(H.a)(n);const e=Object(H.b)(n);t&&t.data&&t.data.install_time&&t.data.install_time[n]&&(o.push(e),s["install_time_"+e]=G(t.data.install_time[n]))}return s.installed_extensions=o,s.activated_extensions=t&&t.data&&t.data.activated?t.data.activated:[],s})(e,o);Object(d.recordEvent)("storeprofiler_store_business_features_installed_and_activated",{success:!0,total_time:G(s),...n}),Object(w.a)(o)}).catch(e=>{throw Object(d.recordEvent)("storeprofiler_store_business_features_installed_and_activated",{success:!1,failed_extensions:Object.keys(e.data||{}).map(e=>Object(H.b)(e))}),Object(w.a)(e),new Error}))}Promise.all(l).then(()=>{s({step:"business-features"})}).catch(()=>{o("error",Object(n.__)("There was a problem updating your business details",'woocommerce'))})}async persistProfileItems(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{updateProfileItems:t,createNotice:o}=this.props,{number_employees:s,other_platform:r,other_platform_name:i,product_count:c,revenue:a,selling_venues:l,setup_client:m}=this.state.savedValues,d={number_employees:s,other_platform:r,other_platform_name:"other"===r?i:"",product_count:c,revenue:a,selling_venues:l,setup_client:m,...e};return t(Object.entries(d).reduce((e,t)=>{let[o,s]=t;return""!==s&&(e[o]=s),e},{})).catch(()=>{o("error",Object(n.__)("There was a problem updating your business details",'woocommerce'))})}validate(e){const t={};return e.product_count.length||(t.product_count=Object(n.__)("This field is required",'woocommerce')),e.selling_venues.length||(t.selling_venues=Object(n.__)("This field is required",'woocommerce')),!e.other_platform.length&&Z(e.selling_venues)&&(t.other_platform=Object(n.__)("This field is required",'woocommerce')),!e.other_platform_name.trim().length&&"other"===e.other_platform&&Z(e.selling_venues)&&(t.other_platform_name=Object(n.__)("This field is required",'woocommerce')),!e.number_employees.length&&W(e.selling_venues)&&(t.number_employees=Object(n.__)("This field is required",'woocommerce')),!e.revenue.length&&W(e.selling_venues)&&(t.revenue=Object(n.__)("This field is required",'woocommerce')),0===Object.keys(t).length&&this.setState({isValid:!0}),t}trackBusinessDetailsStep(e){let{number_employees:t,other_platform:o,other_platform_name:s,product_count:n,selling_venues:r,revenue:i,setup_client:c}=e;const{getCurrencyConfig:a}=this.context;Object(d.recordEvent)("storeprofiler_store_business_details_continue_variant",{number_employees:t,already_selling:r,currency:a().code,product_number:n,revenue:i,used_platform:o,used_platform_name:s,setup_client:c}),Object(d.recordEvent)("storeprofiler_step_complete",{step:"business-details",wc_version:Object(u.getSetting)("wcVersion")})}getSelectControlProps(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const{className:o,...s}=e(t);return{...s,className:g()("woocommerce-profile-wizard__"+t.replace(/\_/g,"-"),o)}}renderBusinessDetailsStep(){const{goToNextStep:e,isInstallingActivating:t,hasInstallActivateError:o}=this.props,{formatAmount:r,getCurrencyConfig:i}=this.context,c=(a=i(),[{key:"0",label:Object(n.__)("I don't have any products yet.",'woocommerce')},{key:"1-10",label:k(a,1,10)},{key:"11-100",label:k(a,11,100)},{key:"101-1000",label:k(a,101,1e3)},{key:"1000+",label:k(a,1e3)}]);var a;return Object(s.createElement)(b.Form,{initialValues:this.state.savedValues||this.props.initialValues,onSubmit:e=>{this.setState({savedValues:e,currentTab:"business-features"}),this.trackBusinessDetailsStep(e),Object(d.recordEvent)("storeprofiler_step_view",{step:"business-features",wc_version:Object(u.getSetting)("wcVersion")})},onChange:(e,t,o)=>{this.setState({savedValues:t,isValid:o}),this.props.updateCurrentStepValues(this.props.step.key,t)},validate:this.validate},a=>{let{getInputProps:l,handleSubmit:m,values:d,isValidForm:u}=a;return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(_.__experimentalText,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Tell us about your business",'woocommerce')),Object(s.createElement)(_.__experimentalText,{variant:"body",as:"p"},Object(n.__)("We'd love to know if you are just getting started or you already have a business in place.",'woocommerce'))),Object(s.createElement)(_.Card,null,Object(s.createElement)(_.CardBody,null,Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("How many products do you plan to display?",'woocommerce'),options:c,required:!0},this.getSelectControlProps(l,"product_count"))),Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("Currently selling elsewhere?",'woocommerce'),options:y,required:!0},this.getSelectControlProps(l,"selling_venues"))),W(d.selling_venues)&&Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("How many employees do you have?",'woocommerce'),options:C,required:!0},this.getSelectControlProps(l,"number_employees"))),W(d.selling_venues)&&Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("What's your current annual revenue?",'woocommerce'),options:P(i(),this.props.settings.woocommerce_default_country,r),required:!0},this.getSelectControlProps(l,"revenue"))),Z(d.selling_venues)&&Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"business-competitors"},Object(s.createElement)(b.SelectControl,h()({excludeSelectedOptions:!1,label:Object(n.__)("Which platform is the store using?",'woocommerce'),options:f,required:!0},this.getSelectControlProps(l,"other_platform"))),"other"===d.other_platform&&Object(s.createElement)(b.TextControl,h()({label:Object(n.__)("What is the platform name?",'woocommerce'),required:!0},this.getSelectControlProps(l,"other_platform_name")))))),Object(s.createElement)(_.CardFooter,{isBorderless:!0},Object(s.createElement)(_.FlexItem,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__client"},Object(s.createElement)(_.CheckboxControl,h()({label:Object(n.__)("I'm setting up a store for a client",'woocommerce')},l("setup_client")))))),Object(s.createElement)(_.CardFooter,{justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:async()=>{await m(),this.persistProfileItems()},disabled:!u,isBusy:t},o?Object(n.__)("Retry",'woocommerce'):Object(n.__)("Continue",'woocommerce')),o&&Object(s.createElement)(_.Button,{onClick:()=>{this.persistProfileItems(),e({step:"business-features"})}},Object(n.__)("Continue without installing",'woocommerce')))))})}renderFreeFeaturesStep(){const{isInstallingActivating:e,settings:t,profileItems:o}=this.props,r=t.woocommerce_default_country?t.woocommerce_default_country:null;return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(_.__experimentalText,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Included business features",'woocommerce')),Object(s.createElement)(_.__experimentalText,{variant:"body",as:"p"},Object(n.__)("We recommend enhancing your store with these free extensions",'woocommerce')),Object(s.createElement)(_.__experimentalText,{variant:"body",as:"p"},Object(n.__)("No commitment required - you can remove them at any time.",'woocommerce'))),Object(s.createElement)(U,{isInstallingActivating:e,onSubmit:this.onContinue,country:r,industry:o.industry,productTypes:o.product_types}))}render(){const{initialValues:e}=this.props;return Object(s.createElement)(_.TabPanel,{activeClass:"is-active",initialTabName:"current-tab",onSelect:t=>{this.state.currentTab!==t&&(this.setState({currentTab:t,savedValues:this.state.savedValues||e}),Object(d.recordEvent)("storeprofiler_step_view",{step:t,wc_version:Object(u.getSetting)("wcVersion")}))},tabs:[{name:"business-details"===this.state.currentTab?"current-tab":"business-details",id:"business-details",title:Object(n.__)("Business details",'woocommerce')},{name:"business-features"===this.state.currentTab?"current-tab":"business-features",id:"business-features",title:Object(n.__)("Free features",'woocommerce'),className:this.state.isValid?"":"is-disabled"}]},e=>Object(s.createElement)(s.Fragment,null,this.getTab(e.id)))}getTab(e){return"business-details"===e?this.renderBusinessDetailsStep():this.renderFreeFeaturesStep()}}$.contextType=j.a;const J=Object(i.compose)(Object(a.withSelect)(e=>{const{getSettings:t,getSettingsError:o}=e(m.SETTINGS_STORE_NAME),{getProfileItems:s,getOnboardingError:n}=e(m.ONBOARDING_STORE_NAME),{getPluginsError:r,isPluginsRequesting:i}=e(m.PLUGINS_STORE_NAME),{general:c={}}=t("general");return{hasInstallActivateError:r("installPlugins")||r("activatePlugins"),isError:Boolean(n("updateProfileItems")),profileItems:s(),isSettingsError:Boolean(o("general")),settings:c,isInstallingActivating:i("installPlugins")||i("activatePlugins")||i("getJetpackConnectUrl")}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{installAndActivatePlugins:o}=e(m.PLUGINS_STORE_NAME),{createNotice:s}=e("core/notices");return{createNotice:s,installAndActivatePlugins:o,updateProfileItems:t}}))($);o(613);const Y=e=>{const{profileItems:t,isLoading:o}=Object(a.useSelect)(e=>({isLoading:!e(m.ONBOARDING_STORE_NAME).hasFinishedResolution("getProfileItems")||!e(m.SETTINGS_STORE_NAME).hasFinishedResolution("getSettings",["general"]),profileItems:e(m.ONBOARDING_STORE_NAME).getProfileItems()}));if(o)return Object(s.createElement)("div",{className:"woocommerce-admin__business-details__spinner"},Object(s.createElement)(b.Spinner,null));const n={number_employees:t.number_employees||"",other_platform:t.other_platform||"",other_platform_name:t.other_platform_name||"",product_count:t.product_count||"",selling_venues:t.selling_venues||"",revenue:t.revenue||"",setup_client:t.setup_client||!1};return Object(s.createElement)(J,h()({},e,{initialValues:n}))};var K=o(23);const Q=Object(K.d)("onboarding",{});class X extends s.Component{constructor(e){let t=Object(c.get)(e,"profileItems",{}).industry||[];const{locationSettings:o}=e;if("US"!==Object(v.c)(o.woocommerce_default_country)){const e="cbd-other-hemp-derived-products";t=t.filter(t=>e!==t&&e!==t.slug)}super(),this.state={error:null,selected:t,textInputListContent:{}},this.onContinue=this.onContinue.bind(this),this.onIndustryChange=this.onIndustryChange.bind(this),this.onDetailChange=this.onDetailChange.bind(this);const s=this.getSelectedSlugs();e.trackStepValueChanges(e.step.key,s,s,this.onContinue)}getSelectedSlugs(){return this.state.selected.map(e=>e.slug)}componentDidUpdate(){this.props.updateCurrentStepValues(this.props.step.key,this.getSelectedSlugs())}async onContinue(){if(await this.validateField(),this.state.error)return;const{createNotice:e,isError:t,updateProfileItems:o}=this.props,s=this.state.selected.map(e=>e.slug),r=this.state.selected.map(e=>e.detail).filter(e=>e).join(",");return Object(d.recordEvent)("storeprofiler_store_industry_continue",{store_industry:s,industries_with_detail:r}),await o({industry:this.state.selected}),!t||(e("error",Object(n.__)("There was a problem updating your industries",'woocommerce')),Promise.reject())}async validateField(){const e=this.state.selected.length?null:Object(n.__)("Please select at least one industry",'woocommerce');this.setState({error:e})}onIndustryChange(e){this.setState(t=>{const o=t.selected,s=Object(c.find)(o,{slug:e});if(s){const o=t.textInputListContent;return o[e]=s.detail,{selected:Object(c.filter)(t.selected,t=>t.slug!==e)||[],textInputListContent:o}}return o.push({slug:e,detail:t.textInputListContent[e]}),{selected:o}},()=>this.validateField())}onDetailChange(e,t){this.setState(o=>{const s=o.selected,n=o.textInputListContent;return s[Object(c.findIndex)(s,{slug:t})].detail=e,n[t]=e,{selected:s,textInputListContent:n}})}renderIndustryLabel(e,t,o){const{textInputListContent:n}=this.state;return Object(s.createElement)(s.Fragment,null,t.label,t.use_description&&o&&Object(s.createElement)(b.TextControl,{key:"text-control-"+e,label:t.description_label,value:o.detail||n[e]||"",onChange:t=>this.onDetailChange(t,e),className:"woocommerce-profile-wizard__text"}))}render(){const{industries:e}=Q,{error:t,selected:o}=this.state,{locationSettings:r,isProfileItemsRequesting:i}=this.props,a=Object(v.c)(r.woocommerce_default_country),l=Object.keys(e),m="US"===a?l:l.filter(e=>"cbd-other-hemp-derived-products"!==e);return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("In which industry does the store operate?",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Choose any that apply",'woocommerce'))),Object(s.createElement)(_.Card,null,Object(s.createElement)(_.CardBody,{size:null},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__checkbox-group"},m.map(t=>{const n=Object(c.find)(o,{slug:t});return Object(s.createElement)(_.CheckboxControl,{key:"checkbox-control-"+t,label:this.renderIndustryLabel(t,e[t],n),onChange:()=>this.onIndustryChange(t),checked:n||!1,className:"woocommerce-profile-wizard__checkbox"})}),t&&Object(s.createElement)("span",{className:"woocommerce-profile-wizard__error"},t))),Object(s.createElement)(_.CardFooter,{isBorderless:!0,justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>{this.onContinue().then(this.props.goToNextStep)},isBusy:i,disabled:!o.length||i},Object(n.__)("Continue",'woocommerce')))))}}var ee=Object(i.compose)(Object(a.withSelect)(e=>{const{getProfileItems:t,getOnboardingError:o,isOnboardingRequesting:s}=e(m.ONBOARDING_STORE_NAME),{getSettings:n}=e(m.SETTINGS_STORE_NAME),{general:r={}}=n("general");return{isError:Boolean(o("updateProfileItems")),profileItems:t(),locationSettings:r,isProfileItemsRequesting:s("updateProfileItems")}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{createNotice:o}=e("core/notices");return{createNotice:o,updateProfileItems:t}}))(X),te=o(499);function oe(e){let{annualPrice:t,description:o,isMonthlyPricing:r,label:i,moreUrl:c,slug:a}=e;const[l,m]=Object(s.useState)("");if(!t)return i;const u=Object(n.__)("This product type requires a paid extension.\nWe'll add this to a cart so that\nyou can purchase and install it later.",'woocommerce');return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("span",{className:"woocommerce-product-wizard__product-types-label"},i),Object(s.createElement)(_.Button,{isTertiary:!0,label:Object(n.__)("Learn more about recommended free business features",'woocommerce'),onClick:()=>{m(!0)}},Object(s.createElement)(I.a,{icon:te.a})),l&&Object(s.createElement)(_.Popover,{focusOnMount:"container",position:"top center",onClose:()=>m(!1)},Object(R.a)({mixedString:o+(c?" {{moreLink/}}":""),components:{moreLink:c?Object(s.createElement)(b.Link,{href:c,target:"_blank",type:"external",onClick:()=>Object(d.recordEvent)("storeprofiler_store_product_type_learn_more",{product_type:a})},Object(n.__)("Learn more",'woocommerce')):""}})),Object(s.createElement)(_.Tooltip,{text:u,position:"bottom center"},Object(s.createElement)(b.Pill,null,Object(s.createElement)("span",{className:"screen-reader-text"},u),r?Object(n.sprintf)(Object(n.__)("$%f per month",'woocommerce'),(t/12).toFixed(2)):Object(n.sprintf)(Object(n.__)("$%f per year",'woocommerce'),t))))}o(614);class se extends s.Component{constructor(){super(),this.state={error:null,isMonthlyPricing:!0,selected:[],isWCPayInstalled:null},this.onContinue=this.onContinue.bind(this),this.onChange=this.onChange.bind(this)}componentDidMount(){const{installedPlugins:e,invalidateResolution:t}=this.props,{isWCPayInstalled:o}=this.state;t("getProductTypes",[]),null===o&&e&&this.setState({isWCPayInstalled:e.includes("woocommerce-payments")})}componentDidUpdate(e,t){const{profileItems:o,productTypes:s}=this.props;if(this.state.selected!==t.selected&&this.props.updateCurrentStepValues(this.props.step.key,this.state.selected),e.productTypes!==s){const e=Object.keys(s).filter(e=>!!s[e].default);this.setState({selected:o.product_types||e},()=>{this.props.trackStepValueChanges(this.props.step.key,[...this.state.selected],this.state.selected,this.onContinue)})}}validateField(){const e=this.state.selected.length?null:Object(n.__)("Please select at least one product type",'woocommerce');return this.setState({error:e}),!e}onContinue(e){const{selected:t}=this.state,{installedPlugins:o=[]}=this.props;if(!this.validateField())return;const{countryCode:s,createNotice:r,installAndActivatePlugins:i,updateProfileItems:c,productTypes:a}=this.props,l={product_type:t,wcpay_installed:!1},m=[c({product_types:t})];window.wcAdminFeatures&&window.wcAdminFeatures.subscriptions&&"US"===s&&a.subscriptions&&!a.subscriptions.yearly_price&&!o.includes("woocommerce-payments")&&t.includes("subscriptions")&&m.push(i(["woocommerce-payments"]).then(e=>{l.wcpay_installed=!0,e.data&&e.data.install_time&&e.data.install_time["woocommerce-payments"]&&(l.install_time_wcpay=e.data.install_time["woocommerce-payments"]),Object(w.a)(e)}).catch(e=>{throw Object(w.a)(e),new Error})),Promise.all(m).then(()=>{Object(d.recordEvent)("storeprofiler_store_product_type_continue",l),"function"==typeof e&&e()}).catch(()=>r("error",Object(n.__)("There was a problem updating your product types",'woocommerce')))}onChange(e){this.setState(t=>{if(Object(c.includes)(t.selected,e))return{selected:Object(c.filter)(t.selected,t=>t!==e)||[]};const o=t.selected;return o.push(e),{selected:o}},()=>this.validateField())}render(){const{productTypes:e=[]}=this.props,{error:t,isMonthlyPricing:o,isWCPayInstalled:r,selected:i}=this.state,{countryCode:c,isInstallingActivating:a,isProductTypesRequesting:l,isProfileItemsRequesting:m}=this.props;return l?Object(s.createElement)("div",{className:"woocommerce-profile-wizard__product-types__spinner"},Object(s.createElement)(_.Spinner,null)):Object(s.createElement)("div",{className:"woocommerce-profile-wizard__product-types"},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("What type of products will be listed?",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Choose any that apply",'woocommerce'))),Object(s.createElement)(_.Card,null,Object(s.createElement)(_.CardBody,{size:null},Object.keys(e).map(t=>Object(s.createElement)(_.CheckboxControl,{key:t,label:Object(s.createElement)(oe,{description:e[t].description,label:e[t].label,annualPrice:e[t].yearly_price,isMonthlyPricing:o,moreUrl:e[t].more_url,slug:t}),onChange:()=>this.onChange(t),checked:i.includes(t),className:"woocommerce-profile-wizard__checkbox"})),t&&Object(s.createElement)("span",{className:"woocommerce-profile-wizard__error"},t)),Object(s.createElement)(_.CardFooter,{isBorderless:!0,justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>{this.onContinue(this.props.goToNextStep)},isBusy:m||a,disabled:!i.length||m||a},Object(n.__)("Continue",'woocommerce')))),Object(s.createElement)("div",{className:"woocommerce-profile-wizard__card-help-footnote"},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__product-types-pricing-toggle woocommerce-profile-wizard__checkbox"},Object(s.createElement)("label",{htmlFor:"woocommerce-product-types__pricing-toggle"},Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Display monthly prices",'woocommerce')),Object(s.createElement)(_.FormToggle,{id:"woocommerce-product-types__pricing-toggle",checked:o,onChange:()=>this.setState({isMonthlyPricing:!o})}))),Object(s.createElement)(x.Text,{variant:"caption",size:"12",lineHeight:"16px"},Object(n.__)("Billing is annual. All purchases are covered by our 30 day money back guarantee and include access to support and updates. Extensions will be added to a cart for you to purchase later.",'woocommerce')),window.wcAdminFeatures&&window.wcAdminFeatures.subscriptions&&"US"===c&&!r&&e.subscriptions&&!e.subscriptions.yearly_price&&i.includes("subscriptions")&&Object(s.createElement)(x.Text,{variant:"body",size:"12",lineHeight:"16px",as:"p"},Object(n.__)("The following extensions will be added to your site for free: WooCommerce Payments. An account is required to use this feature.",'woocommerce'))))}}var ne=Object(i.compose)(Object(a.withSelect)(e=>{const{getProfileItems:t,getProductTypes:o,getOnboardingError:s,hasFinishedResolution:n,isOnboardingRequesting:r}=e(m.ONBOARDING_STORE_NAME),{getSettings:i}=e(m.SETTINGS_STORE_NAME),{getInstalledPlugins:c,isPluginsRequesting:a}=e(m.PLUGINS_STORE_NAME),{general:l={}}=i("general");return{isError:Boolean(s("updateProfileItems")),profileItems:t(),isProfileItemsRequesting:r("updateProfileItems"),installedPlugins:c(),isInstallingActivating:a("installPlugins")||a("activatePlugins"),countryCode:Object(v.b)(l.woocommerce_default_country),productTypes:o(),isProductTypesRequesting:!n("getProductTypes")}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{createNotice:o}=e("core/notices"),{installAndActivatePlugins:s}=e(m.PLUGINS_STORE_NAME),{invalidateResolution:n}=e(m.ONBOARDING_STORE_NAME);return{createNotice:o,installAndActivatePlugins:s,invalidateResolution:n,updateProfileItems:t}}))(se);var re=e=>{let{onClose:t,onSave:o}=e;const r=Object(n.__)("Save changes?",'woocommerce'),i=Object(n.__)("You're about to go to a different step. Do you want to save the changes you've made here so far?",'woocommerce'),c=Object(n.__)("Discard",'woocommerce'),a=Object(n.__)("Save",'woocommerce');return Object(s.createElement)(s.Fragment,null,Object(s.createElement)(_.Modal,{title:r,className:"woocommerce-obw-unsaved-changes",onRequestClose:t},Object(s.createElement)("div",{className:"woocommerce-obw-unsaved-changes-modal__wrapper"},Object(s.createElement)("div",{className:"woocommerce-usage-modal__message"},i),Object(s.createElement)("div",{className:"woocommerce-usage-modal__actions"},Object(s.createElement)(_.Button,{onClick:()=>t()},c),Object(s.createElement)(_.Button,{isPrimary:!0,onClick:o},a)))))};class ie extends s.Component{constructor(e){super(e),this.state={showUnsavedChangesModal:!1},this.lastClickedStepKey=null}shouldWarnForUnsavedChanges(e){if(void 0!==this.props.stepValueChanges[e]){const t=this.props.stepValueChanges[e].initialValues,o=this.props.stepValueChanges[e].currentValues;return Array.isArray(t)&&Array.isArray(o)&&(t.sort(),o.sort()),!Object(c.isEqual)(t,o)}return!1}findCurrentStep(){return this.props.steps.find(e=>e.key===this.props.currentStep)}moveToLastClickedStep(){this.lastClickedStepKey&&(Object(l.updateQueryString)({step:this.lastClickedStepKey}),this.lastClickedStepKey=null)}saveCurrentStepChanges(){const e=this.findCurrentStep();if(!e)return null;const t=this.props.stepValueChanges[e.key];"function"==typeof t.onSave&&t.onSave()}renderStepper(){const{currentStep:e,steps:t}=this.props,o=Object(c.filter)(t,e=>!!e.label),n=o.findIndex(t=>t.key===e);return o.map((t,s)=>{const r=o[s-1];return s<n&&(t.isComplete=!0),r&&!r.isComplete||(t.onClick=t=>{this.shouldWarnForUnsavedChanges(e)?(this.setState({showUnsavedChangesModal:!0}),this.lastClickedStepKey=t):Object(l.updateQueryString)({step:t})}),t}),Object(s.createElement)(b.Stepper,{steps:o,currentStep:e})}render(){const e=this.findCurrentStep();return e&&e.label?Object(s.createElement)("div",{className:"woocommerce-profile-wizard__header"},this.state.showUnsavedChangesModal&&Object(s.createElement)(re,{onClose:()=>{this.setState({showUnsavedChangesModal:!1}),this.moveToLastClickedStep()},onSave:()=>{this.saveCurrentStepChanges(),this.setState({showUnsavedChangesModal:!1}),this.moveToLastClickedStep()}}),this.renderStepper()):null}}var ce=o(16),ae=o(554),le=o(541);o(615);const me=_.FlexItem||(e=>{let{children:t,align:o}=e;const n={display:"flex","justify-content":o?"center":"flex-start"};return Object(s.createElement)("div",{style:n},t)}),de=()=>Object(s.createElement)("div",{className:"woocommerce-admin__store-details__spinner"},Object(s.createElement)(_.Spinner,null));class ue extends s.Component{constructor(e){super(e),this.state={showUsageModal:!1,skipping:!1,isStoreDetailsPopoverVisible:!1,isSkipSetupPopoverVisible:!1},this.onContinue=this.onContinue.bind(this),this.onSubmit=this.onSubmit.bind(this),this.validateStoreDetails=this.validateStoreDetails.bind(this),this.onFormValueChange=this.onFormValueChange.bind(this),this.changedFormValues={}}componentDidUpdate(){!1===this.props.isLoading&&0===Object.keys(this.changedFormValues).length&&(this.changedFormValues={...this.props.initialValues},this.props.trackStepValueChanges(this.props.step.key,this.props.initialValues,this.changedFormValues,()=>{this.onContinue(this.changedFormValues)}))}deriveCurrencySettings(e){if(!e)return null;const t=this.context,o=Object(v.b)(e),{currencySymbols:s={},localeInfo:n={}}=Object(K.d)("onboarding",{});return t.getDataForCountry(o,n,s)}onSubmit(){this.setState({showUsageModal:!0,skipping:!1})}onFormValueChange(e){this.changedFormValues[e.name]=e.value}async onContinue(e){const{createNotice:t,updateProfileItems:o,updateAndPersistSettingsForGroup:s,profileItems:r,settings:i,errorsRef:c}=this.props,a=this.deriveCurrencySettings(e.countryState);this.context.setCurrency(a),Object(d.recordEvent)("storeprofiler_store_details_continue",{store_country:Object(v.b)(e.countryState),derived_currency:a.code,email_signup:e.isAgreeMarketing}),await s("general",{general:{...i,woocommerce_store_address:e.addressLine1,woocommerce_store_address_2:e.addressLine2,woocommerce_default_country:e.countryState,woocommerce_store_city:e.city,woocommerce_store_postcode:e.postCode,woocommerce_currency:a.code,woocommerce_currency_pos:a.symbolPosition,woocommerce_price_thousand_sep:a.thousandSeparator,woocommerce_price_decimal_sep:a.decimalSeparator,woocommerce_price_num_decimals:a.precision}});const l={is_agree_marketing:e.isAgreeMarketing,store_email:e.storeEmail};if("US"!==Object(v.c)(e.countryState)&&r.industry&&r.industry.length){const e="cbd-other-hemp-derived-products",t=r.industry.filter(t=>e!==t&&e!==t.slug);l.industry=t}let m=[];try{await o(l)}catch(e){var u;null!=e&&null!==(u=e.data)&&void 0!==u&&u.params&&(m=Object.values(e.data.params))}if(!Boolean(c.current.settings)&&!m.length)return!0;t("error",Object(n.__)("There was a problem saving your store details",'woocommerce')),m.forEach(e=>t("error",e))}validateStoreDetails(e){const{getLocale:t}=this.props,o=t(e.countryState),s=Object(ae.b)(o)(e);return e.storeEmail&&!Object(ce.isEmail)(e.storeEmail)&&(s.storeEmail=Object(n.__)("Invalid email address",'woocommerce')),s}render(){const{showUsageModal:e,skipping:t,isStoreDetailsPopoverVisible:o,isSkipSetupPopoverVisible:r}=this.state,{skipProfiler:i,isLoading:c,isBusy:a,initialValues:l,invalidateResolutionForStoreSelector:m}=this.props,d=Object(n.__)("Manual setup is only recommended for\n experienced WooCommerce users or developers.",'woocommerce'),u=Object(n.__)("Your store address will help us configure currency\n options and shipping rules automatically.\n This information will not be publicly visible and can\n easily be changed later.",'woocommerce');return c?Object(s.createElement)("div",{className:"woocommerce-profile-wizard__store-details"},Object(s.createElement)(de,null)):Object(s.createElement)("div",{className:"woocommerce-profile-wizard__store-details"},Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Welcome to WooCommerce",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Tell us about your store and we'll get you set up in no time",'woocommerce'),Object(s.createElement)(_.Button,{isTertiary:!0,label:Object(n.__)("Learn more about store details",'woocommerce'),onClick:()=>this.setState({isStoreDetailsPopoverVisible:!0})},Object(s.createElement)(I.a,{icon:te.a}))),o&&Object(s.createElement)(_.Popover,{focusOnMount:"container",position:"top center",onClose:()=>this.setState({isStoreDetailsPopoverVisible:!1})},u)),Object(s.createElement)(b.Form,{initialValues:l,onSubmit:this.onSubmit,validate:this.validateStoreDetails,onChange:this.onFormValueChange},o=>{let{getInputProps:r,handleSubmit:c,values:l,isValidForm:m,setValue:d}=o;return Object(s.createElement)(_.Card,null,e&&Object(s.createElement)(le.a,{onContinue:()=>{t?i():this.onContinue(l).then(()=>this.props.goToNextStep())},onClose:()=>this.setState({showUsageModal:!1,skipping:!1})}),Object(s.createElement)(_.CardBody,null,Object(s.createElement)(ae.a,{getInputProps:r,setValue:d}),Object(s.createElement)(b.TextControl,h()({label:l.isAgreeMarketing?Object(n.__)("Email address",'woocommerce'):Object(n.__)("Email address (Optional)",'woocommerce'),required:l.isAgreeMarketing,autoComplete:"email"},r("storeEmail"))),l.isAgreeMarketing&&(!l.storeEmail||!l.storeEmail.trim().length)&&Object(s.createElement)("div",{className:"woocommerce-profile-wizard__store-details-error"},Object(n.__)("Please enter your email address to subscribe",'woocommerce')),Object(s.createElement)(me,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__newsletter-signup"},Object(s.createElement)(_.CheckboxControl,h()({label:Object(s.createElement)(s.Fragment,null,Object(n.__)("Get tips, product updates and inspiration straight to your mailbox.",'woocommerce')," ",Object(s.createElement)("span",{className:"woocommerce-profile-wizard__powered-by-mailchimp"},Object(n.__)("Powered by Mailchimp",'woocommerce')))},r("isAgreeMarketing")))))),Object(s.createElement)(_.CardFooter,{justify:"center"},Object(s.createElement)(_.Button,{isPrimary:!0,onClick:c,isBusy:a,disabled:!m||a},Object(n.__)("Continue",'woocommerce'))))}),Object(s.createElement)("div",{className:"woocommerce-profile-wizard__footer"},Object(s.createElement)(_.Button,{isLink:!0,className:"woocommerce-profile-wizard__footer-link",onClick:()=>(m("getTaskLists"),this.setState({showUsageModal:!0,skipping:!0}),!1)},Object(n.__)("Skip setup store details",'woocommerce')),Object(s.createElement)(_.Button,{isTertiary:!0,label:d,onClick:()=>this.setState({isSkipSetupPopoverVisible:!0})},Object(s.createElement)(I.a,{icon:te.a})),r&&Object(s.createElement)(_.Popover,{focusOnMount:"container",position:"top center",onClose:()=>this.setState({isSkipSetupPopoverVisible:!1})},d)))}}ue.contextType=j.a;var pe=Object(i.compose)(Object(a.withSelect)(e=>{const{getSettings:t,getSettingsError:o,isUpdateSettingsRequesting:n}=e(m.SETTINGS_STORE_NAME),{getProfileItems:r,isOnboardingRequesting:i,getEmailPrefill:c,hasFinishedResolution:a}=e(m.ONBOARDING_STORE_NAME),{getLocale:l,getLocales:d,getCountries:u,hasFinishedResolution:p}=e(m.COUNTRIES_STORE_NAME),{isResolving:h}=e(m.OPTIONS_STORE_NAME),b=r(),_=c(),{general:O={}}=t("general"),g=i("updateProfileItems")||n("general")||h("getOption",["woocommerce_allow_tracking"]),j=!(a("getProfileItems")&&a("getEmailPrefill")&&p("getLocales")&&p("getCountries")),w=Object(s.useRef)({settings:null});w.current={settings:o("general")};const f=O.woocommerce_store_address&&O.woocommerce_default_country||"";u(),d();return{getLocale:l,initialValues:{addressLine1:O.woocommerce_store_address||"",addressLine2:O.woocommerce_store_address_2||"",city:O.woocommerce_store_city||"",countryState:f,postCode:O.woocommerce_store_postcode||"",isAgreeMarketing:"boolean"!=typeof b.is_agree_marketing||b.is_agree_marketing,storeEmail:"string"==typeof b.store_email?b.store_email:_},isLoading:j,profileItems:b,isBusy:g,settings:O,errorsRef:w}}),Object(a.withDispatch)(e=>{const{createNotice:t}=e("core/notices"),{invalidateResolutionForStoreSelector:o,updateProfileItems:s}=e(m.ONBOARDING_STORE_NAME),{updateAndPersistSettingsForGroup:n}=e(m.SETTINGS_STORE_NAME);return{createNotice:t,invalidateResolutionForStoreSelector:o,updateProfileItems:s,updateAndPersistSettingsForGroup:n}}))(ue),he=o(19),be=o.n(he),_e=o(34),Oe=o(616),ge=o.n(Oe),je=(o(617),o(618)),we=o.n(je),fe=o(1),Ce=o.n(fe);const ye=e=>{let{children:t,className:o}=e;return Object(u.isWpVersion)("5.8",">=")?Object(s.createElement)("div",{className:o},t):Object(s.createElement)(_.DropZoneProvider,null,Object(s.createElement)("div",{className:o},t))};class ve extends s.Component{constructor(){super(),this.state={isUploading:!1},this.handleFilesUpload=this.handleFilesUpload.bind(this),this.handleFilesDrop=this.handleFilesDrop.bind(this)}handleFilesDrop(e){const t=e[0];this.uploadTheme(t)}handleFilesUpload(e){const t=e.target.files[0];this.uploadTheme(t)}uploadTheme(e){const{createNotice:t,onUploadComplete:o}=this.props;this.setState({isUploading:!0});const s=new window.FormData;return s.append("pluginzip",e),be()({path:"/wc-admin/themes",method:"POST",body:s}).then(e=>{o(e),this.setState({isUploading:!1}),t(e.status,e.message)}).catch(e=>{this.setState({isUploading:!1}),e&&e.message&&t("error",e.message)})}render(){const{className:e}=this.props,{isUploading:t}=this.state,o=g()("woocommerce-theme-uploader",e,{"is-uploading":t});return Object(s.createElement)(_.Card,{className:o},Object(s.createElement)(ye,{className:"woocommerce-theme-uploader__dropzone-wrapper"},t?Object(s.createElement)(s.Fragment,null,Object(s.createElement)(b.Spinner,null),Object(s.createElement)(b.H,{className:"woocommerce-theme-uploader__title"},Object(n.__)("Uploading theme",'woocommerce')),Object(s.createElement)("p",null,Object(n.__)("Your theme is being uploaded",'woocommerce'))):Object(s.createElement)(s.Fragment,null,Object(s.createElement)(_.FormFileUpload,{accept:".zip",onChange:this.handleFilesUpload},Object(s.createElement)(we.a,null),Object(s.createElement)(b.H,{className:"woocommerce-theme-uploader__title"},Object(n.__)("Upload a theme",'woocommerce')),Object(s.createElement)("p",null,Object(n.__)("Drop a theme zip file here to upload",'woocommerce'))),Object(s.createElement)(_.DropZone,{label:Object(n.__)("Drop your theme zip file here",'woocommerce'),onFilesDrop:this.handleFilesDrop}))))}}ve.propTypes={className:Ce.a.string,onUploadComplete:Ce.a.func},ve.defaultProps={onUploadComplete:c.noop};var Ee=Object(i.compose)(Object(a.withDispatch)(e=>{const{createNotice:t}=e("core/notices");return{createNotice:t}}))(ve),Se=o(522),ke=o(619),Ne=o.n(ke),Te=o(620),Pe=o.n(Te),xe=o(621),Ie=o.n(xe);const Me=[{key:"mobile",icon:Ne.a},{key:"tablet",icon:Pe.a},{key:"desktop",icon:Ie.a}];class Ae extends s.Component{constructor(){super(...arguments),this.state={device:"desktop"},this.handleDeviceClick=this.handleDeviceClick.bind(this)}handleDeviceClick(e){const{theme:t}=this.props;Object(d.recordEvent)("storeprofiler_store_theme_demo_device",{device:e,theme:t.slug}),this.setState({device:e})}render(){const{isBusy:e,onChoose:t,onClose:o,theme:r}=this.props,{demo_url:i,slug:c,title:a}=r,{device:l}=this.state;return Object(s.createElement)("div",{className:"woocommerce-theme-preview"},Object(s.createElement)("div",{className:"woocommerce-theme-preview__toolbar"},Object(s.createElement)(_.Button,{className:"woocommerce-theme-preview__close",onClick:o},Object(s.createElement)(I.a,{icon:Se.a})),Object(s.createElement)("div",{className:"woocommerce-theme-preview__theme-name"},Object(R.a)({mixedString:Object(n.sprintf)(Object(n.__)("{{strong}}%s{{/strong}} developed by WooCommerce",'woocommerce'),a),components:{strong:Object(s.createElement)("strong",null)}})),Object(s.createElement)("div",{className:"woocommerce-theme-preview__devices"},Me.map(e=>{const t=e.icon;return Object(s.createElement)(_.Button,{key:e.key,className:g()("woocommerce-theme-preview__device",{"is-selected":e.key===l}),onClick:()=>this.handleDeviceClick(e.key)},Object(s.createElement)(t,null))})),Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>t(c,"preview"),isBusy:e},Object(n.__)("Choose",'woocommerce'))),Object(s.createElement)(b.WebPreview,{src:i,title:a,className:"is-"+l}))}}var Re=Ae;class Ve extends s.Component{constructor(){super(...arguments),this.state={activeTab:"all",chosen:null,demo:null,uploadedThemes:[]},this.handleUploadComplete=this.handleUploadComplete.bind(this),this.onChoose=this.onChoose.bind(this),this.onClosePreview=this.onClosePreview.bind(this),this.onSelectTab=this.onSelectTab.bind(this),this.openDemo=this.openDemo.bind(this),this.skipStep=this.skipStep.bind(this)}componentDidUpdate(e){const{isError:t,isUpdatingProfileItems:o,createNotice:s}=this.props,{chosen:r}=this.state,i=!o&&e.isUpdatingProfileItems&&!t&&r,c=!o&&e.isRequesting&&t;i&&(this.setState({chosen:null}),this.props.goToNextStep()),c&&(this.setState({chosen:null}),s("error",Object(n.__)("There was a problem selecting your store theme",'woocommerce')))}onChoose(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const{updateProfileItems:o}=this.props,{is_installed:s,price:n,slug:r}=e,{activeTheme:i=""}=Object(K.d)("onboarding",{});this.setState({chosen:r}),Object(d.recordEvent)("storeprofiler_store_theme_choose",{theme:r,location:t}),r!==i&&s?this.activateTheme(r):r!==i&&Object(v.d)(n)<=0?this.installTheme(r):o({theme:r})}installTheme(e){const{createNotice:t}=this.props;be()({path:"/wc-admin/onboarding/themes/install?theme="+e,method:"POST"}).then(()=>{this.activateTheme(e)}).catch(e=>{this.setState({chosen:null}),t("error",e.message)})}activateTheme(e){const{createNotice:t,updateProfileItems:o}=this.props;be()({path:"/wc-admin/onboarding/themes/activate?theme="+e,method:"POST"}).then(s=>{t("success",Object(n.sprintf)(Object(n.__)("%s was installed and activated on your site",'woocommerce'),s.name)),Object(K.e)("onboarding",{...Object(K.d)("onboarding",{}),activeTheme:s.slug}),o({theme:e})}).catch(e=>{this.setState({chosen:null}),t("error",e.message)})}onClosePreview(){const{demo:e}=this.state;Object(d.recordEvent)("storeprofiler_store_theme_demo_close",{theme:e.slug}),document.body.classList.remove("woocommerce-theme-preview-active"),this.setState({demo:null})}openDemo(e){Object(d.recordEvent)("storeprofiler_store_theme_live_demo",{theme:e.slug}),document.body.classList.add("woocommerce-theme-preview-active"),this.setState({demo:e})}skipStep(){const{activeTheme:e=""}=Object(K.d)("onboarding",{});Object(d.recordEvent)("storeprofiler_store_theme_skip_step",{activeTheme:e}),this.props.goToNextStep()}renderTheme(e){const{demo_url:t,has_woocommerce_support:o,image:r,slug:i,title:c}=e,{chosen:a}=this.state,{activeTheme:l=""}=Object(K.d)("onboarding",{});return Object(s.createElement)(_.Card,{className:"woocommerce-profile-wizard__theme",key:i},Object(s.createElement)(_.CardBody,{size:null},r&&Object(s.createElement)("div",{className:"woocommerce-profile-wizard__theme-image",style:{backgroundImage:`url(${r})`},role:"img","aria-label":c})),Object(s.createElement)(_.CardBody,{className:"woocommerce-profile-wizard__theme-details"},Object(s.createElement)(b.H,{className:"woocommerce-profile-wizard__theme-name"},c,!o&&Object(s.createElement)(_.Tooltip,{text:Object(n.__)("This theme does not support WooCommerce.",'woocommerce')},Object(s.createElement)("span",null,Object(s.createElement)(ge.a,{role:"img","aria-hidden":"true",focusable:"false"})))),Object(s.createElement)("p",{className:"woocommerce-profile-wizard__theme-status"},this.getThemeStatus(e))),Object(s.createElement)(_.CardFooter,null,i===l?Object(s.createElement)(_.Button,{isPrimary:!0,onClick:()=>this.onChoose(e,"card"),isBusy:a===i,disabled:a===i},Object(n.__)("Continue with my active theme",'woocommerce')):Object(s.createElement)(_.Button,{isSecondary:!0,onClick:()=>this.onChoose(e,"card"),isBusy:a===i,disabled:a===i},Object(n.__)("Choose",'woocommerce')),t&&Object(s.createElement)(_.Button,{isTertiary:!0,onClick:()=>this.openDemo(e)},Object(n.__)("Live demo",'woocommerce'))))}getThemeStatus(e){const{is_installed:t,price:o,slug:s}=e,{activeTheme:r=""}=Object(K.d)("onboarding",{});return r===s?Object(n.__)("Currently active theme",'woocommerce'):t?Object(n.__)("Installed",'woocommerce'):Object(v.d)(o)<=0?Object(n.__)("Free",'woocommerce'):Object(n.sprintf)(Object(n.__)("%s per year",'woocommerce'),Object(_e.decodeEntities)(o))}doesActiveThemeSupportWooCommerce(){const{activeTheme:e=""}=Object(K.d)("onboarding",{}),t=this.getThemes().find(t=>t.slug===e);return t&&t.has_woocommerce_support}onSelectTab(e){Object(d.recordEvent)("storeprofiler_store_theme_navigate",{navigation:e}),this.setState({activeTab:e})}getPriceValue(e){return Number(Object(_e.decodeEntities)(e).replace(/[^0-9.-]+/g,""))}getThemes(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"all";const{uploadedThemes:t}=this.state,{activeTheme:o="",themes:s=[]}=Object(K.d)("onboarding",{}),n=[...s.filter(e=>e&&(e.has_woocommerce_support||e.slug===o)),...t];switch(e){case"paid":return n.filter(e=>Object(v.d)(e.price)>0);case"free":return n.filter(e=>Object(v.d)(e.price)<=0);case"all":default:return n}}handleUploadComplete(e){"success"===e.status&&e.theme_data&&(this.setState({uploadedThemes:[...this.state.uploadedThemes,e.theme_data]}),Object(d.recordEvent)("storeprofiler_store_theme_upload",{theme:e.theme_data.slug}))}render(){const{activeTab:e,chosen:t,demo:o}=this.state,r=this.getThemes(e),i=this.doesActiveThemeSupportWooCommerce();return Object(s.createElement)(s.Fragment,null,Object(s.createElement)("div",{className:"woocommerce-profile-wizard__step-header"},Object(s.createElement)(x.Text,{variant:"title.small",as:"h2",size:"20",lineHeight:"28px"},Object(n.__)("Choose a theme",'woocommerce')),Object(s.createElement)(x.Text,{variant:"body",as:"p"},Object(n.__)("Choose how your store appears to customers. And don't worry, you can always switch themes and edit them later.",'woocommerce'))),Object(s.createElement)(_.TabPanel,{className:"woocommerce-profile-wizard__themes-tab-panel",activeClass:"is-active",onSelect:this.onSelectTab,tabs:[{name:"all",title:Object(n.__)("All themes",'woocommerce')},{name:"paid",title:Object(n.__)("Paid themes",'woocommerce')},{name:"free",title:Object(n.__)("Free themes",'woocommerce')}]},()=>Object(s.createElement)("div",{className:"woocommerce-profile-wizard__themes"},r&&r.map(e=>this.renderTheme(e)),Object(s.createElement)(Ee,{onUploadComplete:this.handleUploadComplete}))),o&&Object(s.createElement)(Re,{theme:o,onChoose:()=>this.onChoose(o,"card"),onClose:this.onClosePreview,isBusy:t===o.slug}),i&&Object(s.createElement)("p",{className:"woocommerce-profile-wizard__themes-skip-this-step"},Object(s.createElement)(_.Button,{isLink:!0,className:"woocommerce-profile-wizard__skip",onClick:()=>this.skipStep()},Object(n.__)("Skip this step",'woocommerce'))))}}var Fe=Object(i.compose)(Object(a.withSelect)(e=>{const{getProfileItems:t,getOnboardingError:o,isOnboardingRequesting:s}=e(m.ONBOARDING_STORE_NAME);return{isError:Boolean(o("updateProfileItems")),isUpdatingProfileItems:s("updateProfileItems"),profileItems:t()}}),Object(a.withDispatch)(e=>{const{updateProfileItems:t}=e(m.ONBOARDING_STORE_NAME),{createNotice:o}=e("core/notices");return{createNotice:o,updateProfileItems:t}}))(Ve);o(622);class Be extends s.Component{constructor(e){super(e),this.cachedActivePlugins=e.activePlugins,this.goToNextStep=this.goToNextStep.bind(this),this.trackStepValueChanges=this.trackStepValueChanges.bind(this),this.updateCurrentStepValues=this.updateCurrentStepValues.bind(this),this.stepValueChanges={}}componentDidUpdate(e){const{step:t}=e.query,{step:o}=this.props.query,{isError:s,isGetProfileItemsRequesting:r,createNotice:i}=this.props;!r&&e.isRequesting&&s&&i("error",Object(n.__)("There was a problem finishing the setup wizard",'woocommerce')),t!==o&&(window.document.documentElement.scrollTop=0,Object(d.recordEvent)("storeprofiler_step_view",{step:this.getCurrentStep().key,wc_version:Object(u.getSetting)("wcVersion")}))}componentDidMount(){document.body.classList.remove("woocommerce-admin-is-loading"),document.body.classList.add("woocommerce-profile-wizard__body"),document.body.classList.add("woocommerce-admin-full-screen"),document.body.classList.add("is-wp-toolbar-disabled"),Object(d.recordEvent)("storeprofiler_step_view",{step:this.getCurrentStep().key,wc_version:Object(u.getSetting)("wcVersion")})}componentWillUnmount(){document.body.classList.remove("woocommerce-profile-wizard__body"),document.body.classList.remove("woocommerce-admin-full-screen"),document.body.classList.remove("is-wp-toolbar-disabled")}trackStepValueChanges(e,t,o,s){this.stepValueChanges[e]={initialValues:t,currentValues:o,onSave:s}}updateCurrentStepValues(e,t){this.stepValueChanges[e]&&(this.stepValueChanges[e].currentValues=t)}getSteps(){const{profileItems:e}=this.props,t=[];return t.push({key:"store-details",container:pe,label:Object(n.__)("Store Details",'woocommerce'),isComplete:e.hasOwnProperty("setup_client")&&null!==e.setup_client}),t.push({key:"industry",container:ee,label:Object(n.__)("Industry",'woocommerce'),isComplete:e.hasOwnProperty("industry")&&null!==e.industry}),t.push({key:"product-types",container:ne,label:Object(n.__)("Product Types",'woocommerce'),isComplete:e.hasOwnProperty("product_types")&&null!==e.product_types}),t.push({key:"business-details",container:Y,label:Object(n.__)("Business Details",'woocommerce'),isComplete:e.hasOwnProperty("product_count")&&null!==e.product_count}),t.push({key:"theme",container:Fe,label:Object(n.__)("Theme",'woocommerce'),isComplete:e.hasOwnProperty("theme")&&null!==e.theme}),Object(r.applyFilters)("woocommerce_admin_profile_wizard_steps",t)}getCurrentStep(){const{step:e}=this.props.query,t=this.getSteps().find(t=>t.key===e);return t||this.getSteps()[0]}async goToNextStep(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{activePlugins:t}=this.props,o=this.getCurrentStep(),s=this.getSteps().findIndex(e=>e.key===o.key);Object(d.recordEvent)("storeprofiler_step_complete",{step:o.key,wc_version:Object(u.getSetting)("wcVersion"),...e}),this.cachedActivePlugins=t;const n=this.getSteps()[s+1];if(void 0!==n)return Object(l.updateQueryString)({step:n.key});this.completeProfiler()}completeProfiler(){const{activePlugins:e,isJetpackConnected:t,notes:o,updateNote:s,updateProfileItems:n,connectToJetpack:r}=this.props;Object(d.recordEvent)("storeprofiler_complete");const i=e.includes("jetpack")&&!t,c=o.find(e=>"wc-admin-onboarding-profiler-reminder"===e.name);c&&s(c.id,{status:"actioned"}),n({completed:!0}).then(()=>{const e=new URL(Object(l.getNewPath)({},"/",{}),window.location.href).href;i?(document.body.classList.add("woocommerce-admin-is-loading"),r(()=>e)):window.location.href=e})}skipProfiler(){const{createNotice:e,updateProfileItems:t}=this.props;t({skipped:!0}).then(()=>{Object(d.recordEvent)("storeprofiler_store_details_skip"),Object(l.getHistory)().push(Object(l.getNewPath)({},"/",{}))}).catch(()=>{e("error",Object(n.__)("There was a problem skipping the setup wizard",'woocommerce'))})}render(){const{query:e}=this.props,t=this.getCurrentStep(),o=t.key,n=Object(s.createElement)(t.container,{query:e,step:t,goToNextStep:this.goToNextStep,skipProfiler:()=>{this.skipProfiler()},trackStepValueChanges:this.trackStepValueChanges,updateCurrentStepValues:this.updateCurrentStepValues}),r=this.getSteps().map(e=>Object(c.pick)(e,["key","label","isComplete"])),i="woocommerce-profile-wizard__container "+o;return Object(s.createElement)(s.Fragment,null,Object(s.createElement)(ie,{currentStep:o,steps:r,stepValueChanges:this.stepValueChanges}),Object(s.createElement)("div",{className:i},n))}}t.default=Object(i.compose)(Object(a.withSelect)(e=>{const{getNotes:t}=e(m.NOTES_STORE_NAME),{getProfileItems:o,getOnboardingError:s}=e(m.ONBOARDING_STORE_NAME),{getActivePlugins:n,getPluginsError:r,isJetpackConnected:i}=e(m.PLUGINS_STORE_NAME),c=o(),a=t({page:1,per_page:m.QUERY_DEFAULTS.pageSize,type:"update",status:"unactioned"}),l=n();return{getPluginsError:r,isError:Boolean(s("updateProfileItems")),isJetpackConnected:i(),notes:a,profileItems:c,activePlugins:l}}),Object(a.withDispatch)(e=>{const{connectToJetpackWithFailureRedirect:t,createErrorNotice:o}=e(m.PLUGINS_STORE_NAME),{updateNote:s}=e(m.NOTES_STORE_NAME),{updateOptions:n}=e(m.OPTIONS_STORE_NAME),{updateProfileItems:r}=e(m.ONBOARDING_STORE_NAME),{createNotice:i}=e("core/notices");return{connectToJetpack:e=>{t(e,o,u.getAdminLink)},createNotice:i,updateNote:s,updateOptions:n,updateProfileItems:r}}),Object(K.d)("plugins")?Object(m.withPluginsHydration)({...Object(K.d)("plugins"),jetpackStatus:Object(K.d)("dataEndpoints",{}).jetpackStatus}):c.identity)(Be)}}]);
|
packages/woocommerce-admin/languages/woocommerce-admin.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the same license as the WooCommerce Admin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WooCommerce Admin 3.3.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/woocommerce-admin\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -46,7 +46,7 @@ msgstr ""
|
|
46 |
#: src/Features/OnboardingTasks/Tasks/Appearance.php:61
|
47 |
#: src/Features/OnboardingTasks/Tasks/Payments.php:49
|
48 |
#: src/Features/OnboardingTasks/Tasks/Purchase.php:111
|
49 |
-
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
50 |
#: client/two-column-tasks/headers/woocommerce-payments.js:86
|
51 |
msgid "2 minutes"
|
52 |
msgstr ""
|
@@ -192,13 +192,11 @@ msgstr ""
|
|
192 |
#: src/Features/Navigation/CoreMenu.php:95 src/ReportCSVEmail.php:36
|
193 |
#: src-internal/Admin/Analytics.php:226
|
194 |
#: client/analytics/report/revenue/table.js:65
|
195 |
-
#: client/analytics/report/coupons/table.js:38
|
196 |
-
#: client/analytics/report/customers/table.js:68
|
197 |
-
#: client/analytics/report/get-reports.js:78
|
198 |
-
#: client/analytics/report/orders/config.js:36
|
199 |
-
#: client/analytics/report/products/config.js:53
|
200 |
#: client/analytics/report/taxes/config.js:57
|
201 |
#: client/analytics/report/taxes/table.js:58
|
|
|
|
|
|
|
202 |
#: client/analytics/report/variations/config.js:54
|
203 |
#: client/analytics/report/variations/table.js:73
|
204 |
#: client/dashboard/dashboard-charts/config.js:40
|
@@ -3024,25 +3022,25 @@ msgstr ""
|
|
3024 |
msgid "Yes please"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
3028 |
msgid "Get paid with WooCommerce Payments"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
3032 |
#: client/two-column-tasks/headers/woocommerce-payments.js:52
|
3033 |
msgid ""
|
3034 |
"You're only one step away from getting paid. Verify your business details "
|
3035 |
"to start managing transactions with WooCommerce Payments."
|
3036 |
msgstr ""
|
3037 |
|
3038 |
-
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
3039 |
#: client/activity-panel/activity-panel.js:236
|
3040 |
#: client/marketing/overview/installed-extensions/row.js:112
|
3041 |
#: client/tasks/fills/PaymentGatewaySuggestions/components/Action.js:126
|
3042 |
msgid "Finish setup"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
-
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:
|
3046 |
msgid ""
|
3047 |
"By setting up, you are agreeing to the <a "
|
3048 |
"href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>"
|
@@ -5710,7 +5708,7 @@ msgid "Buy now"
|
|
5710 |
msgstr ""
|
5711 |
|
5712 |
#: client/dashboard/components/connect/index.js:77
|
5713 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
5714 |
#: packages/components/build-module/plugins/index.js:62
|
5715 |
msgid "Retry"
|
5716 |
msgstr ""
|
@@ -6884,53 +6882,53 @@ msgstr ""
|
|
6884 |
msgid "Yes, on another platform and in person at physical stores and/or events"
|
6885 |
msgstr ""
|
6886 |
|
6887 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6888 |
msgid "There was a problem updating your business details"
|
6889 |
msgstr ""
|
6890 |
|
6891 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6892 |
msgid "This field is required"
|
6893 |
msgstr ""
|
6894 |
|
6895 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6896 |
msgid "Tell us about your business"
|
6897 |
msgstr ""
|
6898 |
|
6899 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6900 |
msgid ""
|
6901 |
"We'd love to know if you are just getting started or you already have a "
|
6902 |
"business in place."
|
6903 |
msgstr ""
|
6904 |
|
6905 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6906 |
msgid "How many products do you plan to display?"
|
6907 |
msgstr ""
|
6908 |
|
6909 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6910 |
msgid "Currently selling elsewhere?"
|
6911 |
msgstr ""
|
6912 |
|
6913 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6914 |
msgid "How many employees do you have?"
|
6915 |
msgstr ""
|
6916 |
|
6917 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6918 |
msgid "What's your current annual revenue?"
|
6919 |
msgstr ""
|
6920 |
|
6921 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6922 |
msgid "Which platform is the store using?"
|
6923 |
msgstr ""
|
6924 |
|
6925 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6926 |
msgid "What is the platform name?"
|
6927 |
msgstr ""
|
6928 |
|
6929 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6930 |
msgid "I'm setting up a store for a client"
|
6931 |
msgstr ""
|
6932 |
|
6933 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6934 |
#: client/profile-wizard/steps/business-details/flows/selective-bundle/selective-extensions-bundle/index.js:402
|
6935 |
#: client/profile-wizard/steps/industry.js:279
|
6936 |
#: client/profile-wizard/steps/product-types/index.js:297
|
@@ -6940,28 +6938,28 @@ msgstr ""
|
|
6940 |
msgid "Continue"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6944 |
#: packages/components/build-module/plugins/index.js:63
|
6945 |
msgid "Continue without installing"
|
6946 |
msgstr ""
|
6947 |
|
6948 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6949 |
msgid "Included business features"
|
6950 |
msgstr ""
|
6951 |
|
6952 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6953 |
msgid "We recommend enhancing your store with these free extensions"
|
6954 |
msgstr ""
|
6955 |
|
6956 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6957 |
msgid "No commitment required - you can remove them at any time."
|
6958 |
msgstr ""
|
6959 |
|
6960 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6961 |
msgid "Business details"
|
6962 |
msgstr ""
|
6963 |
|
6964 |
-
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:
|
6965 |
msgid "Free features"
|
6966 |
msgstr ""
|
6967 |
|
2 |
# This file is distributed under the same license as the WooCommerce Admin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WooCommerce Admin 3.3.2\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/woocommerce-admin\n"
|
8 |
+
"POT-Creation-Date: 2022-04-05 19:45:11+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
46 |
#: src/Features/OnboardingTasks/Tasks/Appearance.php:61
|
47 |
#: src/Features/OnboardingTasks/Tasks/Payments.php:49
|
48 |
#: src/Features/OnboardingTasks/Tasks/Purchase.php:111
|
49 |
+
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:59
|
50 |
#: client/two-column-tasks/headers/woocommerce-payments.js:86
|
51 |
msgid "2 minutes"
|
52 |
msgstr ""
|
192 |
#: src/Features/Navigation/CoreMenu.php:95 src/ReportCSVEmail.php:36
|
193 |
#: src-internal/Admin/Analytics.php:226
|
194 |
#: client/analytics/report/revenue/table.js:65
|
|
|
|
|
|
|
|
|
|
|
195 |
#: client/analytics/report/taxes/config.js:57
|
196 |
#: client/analytics/report/taxes/table.js:58
|
197 |
+
#: client/analytics/report/get-reports.js:78
|
198 |
+
#: client/analytics/report/orders/config.js:36
|
199 |
+
#: client/analytics/report/orders/table.js:353
|
200 |
#: client/analytics/report/variations/config.js:54
|
201 |
#: client/analytics/report/variations/table.js:73
|
202 |
#: client/dashboard/dashboard-charts/config.js:40
|
3022 |
msgid "Yes please"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
+
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:38
|
3026 |
msgid "Get paid with WooCommerce Payments"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
+
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:47
|
3030 |
#: client/two-column-tasks/headers/woocommerce-payments.js:52
|
3031 |
msgid ""
|
3032 |
"You're only one step away from getting paid. Verify your business details "
|
3033 |
"to start managing transactions with WooCommerce Payments."
|
3034 |
msgstr ""
|
3035 |
|
3036 |
+
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:68
|
3037 |
#: client/activity-panel/activity-panel.js:236
|
3038 |
#: client/marketing/overview/installed-extensions/row.js:112
|
3039 |
#: client/tasks/fills/PaymentGatewaySuggestions/components/Action.js:126
|
3040 |
msgid "Finish setup"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: src/Features/OnboardingTasks/Tasks/WooCommercePayments.php:77
|
3044 |
msgid ""
|
3045 |
"By setting up, you are agreeing to the <a "
|
3046 |
"href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
#: client/dashboard/components/connect/index.js:77
|
5711 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:616
|
5712 |
#: packages/components/build-module/plugins/index.js:62
|
5713 |
msgid "Retry"
|
5714 |
msgstr ""
|
6882 |
msgid "Yes, on another platform and in person at physical stores and/or events"
|
6883 |
msgstr ""
|
6884 |
|
6885 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:306
|
6886 |
msgid "There was a problem updating your business details"
|
6887 |
msgstr ""
|
6888 |
|
6889 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:365
|
6890 |
msgid "This field is required"
|
6891 |
msgstr ""
|
6892 |
|
6893 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:465
|
6894 |
msgid "Tell us about your business"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:471
|
6898 |
msgid ""
|
6899 |
"We'd love to know if you are just getting started or you already have a "
|
6900 |
"business in place."
|
6901 |
msgstr ""
|
6902 |
|
6903 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:481
|
6904 |
msgid "How many products do you plan to display?"
|
6905 |
msgstr ""
|
6906 |
|
6907 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:495
|
6908 |
msgid "Currently selling elsewhere?"
|
6909 |
msgstr ""
|
6910 |
|
6911 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:512
|
6912 |
msgid "How many employees do you have?"
|
6913 |
msgstr ""
|
6914 |
|
6915 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:530
|
6916 |
msgid "What's your current annual revenue?"
|
6917 |
msgstr ""
|
6918 |
|
6919 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:557
|
6920 |
msgid "Which platform is the store using?"
|
6921 |
msgstr ""
|
6922 |
|
6923 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:571
|
6924 |
msgid "What is the platform name?"
|
6925 |
msgstr ""
|
6926 |
|
6927 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:590
|
6928 |
msgid "I'm setting up a store for a client"
|
6929 |
msgstr ""
|
6930 |
|
6931 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:612
|
6932 |
#: client/profile-wizard/steps/business-details/flows/selective-bundle/selective-extensions-bundle/index.js:402
|
6933 |
#: client/profile-wizard/steps/industry.js:279
|
6934 |
#: client/profile-wizard/steps/product-types/index.js:297
|
6938 |
msgid "Continue"
|
6939 |
msgstr ""
|
6940 |
|
6941 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:630
|
6942 |
#: packages/components/build-module/plugins/index.js:63
|
6943 |
msgid "Continue without installing"
|
6944 |
msgstr ""
|
6945 |
|
6946 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:660
|
6947 |
msgid "Included business features"
|
6948 |
msgstr ""
|
6949 |
|
6950 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:666
|
6951 |
msgid "We recommend enhancing your store with these free extensions"
|
6952 |
msgstr ""
|
6953 |
|
6954 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:672
|
6955 |
msgid "No commitment required - you can remove them at any time."
|
6956 |
msgstr ""
|
6957 |
|
6958 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:721
|
6959 |
msgid "Business details"
|
6960 |
msgstr ""
|
6961 |
|
6962 |
+
#: client/profile-wizard/steps/business-details/flows/selective-bundle/index.js:729
|
6963 |
msgid "Free features"
|
6964 |
msgstr ""
|
6965 |
|
packages/woocommerce-admin/readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activi
|
|
4 |
Requires at least: 5.4.0
|
5 |
Tested up to: 5.9.1
|
6 |
Requires PHP: 7.0
|
7 |
-
Stable tag: 3.3.
|
8 |
License: GPLv3
|
9 |
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
|
10 |
|
4 |
Requires at least: 5.4.0
|
5 |
Tested up to: 5.9.1
|
6 |
Requires PHP: 7.0
|
7 |
+
Stable tag: 3.3.2
|
8 |
License: GPLv3
|
9 |
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
|
10 |
|
packages/woocommerce-admin/src-internal/Admin/FeaturePlugin.php
CHANGED
@@ -155,7 +155,7 @@ class FeaturePlugin {
|
|
155 |
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
|
156 |
// WARNING: Do not directly edit this version number constant.
|
157 |
// It is updated as part of the prebuild process from the package.json value.
|
158 |
-
$this->define( 'WC_ADMIN_VERSION_NUMBER', '3.3.
|
159 |
}
|
160 |
|
161 |
/**
|
155 |
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
|
156 |
// WARNING: Do not directly edit this version number constant.
|
157 |
// It is updated as part of the prebuild process from the package.json value.
|
158 |
+
$this->define( 'WC_ADMIN_VERSION_NUMBER', '3.3.2' );
|
159 |
}
|
160 |
|
161 |
/**
|
packages/woocommerce-admin/src/Composer/Package.php
CHANGED
@@ -26,7 +26,7 @@ class Package {
|
|
26 |
*
|
27 |
* @var string
|
28 |
*/
|
29 |
-
const VERSION = '3.3.
|
30 |
|
31 |
/**
|
32 |
* Package active.
|
26 |
*
|
27 |
* @var string
|
28 |
*/
|
29 |
+
const VERSION = '3.3.2';
|
30 |
|
31 |
/**
|
32 |
* Package active.
|
packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/AdditionalPayments.php
CHANGED
@@ -73,8 +73,8 @@ class AdditionalPayments extends Payments {
|
|
73 |
|
74 |
$woocommerce_payments = new WooCommercePayments();
|
75 |
|
76 |
-
if ( $woocommerce_payments->is_requested()
|
77 |
-
// Hide task if WC Pay is installed via OBW, in
|
78 |
return false;
|
79 |
}
|
80 |
|
73 |
|
74 |
$woocommerce_payments = new WooCommercePayments();
|
75 |
|
76 |
+
if ( ! $woocommerce_payments->is_requested() || ! $woocommerce_payments->is_supported() || ! $woocommerce_payments->is_connected() ) {
|
77 |
+
// Hide task if WC Pay is not installed via OBW, or is not connected, or the store is located in a country that is not supported by WC Pay.
|
78 |
return false;
|
79 |
}
|
80 |
|
packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php
CHANGED
@@ -4,6 +4,7 @@ namespace Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks;
|
|
4 |
|
5 |
use Automattic\WooCommerce\Admin\Features\Onboarding;
|
6 |
use Automattic\WooCommerce\Admin\Features\OnboardingTasks\Task;
|
|
|
7 |
use Automattic\WooCommerce\Admin\PluginsHelper;
|
8 |
|
9 |
/**
|
@@ -145,19 +146,7 @@ class WooCommercePayments extends Task {
|
|
145 |
public static function is_supported() {
|
146 |
return in_array(
|
147 |
WC()->countries->get_base_country(),
|
148 |
-
|
149 |
-
'US',
|
150 |
-
'PR',
|
151 |
-
'AU',
|
152 |
-
'CA',
|
153 |
-
'DE',
|
154 |
-
'ES',
|
155 |
-
'FR',
|
156 |
-
'GB',
|
157 |
-
'IE',
|
158 |
-
'IT',
|
159 |
-
'NZ',
|
160 |
-
),
|
161 |
true
|
162 |
);
|
163 |
}
|
4 |
|
5 |
use Automattic\WooCommerce\Admin\Features\Onboarding;
|
6 |
use Automattic\WooCommerce\Admin\Features\OnboardingTasks\Task;
|
7 |
+
use Automattic\WooCommerce\Admin\Features\PaymentGatewaySuggestions\DefaultPaymentGateways;
|
8 |
use Automattic\WooCommerce\Admin\PluginsHelper;
|
9 |
|
10 |
/**
|
146 |
public static function is_supported() {
|
147 |
return in_array(
|
148 |
WC()->countries->get_base_country(),
|
149 |
+
DefaultPaymentGateways::get_wcpay_countries(),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
true
|
151 |
);
|
152 |
}
|
packages/woocommerce-admin/src/RemoteInboxNotifications/OptionRuleProcessor.php
CHANGED
@@ -42,7 +42,7 @@ class OptionRuleProcessor implements RuleProcessorInterface {
|
|
42 |
}
|
43 |
|
44 |
if ( isset( $rule->transformers ) && is_array( $rule->transformers ) ) {
|
45 |
-
$option_value = TransformerService::apply( $option_value, $rule->transformers, $
|
46 |
}
|
47 |
|
48 |
return ComparisonOperation::compare(
|
42 |
}
|
43 |
|
44 |
if ( isset( $rule->transformers ) && is_array( $rule->transformers ) ) {
|
45 |
+
$option_value = TransformerService::apply( $option_value, $rule->transformers, $default );
|
46 |
}
|
47 |
|
48 |
return ComparisonOperation::compare(
|
packages/woocommerce-admin/vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitfd2519442fcc0b80c97dae2082ba9f07::getLoader();
|
packages/woocommerce-admin/vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit81c50010621cc172b8c2c23fe20b8048
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitfd2519442fcc0b80c97dae2082ba9f07
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitfd2519442fcc0b80c97dae2082ba9f07', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitfd2519442fcc0b80c97dae2082ba9f07', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitfd2519442fcc0b80c97dae2082ba9f07::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
packages/woocommerce-admin/vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'C' =>
|
@@ -46,9 +46,9 @@ class ComposerStaticInit81c50010621cc172b8c2c23fe20b8048
|
|
46 |
public static function getInitializer(ClassLoader $loader)
|
47 |
{
|
48 |
return \Closure::bind(function () use ($loader) {
|
49 |
-
$loader->prefixLengthsPsr4 =
|
50 |
-
$loader->prefixDirsPsr4 =
|
51 |
-
$loader->classMap =
|
52 |
|
53 |
}, null, ClassLoader::class);
|
54 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitfd2519442fcc0b80c97dae2082ba9f07
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'C' =>
|
46 |
public static function getInitializer(ClassLoader $loader)
|
47 |
{
|
48 |
return \Closure::bind(function () use ($loader) {
|
49 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitfd2519442fcc0b80c97dae2082ba9f07::$prefixLengthsPsr4;
|
50 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitfd2519442fcc0b80c97dae2082ba9f07::$prefixDirsPsr4;
|
51 |
+
$loader->classMap = ComposerStaticInitfd2519442fcc0b80c97dae2082ba9f07::$classMap;
|
52 |
|
53 |
}, null, ClassLoader::class);
|
54 |
}
|
packages/woocommerce-admin/vendor/composer/installed.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
-
'pretty_version' => '3.3.
|
4 |
-
'version' => '3.3.
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
@@ -41,8 +41,8 @@
|
|
41 |
),
|
42 |
),
|
43 |
'woocommerce/woocommerce-admin' => array(
|
44 |
-
'pretty_version' => '3.3.
|
45 |
-
'version' => '3.3.
|
46 |
'type' => 'wordpress-plugin',
|
47 |
'install_path' => __DIR__ . '/../../',
|
48 |
'aliases' => array(),
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
+
'pretty_version' => '3.3.2',
|
4 |
+
'version' => '3.3.2.0',
|
5 |
'type' => 'wordpress-plugin',
|
6 |
'install_path' => __DIR__ . '/../../',
|
7 |
'aliases' => array(),
|
41 |
),
|
42 |
),
|
43 |
'woocommerce/woocommerce-admin' => array(
|
44 |
+
'pretty_version' => '3.3.2',
|
45 |
+
'version' => '3.3.2.0',
|
46 |
'type' => 'wordpress-plugin',
|
47 |
'install_path' => __DIR__ . '/../../',
|
48 |
'aliases' => array(),
|
packages/woocommerce-admin/vendor/composer/jetpack_autoload_psr4.php
CHANGED
@@ -11,11 +11,11 @@ return array(
|
|
11 |
'path' => array( $vendorDir . '/composer/installers/src/Composer/Installers' )
|
12 |
),
|
13 |
'Automattic\\WooCommerce\\Internal\\Admin\\' => array(
|
14 |
-
'version' => '3.3.
|
15 |
'path' => array( $baseDir . '/src-internal/Admin' )
|
16 |
),
|
17 |
'Automattic\\WooCommerce\\Admin\\' => array(
|
18 |
-
'version' => '3.3.
|
19 |
'path' => array( $baseDir . '/src' )
|
20 |
),
|
21 |
'Automattic\\Jetpack\\Autoloader\\' => array(
|
11 |
'path' => array( $vendorDir . '/composer/installers/src/Composer/Installers' )
|
12 |
),
|
13 |
'Automattic\\WooCommerce\\Internal\\Admin\\' => array(
|
14 |
+
'version' => '3.3.2.0',
|
15 |
'path' => array( $baseDir . '/src-internal/Admin' )
|
16 |
),
|
17 |
'Automattic\\WooCommerce\\Admin\\' => array(
|
18 |
+
'version' => '3.3.2.0',
|
19 |
'path' => array( $baseDir . '/src' )
|
20 |
),
|
21 |
'Automattic\\Jetpack\\Autoloader\\' => array(
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-autoloader-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-container.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-hook-manager.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-latest-autoloader-guard.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-manifest-reader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-path-processor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-php-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-plugin-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-plugins-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-shutdown-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-version-loader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/vendor/jetpack-autoloader/class-version-selector.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpfd2519442fcc0b80c97dae2082ba9f07;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
packages/woocommerce-admin/woocommerce-admin.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Author URI: https://woocommerce.com/
|
8 |
* Text Domain: woocommerce-admin
|
9 |
* Domain Path: /languages
|
10 |
-
* Version: 3.3.
|
11 |
* Requires at least: 5.6
|
12 |
* Requires PHP: 7.0
|
13 |
*
|
7 |
* Author URI: https://woocommerce.com/
|
8 |
* Text Domain: woocommerce-admin
|
9 |
* Domain Path: /languages
|
10 |
+
* Version: 3.3.2
|
11 |
* Requires at least: 5.6
|
12 |
* Requires PHP: 7.0
|
13 |
*
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: e-commerce, store, sales, sell, woo, shop, cart, checkout, downloadable, d
|
|
4 |
Requires at least: 5.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 7.0
|
7 |
-
Stable tag: 6.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -185,7 +185,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|
185 |
- Dev - Added has_options() to REST API v3 product endpoint response. ([#32031](https://github.com/woocommerce/woocommerce/pull/32031))
|
186 |
- Dev - Added woocommerce_admin_order_should_render_refunds hook to allow control over the refunds UI within the order editor. ([#31414](https://github.com/woocommerce/woocommerce/pull/31414))
|
187 |
|
188 |
-
**WooCommerce Admin - 3.3.0**
|
189 |
|
190 |
- Add - Add asynchronous plugin install and activation endpoints ([#8079](https://github.com/woocommerce/woocommerce-admin/pull/8079))
|
191 |
- Performance - Avoid expensive get_notes() queries in CouponPageMoved admin_init actions by using new Notes::get_note_by_name() helper method. ([#8202](https://github.com/woocommerce/woocommerce-admin/pull/8202))
|
@@ -201,7 +201,8 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|
201 |
- Update - Implement MailChimp API request threshold for MailchimpScheduler. ([#8342](https://github.com/woocommerce/woocommerce-admin/pull/8342))
|
202 |
- Update - Reintroduce CES on product add, product update, and order update. ([#8238](https://github.com/woocommerce/woocommerce-admin/pull/8238))
|
203 |
- Update - Replace mysql image with mariadb ([#8220](https://github.com/woocommerce/woocommerce-admin/pull/8220))
|
204 |
-
-
|
|
|
205 |
- Fix - Make sure the paid extension task is also shown for themes. ([#8412](https://github.com/woocommerce/woocommerce-admin/pull/8412))
|
206 |
- Fix - Reintroduce emphasis on inbox note action button. ([#8411](https://github.com/woocommerce/woocommerce-admin/pull/8411))
|
207 |
- Fix - Remove class ExtendedPayments. ([#8461](https://github.com/woocommerce/woocommerce-admin/pull/8461))
|
@@ -216,6 +217,8 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
|
216 |
- Fix - OBW: fix copy on Business Details when "WooCommerce Shipping" is not listed ([#8324](https://github.com/woocommerce/woocommerce-admin/pull/8324))
|
217 |
- Fix - Only add product data on REST requests and task list ([#8235](https://github.com/woocommerce/woocommerce-admin/pull/8235))
|
218 |
- Fix - Stop showing actioned inbox items ([#8394](https://github.com/woocommerce/woocommerce-admin/pull/8394))
|
|
|
|
|
219 |
- Dev - Added a test for tracks event recording for PaymentGatewaySuggestions ([#8306](https://github.com/woocommerce/woocommerce-admin/pull/8306))
|
220 |
- Dev - Add README to hook reference generation script ([#8004](https://github.com/woocommerce/woocommerce-admin/pull/8004))
|
221 |
- Dev - Add reset WooCommerce functionality to E2E tests, so tests have a fresh state. ([#8219](https://github.com/woocommerce/woocommerce-admin/pull/8219))
|
4 |
Requires at least: 5.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 7.0
|
7 |
+
Stable tag: 6.4.0
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
185 |
- Dev - Added has_options() to REST API v3 product endpoint response. ([#32031](https://github.com/woocommerce/woocommerce/pull/32031))
|
186 |
- Dev - Added woocommerce_admin_order_should_render_refunds hook to allow control over the refunds UI within the order editor. ([#31414](https://github.com/woocommerce/woocommerce/pull/31414))
|
187 |
|
188 |
+
**WooCommerce Admin - 3.3.0 & 3.3.1 & 3.3.2**
|
189 |
|
190 |
- Add - Add asynchronous plugin install and activation endpoints ([#8079](https://github.com/woocommerce/woocommerce-admin/pull/8079))
|
191 |
- Performance - Avoid expensive get_notes() queries in CouponPageMoved admin_init actions by using new Notes::get_note_by_name() helper method. ([#8202](https://github.com/woocommerce/woocommerce-admin/pull/8202))
|
201 |
- Update - Implement MailChimp API request threshold for MailchimpScheduler. ([#8342](https://github.com/woocommerce/woocommerce-admin/pull/8342))
|
202 |
- Update - Reintroduce CES on product add, product update, and order update. ([#8238](https://github.com/woocommerce/woocommerce-admin/pull/8238))
|
203 |
- Update - Replace mysql image with mariadb ([#8220](https://github.com/woocommerce/woocommerce-admin/pull/8220))
|
204 |
+
- Update - Update country support list for WooCommerce Payments Task. ([#8517](https://github.com/woocommerce/woocommerce-admin/pull/8517))
|
205 |
+
- Fix - Fix handling of paid themes in purchase task. ([#8493](https://github.com/woocommerce/woocommerce-admin/pull/8493))
|
206 |
- Fix - Make sure the paid extension task is also shown for themes. ([#8412](https://github.com/woocommerce/woocommerce-admin/pull/8412))
|
207 |
- Fix - Reintroduce emphasis on inbox note action button. ([#8411](https://github.com/woocommerce/woocommerce-admin/pull/8411))
|
208 |
- Fix - Remove class ExtendedPayments. ([#8461](https://github.com/woocommerce/woocommerce-admin/pull/8461))
|
217 |
- Fix - OBW: fix copy on Business Details when "WooCommerce Shipping" is not listed ([#8324](https://github.com/woocommerce/woocommerce-admin/pull/8324))
|
218 |
- Fix - Only add product data on REST requests and task list ([#8235](https://github.com/woocommerce/woocommerce-admin/pull/8235))
|
219 |
- Fix - Stop showing actioned inbox items ([#8394](https://github.com/woocommerce/woocommerce-admin/pull/8394))
|
220 |
+
- Fix - WC Payments task is not visible after installing the plugin ([#8514](https://github.com/woocommerce/woocommerce-admin/pull/8514))
|
221 |
+
- Fix - PHP warning when default param is missing in payments spec. ([#8519](https://github.com/woocommerce/woocommerce-admin/pull/8519))
|
222 |
- Dev - Added a test for tracks event recording for PaymentGatewaySuggestions ([#8306](https://github.com/woocommerce/woocommerce-admin/pull/8306))
|
223 |
- Dev - Add README to hook reference generation script ([#8004](https://github.com/woocommerce/woocommerce-admin/pull/8004))
|
224 |
- Dev - Add reset WooCommerce functionality to E2E tests, so tests have a fresh state. ([#8219](https://github.com/woocommerce/woocommerce-admin/pull/8219))
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit67c653991903c18c5103225ae8d1caf3::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit7ccd86c5365e03f409aa235c970f71a7
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -51,19 +51,19 @@ class ComposerAutoloaderInit7ccd86c5365e03f409aa235c970f71a7
|
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
-
$includeFiles = Composer\Autoload\
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
function
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit67c653991903c18c5103225ae8d1caf3
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit67c653991903c18c5103225ae8d1caf3', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit67c653991903c18c5103225ae8d1caf3', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit67c653991903c18c5103225ae8d1caf3::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit67c653991903c18c5103225ae8d1caf3::$files;
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequire67c653991903c18c5103225ae8d1caf3($fileIdentifier, $file);
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
+
function composerRequire67c653991903c18c5103225ae8d1caf3($fileIdentifier, $file)
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fcd5d7d87e03ff4f5b5a66c2b8968671' => __DIR__ . '/../..' . '/packages/woocommerce-blocks/src/StoreApi/deprecated.php',
|
@@ -951,10 +951,10 @@ class ComposerStaticInit7ccd86c5365e03f409aa235c970f71a7
|
|
951 |
public static function getInitializer(ClassLoader $loader)
|
952 |
{
|
953 |
return \Closure::bind(function () use ($loader) {
|
954 |
-
$loader->prefixLengthsPsr4 =
|
955 |
-
$loader->prefixDirsPsr4 =
|
956 |
-
$loader->prefixesPsr0 =
|
957 |
-
$loader->classMap =
|
958 |
|
959 |
}, null, ClassLoader::class);
|
960 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit67c653991903c18c5103225ae8d1caf3
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'fcd5d7d87e03ff4f5b5a66c2b8968671' => __DIR__ . '/../..' . '/packages/woocommerce-blocks/src/StoreApi/deprecated.php',
|
951 |
public static function getInitializer(ClassLoader $loader)
|
952 |
{
|
953 |
return \Closure::bind(function () use ($loader) {
|
954 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit67c653991903c18c5103225ae8d1caf3::$prefixLengthsPsr4;
|
955 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit67c653991903c18c5103225ae8d1caf3::$prefixDirsPsr4;
|
956 |
+
$loader->prefixesPsr0 = ComposerStaticInit67c653991903c18c5103225ae8d1caf3::$prefixesPsr0;
|
957 |
+
$loader->classMap = ComposerStaticInit67c653991903c18c5103225ae8d1caf3::$classMap;
|
958 |
|
959 |
}, null, ClassLoader::class);
|
960 |
}
|
vendor/composer/installed.json
CHANGED
@@ -552,17 +552,17 @@
|
|
552 |
},
|
553 |
{
|
554 |
"name": "woocommerce/woocommerce-admin",
|
555 |
-
"version": "3.3.
|
556 |
-
"version_normalized": "3.3.
|
557 |
"source": {
|
558 |
"type": "git",
|
559 |
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
560 |
-
"reference": "
|
561 |
},
|
562 |
"dist": {
|
563 |
"type": "zip",
|
564 |
-
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/
|
565 |
-
"reference": "
|
566 |
"shasum": ""
|
567 |
},
|
568 |
"require": {
|
@@ -577,7 +577,7 @@
|
|
577 |
"woocommerce/woocommerce-sniffs": "0.1.0",
|
578 |
"yoast/phpunit-polyfills": "^1.0"
|
579 |
},
|
580 |
-
"time": "2022-
|
581 |
"type": "wordpress-plugin",
|
582 |
"extra": {
|
583 |
"scripts-description": {
|
@@ -621,7 +621,7 @@
|
|
621 |
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
622 |
"support": {
|
623 |
"issues": "https://github.com/woocommerce/woocommerce-admin/issues",
|
624 |
-
"source": "https://github.com/woocommerce/woocommerce-admin/tree/v3.3.
|
625 |
}
|
626 |
},
|
627 |
{
|
552 |
},
|
553 |
{
|
554 |
"name": "woocommerce/woocommerce-admin",
|
555 |
+
"version": "3.3.2",
|
556 |
+
"version_normalized": "3.3.2.0",
|
557 |
"source": {
|
558 |
"type": "git",
|
559 |
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
560 |
+
"reference": "76eda720ea3ddefe84af8035fbf90bb8bd828236"
|
561 |
},
|
562 |
"dist": {
|
563 |
"type": "zip",
|
564 |
+
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/76eda720ea3ddefe84af8035fbf90bb8bd828236",
|
565 |
+
"reference": "76eda720ea3ddefe84af8035fbf90bb8bd828236",
|
566 |
"shasum": ""
|
567 |
},
|
568 |
"require": {
|
577 |
"woocommerce/woocommerce-sniffs": "0.1.0",
|
578 |
"yoast/phpunit-polyfills": "^1.0"
|
579 |
},
|
580 |
+
"time": "2022-04-05T19:45:30+00:00",
|
581 |
"type": "wordpress-plugin",
|
582 |
"extra": {
|
583 |
"scripts-description": {
|
621 |
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
622 |
"support": {
|
623 |
"issues": "https://github.com/woocommerce/woocommerce-admin/issues",
|
624 |
+
"source": "https://github.com/woocommerce/woocommerce-admin/tree/v3.3.2"
|
625 |
}
|
626 |
},
|
627 |
{
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -6,941 +6,941 @@ $vendorDir = dirname(__DIR__);
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'Symfony\\Component\\CssSelector\\
|
10 |
'version' => '3.4.47.0',
|
11 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
12 |
),
|
13 |
-
'Symfony\\Component\\CssSelector\\
|
14 |
'version' => '3.4.47.0',
|
15 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
16 |
),
|
17 |
-
'Symfony\\Component\\CssSelector\\
|
18 |
'version' => '3.4.47.0',
|
19 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
20 |
),
|
21 |
-
'Symfony\\Component\\CssSelector\\
|
22 |
'version' => '3.4.47.0',
|
23 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
24 |
),
|
25 |
-
'Symfony\\Component\\CssSelector\\
|
26 |
'version' => '3.4.47.0',
|
27 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
28 |
),
|
29 |
-
'Symfony\\Component\\CssSelector\\
|
30 |
'version' => '3.4.47.0',
|
31 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
32 |
),
|
33 |
-
'Symfony\\Component\\CssSelector\\
|
34 |
'version' => '3.4.47.0',
|
35 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
36 |
),
|
37 |
-
'Symfony\\Component\\CssSelector\\
|
38 |
'version' => '3.4.47.0',
|
39 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
40 |
),
|
41 |
-
'Symfony\\Component\\CssSelector\\
|
42 |
'version' => '3.4.47.0',
|
43 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
44 |
),
|
45 |
-
'Symfony\\Component\\CssSelector\\
|
46 |
'version' => '3.4.47.0',
|
47 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
48 |
),
|
49 |
-
'Symfony\\Component\\CssSelector\\
|
50 |
'version' => '3.4.47.0',
|
51 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
52 |
),
|
53 |
-
'Symfony\\Component\\CssSelector\\
|
54 |
'version' => '3.4.47.0',
|
55 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
56 |
),
|
57 |
-
'Symfony\\Component\\CssSelector\\
|
58 |
'version' => '3.4.47.0',
|
59 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
60 |
),
|
61 |
-
'Symfony\\Component\\CssSelector\\
|
62 |
'version' => '3.4.47.0',
|
63 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
64 |
),
|
65 |
-
'Symfony\\Component\\CssSelector\\
|
66 |
'version' => '3.4.47.0',
|
67 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
68 |
),
|
69 |
-
'Symfony\\Component\\CssSelector\\
|
70 |
'version' => '3.4.47.0',
|
71 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
72 |
),
|
73 |
-
'Symfony\\Component\\CssSelector\\
|
74 |
'version' => '3.4.47.0',
|
75 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
76 |
),
|
77 |
-
'Symfony\\Component\\CssSelector\\
|
78 |
'version' => '3.4.47.0',
|
79 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
80 |
),
|
81 |
-
'Symfony\\Component\\CssSelector\\
|
82 |
'version' => '3.4.47.0',
|
83 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
84 |
),
|
85 |
-
'Symfony\\Component\\CssSelector\\
|
86 |
'version' => '3.4.47.0',
|
87 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
88 |
),
|
89 |
-
'Symfony\\Component\\CssSelector\\
|
90 |
'version' => '3.4.47.0',
|
91 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
92 |
),
|
93 |
-
'Symfony\\Component\\CssSelector\\
|
94 |
'version' => '3.4.47.0',
|
95 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
96 |
),
|
97 |
-
'Symfony\\Component\\CssSelector\\
|
98 |
'version' => '3.4.47.0',
|
99 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
100 |
),
|
101 |
-
'Symfony\\Component\\CssSelector\\
|
102 |
'version' => '3.4.47.0',
|
103 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
104 |
),
|
105 |
-
'Symfony\\Component\\CssSelector\\
|
106 |
'version' => '3.4.47.0',
|
107 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
108 |
),
|
109 |
-
'Symfony\\Component\\CssSelector\\
|
110 |
'version' => '3.4.47.0',
|
111 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
112 |
),
|
113 |
-
'Symfony\\Component\\CssSelector\\
|
114 |
'version' => '3.4.47.0',
|
115 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
116 |
),
|
117 |
-
'Symfony\\Component\\CssSelector\\
|
118 |
'version' => '3.4.47.0',
|
119 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
120 |
),
|
121 |
-
'Symfony\\Component\\CssSelector\\
|
122 |
'version' => '3.4.47.0',
|
123 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
124 |
),
|
125 |
-
'Symfony\\Component\\CssSelector\\
|
126 |
'version' => '3.4.47.0',
|
127 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
128 |
),
|
129 |
-
'Symfony\\Component\\CssSelector\\
|
130 |
'version' => '3.4.47.0',
|
131 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
132 |
),
|
133 |
-
'Symfony\\Component\\CssSelector\\
|
134 |
'version' => '3.4.47.0',
|
135 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
136 |
),
|
137 |
-
'Symfony\\Component\\CssSelector\\
|
138 |
'version' => '3.4.47.0',
|
139 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
140 |
),
|
141 |
-
'Symfony\\Component\\CssSelector\\
|
142 |
'version' => '3.4.47.0',
|
143 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
144 |
),
|
145 |
-
'Symfony\\Component\\CssSelector\\
|
146 |
'version' => '3.4.47.0',
|
147 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
148 |
),
|
149 |
-
'Symfony\\Component\\CssSelector\\
|
150 |
'version' => '3.4.47.0',
|
151 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
152 |
),
|
153 |
-
'Symfony\\Component\\CssSelector\\
|
154 |
'version' => '3.4.47.0',
|
155 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
156 |
),
|
157 |
-
'Symfony\\Component\\CssSelector\\Tests\\
|
158 |
'version' => '3.4.47.0',
|
159 |
-
'path' => $vendorDir . '/symfony/css-selector/Tests/
|
160 |
),
|
161 |
-
'Symfony\\Component\\CssSelector\\
|
162 |
'version' => '3.4.47.0',
|
163 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
164 |
),
|
165 |
-
'Symfony\\Component\\CssSelector\\
|
166 |
'version' => '3.4.47.0',
|
167 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
168 |
),
|
169 |
-
'Symfony\\Component\\CssSelector\\
|
170 |
'version' => '3.4.47.0',
|
171 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
172 |
),
|
173 |
-
'Symfony\\Component\\CssSelector\\
|
174 |
'version' => '3.4.47.0',
|
175 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
176 |
),
|
177 |
-
'Symfony\\Component\\CssSelector\\
|
178 |
'version' => '3.4.47.0',
|
179 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
180 |
),
|
181 |
-
'Symfony\\Component\\CssSelector\\
|
182 |
'version' => '3.4.47.0',
|
183 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
184 |
),
|
185 |
-
'Symfony\\Component\\CssSelector\\Node\\
|
186 |
'version' => '3.4.47.0',
|
187 |
-
'path' => $vendorDir . '/symfony/css-selector/Node/
|
188 |
),
|
189 |
-
'Symfony\\Component\\CssSelector\\Node\\
|
190 |
'version' => '3.4.47.0',
|
191 |
-
'path' => $vendorDir . '/symfony/css-selector/Node/
|
192 |
),
|
193 |
-
'Symfony\\Component\\CssSelector\\Node\\
|
194 |
'version' => '3.4.47.0',
|
195 |
-
'path' => $vendorDir . '/symfony/css-selector/Node/
|
196 |
),
|
197 |
-
'Symfony\\Component\\CssSelector\\Node\\
|
198 |
'version' => '3.4.47.0',
|
199 |
-
'path' => $vendorDir . '/symfony/css-selector/Node/
|
200 |
),
|
201 |
-
'Symfony\\Component\\CssSelector\\Node\\
|
202 |
'version' => '3.4.47.0',
|
203 |
-
'path' => $vendorDir . '/symfony/css-selector/Node/
|
204 |
),
|
205 |
-
'Symfony\\Component\\CssSelector\\
|
206 |
'version' => '3.4.47.0',
|
207 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
208 |
),
|
209 |
-
'Symfony\\Component\\CssSelector\\
|
210 |
'version' => '3.4.47.0',
|
211 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
212 |
),
|
213 |
-
'Symfony\\Component\\CssSelector\\
|
214 |
'version' => '3.4.47.0',
|
215 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
216 |
),
|
217 |
-
'Symfony\\Component\\CssSelector\\
|
218 |
'version' => '3.4.47.0',
|
219 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
220 |
),
|
221 |
-
'Symfony\\Component\\CssSelector\\
|
222 |
'version' => '3.4.47.0',
|
223 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
224 |
),
|
225 |
-
'Symfony\\Component\\CssSelector\\
|
226 |
'version' => '3.4.47.0',
|
227 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
228 |
),
|
229 |
-
'Symfony\\Component\\CssSelector\\
|
230 |
'version' => '3.4.47.0',
|
231 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
232 |
),
|
233 |
-
'Symfony\\Component\\CssSelector\\Parser\\Handler\\
|
234 |
'version' => '3.4.47.0',
|
235 |
-
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/
|
236 |
),
|
237 |
-
'Symfony\\Component\\CssSelector\\Parser\\Handler\\
|
238 |
'version' => '3.4.47.0',
|
239 |
-
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/
|
240 |
),
|
241 |
-
'Symfony\\Component\\CssSelector\\Parser\\Handler\\
|
242 |
'version' => '3.4.47.0',
|
243 |
-
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/
|
244 |
),
|
245 |
-
'Symfony\\Component\\CssSelector\\Parser\\
|
246 |
'version' => '3.4.47.0',
|
247 |
-
'path' => $vendorDir . '/symfony/css-selector/Parser/
|
248 |
),
|
249 |
-
'Symfony\\Component\\CssSelector\\Parser\\
|
250 |
'version' => '3.4.47.0',
|
251 |
-
'path' => $vendorDir . '/symfony/css-selector/Parser/
|
252 |
),
|
253 |
-
'Symfony\\Component\\CssSelector\\Parser\\
|
254 |
'version' => '3.4.47.0',
|
255 |
-
'path' => $vendorDir . '/symfony/css-selector/Parser/
|
256 |
),
|
257 |
-
'Symfony\\Component\\CssSelector\\Parser\\
|
258 |
'version' => '3.4.47.0',
|
259 |
-
'path' => $vendorDir . '/symfony/css-selector/Parser/
|
260 |
),
|
261 |
-
'Symfony\\Component\\CssSelector\\
|
262 |
'version' => '3.4.47.0',
|
263 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
264 |
),
|
265 |
-
'Symfony\\Component\\CssSelector\\
|
266 |
'version' => '3.4.47.0',
|
267 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
268 |
),
|
269 |
-
'Symfony\\Component\\CssSelector\\
|
270 |
'version' => '3.4.47.0',
|
271 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
272 |
),
|
273 |
-
'Symfony\\Component\\CssSelector\\
|
274 |
'version' => '3.4.47.0',
|
275 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
276 |
),
|
277 |
-
'Symfony\\Component\\CssSelector\\
|
278 |
'version' => '3.4.47.0',
|
279 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
280 |
),
|
281 |
-
'Symfony\\Component\\CssSelector\\
|
282 |
'version' => '3.4.47.0',
|
283 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
284 |
),
|
285 |
-
'Symfony\\Component\\CssSelector\\
|
286 |
'version' => '3.4.47.0',
|
287 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
288 |
),
|
289 |
-
'Symfony\\Component\\CssSelector\\
|
290 |
'version' => '3.4.47.0',
|
291 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
292 |
),
|
293 |
-
'Symfony\\Component\\CssSelector\\
|
294 |
'version' => '3.4.47.0',
|
295 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
296 |
),
|
297 |
-
'Symfony\\Component\\CssSelector\\
|
298 |
'version' => '3.4.47.0',
|
299 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
300 |
),
|
301 |
-
'Symfony\\Component\\CssSelector\\
|
302 |
'version' => '3.4.47.0',
|
303 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
304 |
),
|
305 |
-
'Symfony\\Component\\CssSelector\\
|
306 |
'version' => '3.4.47.0',
|
307 |
-
'path' => $vendorDir . '/symfony/css-selector/
|
308 |
),
|
309 |
-
'Psr\\Container\\
|
310 |
'version' => '1.0.0.0',
|
311 |
-
'path' => $vendorDir . '/psr/container/src/
|
312 |
),
|
313 |
'Psr\\Container\\ContainerInterface' => array(
|
314 |
'version' => '1.0.0.0',
|
315 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
316 |
),
|
317 |
-
'Psr\\Container\\
|
318 |
'version' => '1.0.0.0',
|
319 |
-
'path' => $vendorDir . '/psr/container/src/
|
320 |
),
|
321 |
-
'Pelago\\Emogrifier
|
322 |
'version' => '3.1.0.0',
|
323 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier
|
324 |
),
|
325 |
'Pelago\\Emogrifier\\HtmlProcessor\\HtmlPruner' => array(
|
326 |
'version' => '3.1.0.0',
|
327 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/HtmlProcessor/HtmlPruner.php'
|
328 |
),
|
329 |
-
'Pelago\\Emogrifier\\HtmlProcessor\\
|
330 |
'version' => '3.1.0.0',
|
331 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/HtmlProcessor/
|
332 |
),
|
333 |
'Pelago\\Emogrifier\\HtmlProcessor\\AbstractHtmlProcessor' => array(
|
334 |
'version' => '3.1.0.0',
|
335 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php'
|
336 |
),
|
337 |
-
'Pelago\\Emogrifier\\
|
338 |
'version' => '3.1.0.0',
|
339 |
-
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/
|
340 |
),
|
341 |
'Pelago\\Emogrifier\\Utilities\\CssConcatenator' => array(
|
342 |
'version' => '3.1.0.0',
|
343 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/Utilities/CssConcatenator.php'
|
344 |
),
|
|
|
|
|
|
|
|
|
345 |
'Pelago\\Emogrifier\\CssInliner' => array(
|
346 |
'version' => '3.1.0.0',
|
347 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/CssInliner.php'
|
348 |
),
|
349 |
-
'
|
350 |
-
'version' => '
|
351 |
-
'path' => $vendorDir . '/
|
352 |
),
|
353 |
-
'MaxMind\\Db\\Reader\\
|
354 |
'version' => '1.6.0.0',
|
355 |
-
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/
|
356 |
),
|
357 |
-
'MaxMind\\Db\\Reader\\
|
358 |
'version' => '1.6.0.0',
|
359 |
-
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/
|
360 |
),
|
361 |
'MaxMind\\Db\\Reader\\Util' => array(
|
362 |
'version' => '1.6.0.0',
|
363 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'
|
364 |
),
|
365 |
-
'MaxMind\\Db\\Reader\\Metadata' => array(
|
366 |
-
'version' => '1.6.0.0',
|
367 |
-
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'
|
368 |
-
),
|
369 |
'MaxMind\\Db\\Reader' => array(
|
370 |
'version' => '1.6.0.0',
|
371 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader.php'
|
372 |
),
|
373 |
-
'Composer\\Installers\\
|
374 |
'version' => '1.12.0.0',
|
375 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
376 |
),
|
377 |
-
'Composer\\Installers\\
|
378 |
'version' => '1.12.0.0',
|
379 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
),
|
381 |
'Composer\\Installers\\RedaxoInstaller' => array(
|
382 |
'version' => '1.12.0.0',
|
383 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php'
|
384 |
),
|
385 |
-
'Composer\\Installers\\
|
386 |
'version' => '1.12.0.0',
|
387 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
388 |
),
|
389 |
-
'Composer\\Installers\\
|
390 |
'version' => '1.12.0.0',
|
391 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
392 |
),
|
393 |
-
'Composer\\Installers\\
|
394 |
'version' => '1.12.0.0',
|
395 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
396 |
),
|
397 |
-
'Composer\\Installers\\
|
398 |
'version' => '1.12.0.0',
|
399 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
400 |
),
|
401 |
-
'Composer\\Installers\\
|
402 |
'version' => '1.12.0.0',
|
403 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
404 |
),
|
405 |
-
'Composer\\Installers\\
|
406 |
'version' => '1.12.0.0',
|
407 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
408 |
),
|
409 |
-
'Composer\\Installers\\
|
410 |
'version' => '1.12.0.0',
|
411 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
412 |
),
|
413 |
-
'Composer\\Installers\\
|
414 |
'version' => '1.12.0.0',
|
415 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
416 |
),
|
417 |
-
'Composer\\Installers\\
|
418 |
'version' => '1.12.0.0',
|
419 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
420 |
),
|
421 |
-
'Composer\\Installers\\
|
422 |
'version' => '1.12.0.0',
|
423 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
424 |
),
|
425 |
-
'Composer\\Installers\\
|
426 |
'version' => '1.12.0.0',
|
427 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
428 |
),
|
429 |
-
'Composer\\Installers\\
|
430 |
'version' => '1.12.0.0',
|
431 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
432 |
),
|
433 |
-
'Composer\\Installers\\
|
434 |
'version' => '1.12.0.0',
|
435 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
436 |
),
|
437 |
-
'Composer\\Installers\\
|
438 |
'version' => '1.12.0.0',
|
439 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
440 |
),
|
441 |
-
'Composer\\Installers\\
|
442 |
'version' => '1.12.0.0',
|
443 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
444 |
),
|
445 |
-
'Composer\\Installers\\
|
446 |
'version' => '1.12.0.0',
|
447 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
448 |
),
|
449 |
-
'Composer\\Installers\\
|
450 |
'version' => '1.12.0.0',
|
451 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
452 |
),
|
453 |
-
'Composer\\Installers\\
|
454 |
'version' => '1.12.0.0',
|
455 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
456 |
),
|
457 |
-
'Composer\\Installers\\
|
458 |
'version' => '1.12.0.0',
|
459 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
460 |
),
|
461 |
-
'Composer\\Installers\\
|
462 |
'version' => '1.12.0.0',
|
463 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
464 |
),
|
465 |
-
'Composer\\Installers\\
|
466 |
'version' => '1.12.0.0',
|
467 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
),
|
469 |
'Composer\\Installers\\TYPO3FlowInstaller' => array(
|
470 |
'version' => '1.12.0.0',
|
471 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'
|
472 |
),
|
473 |
-
'Composer\\Installers\\
|
474 |
'version' => '1.12.0.0',
|
475 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
476 |
),
|
477 |
-
'Composer\\Installers\\
|
478 |
'version' => '1.12.0.0',
|
479 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
480 |
),
|
481 |
-
'Composer\\Installers\\
|
482 |
'version' => '1.12.0.0',
|
483 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
484 |
),
|
485 |
-
'Composer\\Installers\\
|
486 |
'version' => '1.12.0.0',
|
487 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
488 |
),
|
489 |
-
'Composer\\Installers\\
|
490 |
'version' => '1.12.0.0',
|
491 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
492 |
),
|
493 |
-
'Composer\\Installers\\
|
494 |
'version' => '1.12.0.0',
|
495 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
496 |
),
|
497 |
'Composer\\Installers\\KirbyInstaller' => array(
|
498 |
'version' => '1.12.0.0',
|
499 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php'
|
500 |
),
|
501 |
-
'Composer\\Installers\\
|
502 |
'version' => '1.12.0.0',
|
503 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
504 |
),
|
505 |
-
'Composer\\Installers\\
|
506 |
'version' => '1.12.0.0',
|
507 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
508 |
),
|
509 |
-
'Composer\\Installers\\
|
510 |
'version' => '1.12.0.0',
|
511 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
512 |
),
|
513 |
-
'Composer\\Installers\\
|
514 |
'version' => '1.12.0.0',
|
515 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
516 |
),
|
517 |
-
'Composer\\Installers\\
|
518 |
'version' => '1.12.0.0',
|
519 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
520 |
),
|
521 |
-
'Composer\\Installers\\
|
522 |
'version' => '1.12.0.0',
|
523 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
524 |
),
|
525 |
-
'Composer\\Installers\\
|
526 |
'version' => '1.12.0.0',
|
527 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
528 |
),
|
529 |
-
'Composer\\Installers\\
|
530 |
'version' => '1.12.0.0',
|
531 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
532 |
),
|
533 |
-
'Composer\\Installers\\
|
534 |
'version' => '1.12.0.0',
|
535 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
536 |
-
),
|
537 |
-
'Composer\\Installers\\PrestashopInstaller' => array(
|
538 |
-
'version' => '1.12.0.0',
|
539 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php'
|
540 |
-
),
|
541 |
-
'Composer\\Installers\\VgmcpInstaller' => array(
|
542 |
-
'version' => '1.12.0.0',
|
543 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php'
|
544 |
),
|
545 |
-
'Composer\\Installers\\
|
546 |
'version' => '1.12.0.0',
|
547 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
548 |
),
|
549 |
-
'Composer\\Installers\\
|
550 |
'version' => '1.12.0.0',
|
551 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
552 |
),
|
553 |
-
'Composer\\Installers\\
|
554 |
'version' => '1.12.0.0',
|
555 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
556 |
),
|
557 |
-
'Composer\\Installers\\
|
558 |
'version' => '1.12.0.0',
|
559 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
560 |
),
|
561 |
-
'Composer\\Installers\\
|
562 |
'version' => '1.12.0.0',
|
563 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
564 |
),
|
565 |
-
'Composer\\Installers\\
|
566 |
'version' => '1.12.0.0',
|
567 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
568 |
),
|
569 |
-
'Composer\\Installers\\
|
570 |
'version' => '1.12.0.0',
|
571 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
572 |
),
|
573 |
-
'Composer\\Installers\\
|
574 |
'version' => '1.12.0.0',
|
575 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
576 |
),
|
577 |
-
'Composer\\Installers\\
|
578 |
'version' => '1.12.0.0',
|
579 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
580 |
),
|
581 |
-
'Composer\\Installers\\
|
582 |
'version' => '1.12.0.0',
|
583 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
584 |
),
|
585 |
-
'Composer\\Installers\\
|
586 |
'version' => '1.12.0.0',
|
587 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
588 |
),
|
589 |
-
'Composer\\Installers\\
|
590 |
'version' => '1.12.0.0',
|
591 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
592 |
),
|
593 |
-
'Composer\\Installers\\
|
594 |
'version' => '1.12.0.0',
|
595 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
596 |
),
|
597 |
-
'Composer\\Installers\\
|
598 |
'version' => '1.12.0.0',
|
599 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
600 |
),
|
601 |
-
'Composer\\Installers\\
|
602 |
'version' => '1.12.0.0',
|
603 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
604 |
),
|
605 |
-
'Composer\\Installers\\
|
606 |
'version' => '1.12.0.0',
|
607 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
608 |
),
|
609 |
-
'Composer\\Installers\\
|
610 |
'version' => '1.12.0.0',
|
611 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
612 |
),
|
613 |
-
'Composer\\Installers\\
|
614 |
'version' => '1.12.0.0',
|
615 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
616 |
),
|
617 |
-
'Composer\\Installers\\
|
618 |
'version' => '1.12.0.0',
|
619 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
620 |
),
|
621 |
-
'Composer\\Installers\\
|
622 |
'version' => '1.12.0.0',
|
623 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
624 |
),
|
625 |
-
'Composer\\Installers\\
|
626 |
'version' => '1.12.0.0',
|
627 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
628 |
),
|
629 |
-
'Composer\\Installers\\
|
630 |
'version' => '1.12.0.0',
|
631 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
632 |
),
|
633 |
-
'Composer\\Installers\\
|
634 |
'version' => '1.12.0.0',
|
635 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
636 |
),
|
637 |
-
'Composer\\Installers\\
|
638 |
'version' => '1.12.0.0',
|
639 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
640 |
),
|
641 |
-
'Composer\\Installers\\
|
642 |
'version' => '1.12.0.0',
|
643 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
644 |
),
|
645 |
-
'Composer\\Installers\\
|
646 |
'version' => '1.12.0.0',
|
647 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
648 |
),
|
649 |
-
'Composer\\Installers\\
|
650 |
'version' => '1.12.0.0',
|
651 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
652 |
),
|
653 |
-
'Composer\\Installers\\
|
654 |
'version' => '1.12.0.0',
|
655 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
656 |
),
|
657 |
-
'Composer\\Installers\\
|
658 |
'version' => '1.12.0.0',
|
659 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
660 |
),
|
661 |
-
'Composer\\Installers\\
|
662 |
'version' => '1.12.0.0',
|
663 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
664 |
),
|
665 |
-
'Composer\\Installers\\
|
666 |
'version' => '1.12.0.0',
|
667 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
668 |
),
|
669 |
-
'Composer\\Installers\\
|
670 |
'version' => '1.12.0.0',
|
671 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
672 |
),
|
673 |
-
'Composer\\Installers\\
|
674 |
'version' => '1.12.0.0',
|
675 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
676 |
),
|
677 |
'Composer\\Installers\\KanboardInstaller' => array(
|
678 |
'version' => '1.12.0.0',
|
679 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php'
|
680 |
),
|
681 |
-
'Composer\\Installers\\
|
682 |
-
'version' => '1.12.0.0',
|
683 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php'
|
684 |
-
),
|
685 |
-
'Composer\\Installers\\AnnotateCmsInstaller' => array(
|
686 |
'version' => '1.12.0.0',
|
687 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
688 |
),
|
689 |
'Composer\\Installers\\DframeInstaller' => array(
|
690 |
'version' => '1.12.0.0',
|
691 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php'
|
692 |
),
|
693 |
-
'Composer\\Installers\\
|
694 |
-
'version' => '1.12.0.0',
|
695 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'
|
696 |
-
),
|
697 |
-
'Composer\\Installers\\PlentymarketsInstaller' => array(
|
698 |
'version' => '1.12.0.0',
|
699 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
700 |
),
|
701 |
-
'Composer\\Installers\\
|
702 |
'version' => '1.12.0.0',
|
703 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
704 |
),
|
705 |
-
'Composer\\Installers\\
|
706 |
'version' => '1.12.0.0',
|
707 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
708 |
),
|
709 |
-
'Composer\\Installers\\
|
710 |
'version' => '1.12.0.0',
|
711 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
712 |
),
|
713 |
-
'Composer\\Installers\\
|
714 |
'version' => '1.12.0.0',
|
715 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
716 |
),
|
717 |
-
'Composer\\Installers\\
|
718 |
'version' => '1.12.0.0',
|
719 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
720 |
),
|
721 |
-
'Composer\\Installers\\
|
722 |
'version' => '1.12.0.0',
|
723 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
724 |
),
|
725 |
-
'Composer\\Installers\\
|
726 |
'version' => '1.12.0.0',
|
727 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
728 |
),
|
729 |
-
'Composer\\Installers\\
|
730 |
'version' => '1.12.0.0',
|
731 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
732 |
),
|
733 |
-
'Composer\\Installers\\
|
734 |
'version' => '1.12.0.0',
|
735 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
736 |
),
|
737 |
-
'Composer\\Installers\\
|
738 |
'version' => '1.12.0.0',
|
739 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
740 |
),
|
741 |
-
'Composer\\Installers\\
|
742 |
'version' => '1.12.0.0',
|
743 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
744 |
),
|
745 |
'Composer\\Installers\\Symfony1Installer' => array(
|
746 |
'version' => '1.12.0.0',
|
747 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.php'
|
748 |
),
|
749 |
-
'Composer\\Installers\\
|
750 |
-
'version' => '1.12.0.0',
|
751 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php'
|
752 |
-
),
|
753 |
-
'Composer\\Installers\\VanillaInstaller' => array(
|
754 |
'version' => '1.12.0.0',
|
755 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
756 |
),
|
757 |
-
'Composer\\Installers\\
|
758 |
'version' => '1.12.0.0',
|
759 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
760 |
),
|
761 |
-
'Composer\\Installers\\
|
762 |
'version' => '1.12.0.0',
|
763 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
764 |
),
|
765 |
-
'Composer\\Installers\\
|
766 |
'version' => '1.12.0.0',
|
767 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
768 |
),
|
769 |
-
'Composer\\Installers\\
|
770 |
'version' => '1.12.0.0',
|
771 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
772 |
),
|
773 |
-
'Composer\\Installers\\
|
774 |
'version' => '1.12.0.0',
|
775 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
776 |
),
|
777 |
-
'Composer\\Installers\\
|
778 |
'version' => '1.12.0.0',
|
779 |
-
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/
|
780 |
),
|
781 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
782 |
'version' => 'dev-release/6.4',
|
783 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
784 |
),
|
785 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregate' => array(
|
786 |
'version' => 'dev-release/6.4',
|
787 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregate.php'
|
788 |
),
|
|
|
|
|
|
|
|
|
789 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregateInterface' => array(
|
790 |
'version' => 'dev-release/6.4',
|
791 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php'
|
792 |
),
|
793 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
794 |
'version' => 'dev-release/6.4',
|
795 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
796 |
),
|
797 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
798 |
'version' => 'dev-release/6.4',
|
799 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
800 |
),
|
801 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
802 |
'version' => 'dev-release/6.4',
|
803 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
804 |
),
|
805 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
806 |
'version' => 'dev-release/6.4',
|
807 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
808 |
),
|
809 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
810 |
'version' => 'dev-release/6.4',
|
811 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
812 |
),
|
813 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
814 |
'version' => 'dev-release/6.4',
|
815 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
816 |
),
|
817 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
818 |
'version' => 'dev-release/6.4',
|
819 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
820 |
),
|
821 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
822 |
'version' => 'dev-release/6.4',
|
823 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
824 |
),
|
825 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
826 |
'version' => 'dev-release/6.4',
|
827 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
828 |
),
|
829 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
830 |
'version' => 'dev-release/6.4',
|
831 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
832 |
),
|
833 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
834 |
'version' => 'dev-release/6.4',
|
835 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
836 |
),
|
837 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
838 |
'version' => 'dev-release/6.4',
|
839 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
840 |
),
|
841 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
842 |
'version' => 'dev-release/6.4',
|
843 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
844 |
),
|
845 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
846 |
'version' => 'dev-release/6.4',
|
847 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
848 |
),
|
849 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
850 |
'version' => 'dev-release/6.4',
|
851 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
852 |
),
|
853 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
854 |
'version' => 'dev-release/6.4',
|
855 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
856 |
),
|
857 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
858 |
'version' => 'dev-release/6.4',
|
859 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
860 |
),
|
861 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
862 |
'version' => 'dev-release/6.4',
|
863 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
864 |
),
|
865 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
866 |
'version' => 'dev-release/6.4',
|
867 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
868 |
),
|
869 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
870 |
'version' => 'dev-release/6.4',
|
871 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
872 |
),
|
873 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
874 |
'version' => 'dev-release/6.4',
|
875 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
876 |
),
|
877 |
-
'Automattic\\WooCommerce\\Vendor\\League\\Container\\
|
878 |
'version' => 'dev-release/6.4',
|
879 |
-
'path' => $baseDir . '/lib/packages/League/Container/
|
880 |
),
|
881 |
-
'Automattic\\WooCommerce\\
|
882 |
'version' => 'dev-release/6.4',
|
883 |
-
'path' => $baseDir . '/
|
884 |
),
|
885 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
886 |
'version' => 'dev-release/6.4',
|
887 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
888 |
),
|
889 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
890 |
'version' => 'dev-release/6.4',
|
891 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
892 |
),
|
893 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
894 |
'version' => 'dev-release/6.4',
|
895 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
896 |
),
|
897 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
898 |
'version' => 'dev-release/6.4',
|
899 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
900 |
),
|
901 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
902 |
'version' => 'dev-release/6.4',
|
903 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
904 |
),
|
905 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array(
|
906 |
'version' => 'dev-release/6.4',
|
907 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php'
|
908 |
),
|
909 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\
|
910 |
-
'version' => 'dev-release/6.4',
|
911 |
-
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php'
|
912 |
-
),
|
913 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithScalarInjectionMethodArgument' => array(
|
914 |
'version' => 'dev-release/6.4',
|
915 |
-
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/
|
916 |
),
|
917 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
918 |
'version' => 'dev-release/6.4',
|
919 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
920 |
),
|
921 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
922 |
'version' => 'dev-release/6.4',
|
923 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
924 |
),
|
925 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
926 |
'version' => 'dev-release/6.4',
|
927 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
928 |
),
|
929 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
930 |
'version' => 'dev-release/6.4',
|
931 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
932 |
),
|
933 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
934 |
'version' => 'dev-release/6.4',
|
935 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
936 |
),
|
937 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
938 |
'version' => 'dev-release/6.4',
|
939 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
940 |
),
|
941 |
-
'Automattic\\WooCommerce\\Tests\\Internal\\
|
942 |
'version' => 'dev-release/6.4',
|
943 |
-
'path' => $baseDir . '/tests/php/src/Internal/
|
944 |
),
|
945 |
'Automattic\\WooCommerce\\Tests\\Utilities\\StringUtilTest' => array(
|
946 |
'version' => 'dev-release/6.4',
|
@@ -954,14 +954,6 @@ return array(
|
|
954 |
'version' => 'dev-release/6.4',
|
955 |
'path' => $baseDir . '/tests/php/src/Utilities/NumberUtilTest.php'
|
956 |
),
|
957 |
-
'Automattic\\WooCommerce\\Tests\\Proxies\\LegacyProxyTest' => array(
|
958 |
-
'version' => 'dev-release/6.4',
|
959 |
-
'path' => $baseDir . '/tests/php/src/Proxies/LegacyProxyTest.php'
|
960 |
-
),
|
961 |
-
'Automattic\\WooCommerce\\Tests\\Proxies\\MockableLegacyProxyTest' => array(
|
962 |
-
'version' => 'dev-release/6.4',
|
963 |
-
'path' => $baseDir . '/tests/php/src/Proxies/MockableLegacyProxyTest.php'
|
964 |
-
),
|
965 |
'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassThatDependsOnLegacyCode' => array(
|
966 |
'version' => 'dev-release/6.4',
|
967 |
'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php'
|
@@ -970,1925 +962,1933 @@ return array(
|
|
970 |
'version' => 'dev-release/6.4',
|
971 |
'path' => $baseDir . '/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php'
|
972 |
),
|
973 |
-
'Automattic\\WooCommerce\\
|
974 |
'version' => 'dev-release/6.4',
|
975 |
-
'path' => $baseDir . '/tests/
|
976 |
),
|
977 |
-
'Automattic\\WooCommerce\\
|
978 |
'version' => 'dev-release/6.4',
|
979 |
-
'path' => $baseDir . '/tests/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
980 |
),
|
981 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\StaticMockerHack' => array(
|
982 |
'version' => 'dev-release/6.4',
|
983 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php'
|
984 |
),
|
|
|
|
|
|
|
|
|
985 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\FunctionsMockerHack' => array(
|
986 |
'version' => 'dev-release/6.4',
|
987 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php'
|
988 |
),
|
989 |
-
'Automattic\\WooCommerce\\Testing\\Tools\\
|
990 |
'version' => 'dev-release/6.4',
|
991 |
-
'path' => $baseDir . '/tests/Tools/
|
992 |
),
|
993 |
-
'Automattic\\WooCommerce\\Testing\\Tools\\
|
994 |
'version' => 'dev-release/6.4',
|
995 |
-
'path' => $baseDir . '/tests/Tools/
|
996 |
),
|
997 |
-
'Automattic\\WooCommerce\\
|
998 |
-
'version' => '
|
999 |
-
'path' => $baseDir . '/
|
1000 |
),
|
1001 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1002 |
'version' => '7.2.1.0',
|
1003 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1004 |
),
|
1005 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1006 |
'version' => '7.2.1.0',
|
1007 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1008 |
),
|
1009 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1010 |
'version' => '7.2.1.0',
|
1011 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1012 |
),
|
1013 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1014 |
'version' => '7.2.1.0',
|
1015 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1016 |
),
|
1017 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1018 |
'version' => '7.2.1.0',
|
1019 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1020 |
),
|
1021 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1022 |
'version' => '7.2.1.0',
|
1023 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1024 |
),
|
1025 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1026 |
'version' => '7.2.1.0',
|
1027 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1028 |
),
|
1029 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1030 |
'version' => '7.2.1.0',
|
1031 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1032 |
),
|
1033 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1034 |
'version' => '7.2.1.0',
|
1035 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1036 |
),
|
1037 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1038 |
'version' => '7.2.1.0',
|
1039 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
1040 |
),
|
1041 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1042 |
'version' => '7.2.1.0',
|
1043 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
1044 |
),
|
1045 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1046 |
'version' => '7.2.1.0',
|
1047 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
1048 |
),
|
1049 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1050 |
'version' => '7.2.1.0',
|
1051 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1052 |
),
|
1053 |
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\TermSchema' => array(
|
1054 |
'version' => '7.2.1.0',
|
1055 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/TermSchema.php'
|
1056 |
),
|
1057 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1058 |
'version' => '7.2.1.0',
|
1059 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
1060 |
),
|
1061 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1062 |
'version' => '7.2.1.0',
|
1063 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
1064 |
),
|
1065 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1066 |
'version' => '7.2.1.0',
|
1067 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
1068 |
),
|
1069 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1070 |
'version' => '7.2.1.0',
|
1071 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
|
|
|
|
|
|
|
|
1072 |
),
|
1073 |
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartShippingRateSchema' => array(
|
1074 |
'version' => '7.2.1.0',
|
1075 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php'
|
1076 |
),
|
1077 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\
|
1078 |
'version' => '7.2.1.0',
|
1079 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/
|
1080 |
),
|
1081 |
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ImageAttachmentSchema' => array(
|
1082 |
'version' => '7.2.1.0',
|
1083 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php'
|
1084 |
),
|
1085 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\
|
1086 |
-
'version' => '7.2.1.0',
|
1087 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductAttributeSchema.php'
|
1088 |
-
),
|
1089 |
-
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CheckoutSchema' => array(
|
1090 |
'version' => '7.2.1.0',
|
1091 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/
|
1092 |
),
|
1093 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1094 |
'version' => '7.2.1.0',
|
1095 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1096 |
),
|
1097 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1098 |
'version' => '7.2.1.0',
|
1099 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1100 |
),
|
1101 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1102 |
'version' => '7.2.1.0',
|
1103 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1104 |
),
|
1105 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1106 |
'version' => '7.2.1.0',
|
1107 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1108 |
),
|
1109 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1110 |
'version' => '7.2.1.0',
|
1111 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1112 |
),
|
1113 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1114 |
'version' => '7.2.1.0',
|
1115 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1116 |
),
|
1117 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1118 |
'version' => '7.2.1.0',
|
1119 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1120 |
),
|
1121 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1122 |
'version' => '7.2.1.0',
|
1123 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1124 |
),
|
1125 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1126 |
'version' => '7.2.1.0',
|
1127 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1128 |
),
|
1129 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1130 |
'version' => '7.2.1.0',
|
1131 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1132 |
),
|
1133 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1134 |
'version' => '7.2.1.0',
|
1135 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1136 |
),
|
1137 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1138 |
'version' => '7.2.1.0',
|
1139 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1140 |
),
|
1141 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1142 |
'version' => '7.2.1.0',
|
1143 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1144 |
),
|
1145 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1146 |
'version' => '7.2.1.0',
|
1147 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1148 |
),
|
1149 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1150 |
'version' => '7.2.1.0',
|
1151 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1152 |
),
|
1153 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1154 |
'version' => '7.2.1.0',
|
1155 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1156 |
),
|
1157 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1158 |
'version' => '7.2.1.0',
|
1159 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1160 |
),
|
1161 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1162 |
'version' => '7.2.1.0',
|
1163 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1164 |
),
|
1165 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1166 |
'version' => '7.2.1.0',
|
1167 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1168 |
),
|
1169 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1170 |
'version' => '7.2.1.0',
|
1171 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1172 |
),
|
1173 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1174 |
'version' => '7.2.1.0',
|
1175 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1176 |
),
|
1177 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1178 |
'version' => '7.2.1.0',
|
1179 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1180 |
),
|
1181 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1182 |
'version' => '7.2.1.0',
|
1183 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1184 |
),
|
1185 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartSelectShippingRate' => array(
|
1186 |
'version' => '7.2.1.0',
|
1187 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php'
|
1188 |
),
|
1189 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1190 |
'version' => '7.2.1.0',
|
1191 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1192 |
),
|
1193 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1194 |
'version' => '7.2.1.0',
|
1195 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1196 |
),
|
1197 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartExtensions' => array(
|
1198 |
'version' => '7.2.1.0',
|
1199 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php'
|
1200 |
),
|
1201 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1202 |
'version' => '7.2.1.0',
|
1203 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1204 |
),
|
1205 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1206 |
'version' => '7.2.1.0',
|
1207 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1208 |
),
|
1209 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\
|
1210 |
'version' => '7.2.1.0',
|
1211 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/
|
1212 |
),
|
1213 |
-
'Automattic\\WooCommerce\\StoreApi\\Routes\\
|
1214 |
'version' => '7.2.1.0',
|
1215 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/
|
1216 |
),
|
1217 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1218 |
'version' => '7.2.1.0',
|
1219 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1220 |
),
|
1221 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1222 |
'version' => '7.2.1.0',
|
1223 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1224 |
),
|
1225 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1226 |
'version' => '7.2.1.0',
|
1227 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1228 |
),
|
1229 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1230 |
'version' => '7.2.1.0',
|
1231 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1232 |
),
|
1233 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1234 |
'version' => '7.2.1.0',
|
1235 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1236 |
),
|
1237 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1238 |
'version' => '7.2.1.0',
|
1239 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1240 |
),
|
1241 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1242 |
'version' => '7.2.1.0',
|
1243 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1244 |
),
|
1245 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1246 |
'version' => '7.2.1.0',
|
1247 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1248 |
),
|
1249 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1250 |
'version' => '7.2.1.0',
|
1251 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1252 |
),
|
1253 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1254 |
'version' => '7.2.1.0',
|
1255 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1256 |
),
|
1257 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1258 |
'version' => '7.2.1.0',
|
1259 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1260 |
),
|
1261 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1262 |
'version' => '7.2.1.0',
|
1263 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1264 |
),
|
1265 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1266 |
'version' => '7.2.1.0',
|
1267 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1268 |
),
|
1269 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1270 |
'version' => '7.2.1.0',
|
1271 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1272 |
),
|
1273 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1274 |
'version' => '7.2.1.0',
|
1275 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1276 |
),
|
1277 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1278 |
'version' => '7.2.1.0',
|
1279 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1280 |
),
|
1281 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1282 |
'version' => '7.2.1.0',
|
1283 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1284 |
),
|
1285 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1286 |
'version' => '7.2.1.0',
|
1287 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1288 |
),
|
1289 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1290 |
'version' => '7.2.1.0',
|
1291 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1292 |
),
|
1293 |
-
'Automattic\\WooCommerce\\StoreApi\\
|
1294 |
'version' => '7.2.1.0',
|
1295 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/
|
1296 |
),
|
1297 |
'Automattic\\WooCommerce\\StoreApi\\Formatters\\FormatterInterface' => array(
|
1298 |
'version' => '7.2.1.0',
|
1299 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php'
|
1300 |
),
|
1301 |
-
'Automattic\\WooCommerce\\StoreApi\\Formatters\\CurrencyFormatter' => array(
|
1302 |
-
'version' => '7.2.1.0',
|
1303 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php'
|
1304 |
-
),
|
1305 |
'Automattic\\WooCommerce\\StoreApi\\Formatters\\DefaultFormatter' => array(
|
1306 |
'version' => '7.2.1.0',
|
1307 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php'
|
1308 |
),
|
1309 |
-
'Automattic\\WooCommerce\\StoreApi\\Formatters\\MoneyFormatter' => array(
|
1310 |
-
'version' => '7.2.1.0',
|
1311 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php'
|
1312 |
-
),
|
1313 |
'Automattic\\WooCommerce\\StoreApi\\Formatters\\HtmlFormatter' => array(
|
1314 |
'version' => '7.2.1.0',
|
1315 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php'
|
1316 |
),
|
1317 |
-
'Automattic\\WooCommerce\\
|
1318 |
-
'version' => '
|
1319 |
-
'path' => $baseDir . '/packages/woocommerce-
|
1320 |
-
),
|
1321 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\CategoryLookup' => array(
|
1322 |
-
'version' => '3.3.0.0-RC2',
|
1323 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/CategoryLookup.php'
|
1324 |
),
|
1325 |
'Automattic\\WooCommerce\\Internal\\Admin\\Homescreen' => array(
|
1326 |
-
'version' => '3.3.
|
1327 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Homescreen.php'
|
1328 |
),
|
1329 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1330 |
-
'version' => '3.3.
|
1331 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1332 |
-
),
|
1333 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\CouponsMovedTrait' => array(
|
1334 |
-
'version' => '3.3.0.0-RC2',
|
1335 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/CouponsMovedTrait.php'
|
1336 |
-
),
|
1337 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportScheduler' => array(
|
1338 |
-
'version' => '3.3.0.0-RC2',
|
1339 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/ImportScheduler.php'
|
1340 |
),
|
1341 |
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\CustomersScheduler' => array(
|
1342 |
-
'version' => '3.3.
|
1343 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/CustomersScheduler.php'
|
1344 |
),
|
1345 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\OrdersScheduler' => array(
|
1346 |
-
'version' => '3.3.0.0-RC2',
|
1347 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/OrdersScheduler.php'
|
1348 |
-
),
|
1349 |
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\MailchimpScheduler' => array(
|
1350 |
-
'version' => '3.3.
|
1351 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/MailchimpScheduler.php'
|
1352 |
),
|
|
|
|
|
|
|
|
|
1353 |
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportInterface' => array(
|
1354 |
-
'version' => '3.3.
|
1355 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/ImportInterface.php'
|
1356 |
),
|
1357 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1358 |
-
'version' => '3.3.
|
1359 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1360 |
),
|
1361 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1362 |
-
'version' => '3.3.
|
1363 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1364 |
),
|
1365 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1366 |
-
'version' => '3.3.
|
1367 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1368 |
),
|
1369 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1370 |
-
'version' => '3.3.
|
1371 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1372 |
),
|
1373 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1374 |
-
'version' => '3.3.
|
1375 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1376 |
),
|
1377 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1378 |
-
'version' => '3.3.
|
1379 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1380 |
),
|
1381 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1382 |
-
'version' => '3.3.
|
1383 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
|
|
|
|
|
|
|
|
1384 |
),
|
1385 |
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\DefaultFreeExtensions' => array(
|
1386 |
-
'version' => '3.3.
|
1387 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php'
|
1388 |
),
|
1389 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\RemoteFreeExtensionsDataSourcePoller' => array(
|
1390 |
-
'version' => '3.3.0.0-RC2',
|
1391 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php'
|
1392 |
-
),
|
1393 |
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\Init' => array(
|
1394 |
-
'version' => '3.3.
|
1395 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteFreeExtensions/Init.php'
|
1396 |
),
|
1397 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1398 |
-
'version' => '3.3.
|
1399 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1400 |
-
),
|
1401 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\Settings' => array(
|
1402 |
-
'version' => '3.3.0.0-RC2',
|
1403 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Settings.php'
|
1404 |
),
|
1405 |
'Automattic\\WooCommerce\\Internal\\Admin\\Install' => array(
|
1406 |
-
'version' => '3.3.
|
1407 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Install.php'
|
1408 |
),
|
1409 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1410 |
-
'version' => '3.3.
|
1411 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1412 |
),
|
1413 |
'Automattic\\WooCommerce\\Internal\\Admin\\FeaturePlugin' => array(
|
1414 |
-
'version' => '3.3.
|
1415 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/FeaturePlugin.php'
|
1416 |
),
|
1417 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1418 |
-
'version' => '3.3.
|
1419 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1420 |
-
),
|
1421 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MerchantEmailNotifications' => array(
|
1422 |
-
'version' => '3.3.0.0-RC2',
|
1423 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Notes/MerchantEmailNotifications.php'
|
1424 |
),
|
1425 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1426 |
-
'version' => '3.3.
|
1427 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1428 |
),
|
1429 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1430 |
-
'version' => '3.3.
|
1431 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1432 |
),
|
1433 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1434 |
-
'version' => '3.3.
|
1435 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1436 |
),
|
1437 |
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPaymentGatewayPreInstallWCPayPromotion' => array(
|
1438 |
-
'version' => '3.3.
|
1439 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php'
|
1440 |
),
|
|
|
|
|
|
|
|
|
1441 |
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPayPromotionDataSourcePoller' => array(
|
1442 |
-
'version' => '3.3.
|
1443 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php'
|
1444 |
),
|
1445 |
-
'Automattic\\WooCommerce\\Internal\\Admin\\
|
1446 |
-
'version' => '3.3.
|
1447 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/
|
1448 |
),
|
1449 |
-
'Automattic\\WooCommerce\\
|
1450 |
-
'version' => '
|
1451 |
-
'path' => $baseDir . '/packages/woocommerce-
|
1452 |
),
|
1453 |
-
'Automattic\\WooCommerce\\
|
1454 |
-
'version' => '
|
1455 |
-
'path' => $baseDir . '/packages/woocommerce-
|
1456 |
),
|
1457 |
-
'Automattic\\WooCommerce\\
|
1458 |
-
'version' => '
|
1459 |
-
'path' => $baseDir . '/packages/woocommerce-
|
1460 |
),
|
1461 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1462 |
'version' => '7.2.1.0',
|
1463 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1464 |
),
|
1465 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1466 |
'version' => '7.2.1.0',
|
1467 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1468 |
),
|
1469 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1470 |
'version' => '7.2.1.0',
|
1471 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1472 |
),
|
1473 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1474 |
'version' => '7.2.1.0',
|
1475 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1476 |
),
|
1477 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1478 |
'version' => '7.2.1.0',
|
1479 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1480 |
),
|
1481 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1482 |
'version' => '7.2.1.0',
|
1483 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1484 |
),
|
1485 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1486 |
'version' => '7.2.1.0',
|
1487 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1488 |
),
|
1489 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1490 |
'version' => '7.2.1.0',
|
1491 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1492 |
),
|
1493 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1494 |
'version' => '7.2.1.0',
|
1495 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1496 |
),
|
1497 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1498 |
'version' => '7.2.1.0',
|
1499 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1500 |
),
|
1501 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1502 |
'version' => '7.2.1.0',
|
1503 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1504 |
),
|
1505 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1506 |
'version' => '7.2.1.0',
|
1507 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1508 |
),
|
1509 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1510 |
'version' => '7.2.1.0',
|
1511 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1512 |
),
|
1513 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1514 |
'version' => '7.2.1.0',
|
1515 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1516 |
),
|
1517 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1518 |
'version' => '7.2.1.0',
|
1519 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1520 |
),
|
1521 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1522 |
'version' => '7.2.1.0',
|
1523 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1524 |
),
|
1525 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1526 |
'version' => '7.2.1.0',
|
1527 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1528 |
),
|
1529 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1530 |
'version' => '7.2.1.0',
|
1531 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1532 |
),
|
1533 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1534 |
'version' => '7.2.1.0',
|
1535 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1536 |
),
|
1537 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1538 |
'version' => '7.2.1.0',
|
1539 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1540 |
),
|
1541 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1542 |
'version' => '7.2.1.0',
|
1543 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1544 |
),
|
1545 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1546 |
'version' => '7.2.1.0',
|
1547 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1548 |
),
|
1549 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1550 |
'version' => '7.2.1.0',
|
1551 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1552 |
),
|
1553 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategory' => array(
|
1554 |
'version' => '7.2.1.0',
|
1555 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php'
|
1556 |
),
|
1557 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1558 |
'version' => '7.2.1.0',
|
1559 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1560 |
),
|
1561 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1562 |
'version' => '7.2.1.0',
|
1563 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1564 |
),
|
1565 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1566 |
'version' => '7.2.1.0',
|
1567 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1568 |
),
|
1569 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1570 |
'version' => '7.2.1.0',
|
1571 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1572 |
),
|
1573 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSummary' => array(
|
1574 |
'version' => '7.2.1.0',
|
1575 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php'
|
1576 |
),
|
1577 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1578 |
'version' => '7.2.1.0',
|
1579 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1580 |
),
|
1581 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1582 |
'version' => '7.2.1.0',
|
1583 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1584 |
),
|
1585 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByCategory' => array(
|
1586 |
'version' => '7.2.1.0',
|
1587 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php'
|
1588 |
),
|
1589 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1590 |
'version' => '7.2.1.0',
|
1591 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1592 |
),
|
1593 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1594 |
'version' => '7.2.1.0',
|
1595 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1596 |
),
|
1597 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1598 |
'version' => '7.2.1.0',
|
1599 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1600 |
),
|
1601 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1602 |
'version' => '7.2.1.0',
|
1603 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1604 |
),
|
1605 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1606 |
'version' => '7.2.1.0',
|
1607 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1608 |
),
|
1609 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1610 |
'version' => '7.2.1.0',
|
1611 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1612 |
),
|
1613 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\SingleProduct' => array(
|
1614 |
'version' => '7.2.1.0',
|
1615 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php'
|
1616 |
),
|
1617 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1618 |
'version' => '7.2.1.0',
|
1619 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1620 |
),
|
1621 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1622 |
'version' => '7.2.1.0',
|
1623 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1624 |
),
|
1625 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1626 |
'version' => '7.2.1.0',
|
1627 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1628 |
),
|
1629 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1630 |
'version' => '7.2.1.0',
|
1631 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1632 |
),
|
1633 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1634 |
'version' => '7.2.1.0',
|
1635 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1636 |
),
|
1637 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1638 |
'version' => '7.2.1.0',
|
1639 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1640 |
),
|
1641 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1642 |
'version' => '7.2.1.0',
|
1643 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1644 |
),
|
1645 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1646 |
'version' => '7.2.1.0',
|
1647 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1648 |
),
|
1649 |
-
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\
|
1650 |
'version' => '7.2.1.0',
|
1651 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/
|
1652 |
),
|
1653 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1654 |
'version' => '7.2.1.0',
|
1655 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1656 |
),
|
1657 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1658 |
'version' => '7.2.1.0',
|
1659 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1660 |
),
|
1661 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1662 |
'version' => '7.2.1.0',
|
1663 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1664 |
),
|
1665 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1666 |
'version' => '7.2.1.0',
|
1667 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1668 |
),
|
1669 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1670 |
'version' => '7.2.1.0',
|
1671 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1672 |
),
|
1673 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1674 |
'version' => '7.2.1.0',
|
1675 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1676 |
),
|
1677 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1678 |
'version' => '7.2.1.0',
|
1679 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1680 |
),
|
1681 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1682 |
'version' => '7.2.1.0',
|
1683 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1684 |
),
|
1685 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1686 |
'version' => '7.2.1.0',
|
1687 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1688 |
),
|
1689 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1690 |
'version' => '7.2.1.0',
|
1691 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1692 |
),
|
1693 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1694 |
'version' => '7.2.1.0',
|
1695 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1696 |
),
|
1697 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1698 |
'version' => '7.2.1.0',
|
1699 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1700 |
),
|
1701 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1702 |
'version' => '7.2.1.0',
|
1703 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1704 |
),
|
1705 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1706 |
'version' => '7.2.1.0',
|
1707 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1708 |
),
|
1709 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1710 |
'version' => '7.2.1.0',
|
1711 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1712 |
),
|
1713 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1714 |
'version' => '7.2.1.0',
|
1715 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1716 |
),
|
1717 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1718 |
'version' => '7.2.1.0',
|
1719 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1720 |
),
|
1721 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1722 |
'version' => '7.2.1.0',
|
1723 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1724 |
),
|
1725 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1726 |
'version' => '7.2.1.0',
|
1727 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1728 |
),
|
1729 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1730 |
'version' => '7.2.1.0',
|
1731 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1732 |
),
|
1733 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1734 |
'version' => '7.2.1.0',
|
1735 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1736 |
),
|
1737 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1738 |
'version' => '7.2.1.0',
|
1739 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1740 |
),
|
1741 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1742 |
'version' => '7.2.1.0',
|
1743 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1744 |
),
|
1745 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1746 |
'version' => '7.2.1.0',
|
1747 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1748 |
),
|
1749 |
-
'Automattic\\WooCommerce\\Blocks\\
|
1750 |
'version' => '7.2.1.0',
|
1751 |
-
'path' => $baseDir . '/packages/woocommerce-blocks/src/
|
1752 |
),
|
1753 |
-
'Automattic\\WooCommerce\\
|
1754 |
-
'version' => '
|
1755 |
-
'path' => $baseDir . '/packages/woocommerce-
|
1756 |
),
|
1757 |
-
'Automattic\\WooCommerce\\Admin\\
|
1758 |
-
'version' => '3.3.
|
1759 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1760 |
),
|
1761 |
-
'Automattic\\WooCommerce\\Admin\\
|
1762 |
-
'version' => '3.3.
|
1763 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1764 |
),
|
1765 |
-
'Automattic\\WooCommerce\\Admin\\
|
1766 |
-
'version' => '3.3.
|
1767 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1768 |
),
|
1769 |
-
'Automattic\\WooCommerce\\Admin\\
|
1770 |
-
'version' => '3.3.
|
1771 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1772 |
),
|
1773 |
-
'Automattic\\WooCommerce\\Admin\\
|
1774 |
-
'version' => '3.3.
|
1775 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1776 |
),
|
1777 |
-
'Automattic\\WooCommerce\\Admin\\
|
1778 |
-
'version' => '3.3.
|
1779 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1780 |
),
|
1781 |
-
'Automattic\\WooCommerce\\Admin\\
|
1782 |
-
'version' => '3.3.
|
1783 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1784 |
),
|
1785 |
-
'Automattic\\WooCommerce\\Admin\\
|
1786 |
-
'version' => '3.3.
|
1787 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1788 |
),
|
1789 |
-
'Automattic\\WooCommerce\\Admin\\
|
1790 |
-
'version' => '3.3.
|
1791 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1792 |
),
|
1793 |
-
'Automattic\\WooCommerce\\Admin\\
|
1794 |
-
'version' => '3.3.
|
1795 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1796 |
),
|
1797 |
-
'Automattic\\WooCommerce\\Admin\\
|
1798 |
-
'version' => '3.3.
|
1799 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1800 |
),
|
1801 |
-
'Automattic\\WooCommerce\\Admin\\
|
1802 |
-
'version' => '3.3.
|
1803 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1804 |
),
|
1805 |
-
'Automattic\\WooCommerce\\Admin\\
|
1806 |
-
'version' => '3.3.
|
1807 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1808 |
),
|
1809 |
-
'Automattic\\WooCommerce\\Admin\\
|
1810 |
-
'version' => '3.3.
|
1811 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1812 |
),
|
1813 |
-
'Automattic\\WooCommerce\\Admin\\
|
1814 |
-
'version' => '3.3.
|
1815 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1816 |
),
|
1817 |
-
'Automattic\\WooCommerce\\Admin\\
|
1818 |
-
'version' => '3.3.
|
1819 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1820 |
),
|
1821 |
-
'Automattic\\WooCommerce\\Admin\\
|
1822 |
-
'version' => '3.3.
|
1823 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1824 |
),
|
1825 |
-
'Automattic\\WooCommerce\\Admin\\
|
1826 |
-
'version' => '3.3.
|
1827 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1828 |
),
|
1829 |
-
'Automattic\\WooCommerce\\Admin\\
|
1830 |
-
'version' => '3.3.
|
1831 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1832 |
),
|
1833 |
-
'Automattic\\WooCommerce\\Admin\\
|
1834 |
-
'version' => '3.3.
|
1835 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1836 |
),
|
1837 |
-
'Automattic\\WooCommerce\\Admin\\
|
1838 |
-
'version' => '3.3.
|
1839 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1840 |
),
|
1841 |
-
'Automattic\\WooCommerce\\Admin\\
|
1842 |
-
'version' => '3.3.
|
1843 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1844 |
),
|
1845 |
-
'Automattic\\WooCommerce\\Admin\\
|
1846 |
-
'version' => '3.3.
|
1847 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1848 |
),
|
1849 |
-
'Automattic\\WooCommerce\\Admin\\
|
1850 |
-
'version' => '3.3.
|
1851 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1852 |
),
|
1853 |
-
'Automattic\\WooCommerce\\Admin\\
|
1854 |
-
'version' => '3.3.
|
1855 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1856 |
),
|
1857 |
-
'Automattic\\WooCommerce\\Admin\\
|
1858 |
-
'version' => '3.3.
|
1859 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1860 |
),
|
1861 |
-
'Automattic\\WooCommerce\\Admin\\
|
1862 |
-
'version' => '3.3.
|
1863 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1864 |
),
|
1865 |
-
'Automattic\\WooCommerce\\Admin\\
|
1866 |
-
'version' => '3.3.
|
1867 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1868 |
),
|
1869 |
-
'Automattic\\WooCommerce\\Admin\\
|
1870 |
-
'version' => '3.3.
|
1871 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1872 |
),
|
1873 |
-
'Automattic\\WooCommerce\\Admin\\
|
1874 |
-
'version' => '3.3.
|
1875 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1876 |
),
|
1877 |
-
'Automattic\\WooCommerce\\Admin\\
|
1878 |
-
'version' => '3.3.
|
1879 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1880 |
),
|
1881 |
-
'Automattic\\WooCommerce\\Admin\\
|
1882 |
-
'version' => '3.3.
|
1883 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1884 |
),
|
1885 |
-
'Automattic\\WooCommerce\\Admin\\
|
1886 |
-
'version' => '3.3.
|
1887 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1888 |
),
|
1889 |
-
'Automattic\\WooCommerce\\Admin\\
|
1890 |
-
'version' => '3.3.
|
1891 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1892 |
),
|
1893 |
-
'Automattic\\WooCommerce\\Admin\\
|
1894 |
-
'version' => '3.3.
|
1895 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1896 |
),
|
1897 |
-
'Automattic\\WooCommerce\\Admin\\
|
1898 |
-
'version' => '3.3.
|
1899 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1900 |
),
|
1901 |
-
'Automattic\\WooCommerce\\Admin\\
|
1902 |
-
'version' => '3.3.
|
1903 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1904 |
),
|
1905 |
-
'Automattic\\WooCommerce\\Admin\\
|
1906 |
-
'version' => '3.3.
|
1907 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1908 |
),
|
1909 |
-
'Automattic\\WooCommerce\\Admin\\
|
1910 |
-
'version' => '3.3.
|
1911 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1912 |
),
|
1913 |
-
'Automattic\\WooCommerce\\Admin\\
|
1914 |
-
'version' => '3.3.
|
1915 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1916 |
),
|
1917 |
-
'Automattic\\WooCommerce\\Admin\\
|
1918 |
-
'version' => '3.3.
|
1919 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1920 |
),
|
1921 |
-
'Automattic\\WooCommerce\\Admin\\
|
1922 |
-
'version' => '3.3.
|
1923 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1924 |
),
|
1925 |
-
'Automattic\\WooCommerce\\Admin\\
|
1926 |
-
'version' => '3.3.
|
1927 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1928 |
),
|
1929 |
-
'Automattic\\WooCommerce\\Admin\\
|
1930 |
-
'version' => '3.3.
|
1931 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1932 |
),
|
1933 |
-
'Automattic\\WooCommerce\\Admin\\
|
1934 |
-
'version' => '3.3.
|
1935 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1936 |
),
|
1937 |
-
'Automattic\\WooCommerce\\Admin\\
|
1938 |
-
'version' => '3.3.
|
1939 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1940 |
),
|
1941 |
-
'Automattic\\WooCommerce\\Admin\\
|
1942 |
-
'version' => '3.3.
|
1943 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1944 |
),
|
1945 |
-
'Automattic\\WooCommerce\\Admin\\
|
1946 |
-
'version' => '3.3.
|
1947 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1948 |
),
|
1949 |
-
'Automattic\\WooCommerce\\Admin\\
|
1950 |
-
'version' => '3.3.
|
1951 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1952 |
),
|
1953 |
-
'Automattic\\WooCommerce\\Admin\\
|
1954 |
-
'version' => '3.3.
|
1955 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1956 |
),
|
1957 |
-
'Automattic\\WooCommerce\\Admin\\
|
1958 |
-
'version' => '3.3.
|
1959 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1960 |
),
|
1961 |
-
'Automattic\\WooCommerce\\Admin\\
|
1962 |
-
'version' => '3.3.
|
1963 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1964 |
),
|
1965 |
-
'Automattic\\WooCommerce\\Admin\\
|
1966 |
-
'version' => '3.3.
|
1967 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1968 |
),
|
1969 |
-
'Automattic\\WooCommerce\\Admin\\
|
1970 |
-
'version' => '3.3.
|
1971 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1972 |
),
|
1973 |
-
'Automattic\\WooCommerce\\Admin\\
|
1974 |
-
'version' => '3.3.
|
1975 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1976 |
),
|
1977 |
-
'Automattic\\WooCommerce\\Admin\\
|
1978 |
-
'version' => '3.3.
|
1979 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1980 |
),
|
1981 |
-
'Automattic\\WooCommerce\\Admin\\
|
1982 |
-
'version' => '3.3.
|
1983 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1984 |
),
|
1985 |
-
'Automattic\\WooCommerce\\Admin\\
|
1986 |
-
'version' => '3.3.
|
1987 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1988 |
),
|
1989 |
-
'Automattic\\WooCommerce\\Admin\\
|
1990 |
-
'version' => '3.3.
|
1991 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1992 |
),
|
1993 |
-
'Automattic\\WooCommerce\\Admin\\
|
1994 |
-
'version' => '3.3.
|
1995 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
1996 |
),
|
1997 |
-
'Automattic\\WooCommerce\\Admin\\
|
1998 |
-
'version' => '3.3.
|
1999 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2000 |
),
|
2001 |
-
'Automattic\\WooCommerce\\Admin\\
|
2002 |
-
'version' => '3.3.
|
2003 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2004 |
),
|
2005 |
-
'Automattic\\WooCommerce\\Admin\\
|
2006 |
-
'version' => '3.3.
|
2007 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2008 |
),
|
2009 |
-
'Automattic\\WooCommerce\\Admin\\
|
2010 |
-
'version' => '3.3.
|
2011 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2012 |
),
|
2013 |
-
'Automattic\\WooCommerce\\Admin\\
|
2014 |
-
'version' => '3.3.
|
2015 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2016 |
),
|
2017 |
-
'Automattic\\WooCommerce\\Admin\\
|
2018 |
-
'version' => '3.3.
|
2019 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2020 |
),
|
2021 |
-
'Automattic\\WooCommerce\\Admin\\
|
2022 |
-
'version' => '3.3.
|
2023 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2024 |
),
|
2025 |
-
'Automattic\\WooCommerce\\Admin\\
|
2026 |
-
'version' => '3.3.
|
2027 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2028 |
),
|
2029 |
-
'Automattic\\WooCommerce\\Admin\\
|
2030 |
-
'version' => '3.3.
|
2031 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2032 |
),
|
2033 |
-
'Automattic\\WooCommerce\\Admin\\
|
2034 |
-
'version' => '3.3.
|
2035 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2036 |
),
|
2037 |
-
'Automattic\\WooCommerce\\Admin\\
|
2038 |
-
'version' => '3.3.
|
2039 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2040 |
),
|
2041 |
-
'Automattic\\WooCommerce\\Admin\\
|
2042 |
-
'version' => '3.3.
|
2043 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2044 |
),
|
2045 |
-
'Automattic\\WooCommerce\\Admin\\
|
2046 |
-
'version' => '3.3.
|
2047 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2048 |
),
|
2049 |
-
'Automattic\\WooCommerce\\Admin\\
|
2050 |
-
'version' => '3.3.
|
2051 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2052 |
),
|
2053 |
-
'Automattic\\WooCommerce\\Admin\\
|
2054 |
-
'version' => '3.3.
|
2055 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2056 |
),
|
2057 |
-
'Automattic\\WooCommerce\\Admin\\
|
2058 |
-
'version' => '3.3.
|
2059 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2060 |
),
|
2061 |
-
'Automattic\\WooCommerce\\Admin\\
|
2062 |
-
'version' => '3.3.
|
2063 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2064 |
),
|
2065 |
-
'Automattic\\WooCommerce\\Admin\\
|
2066 |
-
'version' => '3.3.
|
2067 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2068 |
),
|
2069 |
-
'Automattic\\WooCommerce\\Admin\\
|
2070 |
-
'version' => '3.3.
|
2071 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2072 |
),
|
2073 |
-
'Automattic\\WooCommerce\\Admin\\
|
2074 |
-
'version' => '3.3.
|
2075 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2076 |
),
|
2077 |
-
'Automattic\\WooCommerce\\Admin\\
|
2078 |
-
'version' => '3.3.
|
2079 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2080 |
),
|
2081 |
-
'Automattic\\WooCommerce\\Admin\\
|
2082 |
-
'version' => '3.3.
|
2083 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2084 |
),
|
2085 |
-
'Automattic\\WooCommerce\\Admin\\
|
2086 |
-
'version' => '3.3.
|
2087 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2088 |
),
|
2089 |
-
'Automattic\\WooCommerce\\Admin\\
|
2090 |
-
'version' => '3.3.
|
2091 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2092 |
),
|
2093 |
-
'Automattic\\WooCommerce\\Admin\\
|
2094 |
-
'version' => '3.3.
|
2095 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2096 |
),
|
2097 |
-
'Automattic\\WooCommerce\\Admin\\
|
2098 |
-
'version' => '3.3.
|
2099 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2100 |
),
|
2101 |
-
'Automattic\\WooCommerce\\Admin\\
|
2102 |
-
'version' => '3.3.
|
2103 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2104 |
),
|
2105 |
-
'Automattic\\WooCommerce\\Admin\\
|
2106 |
-
'version' => '3.3.
|
2107 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2108 |
),
|
2109 |
-
'Automattic\\WooCommerce\\Admin\\
|
2110 |
-
'version' => '3.3.
|
2111 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2112 |
),
|
2113 |
-
'Automattic\\WooCommerce\\Admin\\
|
2114 |
-
'version' => '3.3.
|
2115 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2116 |
),
|
2117 |
-
'Automattic\\WooCommerce\\Admin\\
|
2118 |
-
'version' => '3.3.
|
2119 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2120 |
),
|
2121 |
-
'Automattic\\WooCommerce\\Admin\\
|
2122 |
-
'version' => '3.3.
|
2123 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2124 |
),
|
2125 |
-
'Automattic\\WooCommerce\\Admin\\
|
2126 |
-
'version' => '3.3.
|
2127 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2128 |
),
|
2129 |
-
'Automattic\\WooCommerce\\Admin\\
|
2130 |
-
'version' => '3.3.
|
2131 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2132 |
),
|
2133 |
-
'Automattic\\WooCommerce\\Admin\\
|
2134 |
-
'version' => '3.3.
|
2135 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2136 |
),
|
2137 |
-
'Automattic\\WooCommerce\\Admin\\
|
2138 |
-
'version' => '3.3.
|
2139 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2140 |
),
|
2141 |
-
'Automattic\\WooCommerce\\Admin\\
|
2142 |
-
'version' => '3.3.
|
2143 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2144 |
),
|
2145 |
-
'Automattic\\WooCommerce\\Admin\\
|
2146 |
-
'version' => '3.3.
|
2147 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2148 |
),
|
2149 |
-
'Automattic\\WooCommerce\\Admin\\
|
2150 |
-
'version' => '3.3.
|
2151 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2152 |
),
|
2153 |
-
'Automattic\\WooCommerce\\Admin\\
|
2154 |
-
'version' => '3.3.
|
2155 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2156 |
),
|
2157 |
-
'Automattic\\WooCommerce\\Admin\\
|
2158 |
-
'version' => '3.3.
|
2159 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2160 |
),
|
2161 |
-
'Automattic\\WooCommerce\\Admin\\
|
2162 |
-
'version' => '3.3.
|
2163 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2164 |
),
|
2165 |
-
'Automattic\\WooCommerce\\Admin\\
|
2166 |
-
'version' => '3.3.
|
2167 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2168 |
),
|
2169 |
-
'Automattic\\WooCommerce\\Admin\\
|
2170 |
-
'version' => '3.3.
|
2171 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2172 |
),
|
2173 |
-
'Automattic\\WooCommerce\\Admin\\
|
2174 |
-
'version' => '3.3.
|
2175 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2176 |
),
|
2177 |
-
'Automattic\\WooCommerce\\Admin\\
|
2178 |
-
'version' => '3.3.
|
2179 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2180 |
),
|
2181 |
-
'Automattic\\WooCommerce\\Admin\\
|
2182 |
-
'version' => '3.3.
|
2183 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2184 |
),
|
2185 |
-
'Automattic\\WooCommerce\\Admin\\
|
2186 |
-
'version' => '3.3.
|
2187 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2188 |
),
|
2189 |
-
'Automattic\\WooCommerce\\Admin\\
|
2190 |
-
'version' => '3.3.
|
2191 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2192 |
),
|
2193 |
-
'Automattic\\WooCommerce\\Admin\\
|
2194 |
-
'version' => '3.3.
|
2195 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2196 |
),
|
2197 |
-
'Automattic\\WooCommerce\\Admin\\
|
2198 |
-
'version' => '3.3.
|
2199 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2200 |
),
|
2201 |
-
'Automattic\\WooCommerce\\Admin\\
|
2202 |
-
'version' => '3.3.
|
2203 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2204 |
),
|
2205 |
-
'Automattic\\WooCommerce\\Admin\\
|
2206 |
-
'version' => '3.3.
|
2207 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2208 |
),
|
2209 |
-
'Automattic\\WooCommerce\\Admin\\
|
2210 |
-
'version' => '3.3.
|
2211 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2212 |
),
|
2213 |
-
'Automattic\\WooCommerce\\Admin\\
|
2214 |
-
'version' => '3.3.
|
2215 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2216 |
),
|
2217 |
-
'Automattic\\WooCommerce\\Admin\\
|
2218 |
-
'version' => '3.3.
|
2219 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2220 |
),
|
2221 |
-
'Automattic\\WooCommerce\\Admin\\
|
2222 |
-
'version' => '3.3.
|
2223 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2224 |
),
|
2225 |
-
'Automattic\\WooCommerce\\Admin\\
|
2226 |
-
'version' => '3.3.
|
2227 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2228 |
),
|
2229 |
-
'Automattic\\WooCommerce\\Admin\\
|
2230 |
-
'version' => '3.3.
|
2231 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2232 |
),
|
2233 |
-
'Automattic\\WooCommerce\\Admin\\
|
2234 |
-
'version' => '3.3.
|
2235 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2236 |
),
|
2237 |
-
'Automattic\\WooCommerce\\Admin\\
|
2238 |
-
'version' => '3.3.
|
2239 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2240 |
),
|
2241 |
-
'Automattic\\WooCommerce\\Admin\\
|
2242 |
-
'version' => '3.3.
|
2243 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2244 |
),
|
2245 |
-
'Automattic\\WooCommerce\\Admin\\
|
2246 |
-
'version' => '3.3.
|
2247 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2248 |
),
|
2249 |
-
'Automattic\\WooCommerce\\Admin\\
|
2250 |
-
'version' => '3.3.
|
2251 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2252 |
),
|
2253 |
-
'Automattic\\WooCommerce\\Admin\\
|
2254 |
-
'version' => '3.3.
|
2255 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2256 |
),
|
2257 |
-
'Automattic\\WooCommerce\\Admin\\
|
2258 |
-
'version' => '3.3.
|
2259 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2260 |
),
|
2261 |
-
'Automattic\\WooCommerce\\Admin\\
|
2262 |
-
'version' => '3.3.
|
2263 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2264 |
),
|
2265 |
-
'Automattic\\WooCommerce\\Admin\\
|
2266 |
-
'version' => '3.3.
|
2267 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2268 |
),
|
2269 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayFlatten' => array(
|
2270 |
-
'version' => '3.3.
|
2271 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayFlatten.php'
|
2272 |
),
|
2273 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArraySearch' => array(
|
2274 |
-
'version' => '3.3.0.0-RC2',
|
2275 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArraySearch.php'
|
2276 |
-
),
|
2277 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\Count' => array(
|
2278 |
-
'version' => '3.3.
|
2279 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/Count.php'
|
2280 |
),
|
2281 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayValues' => array(
|
2282 |
-
'version' => '3.3.0.0-RC2',
|
2283 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayValues.php'
|
2284 |
-
),
|
2285 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayColumn' => array(
|
2286 |
-
'version' => '3.3.
|
2287 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayColumn.php'
|
2288 |
),
|
|
|
|
|
|
|
|
|
2289 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayKeys' => array(
|
2290 |
-
'version' => '3.3.
|
2291 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayKeys.php'
|
2292 |
),
|
2293 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\
|
2294 |
-
'version' => '3.3.
|
2295 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/
|
2296 |
),
|
2297 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\
|
2298 |
-
'version' => '3.3.
|
2299 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/
|
2300 |
),
|
2301 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrderCountRuleProcessor' => array(
|
2302 |
-
'version' => '3.3.
|
2303 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/OrderCountRuleProcessor.php'
|
2304 |
),
|
2305 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PluginsActivatedRuleProcessor' => array(
|
2306 |
-
'version' => '3.3.0.0-RC2',
|
2307 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php'
|
2308 |
-
),
|
2309 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForProvider' => array(
|
2310 |
-
'version' => '3.3.
|
2311 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/WCAdminActiveForProvider.php'
|
2312 |
),
|
2313 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishAfterTimeRuleProcessor' => array(
|
2314 |
-
'version' => '3.3.0.0-RC2',
|
2315 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php'
|
2316 |
-
),
|
2317 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrdersProvider' => array(
|
2318 |
-
'version' => '3.3.
|
2319 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/OrdersProvider.php'
|
2320 |
),
|
2321 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\
|
2322 |
-
'version' => '3.3.
|
2323 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/
|
2324 |
-
),
|
2325 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForRuleProcessor' => array(
|
2326 |
-
'version' => '3.3.0.0-RC2',
|
2327 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php'
|
2328 |
-
),
|
2329 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\EvaluationLogger' => array(
|
2330 |
-
'version' => '3.3.0.0-RC2',
|
2331 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/EvaluationLogger.php'
|
2332 |
),
|
2333 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\
|
2334 |
-
'version' => '3.3.
|
2335 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/
|
2336 |
),
|
2337 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishBeforeTimeRuleProcessor' => array(
|
2338 |
-
'version' => '3.3.
|
2339 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php'
|
2340 |
),
|
2341 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\
|
2342 |
-
'version' => '3.3.
|
2343 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/
|
2344 |
-
),
|
2345 |
-
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleProcessorInterface' => array(
|
2346 |
-
'version' => '3.3.0.0-RC2',
|
2347 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/RuleProcessorInterface.php'
|
2348 |
-
),
|
2349 |
-
'Automattic\\WooCommerce\\Admin\\PluginsInstaller' => array(
|
2350 |
-
'version' => '3.3.0.0-RC2',
|
2351 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/PluginsInstaller.php'
|
2352 |
-
),
|
2353 |
-
'Automattic\\WooCommerce\\Admin\\ReportCSVEmail' => array(
|
2354 |
-
'version' => '3.3.0.0-RC2',
|
2355 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/ReportCSVEmail.php'
|
2356 |
),
|
2357 |
-
'Automattic\\WooCommerce\\Admin\\
|
2358 |
-
'version' => '3.3.
|
2359 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2360 |
),
|
2361 |
-
'Automattic\\WooCommerce\\Admin\\
|
2362 |
-
'version' => '3.3.
|
2363 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2364 |
),
|
2365 |
-
'Automattic\\WooCommerce\\Admin\\
|
2366 |
-
'version' => '3.3.
|
2367 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2368 |
),
|
2369 |
-
'Automattic\\WooCommerce\\Admin\\
|
2370 |
-
'version' => '3.3.
|
2371 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2372 |
),
|
2373 |
-
'Automattic\\WooCommerce\\Admin\\
|
2374 |
-
'version' => '3.3.
|
2375 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2376 |
),
|
2377 |
-
'Automattic\\WooCommerce\\Admin\\
|
2378 |
-
'version' => '3.3.
|
2379 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2380 |
),
|
2381 |
-
'Automattic\\WooCommerce\\Admin\\
|
2382 |
-
'version' => '3.3.
|
2383 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2384 |
),
|
2385 |
-
'Automattic\\WooCommerce\\Admin\\
|
2386 |
-
'version' => '3.3.
|
2387 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2388 |
),
|
2389 |
-
'Automattic\\WooCommerce\\Admin\\
|
2390 |
-
'version' => '3.3.
|
2391 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2392 |
),
|
2393 |
-
'Automattic\\WooCommerce\\Admin\\
|
2394 |
-
'version' => '3.3.
|
2395 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2396 |
),
|
2397 |
-
'Automattic\\WooCommerce\\Admin\\
|
2398 |
-
'version' => '3.3.
|
2399 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2400 |
),
|
2401 |
-
'Automattic\\WooCommerce\\Admin\\
|
2402 |
-
'version' => '3.3.
|
2403 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2404 |
),
|
2405 |
-
'Automattic\\WooCommerce\\Admin\\
|
2406 |
-
'version' => '3.3.
|
2407 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2408 |
),
|
2409 |
-
'Automattic\\WooCommerce\\Admin\\
|
2410 |
-
'version' => '3.3.
|
2411 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2412 |
),
|
2413 |
-
'Automattic\\WooCommerce\\Admin\\
|
2414 |
-
'version' => '3.3.
|
2415 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2416 |
),
|
2417 |
-
'Automattic\\WooCommerce\\Admin\\
|
2418 |
-
'version' => '3.3.
|
2419 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2420 |
),
|
2421 |
-
'Automattic\\WooCommerce\\Admin\\
|
2422 |
-
'version' => '3.3.
|
2423 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2424 |
),
|
2425 |
-
'Automattic\\WooCommerce\\Admin\\
|
2426 |
-
'version' => '3.3.
|
2427 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2428 |
),
|
2429 |
-
'Automattic\\WooCommerce\\Admin\\
|
2430 |
-
'version' => '3.3.
|
2431 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2432 |
),
|
2433 |
-
'Automattic\\WooCommerce\\Admin\\
|
2434 |
-
'version' => '3.3.
|
2435 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2436 |
),
|
2437 |
-
'Automattic\\WooCommerce\\Admin\\
|
2438 |
-
'version' => '3.3.
|
2439 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2440 |
),
|
2441 |
-
'Automattic\\WooCommerce\\Admin\\
|
2442 |
-
'version' => '3.3.
|
2443 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2444 |
),
|
2445 |
-
'Automattic\\WooCommerce\\Admin\\
|
2446 |
-
'version' => '3.3.
|
2447 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2448 |
),
|
2449 |
-
'Automattic\\WooCommerce\\Admin\\
|
2450 |
-
'version' => '3.3.
|
2451 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2452 |
),
|
2453 |
-
'Automattic\\WooCommerce\\Admin\\
|
2454 |
-
'version' => '3.3.
|
2455 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2456 |
),
|
2457 |
-
'Automattic\\WooCommerce\\Admin\\
|
2458 |
-
'version' => '3.3.
|
2459 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2460 |
),
|
2461 |
-
'Automattic\\WooCommerce\\Admin\\
|
2462 |
-
'version' => '3.3.
|
2463 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2464 |
),
|
2465 |
-
'Automattic\\WooCommerce\\Admin\\
|
2466 |
-
'version' => '3.3.
|
2467 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2468 |
),
|
2469 |
-
'Automattic\\WooCommerce\\Admin\\
|
2470 |
-
'version' => '3.3.
|
2471 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2472 |
),
|
2473 |
-
'Automattic\\WooCommerce\\Admin\\
|
2474 |
-
'version' => '3.3.
|
2475 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2476 |
),
|
2477 |
-
'Automattic\\WooCommerce\\Admin\\
|
2478 |
-
'version' => '3.3.
|
2479 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2480 |
),
|
2481 |
-
'Automattic\\WooCommerce\\Admin\\
|
2482 |
-
'version' => '3.3.
|
2483 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2484 |
),
|
2485 |
-
'Automattic\\WooCommerce\\Admin\\
|
2486 |
-
'version' => '3.3.
|
2487 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2488 |
),
|
2489 |
-
'Automattic\\WooCommerce\\Admin\\
|
2490 |
-
'version' => '3.3.
|
2491 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2492 |
),
|
2493 |
-
'Automattic\\WooCommerce\\Admin\\
|
2494 |
-
'version' => '3.3.
|
2495 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2496 |
),
|
2497 |
-
'Automattic\\WooCommerce\\Admin\\
|
2498 |
-
'version' => '3.3.
|
2499 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2500 |
),
|
2501 |
-
'Automattic\\WooCommerce\\Admin\\
|
2502 |
-
'version' => '3.3.
|
2503 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2504 |
),
|
2505 |
-
'Automattic\\WooCommerce\\Admin\\
|
2506 |
-
'version' => '3.3.
|
2507 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2508 |
),
|
2509 |
-
'Automattic\\WooCommerce\\Admin\\
|
2510 |
-
'version' => '3.3.
|
2511 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2512 |
),
|
2513 |
-
'Automattic\\WooCommerce\\Admin\\
|
2514 |
-
'version' => '3.3.
|
2515 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2516 |
),
|
2517 |
-
'Automattic\\WooCommerce\\Admin\\
|
2518 |
-
'version' => '3.3.
|
2519 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2520 |
),
|
2521 |
-
'Automattic\\WooCommerce\\Admin\\
|
2522 |
-
'version' => '3.3.
|
2523 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2524 |
),
|
2525 |
-
'Automattic\\WooCommerce\\Admin\\
|
2526 |
-
'version' => '3.3.
|
2527 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2528 |
),
|
2529 |
-
'Automattic\\WooCommerce\\Admin\\
|
2530 |
-
'version' => '3.3.
|
2531 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2532 |
),
|
2533 |
-
'Automattic\\WooCommerce\\Admin\\
|
2534 |
-
'version' => '3.3.
|
2535 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2536 |
),
|
2537 |
-
'Automattic\\WooCommerce\\Admin\\
|
2538 |
-
'version' => '3.3.
|
2539 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2540 |
),
|
2541 |
-
'Automattic\\WooCommerce\\Admin\\
|
2542 |
-
'version' => '3.3.
|
2543 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2544 |
),
|
2545 |
-
'Automattic\\WooCommerce\\Admin\\
|
2546 |
-
'version' => '3.3.
|
2547 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2548 |
),
|
2549 |
-
'Automattic\\WooCommerce\\Admin\\
|
2550 |
-
'version' => '3.3.
|
2551 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2552 |
),
|
2553 |
-
'Automattic\\WooCommerce\\Admin\\
|
2554 |
-
'version' => '3.3.
|
2555 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2556 |
),
|
2557 |
-
'Automattic\\WooCommerce\\Admin\\
|
2558 |
-
'version' => '3.3.
|
2559 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2560 |
),
|
2561 |
-
'Automattic\\WooCommerce\\Admin\\
|
2562 |
-
'version' => '3.3.
|
2563 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2564 |
),
|
2565 |
-
'Automattic\\WooCommerce\\Admin\\
|
2566 |
-
'version' => '3.3.
|
2567 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2568 |
),
|
2569 |
-
'Automattic\\WooCommerce\\Admin\\
|
2570 |
-
'version' => '3.3.
|
2571 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2572 |
),
|
2573 |
-
'Automattic\\WooCommerce\\Admin\\
|
2574 |
-
'version' => '3.3.
|
2575 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2576 |
),
|
2577 |
-
'Automattic\\WooCommerce\\Admin\\
|
2578 |
-
'version' => '3.3.
|
2579 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2580 |
),
|
2581 |
-
'Automattic\\WooCommerce\\Admin\\
|
2582 |
-
'version' => '3.3.
|
2583 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2584 |
),
|
2585 |
-
'Automattic\\WooCommerce\\Admin\\
|
2586 |
-
'version' => '3.3.
|
2587 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2588 |
),
|
2589 |
-
'Automattic\\WooCommerce\\Admin\\
|
2590 |
-
'version' => '3.3.
|
2591 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2592 |
),
|
2593 |
-
'Automattic\\WooCommerce\\Admin\\
|
2594 |
-
'version' => '3.3.
|
2595 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2596 |
),
|
2597 |
-
'Automattic\\WooCommerce\\Admin\\
|
2598 |
-
'version' => '3.3.
|
2599 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2600 |
),
|
2601 |
-
'Automattic\\WooCommerce\\Admin\\
|
2602 |
-
'version' => '3.3.
|
2603 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2604 |
),
|
2605 |
-
'Automattic\\WooCommerce\\Admin\\
|
2606 |
-
'version' => '3.3.
|
2607 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2608 |
),
|
2609 |
-
'Automattic\\WooCommerce\\Admin\\
|
2610 |
-
'version' => '3.3.
|
2611 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2612 |
),
|
2613 |
-
'Automattic\\WooCommerce\\Admin\\
|
2614 |
-
'version' => '3.3.
|
2615 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2616 |
),
|
2617 |
-
'Automattic\\WooCommerce\\Admin\\
|
2618 |
-
'version' => '3.3.
|
2619 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2620 |
),
|
2621 |
-
'Automattic\\WooCommerce\\Admin\\
|
2622 |
-
'version' => '3.3.
|
2623 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2624 |
),
|
2625 |
-
'Automattic\\WooCommerce\\Admin\\
|
2626 |
-
'version' => '3.3.
|
2627 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2628 |
),
|
2629 |
-
'Automattic\\WooCommerce\\Admin\\
|
2630 |
-
'version' => '3.3.
|
2631 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2632 |
),
|
2633 |
-
'Automattic\\WooCommerce\\Admin\\
|
2634 |
-
'version' => '3.3.
|
2635 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2636 |
),
|
2637 |
-
'Automattic\\WooCommerce\\Admin\\
|
2638 |
-
'version' => '3.3.
|
2639 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2640 |
),
|
2641 |
-
'Automattic\\WooCommerce\\Admin\\
|
2642 |
-
'version' => '3.3.
|
2643 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2644 |
),
|
2645 |
-
'Automattic\\WooCommerce\\Admin\\
|
2646 |
-
'version' => '3.3.
|
2647 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2648 |
),
|
2649 |
-
'Automattic\\WooCommerce\\Admin\\
|
2650 |
-
'version' => '3.3.
|
2651 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2652 |
),
|
2653 |
-
'Automattic\\WooCommerce\\Admin\\
|
2654 |
-
'version' => '3.3.
|
2655 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2656 |
),
|
2657 |
-
'Automattic\\WooCommerce\\Admin\\
|
2658 |
-
'version' => '3.3.
|
2659 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2660 |
),
|
2661 |
-
'Automattic\\WooCommerce\\Admin\\
|
2662 |
-
'version' => '3.3.
|
2663 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2664 |
),
|
2665 |
-
'Automattic\\WooCommerce\\Admin\\
|
2666 |
-
'version' => '3.3.
|
2667 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2668 |
),
|
2669 |
-
'Automattic\\WooCommerce\\Admin\\
|
2670 |
-
'version' => '3.3.
|
2671 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2672 |
),
|
2673 |
-
'Automattic\\WooCommerce\\Admin\\
|
2674 |
-
'version' => '3.3.
|
2675 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2676 |
),
|
2677 |
-
'Automattic\\WooCommerce\\Admin\\
|
2678 |
-
'version' => '3.3.
|
2679 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2680 |
),
|
2681 |
-
'Automattic\\WooCommerce\\Admin\\
|
2682 |
-
'version' => '3.3.
|
2683 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2684 |
),
|
2685 |
-
'Automattic\\WooCommerce\\Admin\\
|
2686 |
-
'version' => '3.3.
|
2687 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2688 |
),
|
2689 |
-
'Automattic\\WooCommerce\\Admin\\
|
2690 |
-
'version' => '3.3.
|
2691 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2692 |
),
|
2693 |
-
'Automattic\\WooCommerce\\Admin\\
|
2694 |
-
'version' => '3.3.
|
2695 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2696 |
),
|
2697 |
-
'Automattic\\WooCommerce\\Admin\\
|
2698 |
-
'version' => '3.3.
|
2699 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2700 |
),
|
2701 |
-
'Automattic\\WooCommerce\\Admin\\
|
2702 |
-
'version' => '3.3.
|
2703 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2704 |
),
|
2705 |
-
'Automattic\\WooCommerce\\Admin\\
|
2706 |
-
'version' => '3.3.
|
2707 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2708 |
),
|
2709 |
-
'Automattic\\WooCommerce\\Admin\\
|
2710 |
-
'version' => '3.3.
|
2711 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2712 |
),
|
2713 |
-
'Automattic\\WooCommerce\\Admin\\
|
2714 |
-
'version' => '3.3.
|
2715 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2716 |
),
|
2717 |
-
'Automattic\\WooCommerce\\Admin\\
|
2718 |
-
'version' => '3.3.
|
2719 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2720 |
),
|
2721 |
-
'Automattic\\WooCommerce\\Admin\\
|
2722 |
-
'version' => '3.3.
|
2723 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2724 |
),
|
2725 |
-
'Automattic\\WooCommerce\\Admin\\
|
2726 |
-
'version' => '3.3.
|
2727 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2728 |
),
|
2729 |
-
'Automattic\\WooCommerce\\Admin\\
|
2730 |
-
'version' => '3.3.
|
2731 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2732 |
),
|
2733 |
-
'Automattic\\WooCommerce\\Admin\\
|
2734 |
-
'version' => '3.3.
|
2735 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2736 |
),
|
2737 |
-
'Automattic\\WooCommerce\\Admin\\
|
2738 |
-
'version' => '3.3.
|
2739 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2740 |
),
|
2741 |
-
'Automattic\\WooCommerce\\Admin\\
|
2742 |
-
'version' => '3.3.
|
2743 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2744 |
),
|
2745 |
-
'Automattic\\WooCommerce\\Admin\\
|
2746 |
-
'version' => '3.3.
|
2747 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2748 |
),
|
2749 |
-
'Automattic\\WooCommerce\\Admin\\
|
2750 |
-
'version' => '3.3.
|
2751 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2752 |
),
|
2753 |
-
'Automattic\\WooCommerce\\Admin\\
|
2754 |
-
'version' => '3.3.
|
2755 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2756 |
),
|
2757 |
-
'Automattic\\WooCommerce\\Admin\\
|
2758 |
-
'version' => '3.3.
|
2759 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2760 |
),
|
2761 |
-
'Automattic\\WooCommerce\\Admin\\
|
2762 |
-
'version' => '3.3.
|
2763 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2764 |
),
|
2765 |
-
'Automattic\\WooCommerce\\Admin\\
|
2766 |
-
'version' => '3.3.
|
2767 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2768 |
),
|
2769 |
-
'Automattic\\WooCommerce\\Admin\\
|
2770 |
-
'version' => '3.3.
|
2771 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2772 |
),
|
2773 |
-
'Automattic\\WooCommerce\\Admin\\
|
2774 |
-
'version' => '3.3.
|
2775 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2776 |
),
|
2777 |
-
'Automattic\\WooCommerce\\Admin\\
|
2778 |
-
'version' => '3.3.
|
2779 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2780 |
),
|
2781 |
-
'Automattic\\WooCommerce\\Admin\\
|
2782 |
-
'version' => '3.3.
|
2783 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2784 |
),
|
2785 |
-
'Automattic\\WooCommerce\\Admin\\
|
2786 |
-
'version' => '3.3.
|
2787 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2788 |
),
|
2789 |
-
'Automattic\\WooCommerce\\Admin\\
|
2790 |
-
'version' => '3.3.
|
2791 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2792 |
),
|
2793 |
-
'Automattic\\WooCommerce\\Admin\\
|
2794 |
-
'version' => '3.3.
|
2795 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2796 |
),
|
2797 |
-
'Automattic\\WooCommerce\\Admin\\
|
2798 |
-
'version' => '3.3.
|
2799 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2800 |
),
|
2801 |
-
'Automattic\\WooCommerce\\Admin\\
|
2802 |
-
'version' => '3.3.
|
2803 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2804 |
),
|
2805 |
-
'Automattic\\WooCommerce\\Admin\\
|
2806 |
-
'version' => '3.3.
|
2807 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2808 |
),
|
2809 |
-
'Automattic\\WooCommerce\\Admin\\
|
2810 |
-
'version' => '3.3.
|
2811 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2812 |
),
|
2813 |
-
'Automattic\\WooCommerce\\Admin\\
|
2814 |
-
'version' => '3.3.
|
2815 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2816 |
),
|
2817 |
-
'Automattic\\WooCommerce\\Admin\\
|
2818 |
-
'version' => '3.3.
|
2819 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2820 |
),
|
2821 |
-
'Automattic\\WooCommerce\\Admin\\
|
2822 |
-
'version' => '3.3.
|
2823 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2824 |
),
|
2825 |
-
'Automattic\\WooCommerce\\Admin\\
|
2826 |
-
'version' => '3.3.
|
2827 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2828 |
),
|
2829 |
-
'Automattic\\WooCommerce\\Admin\\
|
2830 |
-
'version' => '3.3.
|
2831 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2832 |
),
|
2833 |
-
'Automattic\\WooCommerce\\Admin\\
|
2834 |
-
'version' => '3.3.
|
2835 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2836 |
),
|
2837 |
-
'Automattic\\WooCommerce\\Admin\\
|
2838 |
-
'version' => '3.3.
|
2839 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2840 |
),
|
2841 |
-
'Automattic\\WooCommerce\\Admin\\
|
2842 |
-
'version' => '3.3.
|
2843 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2844 |
),
|
2845 |
-
'Automattic\\WooCommerce\\Admin\\
|
2846 |
-
'version' => '3.3.
|
2847 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2848 |
),
|
2849 |
-
'Automattic\\WooCommerce\\Admin\\
|
2850 |
-
'version' => '3.3.
|
2851 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2852 |
),
|
2853 |
-
'Automattic\\WooCommerce\\Admin\\
|
2854 |
-
'version' => '3.3.
|
2855 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2856 |
),
|
2857 |
-
'Automattic\\WooCommerce\\Admin\\
|
2858 |
-
'version' => '3.3.
|
2859 |
-
'path' => $baseDir . '/packages/woocommerce-admin/src/
|
2860 |
),
|
2861 |
-
'Automattic\\WooCommerce\\
|
2862 |
'version' => 'dev-release/6.4',
|
2863 |
-
'path' => $baseDir . '/src/
|
2864 |
),
|
2865 |
-
'Automattic\\WooCommerce\\Internal\\
|
2866 |
'version' => 'dev-release/6.4',
|
2867 |
-
'path' => $baseDir . '/src/Internal/
|
2868 |
),
|
2869 |
-
'Automattic\\WooCommerce\\Internal\\
|
2870 |
'version' => 'dev-release/6.4',
|
2871 |
-
'path' => $baseDir . '/src/Internal/
|
2872 |
),
|
2873 |
-
'Automattic\\WooCommerce\\Internal\\
|
2874 |
'version' => 'dev-release/6.4',
|
2875 |
-
'path' => $baseDir . '/src/Internal/
|
2876 |
),
|
2877 |
-
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\
|
2878 |
'version' => 'dev-release/6.4',
|
2879 |
-
'path' => $baseDir . '/src/Internal/DependencyManagement/
|
2880 |
),
|
2881 |
-
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\
|
2882 |
'version' => 'dev-release/6.4',
|
2883 |
-
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/
|
2884 |
),
|
2885 |
-
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\
|
2886 |
'version' => 'dev-release/6.4',
|
2887 |
-
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/
|
2888 |
),
|
2889 |
-
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\
|
2890 |
'version' => 'dev-release/6.4',
|
2891 |
-
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/
|
2892 |
),
|
2893 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => array(
|
2894 |
'version' => 'dev-release/6.4',
|
@@ -2898,89 +2898,89 @@ return array(
|
|
2898 |
'version' => 'dev-release/6.4',
|
2899 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php'
|
2900 |
),
|
2901 |
-
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\
|
2902 |
'version' => 'dev-release/6.4',
|
2903 |
-
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/
|
2904 |
),
|
2905 |
-
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\
|
2906 |
'version' => 'dev-release/6.4',
|
2907 |
-
'path' => $baseDir . '/src/Internal/DependencyManagement/
|
2908 |
),
|
2909 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ContainerException' => array(
|
2910 |
'version' => 'dev-release/6.4',
|
2911 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ContainerException.php'
|
2912 |
),
|
2913 |
-
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\Definition' => array(
|
2914 |
-
'version' => 'dev-release/6.4',
|
2915 |
-
'path' => $baseDir . '/src/Internal/DependencyManagement/Definition.php'
|
2916 |
-
),
|
2917 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ExtendedContainer' => array(
|
2918 |
'version' => 'dev-release/6.4',
|
2919 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ExtendedContainer.php'
|
2920 |
),
|
2921 |
-
'Automattic\\WooCommerce\\Internal\\
|
2922 |
-
'version' => 'dev-release/6.4',
|
2923 |
-
'path' => $baseDir . '/src/Internal/AssignDefaultCategory.php'
|
2924 |
-
),
|
2925 |
-
'Automattic\\WooCommerce\\Internal\\RestockRefundedItemsAdjuster' => array(
|
2926 |
'version' => 'dev-release/6.4',
|
2927 |
-
'path' => $baseDir . '/src/Internal/
|
2928 |
),
|
2929 |
'Automattic\\WooCommerce\\Internal\\WCCom\\ConnectionHelper' => array(
|
2930 |
'version' => 'dev-release/6.4',
|
2931 |
'path' => $baseDir . '/src/Internal/WCCom/ConnectionHelper.php'
|
2932 |
),
|
2933 |
-
'Automattic\\WooCommerce\\Internal\\
|
2934 |
'version' => 'dev-release/6.4',
|
2935 |
-
'path' => $baseDir . '/src/Internal/
|
2936 |
),
|
2937 |
'Automattic\\WooCommerce\\Internal\\RestApiUtil' => array(
|
2938 |
'version' => 'dev-release/6.4',
|
2939 |
'path' => $baseDir . '/src/Internal/RestApiUtil.php'
|
2940 |
),
|
2941 |
-
'Automattic\\WooCommerce\\Internal\\
|
2942 |
-
'version' => 'dev-release/6.4',
|
2943 |
-
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/LookupDataStore.php'
|
2944 |
-
),
|
2945 |
-
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\Filterer' => array(
|
2946 |
-
'version' => 'dev-release/6.4',
|
2947 |
-
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/Filterer.php'
|
2948 |
-
),
|
2949 |
-
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\DataRegenerator' => array(
|
2950 |
'version' => 'dev-release/6.4',
|
2951 |
-
'path' => $baseDir . '/src/Internal/
|
2952 |
),
|
2953 |
-
'Automattic\\WooCommerce\\
|
2954 |
'version' => 'dev-release/6.4',
|
2955 |
-
'path' => $baseDir . '/src/
|
2956 |
),
|
2957 |
-
'Automattic\\WooCommerce\\Internal\\
|
2958 |
'version' => 'dev-release/6.4',
|
2959 |
-
'path' => $baseDir . '/src/
|
2960 |
),
|
2961 |
-
'Automattic\\WooCommerce\\
|
2962 |
'version' => 'dev-release/6.4',
|
2963 |
-
'path' => $baseDir . '/src/
|
2964 |
),
|
2965 |
-
'Automattic\\WooCommerce\\
|
2966 |
'version' => 'dev-release/6.4',
|
2967 |
-
'path' => $baseDir . '/src/
|
2968 |
),
|
2969 |
'Automattic\\WooCommerce\\Autoloader' => array(
|
2970 |
'version' => 'dev-release/6.4',
|
2971 |
'path' => $baseDir . '/src/Autoloader.php'
|
2972 |
),
|
2973 |
-
'Automattic\\WooCommerce\\
|
2974 |
'version' => 'dev-release/6.4',
|
2975 |
-
'path' => $baseDir . '/src/
|
2976 |
),
|
2977 |
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStock' => array(
|
2978 |
'version' => 'dev-release/6.4',
|
2979 |
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStock.php'
|
2980 |
),
|
2981 |
-
'Automattic\\WooCommerce\\
|
2982 |
'version' => 'dev-release/6.4',
|
2983 |
-
'path' => $baseDir . '/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2984 |
),
|
2985 |
'Automattic\\WooCommerce\\Proxies\\LegacyProxy' => array(
|
2986 |
'version' => 'dev-release/6.4',
|
@@ -2990,10 +2990,6 @@ return array(
|
|
2990 |
'version' => 'dev-release/6.4',
|
2991 |
'path' => $baseDir . '/src/Proxies/ActionsProxy.php'
|
2992 |
),
|
2993 |
-
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
|
2994 |
-
'version' => '2.10.1.0',
|
2995 |
-
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
2996 |
-
),
|
2997 |
'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array(
|
2998 |
'version' => '2.10.1.0',
|
2999 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'
|
@@ -3002,425 +2998,417 @@ return array(
|
|
3002 |
'version' => '2.10.1.0',
|
3003 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
3004 |
),
|
3005 |
-
'Automattic\\Jetpack\\Autoloader\\
|
3006 |
'version' => '2.10.1.0',
|
3007 |
-
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/
|
3008 |
),
|
3009 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
3010 |
'version' => '2.10.1.0',
|
3011 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
3012 |
),
|
3013 |
-
'Automattic\\
|
3014 |
-
'version' => '
|
3015 |
-
'path' => $
|
3016 |
),
|
3017 |
-
'Automattic\\WooCommerce\\RestApi\\
|
3018 |
'version' => 'dev-release/6.4',
|
3019 |
-
'path' => $baseDir . '/includes/rest-api/
|
3020 |
),
|
3021 |
'Automattic\\WooCommerce\\RestApi\\Server' => array(
|
3022 |
'version' => 'dev-release/6.4',
|
3023 |
'path' => $baseDir . '/includes/rest-api/Server.php'
|
3024 |
),
|
3025 |
-
'
|
3026 |
-
'version' => 'dev-release/6.4',
|
3027 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php'
|
3028 |
-
),
|
3029 |
-
'WC_REST_Controller' => array(
|
3030 |
'version' => 'dev-release/6.4',
|
3031 |
-
'path' => $baseDir . '/includes/rest-api/
|
3032 |
),
|
3033 |
-
'
|
3034 |
'version' => 'dev-release/6.4',
|
3035 |
-
'path' => $baseDir . '/includes/rest-api/
|
3036 |
),
|
3037 |
-
'
|
3038 |
'version' => 'dev-release/6.4',
|
3039 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3040 |
),
|
3041 |
-
'
|
3042 |
'version' => 'dev-release/6.4',
|
3043 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3044 |
),
|
3045 |
-
'
|
3046 |
'version' => 'dev-release/6.4',
|
3047 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3048 |
),
|
3049 |
-
'
|
3050 |
'version' => 'dev-release/6.4',
|
3051 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3052 |
),
|
3053 |
-
'
|
3054 |
'version' => 'dev-release/6.4',
|
3055 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3056 |
),
|
3057 |
-
'
|
3058 |
'version' => 'dev-release/6.4',
|
3059 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3060 |
),
|
3061 |
-
'
|
3062 |
'version' => 'dev-release/6.4',
|
3063 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3064 |
),
|
3065 |
-
'
|
3066 |
'version' => 'dev-release/6.4',
|
3067 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3068 |
),
|
3069 |
-
'
|
3070 |
'version' => 'dev-release/6.4',
|
3071 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3072 |
),
|
3073 |
-
'
|
3074 |
'version' => 'dev-release/6.4',
|
3075 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3076 |
),
|
3077 |
-
'
|
3078 |
'version' => 'dev-release/6.4',
|
3079 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3080 |
),
|
3081 |
-
'
|
3082 |
'version' => 'dev-release/6.4',
|
3083 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3084 |
),
|
3085 |
-
'
|
3086 |
'version' => 'dev-release/6.4',
|
3087 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3088 |
),
|
3089 |
-
'
|
3090 |
'version' => 'dev-release/6.4',
|
3091 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3092 |
),
|
3093 |
-
'
|
3094 |
'version' => 'dev-release/6.4',
|
3095 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3096 |
),
|
3097 |
-
'
|
3098 |
'version' => 'dev-release/6.4',
|
3099 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3100 |
),
|
3101 |
-
'
|
3102 |
'version' => 'dev-release/6.4',
|
3103 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3104 |
),
|
3105 |
-
'
|
3106 |
'version' => 'dev-release/6.4',
|
3107 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3108 |
),
|
3109 |
-
'
|
3110 |
'version' => 'dev-release/6.4',
|
3111 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3112 |
),
|
3113 |
-
'
|
3114 |
'version' => 'dev-release/6.4',
|
3115 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3116 |
),
|
3117 |
-
'
|
3118 |
'version' => 'dev-release/6.4',
|
3119 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3120 |
),
|
3121 |
-
'
|
3122 |
'version' => 'dev-release/6.4',
|
3123 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3124 |
),
|
3125 |
-
'
|
3126 |
'version' => 'dev-release/6.4',
|
3127 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3128 |
),
|
3129 |
-
'
|
3130 |
'version' => 'dev-release/6.4',
|
3131 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3132 |
),
|
3133 |
-
'
|
3134 |
'version' => 'dev-release/6.4',
|
3135 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3136 |
),
|
3137 |
-
'
|
3138 |
'version' => 'dev-release/6.4',
|
3139 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3140 |
),
|
3141 |
-
'
|
3142 |
'version' => 'dev-release/6.4',
|
3143 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3144 |
),
|
3145 |
-
'
|
3146 |
'version' => 'dev-release/6.4',
|
3147 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3148 |
),
|
3149 |
-
'
|
3150 |
'version' => 'dev-release/6.4',
|
3151 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3152 |
),
|
3153 |
-
'
|
3154 |
'version' => 'dev-release/6.4',
|
3155 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3156 |
),
|
3157 |
-
'
|
3158 |
'version' => 'dev-release/6.4',
|
3159 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3160 |
),
|
3161 |
'WC_REST_Report_Top_Sellers_Controller' => array(
|
3162 |
'version' => 'dev-release/6.4',
|
3163 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php'
|
3164 |
),
|
3165 |
-
'
|
3166 |
-
'version' => 'dev-release/6.4',
|
3167 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php'
|
3168 |
-
),
|
3169 |
-
'WC_REST_Data_Currencies_Controller' => array(
|
3170 |
'version' => 'dev-release/6.4',
|
3171 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3172 |
),
|
3173 |
-
'
|
3174 |
'version' => 'dev-release/6.4',
|
3175 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3176 |
),
|
3177 |
-
'
|
3178 |
'version' => 'dev-release/6.4',
|
3179 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3180 |
),
|
3181 |
-
'
|
3182 |
'version' => 'dev-release/6.4',
|
3183 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3184 |
),
|
3185 |
-
'
|
3186 |
'version' => 'dev-release/6.4',
|
3187 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-
|
3188 |
),
|
3189 |
-
'
|
3190 |
'version' => 'dev-release/6.4',
|
3191 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3192 |
),
|
3193 |
-
'
|
3194 |
'version' => 'dev-release/6.4',
|
3195 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3196 |
),
|
3197 |
-
'
|
3198 |
'version' => 'dev-release/6.4',
|
3199 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-
|
3200 |
),
|
3201 |
-
'
|
3202 |
'version' => 'dev-release/6.4',
|
3203 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3204 |
),
|
3205 |
-
'
|
3206 |
'version' => 'dev-release/6.4',
|
3207 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3208 |
),
|
3209 |
-
'
|
3210 |
'version' => 'dev-release/6.4',
|
3211 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3212 |
),
|
3213 |
-
'
|
3214 |
'version' => 'dev-release/6.4',
|
3215 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3216 |
),
|
3217 |
-
'
|
3218 |
'version' => 'dev-release/6.4',
|
3219 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3220 |
),
|
3221 |
-
'
|
3222 |
'version' => 'dev-release/6.4',
|
3223 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3224 |
),
|
3225 |
-
'
|
3226 |
'version' => 'dev-release/6.4',
|
3227 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3228 |
),
|
3229 |
-
'
|
3230 |
'version' => 'dev-release/6.4',
|
3231 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3232 |
),
|
3233 |
-
'
|
3234 |
'version' => 'dev-release/6.4',
|
3235 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3236 |
),
|
3237 |
-
'
|
3238 |
'version' => 'dev-release/6.4',
|
3239 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3240 |
),
|
3241 |
-
'
|
3242 |
'version' => 'dev-release/6.4',
|
3243 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3244 |
),
|
3245 |
-
'
|
3246 |
'version' => 'dev-release/6.4',
|
3247 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3248 |
),
|
3249 |
-
'
|
3250 |
'version' => 'dev-release/6.4',
|
3251 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3252 |
),
|
3253 |
-
'
|
3254 |
'version' => 'dev-release/6.4',
|
3255 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3256 |
),
|
3257 |
-
'
|
3258 |
'version' => 'dev-release/6.4',
|
3259 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3260 |
),
|
3261 |
-
'
|
3262 |
'version' => 'dev-release/6.4',
|
3263 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3264 |
),
|
3265 |
-
'
|
3266 |
'version' => 'dev-release/6.4',
|
3267 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3268 |
),
|
3269 |
-
'
|
3270 |
'version' => 'dev-release/6.4',
|
3271 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3272 |
),
|
3273 |
-
'
|
3274 |
'version' => 'dev-release/6.4',
|
3275 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3276 |
),
|
3277 |
-
'
|
3278 |
'version' => 'dev-release/6.4',
|
3279 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3280 |
),
|
3281 |
-
'
|
3282 |
'version' => 'dev-release/6.4',
|
3283 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3284 |
),
|
3285 |
-
'
|
3286 |
'version' => 'dev-release/6.4',
|
3287 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3288 |
),
|
3289 |
-
'
|
3290 |
'version' => 'dev-release/6.4',
|
3291 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3292 |
),
|
3293 |
-
'
|
3294 |
'version' => 'dev-release/6.4',
|
3295 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3296 |
),
|
3297 |
-
'
|
3298 |
'version' => 'dev-release/6.4',
|
3299 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3300 |
),
|
3301 |
-
'
|
3302 |
'version' => 'dev-release/6.4',
|
3303 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3304 |
),
|
3305 |
-
'
|
3306 |
'version' => 'dev-release/6.4',
|
3307 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3308 |
),
|
3309 |
-
'
|
3310 |
'version' => 'dev-release/6.4',
|
3311 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3312 |
),
|
3313 |
-
'
|
3314 |
'version' => 'dev-release/6.4',
|
3315 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3316 |
),
|
3317 |
-
'
|
3318 |
'version' => 'dev-release/6.4',
|
3319 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3320 |
),
|
3321 |
-
'
|
3322 |
'version' => 'dev-release/6.4',
|
3323 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3324 |
),
|
3325 |
-
'
|
3326 |
'version' => 'dev-release/6.4',
|
3327 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3328 |
),
|
3329 |
-
'
|
3330 |
'version' => 'dev-release/6.4',
|
3331 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3332 |
),
|
3333 |
-
'
|
3334 |
'version' => 'dev-release/6.4',
|
3335 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3336 |
),
|
3337 |
-
'
|
3338 |
'version' => 'dev-release/6.4',
|
3339 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3340 |
),
|
3341 |
-
'
|
3342 |
'version' => 'dev-release/6.4',
|
3343 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3344 |
),
|
3345 |
-
'
|
3346 |
'version' => 'dev-release/6.4',
|
3347 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3348 |
),
|
3349 |
-
'
|
3350 |
'version' => 'dev-release/6.4',
|
3351 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3352 |
),
|
3353 |
-
'
|
3354 |
'version' => 'dev-release/6.4',
|
3355 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3356 |
),
|
3357 |
-
'
|
3358 |
'version' => 'dev-release/6.4',
|
3359 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3360 |
),
|
3361 |
-
'
|
3362 |
'version' => 'dev-release/6.4',
|
3363 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3364 |
),
|
3365 |
-
'
|
3366 |
'version' => 'dev-release/6.4',
|
3367 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3368 |
),
|
3369 |
-
'
|
3370 |
'version' => 'dev-release/6.4',
|
3371 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3372 |
),
|
3373 |
-
'
|
3374 |
'version' => 'dev-release/6.4',
|
3375 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3376 |
),
|
3377 |
-
'
|
3378 |
'version' => 'dev-release/6.4',
|
3379 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3380 |
),
|
3381 |
-
'
|
3382 |
'version' => 'dev-release/6.4',
|
3383 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3384 |
),
|
3385 |
-
'
|
3386 |
'version' => 'dev-release/6.4',
|
3387 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3388 |
),
|
3389 |
-
'
|
3390 |
'version' => 'dev-release/6.4',
|
3391 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3392 |
),
|
3393 |
-
'
|
3394 |
'version' => 'dev-release/6.4',
|
3395 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3396 |
),
|
3397 |
-
'
|
3398 |
'version' => 'dev-release/6.4',
|
3399 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3400 |
),
|
3401 |
-
'
|
3402 |
'version' => 'dev-release/6.4',
|
3403 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3404 |
),
|
3405 |
-
'
|
3406 |
'version' => 'dev-release/6.4',
|
3407 |
-
'path' => $baseDir . '/includes/rest-api/Controllers/
|
3408 |
),
|
3409 |
-
'
|
3410 |
'version' => 'dev-release/6.4',
|
3411 |
-
'path' => $baseDir . '/includes/rest-api/
|
3412 |
),
|
3413 |
-
'
|
3414 |
'version' => 'dev-release/6.4',
|
3415 |
-
'path' => $baseDir . '/
|
3416 |
),
|
3417 |
-
'
|
3418 |
'version' => 'dev-release/6.4',
|
3419 |
-
'path' => $baseDir . '/
|
3420 |
),
|
3421 |
-
'
|
3422 |
'version' => 'dev-release/6.4',
|
3423 |
-
'path' => $baseDir . '/
|
3424 |
),
|
3425 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CustomerHelper' => array(
|
3426 |
'version' => 'dev-release/6.4',
|
@@ -3430,18 +3418,30 @@ return array(
|
|
3430 |
'version' => 'dev-release/6.4',
|
3431 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php'
|
3432 |
),
|
3433 |
-
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\
|
3434 |
'version' => 'dev-release/6.4',
|
3435 |
-
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/
|
3436 |
),
|
3437 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array(
|
3438 |
'version' => 'dev-release/6.4',
|
3439 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php'
|
3440 |
),
|
|
|
|
|
|
|
|
|
3441 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ProductHelper' => array(
|
3442 |
'version' => 'dev-release/6.4',
|
3443 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php'
|
3444 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3445 |
'Automattic\\Jetpack\\Constants' => array(
|
3446 |
'version' => '1.5.1.0',
|
3447 |
'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php'
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
+
'Symfony\\Component\\CssSelector\\CssSelectorConverter' => array(
|
10 |
'version' => '3.4.47.0',
|
11 |
+
'path' => $vendorDir . '/symfony/css-selector/CssSelectorConverter.php'
|
12 |
),
|
13 |
+
'Symfony\\Component\\CssSelector\\Node\\ClassNode' => array(
|
14 |
'version' => '3.4.47.0',
|
15 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/ClassNode.php'
|
16 |
),
|
17 |
+
'Symfony\\Component\\CssSelector\\Node\\AbstractNode' => array(
|
18 |
'version' => '3.4.47.0',
|
19 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/AbstractNode.php'
|
20 |
),
|
21 |
+
'Symfony\\Component\\CssSelector\\Node\\CombinedSelectorNode' => array(
|
22 |
'version' => '3.4.47.0',
|
23 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/CombinedSelectorNode.php'
|
24 |
),
|
25 |
+
'Symfony\\Component\\CssSelector\\Node\\NodeInterface' => array(
|
26 |
'version' => '3.4.47.0',
|
27 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/NodeInterface.php'
|
28 |
),
|
29 |
+
'Symfony\\Component\\CssSelector\\Node\\FunctionNode' => array(
|
30 |
'version' => '3.4.47.0',
|
31 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/FunctionNode.php'
|
32 |
),
|
33 |
+
'Symfony\\Component\\CssSelector\\Node\\PseudoNode' => array(
|
34 |
'version' => '3.4.47.0',
|
35 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/PseudoNode.php'
|
36 |
),
|
37 |
+
'Symfony\\Component\\CssSelector\\Node\\ElementNode' => array(
|
38 |
'version' => '3.4.47.0',
|
39 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/ElementNode.php'
|
40 |
),
|
41 |
+
'Symfony\\Component\\CssSelector\\Node\\NegationNode' => array(
|
42 |
'version' => '3.4.47.0',
|
43 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/NegationNode.php'
|
44 |
),
|
45 |
+
'Symfony\\Component\\CssSelector\\Node\\AttributeNode' => array(
|
46 |
'version' => '3.4.47.0',
|
47 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/AttributeNode.php'
|
48 |
),
|
49 |
+
'Symfony\\Component\\CssSelector\\Node\\SelectorNode' => array(
|
50 |
'version' => '3.4.47.0',
|
51 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/SelectorNode.php'
|
52 |
),
|
53 |
+
'Symfony\\Component\\CssSelector\\Node\\HashNode' => array(
|
54 |
'version' => '3.4.47.0',
|
55 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/HashNode.php'
|
56 |
),
|
57 |
+
'Symfony\\Component\\CssSelector\\Node\\Specificity' => array(
|
58 |
'version' => '3.4.47.0',
|
59 |
+
'path' => $vendorDir . '/symfony/css-selector/Node/Specificity.php'
|
60 |
),
|
61 |
+
'Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException' => array(
|
62 |
'version' => '3.4.47.0',
|
63 |
+
'path' => $vendorDir . '/symfony/css-selector/Exception/ExpressionErrorException.php'
|
64 |
),
|
65 |
+
'Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException' => array(
|
66 |
'version' => '3.4.47.0',
|
67 |
+
'path' => $vendorDir . '/symfony/css-selector/Exception/SyntaxErrorException.php'
|
68 |
),
|
69 |
+
'Symfony\\Component\\CssSelector\\Exception\\ParseException' => array(
|
70 |
'version' => '3.4.47.0',
|
71 |
+
'path' => $vendorDir . '/symfony/css-selector/Exception/ParseException.php'
|
72 |
),
|
73 |
+
'Symfony\\Component\\CssSelector\\Exception\\InternalErrorException' => array(
|
74 |
'version' => '3.4.47.0',
|
75 |
+
'path' => $vendorDir . '/symfony/css-selector/Exception/InternalErrorException.php'
|
76 |
),
|
77 |
+
'Symfony\\Component\\CssSelector\\Exception\\ExceptionInterface' => array(
|
78 |
'version' => '3.4.47.0',
|
79 |
+
'path' => $vendorDir . '/symfony/css-selector/Exception/ExceptionInterface.php'
|
80 |
),
|
81 |
+
'Symfony\\Component\\CssSelector\\Parser\\Reader' => array(
|
82 |
'version' => '3.4.47.0',
|
83 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Reader.php'
|
84 |
),
|
85 |
+
'Symfony\\Component\\CssSelector\\Parser\\ParserInterface' => array(
|
86 |
'version' => '3.4.47.0',
|
87 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/ParserInterface.php'
|
88 |
),
|
89 |
+
'Symfony\\Component\\CssSelector\\Parser\\TokenStream' => array(
|
90 |
'version' => '3.4.47.0',
|
91 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/TokenStream.php'
|
92 |
),
|
93 |
+
'Symfony\\Component\\CssSelector\\Parser\\Parser' => array(
|
94 |
'version' => '3.4.47.0',
|
95 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Parser.php'
|
96 |
),
|
97 |
+
'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerEscaping' => array(
|
98 |
'version' => '3.4.47.0',
|
99 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php'
|
100 |
),
|
101 |
+
'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\TokenizerPatterns' => array(
|
102 |
'version' => '3.4.47.0',
|
103 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php'
|
104 |
),
|
105 |
+
'Symfony\\Component\\CssSelector\\Parser\\Tokenizer\\Tokenizer' => array(
|
106 |
'version' => '3.4.47.0',
|
107 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Tokenizer/Tokenizer.php'
|
108 |
),
|
109 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\CommentHandler' => array(
|
110 |
'version' => '3.4.47.0',
|
111 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/CommentHandler.php'
|
112 |
),
|
113 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\HashHandler' => array(
|
114 |
'version' => '3.4.47.0',
|
115 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HashHandler.php'
|
116 |
),
|
117 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\NumberHandler' => array(
|
118 |
'version' => '3.4.47.0',
|
119 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/NumberHandler.php'
|
120 |
),
|
121 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\IdentifierHandler' => array(
|
122 |
'version' => '3.4.47.0',
|
123 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/IdentifierHandler.php'
|
124 |
),
|
125 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\StringHandler' => array(
|
126 |
'version' => '3.4.47.0',
|
127 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/StringHandler.php'
|
128 |
),
|
129 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\WhitespaceHandler' => array(
|
130 |
'version' => '3.4.47.0',
|
131 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/WhitespaceHandler.php'
|
132 |
),
|
133 |
+
'Symfony\\Component\\CssSelector\\Parser\\Handler\\HandlerInterface' => array(
|
134 |
'version' => '3.4.47.0',
|
135 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Handler/HandlerInterface.php'
|
136 |
),
|
137 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\EmptyStringParser' => array(
|
138 |
'version' => '3.4.47.0',
|
139 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php'
|
140 |
),
|
141 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ClassParser' => array(
|
142 |
'version' => '3.4.47.0',
|
143 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ClassParser.php'
|
144 |
),
|
145 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\ElementParser' => array(
|
146 |
'version' => '3.4.47.0',
|
147 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/ElementParser.php'
|
148 |
),
|
149 |
+
'Symfony\\Component\\CssSelector\\Parser\\Shortcut\\HashParser' => array(
|
150 |
'version' => '3.4.47.0',
|
151 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Shortcut/HashParser.php'
|
152 |
),
|
153 |
+
'Symfony\\Component\\CssSelector\\Parser\\Token' => array(
|
154 |
'version' => '3.4.47.0',
|
155 |
+
'path' => $vendorDir . '/symfony/css-selector/Parser/Token.php'
|
156 |
),
|
157 |
+
'Symfony\\Component\\CssSelector\\Tests\\CssSelectorConverterTest' => array(
|
158 |
'version' => '3.4.47.0',
|
159 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/CssSelectorConverterTest.php'
|
160 |
),
|
161 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\HashNodeTest' => array(
|
162 |
'version' => '3.4.47.0',
|
163 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/HashNodeTest.php'
|
164 |
),
|
165 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\ClassNodeTest' => array(
|
166 |
'version' => '3.4.47.0',
|
167 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/ClassNodeTest.php'
|
168 |
),
|
169 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\FunctionNodeTest' => array(
|
170 |
'version' => '3.4.47.0',
|
171 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/FunctionNodeTest.php'
|
172 |
),
|
173 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\SelectorNodeTest' => array(
|
174 |
'version' => '3.4.47.0',
|
175 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/SelectorNodeTest.php'
|
176 |
),
|
177 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\SpecificityTest' => array(
|
178 |
'version' => '3.4.47.0',
|
179 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/SpecificityTest.php'
|
180 |
),
|
181 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\PseudoNodeTest' => array(
|
182 |
'version' => '3.4.47.0',
|
183 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/PseudoNodeTest.php'
|
184 |
),
|
185 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\NegationNodeTest' => array(
|
186 |
'version' => '3.4.47.0',
|
187 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/NegationNodeTest.php'
|
188 |
),
|
189 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\ElementNodeTest' => array(
|
190 |
'version' => '3.4.47.0',
|
191 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/ElementNodeTest.php'
|
192 |
),
|
193 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\CombinedSelectorNodeTest' => array(
|
194 |
'version' => '3.4.47.0',
|
195 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/CombinedSelectorNodeTest.php'
|
196 |
),
|
197 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\AbstractNodeTest' => array(
|
198 |
'version' => '3.4.47.0',
|
199 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/AbstractNodeTest.php'
|
200 |
),
|
201 |
+
'Symfony\\Component\\CssSelector\\Tests\\Node\\AttributeNodeTest' => array(
|
202 |
'version' => '3.4.47.0',
|
203 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Node/AttributeNodeTest.php'
|
204 |
),
|
205 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\ParserTest' => array(
|
206 |
'version' => '3.4.47.0',
|
207 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/ParserTest.php'
|
208 |
),
|
209 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\ReaderTest' => array(
|
210 |
'version' => '3.4.47.0',
|
211 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/ReaderTest.php'
|
212 |
),
|
213 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\TokenStreamTest' => array(
|
214 |
'version' => '3.4.47.0',
|
215 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/TokenStreamTest.php'
|
216 |
),
|
217 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Handler\\WhitespaceHandlerTest' => array(
|
218 |
'version' => '3.4.47.0',
|
219 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Handler/WhitespaceHandlerTest.php'
|
220 |
),
|
221 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Handler\\IdentifierHandlerTest' => array(
|
222 |
'version' => '3.4.47.0',
|
223 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Handler/IdentifierHandlerTest.php'
|
224 |
),
|
225 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Handler\\NumberHandlerTest' => array(
|
226 |
'version' => '3.4.47.0',
|
227 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Handler/NumberHandlerTest.php'
|
228 |
),
|
229 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Handler\\StringHandlerTest' => array(
|
230 |
'version' => '3.4.47.0',
|
231 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Handler/StringHandlerTest.php'
|
232 |
),
|
233 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Handler\\HashHandlerTest' => array(
|
234 |
'version' => '3.4.47.0',
|
235 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Handler/HashHandlerTest.php'
|
236 |
),
|
237 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Handler\\CommentHandlerTest' => array(
|
238 |
'version' => '3.4.47.0',
|
239 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Handler/CommentHandlerTest.php'
|
240 |
),
|
241 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Handler\\AbstractHandlerTest' => array(
|
242 |
'version' => '3.4.47.0',
|
243 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Handler/AbstractHandlerTest.php'
|
244 |
),
|
245 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Shortcut\\EmptyStringParserTest' => array(
|
246 |
'version' => '3.4.47.0',
|
247 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Shortcut/EmptyStringParserTest.php'
|
248 |
),
|
249 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Shortcut\\ClassParserTest' => array(
|
250 |
'version' => '3.4.47.0',
|
251 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Shortcut/ClassParserTest.php'
|
252 |
),
|
253 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Shortcut\\ElementParserTest' => array(
|
254 |
'version' => '3.4.47.0',
|
255 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Shortcut/ElementParserTest.php'
|
256 |
),
|
257 |
+
'Symfony\\Component\\CssSelector\\Tests\\Parser\\Shortcut\\HashParserTest' => array(
|
258 |
'version' => '3.4.47.0',
|
259 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/Parser/Shortcut/HashParserTest.php'
|
260 |
),
|
261 |
+
'Symfony\\Component\\CssSelector\\Tests\\XPath\\TranslatorTest' => array(
|
262 |
'version' => '3.4.47.0',
|
263 |
+
'path' => $vendorDir . '/symfony/css-selector/Tests/XPath/TranslatorTest.php'
|
264 |
),
|
265 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\CombinationExtension' => array(
|
266 |
'version' => '3.4.47.0',
|
267 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/CombinationExtension.php'
|
268 |
),
|
269 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\FunctionExtension' => array(
|
270 |
'version' => '3.4.47.0',
|
271 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/FunctionExtension.php'
|
272 |
),
|
273 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\AttributeMatchingExtension' => array(
|
274 |
'version' => '3.4.47.0',
|
275 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php'
|
276 |
),
|
277 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\PseudoClassExtension' => array(
|
278 |
'version' => '3.4.47.0',
|
279 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/PseudoClassExtension.php'
|
280 |
),
|
281 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\NodeExtension' => array(
|
282 |
'version' => '3.4.47.0',
|
283 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/NodeExtension.php'
|
284 |
),
|
285 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\AbstractExtension' => array(
|
286 |
'version' => '3.4.47.0',
|
287 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/AbstractExtension.php'
|
288 |
),
|
289 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\ExtensionInterface' => array(
|
290 |
'version' => '3.4.47.0',
|
291 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/ExtensionInterface.php'
|
292 |
),
|
293 |
+
'Symfony\\Component\\CssSelector\\XPath\\Extension\\HtmlExtension' => array(
|
294 |
'version' => '3.4.47.0',
|
295 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Extension/HtmlExtension.php'
|
296 |
),
|
297 |
+
'Symfony\\Component\\CssSelector\\XPath\\TranslatorInterface' => array(
|
298 |
'version' => '3.4.47.0',
|
299 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/TranslatorInterface.php'
|
300 |
),
|
301 |
+
'Symfony\\Component\\CssSelector\\XPath\\Translator' => array(
|
302 |
'version' => '3.4.47.0',
|
303 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/Translator.php'
|
304 |
),
|
305 |
+
'Symfony\\Component\\CssSelector\\XPath\\XPathExpr' => array(
|
306 |
'version' => '3.4.47.0',
|
307 |
+
'path' => $vendorDir . '/symfony/css-selector/XPath/XPathExpr.php'
|
308 |
),
|
309 |
+
'Psr\\Container\\ContainerExceptionInterface' => array(
|
310 |
'version' => '1.0.0.0',
|
311 |
+
'path' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php'
|
312 |
),
|
313 |
'Psr\\Container\\ContainerInterface' => array(
|
314 |
'version' => '1.0.0.0',
|
315 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
316 |
),
|
317 |
+
'Psr\\Container\\NotFoundExceptionInterface' => array(
|
318 |
'version' => '1.0.0.0',
|
319 |
+
'path' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php'
|
320 |
),
|
321 |
+
'Pelago\\Emogrifier' => array(
|
322 |
'version' => '3.1.0.0',
|
323 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier.php'
|
324 |
),
|
325 |
'Pelago\\Emogrifier\\HtmlProcessor\\HtmlPruner' => array(
|
326 |
'version' => '3.1.0.0',
|
327 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/HtmlProcessor/HtmlPruner.php'
|
328 |
),
|
329 |
+
'Pelago\\Emogrifier\\HtmlProcessor\\CssToAttributeConverter' => array(
|
330 |
'version' => '3.1.0.0',
|
331 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/HtmlProcessor/CssToAttributeConverter.php'
|
332 |
),
|
333 |
'Pelago\\Emogrifier\\HtmlProcessor\\AbstractHtmlProcessor' => array(
|
334 |
'version' => '3.1.0.0',
|
335 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php'
|
336 |
),
|
337 |
+
'Pelago\\Emogrifier\\HtmlProcessor\\HtmlNormalizer' => array(
|
338 |
'version' => '3.1.0.0',
|
339 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/HtmlProcessor/HtmlNormalizer.php'
|
340 |
),
|
341 |
'Pelago\\Emogrifier\\Utilities\\CssConcatenator' => array(
|
342 |
'version' => '3.1.0.0',
|
343 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/Utilities/CssConcatenator.php'
|
344 |
),
|
345 |
+
'Pelago\\Emogrifier\\Utilities\\ArrayIntersector' => array(
|
346 |
+
'version' => '3.1.0.0',
|
347 |
+
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/Utilities/ArrayIntersector.php'
|
348 |
+
),
|
349 |
'Pelago\\Emogrifier\\CssInliner' => array(
|
350 |
'version' => '3.1.0.0',
|
351 |
'path' => $vendorDir . '/pelago/emogrifier/src/Emogrifier/CssInliner.php'
|
352 |
),
|
353 |
+
'MaxMind\\Db\\Reader\\Decoder' => array(
|
354 |
+
'version' => '1.6.0.0',
|
355 |
+
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'
|
356 |
),
|
357 |
+
'MaxMind\\Db\\Reader\\Metadata' => array(
|
358 |
'version' => '1.6.0.0',
|
359 |
+
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'
|
360 |
),
|
361 |
+
'MaxMind\\Db\\Reader\\InvalidDatabaseException' => array(
|
362 |
'version' => '1.6.0.0',
|
363 |
+
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'
|
364 |
),
|
365 |
'MaxMind\\Db\\Reader\\Util' => array(
|
366 |
'version' => '1.6.0.0',
|
367 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'
|
368 |
),
|
|
|
|
|
|
|
|
|
369 |
'MaxMind\\Db\\Reader' => array(
|
370 |
'version' => '1.6.0.0',
|
371 |
'path' => $vendorDir . '/maxmind-db/reader/src/MaxMind/Db/Reader.php'
|
372 |
),
|
373 |
+
'Composer\\Installers\\PlentymarketsInstaller' => array(
|
374 |
'version' => '1.12.0.0',
|
375 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'
|
376 |
),
|
377 |
+
'Composer\\Installers\\CiviCrmInstaller' => array(
|
378 |
'version' => '1.12.0.0',
|
379 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'
|
380 |
+
),
|
381 |
+
'Composer\\Installers\\AnnotateCmsInstaller' => array(
|
382 |
+
'version' => '1.12.0.0',
|
383 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'
|
384 |
+
),
|
385 |
+
'Composer\\Installers\\KnownInstaller' => array(
|
386 |
+
'version' => '1.12.0.0',
|
387 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KnownInstaller.php'
|
388 |
+
),
|
389 |
+
'Composer\\Installers\\ZendInstaller' => array(
|
390 |
+
'version' => '1.12.0.0',
|
391 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZendInstaller.php'
|
392 |
),
|
393 |
'Composer\\Installers\\RedaxoInstaller' => array(
|
394 |
'version' => '1.12.0.0',
|
395 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RedaxoInstaller.php'
|
396 |
),
|
397 |
+
'Composer\\Installers\\CockpitInstaller' => array(
|
398 |
'version' => '1.12.0.0',
|
399 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CockpitInstaller.php'
|
400 |
),
|
401 |
+
'Composer\\Installers\\EzPlatformInstaller' => array(
|
402 |
'version' => '1.12.0.0',
|
403 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'
|
404 |
),
|
405 |
+
'Composer\\Installers\\SyDESInstaller' => array(
|
406 |
'version' => '1.12.0.0',
|
407 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyDESInstaller.php'
|
408 |
),
|
409 |
+
'Composer\\Installers\\StarbugInstaller' => array(
|
410 |
'version' => '1.12.0.0',
|
411 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/StarbugInstaller.php'
|
412 |
),
|
413 |
+
'Composer\\Installers\\KohanaInstaller' => array(
|
414 |
'version' => '1.12.0.0',
|
415 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KohanaInstaller.php'
|
416 |
),
|
417 |
+
'Composer\\Installers\\OntoWikiInstaller' => array(
|
418 |
'version' => '1.12.0.0',
|
419 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'
|
420 |
),
|
421 |
+
'Composer\\Installers\\PxcmsInstaller' => array(
|
422 |
'version' => '1.12.0.0',
|
423 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PxcmsInstaller.php'
|
424 |
),
|
425 |
+
'Composer\\Installers\\PiwikInstaller' => array(
|
426 |
'version' => '1.12.0.0',
|
427 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PiwikInstaller.php'
|
428 |
),
|
429 |
+
'Composer\\Installers\\LaravelInstaller' => array(
|
430 |
'version' => '1.12.0.0',
|
431 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LaravelInstaller.php'
|
432 |
),
|
433 |
+
'Composer\\Installers\\AimeosInstaller' => array(
|
434 |
'version' => '1.12.0.0',
|
435 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AimeosInstaller.php'
|
436 |
),
|
437 |
+
'Composer\\Installers\\PhiftyInstaller' => array(
|
438 |
'version' => '1.12.0.0',
|
439 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhiftyInstaller.php'
|
440 |
),
|
441 |
+
'Composer\\Installers\\SMFInstaller' => array(
|
442 |
'version' => '1.12.0.0',
|
443 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SMFInstaller.php'
|
444 |
),
|
445 |
+
'Composer\\Installers\\Concrete5Installer' => array(
|
446 |
'version' => '1.12.0.0',
|
447 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Concrete5Installer.php'
|
448 |
),
|
449 |
+
'Composer\\Installers\\ElggInstaller' => array(
|
450 |
'version' => '1.12.0.0',
|
451 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ElggInstaller.php'
|
452 |
),
|
453 |
+
'Composer\\Installers\\JoomlaInstaller' => array(
|
454 |
'version' => '1.12.0.0',
|
455 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/JoomlaInstaller.php'
|
456 |
),
|
457 |
+
'Composer\\Installers\\SyliusInstaller' => array(
|
458 |
'version' => '1.12.0.0',
|
459 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SyliusInstaller.php'
|
460 |
),
|
461 |
+
'Composer\\Installers\\MajimaInstaller' => array(
|
462 |
'version' => '1.12.0.0',
|
463 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MajimaInstaller.php'
|
464 |
),
|
465 |
+
'Composer\\Installers\\ChefInstaller' => array(
|
466 |
'version' => '1.12.0.0',
|
467 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ChefInstaller.php'
|
468 |
),
|
469 |
+
'Composer\\Installers\\OctoberInstaller' => array(
|
470 |
'version' => '1.12.0.0',
|
471 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OctoberInstaller.php'
|
472 |
),
|
473 |
+
'Composer\\Installers\\CroogoInstaller' => array(
|
474 |
'version' => '1.12.0.0',
|
475 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CroogoInstaller.php'
|
476 |
),
|
477 |
+
'Composer\\Installers\\Plugin' => array(
|
478 |
'version' => '1.12.0.0',
|
479 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Plugin.php'
|
480 |
+
),
|
481 |
+
'Composer\\Installers\\MODULEWorkInstaller' => array(
|
482 |
+
'version' => '1.12.0.0',
|
483 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'
|
484 |
+
),
|
485 |
+
'Composer\\Installers\\ItopInstaller' => array(
|
486 |
+
'version' => '1.12.0.0',
|
487 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ItopInstaller.php'
|
488 |
),
|
489 |
'Composer\\Installers\\TYPO3FlowInstaller' => array(
|
490 |
'version' => '1.12.0.0',
|
491 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'
|
492 |
),
|
493 |
+
'Composer\\Installers\\PantheonInstaller' => array(
|
494 |
'version' => '1.12.0.0',
|
495 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PantheonInstaller.php'
|
496 |
),
|
497 |
+
'Composer\\Installers\\WordPressInstaller' => array(
|
498 |
'version' => '1.12.0.0',
|
499 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WordPressInstaller.php'
|
500 |
),
|
501 |
+
'Composer\\Installers\\DecibelInstaller' => array(
|
502 |
'version' => '1.12.0.0',
|
503 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DecibelInstaller.php'
|
504 |
),
|
505 |
+
'Composer\\Installers\\WinterInstaller' => array(
|
506 |
'version' => '1.12.0.0',
|
507 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WinterInstaller.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\\RoundcubeInstaller' => array(
|
514 |
'version' => '1.12.0.0',
|
515 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'
|
516 |
),
|
517 |
'Composer\\Installers\\KirbyInstaller' => array(
|
518 |
'version' => '1.12.0.0',
|
519 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KirbyInstaller.php'
|
520 |
),
|
521 |
+
'Composer\\Installers\\UserFrostingInstaller' => array(
|
522 |
'version' => '1.12.0.0',
|
523 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'
|
524 |
),
|
525 |
+
'Composer\\Installers\\MiaoxingInstaller' => array(
|
526 |
'version' => '1.12.0.0',
|
527 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'
|
528 |
),
|
529 |
+
'Composer\\Installers\\KodiCMSInstaller' => array(
|
530 |
'version' => '1.12.0.0',
|
531 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'
|
532 |
),
|
533 |
+
'Composer\\Installers\\MayaInstaller' => array(
|
534 |
'version' => '1.12.0.0',
|
535 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MayaInstaller.php'
|
536 |
),
|
537 |
+
'Composer\\Installers\\CraftInstaller' => array(
|
538 |
'version' => '1.12.0.0',
|
539 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CraftInstaller.php'
|
540 |
),
|
541 |
+
'Composer\\Installers\\ReIndexInstaller' => array(
|
542 |
'version' => '1.12.0.0',
|
543 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ReIndexInstaller.php'
|
544 |
),
|
545 |
+
'Composer\\Installers\\PuppetInstaller' => array(
|
546 |
'version' => '1.12.0.0',
|
547 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PuppetInstaller.php'
|
548 |
),
|
549 |
+
'Composer\\Installers\\PimcoreInstaller' => array(
|
550 |
'version' => '1.12.0.0',
|
551 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PimcoreInstaller.php'
|
552 |
),
|
553 |
+
'Composer\\Installers\\ModxInstaller' => array(
|
554 |
'version' => '1.12.0.0',
|
555 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ModxInstaller.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
556 |
),
|
557 |
+
'Composer\\Installers\\TaoInstaller' => array(
|
558 |
'version' => '1.12.0.0',
|
559 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TaoInstaller.php'
|
560 |
),
|
561 |
+
'Composer\\Installers\\LithiumInstaller' => array(
|
562 |
'version' => '1.12.0.0',
|
563 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LithiumInstaller.php'
|
564 |
),
|
565 |
+
'Composer\\Installers\\MantisBTInstaller' => array(
|
566 |
'version' => '1.12.0.0',
|
567 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MantisBTInstaller.php'
|
568 |
),
|
569 |
+
'Composer\\Installers\\WolfCMSInstaller' => array(
|
570 |
'version' => '1.12.0.0',
|
571 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'
|
572 |
),
|
573 |
+
'Composer\\Installers\\MicroweberInstaller' => array(
|
574 |
'version' => '1.12.0.0',
|
575 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MicroweberInstaller.php'
|
576 |
),
|
577 |
+
'Composer\\Installers\\MakoInstaller' => array(
|
578 |
'version' => '1.12.0.0',
|
579 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MakoInstaller.php'
|
580 |
),
|
581 |
+
'Composer\\Installers\\LanManagementSystemInstaller' => array(
|
582 |
'version' => '1.12.0.0',
|
583 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'
|
584 |
),
|
585 |
+
'Composer\\Installers\\MODXEvoInstaller' => array(
|
586 |
'version' => '1.12.0.0',
|
587 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MODXEvoInstaller.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\\PhpBBInstaller' => array(
|
594 |
'version' => '1.12.0.0',
|
595 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PhpBBInstaller.php'
|
596 |
),
|
597 |
+
'Composer\\Installers\\TastyIgniterInstaller' => array(
|
598 |
'version' => '1.12.0.0',
|
599 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'
|
600 |
),
|
601 |
+
'Composer\\Installers\\TheliaInstaller' => array(
|
602 |
'version' => '1.12.0.0',
|
603 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TheliaInstaller.php'
|
604 |
),
|
605 |
+
'Composer\\Installers\\BaseInstaller' => array(
|
606 |
'version' => '1.12.0.0',
|
607 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BaseInstaller.php'
|
608 |
),
|
609 |
+
'Composer\\Installers\\TYPO3CmsInstaller' => array(
|
610 |
'version' => '1.12.0.0',
|
611 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'
|
612 |
),
|
613 |
+
'Composer\\Installers\\ExpressionEngineInstaller' => array(
|
614 |
'version' => '1.12.0.0',
|
615 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'
|
616 |
),
|
617 |
+
'Composer\\Installers\\SilverStripeInstaller' => array(
|
618 |
'version' => '1.12.0.0',
|
619 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'
|
620 |
),
|
621 |
+
'Composer\\Installers\\PPIInstaller' => array(
|
622 |
'version' => '1.12.0.0',
|
623 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PPIInstaller.php'
|
624 |
),
|
625 |
+
'Composer\\Installers\\FuelInstaller' => array(
|
626 |
'version' => '1.12.0.0',
|
627 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelInstaller.php'
|
628 |
),
|
629 |
+
'Composer\\Installers\\VgmcpInstaller' => array(
|
630 |
'version' => '1.12.0.0',
|
631 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VgmcpInstaller.php'
|
632 |
),
|
633 |
+
'Composer\\Installers\\YawikInstaller' => array(
|
634 |
'version' => '1.12.0.0',
|
635 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/YawikInstaller.php'
|
636 |
),
|
637 |
+
'Composer\\Installers\\ClanCatsFrameworkInstaller' => array(
|
638 |
'version' => '1.12.0.0',
|
639 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'
|
640 |
),
|
641 |
+
'Composer\\Installers\\WHMCSInstaller' => array(
|
642 |
'version' => '1.12.0.0',
|
643 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/WHMCSInstaller.php'
|
644 |
),
|
645 |
+
'Composer\\Installers\\Installer' => array(
|
646 |
'version' => '1.12.0.0',
|
647 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Installer.php'
|
648 |
),
|
649 |
+
'Composer\\Installers\\CakePHPInstaller' => array(
|
650 |
'version' => '1.12.0.0',
|
651 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CakePHPInstaller.php'
|
652 |
),
|
653 |
+
'Composer\\Installers\\EliasisInstaller' => array(
|
654 |
'version' => '1.12.0.0',
|
655 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/EliasisInstaller.php'
|
656 |
),
|
657 |
+
'Composer\\Installers\\OsclassInstaller' => array(
|
658 |
'version' => '1.12.0.0',
|
659 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OsclassInstaller.php'
|
660 |
),
|
661 |
+
'Composer\\Installers\\LavaLiteInstaller' => array(
|
662 |
'version' => '1.12.0.0',
|
663 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'
|
664 |
),
|
665 |
+
'Composer\\Installers\\RadPHPInstaller' => array(
|
666 |
'version' => '1.12.0.0',
|
667 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/RadPHPInstaller.php'
|
668 |
),
|
669 |
+
'Composer\\Installers\\DolibarrInstaller' => array(
|
670 |
'version' => '1.12.0.0',
|
671 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DolibarrInstaller.php'
|
672 |
),
|
673 |
+
'Composer\\Installers\\DrupalInstaller' => array(
|
674 |
'version' => '1.12.0.0',
|
675 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DrupalInstaller.php'
|
676 |
),
|
677 |
+
'Composer\\Installers\\MauticInstaller' => array(
|
678 |
'version' => '1.12.0.0',
|
679 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MauticInstaller.php'
|
680 |
),
|
681 |
+
'Composer\\Installers\\HuradInstaller' => array(
|
682 |
'version' => '1.12.0.0',
|
683 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/HuradInstaller.php'
|
684 |
),
|
685 |
+
'Composer\\Installers\\ProcessWireInstaller' => array(
|
686 |
'version' => '1.12.0.0',
|
687 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'
|
688 |
),
|
689 |
'Composer\\Installers\\KanboardInstaller' => array(
|
690 |
'version' => '1.12.0.0',
|
691 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/KanboardInstaller.php'
|
692 |
),
|
693 |
+
'Composer\\Installers\\FuelphpInstaller' => array(
|
|
|
|
|
|
|
|
|
694 |
'version' => '1.12.0.0',
|
695 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/FuelphpInstaller.php'
|
696 |
),
|
697 |
'Composer\\Installers\\DframeInstaller' => array(
|
698 |
'version' => '1.12.0.0',
|
699 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DframeInstaller.php'
|
700 |
),
|
701 |
+
'Composer\\Installers\\PrestashopInstaller' => array(
|
|
|
|
|
|
|
|
|
702 |
'version' => '1.12.0.0',
|
703 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PrestashopInstaller.php'
|
704 |
),
|
705 |
+
'Composer\\Installers\\AglInstaller' => array(
|
706 |
'version' => '1.12.0.0',
|
707 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AglInstaller.php'
|
708 |
),
|
709 |
+
'Composer\\Installers\\ShopwareInstaller' => array(
|
710 |
'version' => '1.12.0.0',
|
711 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ShopwareInstaller.php'
|
712 |
),
|
713 |
+
'Composer\\Installers\\DokuWikiInstaller' => array(
|
714 |
'version' => '1.12.0.0',
|
715 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'
|
716 |
),
|
717 |
+
'Composer\\Installers\\BitrixInstaller' => array(
|
718 |
'version' => '1.12.0.0',
|
719 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BitrixInstaller.php'
|
720 |
),
|
721 |
+
'Composer\\Installers\\PortoInstaller' => array(
|
722 |
'version' => '1.12.0.0',
|
723 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/PortoInstaller.php'
|
724 |
),
|
725 |
+
'Composer\\Installers\\MagentoInstaller' => array(
|
726 |
'version' => '1.12.0.0',
|
727 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MagentoInstaller.php'
|
728 |
),
|
729 |
+
'Composer\\Installers\\TuskInstaller' => array(
|
730 |
'version' => '1.12.0.0',
|
731 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/TuskInstaller.php'
|
732 |
),
|
733 |
+
'Composer\\Installers\\VanillaInstaller' => array(
|
734 |
'version' => '1.12.0.0',
|
735 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/VanillaInstaller.php'
|
736 |
),
|
737 |
+
'Composer\\Installers\\AsgardInstaller' => array(
|
738 |
'version' => '1.12.0.0',
|
739 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/AsgardInstaller.php'
|
740 |
),
|
741 |
+
'Composer\\Installers\\GravInstaller' => array(
|
742 |
'version' => '1.12.0.0',
|
743 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/GravInstaller.php'
|
744 |
),
|
745 |
+
'Composer\\Installers\\BonefishInstaller' => array(
|
746 |
'version' => '1.12.0.0',
|
747 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/BonefishInstaller.php'
|
748 |
),
|
749 |
'Composer\\Installers\\Symfony1Installer' => array(
|
750 |
'version' => '1.12.0.0',
|
751 |
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Symfony1Installer.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\\MediaWikiInstaller' => array(
|
758 |
'version' => '1.12.0.0',
|
759 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'
|
760 |
),
|
761 |
+
'Composer\\Installers\\ZikulaInstaller' => array(
|
762 |
'version' => '1.12.0.0',
|
763 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/ZikulaInstaller.php'
|
764 |
),
|
765 |
+
'Composer\\Installers\\Redaxo5Installer' => array(
|
766 |
'version' => '1.12.0.0',
|
767 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/Redaxo5Installer.php'
|
768 |
),
|
769 |
+
'Composer\\Installers\\MoodleInstaller' => array(
|
770 |
'version' => '1.12.0.0',
|
771 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/MoodleInstaller.php'
|
772 |
),
|
773 |
+
'Composer\\Installers\\CodeIgniterInstaller' => array(
|
774 |
'version' => '1.12.0.0',
|
775 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'
|
776 |
),
|
777 |
+
'Composer\\Installers\\OxidInstaller' => array(
|
778 |
'version' => '1.12.0.0',
|
779 |
+
'path' => $vendorDir . '/composer/installers/src/Composer/Installers/OxidInstaller.php'
|
780 |
),
|
781 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorInterface' => array(
|
782 |
'version' => 'dev-release/6.4',
|
783 |
+
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorInterface.php'
|
784 |
),
|
785 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregate' => array(
|
786 |
'version' => 'dev-release/6.4',
|
787 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregate.php'
|
788 |
),
|
789 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\Inflector' => array(
|
790 |
+
'version' => 'dev-release/6.4',
|
791 |
+
'path' => $baseDir . '/lib/packages/League/Container/Inflector/Inflector.php'
|
792 |
+
),
|
793 |
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Inflector\\InflectorAggregateInterface' => array(
|
794 |
'version' => 'dev-release/6.4',
|
795 |
'path' => $baseDir . '/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php'
|
796 |
),
|
797 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameWithOptionalValue' => array(
|
798 |
'version' => 'dev-release/6.4',
|
799 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php'
|
800 |
),
|
801 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassName' => array(
|
802 |
'version' => 'dev-release/6.4',
|
803 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassName.php'
|
804 |
),
|
805 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ClassNameInterface' => array(
|
806 |
'version' => 'dev-release/6.4',
|
807 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ClassNameInterface.php'
|
808 |
),
|
809 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgumentInterface' => array(
|
810 |
'version' => 'dev-release/6.4',
|
811 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgumentInterface.php'
|
812 |
),
|
813 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverTrait' => array(
|
814 |
'version' => 'dev-release/6.4',
|
815 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverTrait.php'
|
816 |
),
|
817 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\RawArgument' => array(
|
818 |
'version' => 'dev-release/6.4',
|
819 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/RawArgument.php'
|
820 |
),
|
821 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Argument\\ArgumentResolverInterface' => array(
|
822 |
'version' => 'dev-release/6.4',
|
823 |
+
'path' => $baseDir . '/lib/packages/League/Container/Argument/ArgumentResolverInterface.php'
|
824 |
),
|
825 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Container' => array(
|
826 |
'version' => 'dev-release/6.4',
|
827 |
+
'path' => $baseDir . '/lib/packages/League/Container/Container.php'
|
828 |
),
|
829 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\ContainerException' => array(
|
830 |
'version' => 'dev-release/6.4',
|
831 |
+
'path' => $baseDir . '/lib/packages/League/Container/Exception/ContainerException.php'
|
832 |
),
|
833 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Exception\\NotFoundException' => array(
|
834 |
'version' => 'dev-release/6.4',
|
835 |
+
'path' => $baseDir . '/lib/packages/League/Container/Exception/NotFoundException.php'
|
836 |
),
|
837 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregateInterface' => array(
|
838 |
'version' => 'dev-release/6.4',
|
839 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'
|
840 |
),
|
841 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderInterface' => array(
|
842 |
'version' => 'dev-release/6.4',
|
843 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php'
|
844 |
),
|
845 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\ServiceProviderAggregate' => array(
|
846 |
'version' => 'dev-release/6.4',
|
847 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php'
|
848 |
),
|
849 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\AbstractServiceProvider' => array(
|
850 |
'version' => 'dev-release/6.4',
|
851 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php'
|
852 |
),
|
853 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ServiceProvider\\BootableServiceProviderInterface' => array(
|
854 |
'version' => 'dev-release/6.4',
|
855 |
+
'path' => $baseDir . '/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php'
|
856 |
),
|
857 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionInterface' => array(
|
858 |
'version' => 'dev-release/6.4',
|
859 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionInterface.php'
|
860 |
),
|
861 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregateInterface' => array(
|
862 |
'version' => 'dev-release/6.4',
|
863 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php'
|
864 |
),
|
865 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\Definition' => array(
|
866 |
'version' => 'dev-release/6.4',
|
867 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/Definition.php'
|
868 |
),
|
869 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\Definition\\DefinitionAggregate' => array(
|
870 |
'version' => 'dev-release/6.4',
|
871 |
+
'path' => $baseDir . '/lib/packages/League/Container/Definition/DefinitionAggregate.php'
|
872 |
),
|
873 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareTrait' => array(
|
874 |
'version' => 'dev-release/6.4',
|
875 |
+
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareTrait.php'
|
876 |
),
|
877 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ContainerAwareInterface' => array(
|
878 |
'version' => 'dev-release/6.4',
|
879 |
+
'path' => $baseDir . '/lib/packages/League/Container/ContainerAwareInterface.php'
|
880 |
),
|
881 |
+
'Automattic\\WooCommerce\\Vendor\\League\\Container\\ReflectionContainer' => array(
|
882 |
'version' => 'dev-release/6.4',
|
883 |
+
'path' => $baseDir . '/lib/packages/League/Container/ReflectionContainer.php'
|
884 |
),
|
885 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\FiltererTest' => array(
|
886 |
'version' => 'dev-release/6.4',
|
887 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/FiltererTest.php'
|
888 |
),
|
889 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\LookupDataStoreTest' => array(
|
890 |
'version' => 'dev-release/6.4',
|
891 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/LookupDataStoreTest.php'
|
892 |
),
|
893 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\ProductAttributesLookup\\DataRegeneratorTest' => array(
|
894 |
'version' => 'dev-release/6.4',
|
895 |
+
'path' => $baseDir . '/tests/php/src/Internal/ProductAttributesLookup/DataRegeneratorTest.php'
|
896 |
),
|
897 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\RestApiUtilTest' => array(
|
898 |
'version' => 'dev-release/6.4',
|
899 |
+
'path' => $baseDir . '/tests/php/src/Internal/RestApiUtilTest.php'
|
900 |
),
|
901 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DownloadPermissionsAdjusterTest' => array(
|
902 |
'version' => 'dev-release/6.4',
|
903 |
+
'path' => $baseDir . '/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php'
|
904 |
),
|
905 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\AssignDefaultCategoryTest' => array(
|
906 |
'version' => 'dev-release/6.4',
|
907 |
+
'path' => $baseDir . '/tests/php/src/Internal/AssignDefaultCategoryTest.php'
|
908 |
),
|
909 |
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithPrivateInjectionMethod' => array(
|
910 |
'version' => 'dev-release/6.4',
|
911 |
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithPrivateInjectionMethod.php'
|
912 |
),
|
913 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithNonFinalInjectionMethod' => array(
|
|
|
|
|
|
|
|
|
914 |
'version' => 'dev-release/6.4',
|
915 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithNonFinalInjectionMethod.php'
|
916 |
),
|
917 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\DependencyClass' => array(
|
918 |
'version' => 'dev-release/6.4',
|
919 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/DependencyClass.php'
|
920 |
),
|
921 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithInjectionMethodArgumentWithoutTypeHint' => array(
|
922 |
'version' => 'dev-release/6.4',
|
923 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithInjectionMethodArgumentWithoutTypeHint.php'
|
924 |
),
|
925 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithDependencies' => array(
|
926 |
'version' => 'dev-release/6.4',
|
927 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithDependencies.php'
|
928 |
),
|
929 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExampleClasses\\ClassWithScalarInjectionMethodArgument' => array(
|
930 |
'version' => 'dev-release/6.4',
|
931 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExampleClasses/ClassWithScalarInjectionMethodArgument.php'
|
932 |
),
|
933 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\AbstractServiceProviderTest' => array(
|
934 |
'version' => 'dev-release/6.4',
|
935 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/AbstractServiceProviderTest.php'
|
936 |
),
|
937 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\DependencyManagement\\ExtendedContainerTest' => array(
|
938 |
'version' => 'dev-release/6.4',
|
939 |
+
'path' => $baseDir . '/tests/php/src/Internal/DependencyManagement/ExtendedContainerTest.php'
|
940 |
),
|
941 |
+
'Automattic\\WooCommerce\\Tests\\Internal\\WCCom\\ConnectionHelperTest' => array(
|
942 |
'version' => 'dev-release/6.4',
|
943 |
+
'path' => $baseDir . '/tests/php/src/Internal/WCCom/ConnectionHelperTest.php'
|
944 |
),
|
945 |
'Automattic\\WooCommerce\\Tests\\Utilities\\StringUtilTest' => array(
|
946 |
'version' => 'dev-release/6.4',
|
954 |
'version' => 'dev-release/6.4',
|
955 |
'path' => $baseDir . '/tests/php/src/Utilities/NumberUtilTest.php'
|
956 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
957 |
'Automattic\\WooCommerce\\Tests\\Proxies\\ExampleClasses\\ClassThatDependsOnLegacyCode' => array(
|
958 |
'version' => 'dev-release/6.4',
|
959 |
'path' => $baseDir . '/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php'
|
962 |
'version' => 'dev-release/6.4',
|
963 |
'path' => $baseDir . '/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php'
|
964 |
),
|
965 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\MockableLegacyProxyTest' => array(
|
966 |
'version' => 'dev-release/6.4',
|
967 |
+
'path' => $baseDir . '/tests/php/src/Proxies/MockableLegacyProxyTest.php'
|
968 |
),
|
969 |
+
'Automattic\\WooCommerce\\Tests\\Proxies\\LegacyProxyTest' => array(
|
970 |
'version' => 'dev-release/6.4',
|
971 |
+
'path' => $baseDir . '/tests/php/src/Proxies/LegacyProxyTest.php'
|
972 |
+
),
|
973 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\CodeHacker' => array(
|
974 |
+
'version' => 'dev-release/6.4',
|
975 |
+
'path' => $baseDir . '/tests/Tools/CodeHacking/CodeHacker.php'
|
976 |
+
),
|
977 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\BypassFinalsHack' => array(
|
978 |
+
'version' => 'dev-release/6.4',
|
979 |
+
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/BypassFinalsHack.php'
|
980 |
),
|
981 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\StaticMockerHack' => array(
|
982 |
'version' => 'dev-release/6.4',
|
983 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php'
|
984 |
),
|
985 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\CodeHack' => array(
|
986 |
+
'version' => 'dev-release/6.4',
|
987 |
+
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/CodeHack.php'
|
988 |
+
),
|
989 |
'Automattic\\WooCommerce\\Testing\\Tools\\CodeHacking\\Hacks\\FunctionsMockerHack' => array(
|
990 |
'version' => 'dev-release/6.4',
|
991 |
'path' => $baseDir . '/tests/Tools/CodeHacking/Hacks/FunctionsMockerHack.php'
|
992 |
),
|
993 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\FakeQueue' => array(
|
994 |
'version' => 'dev-release/6.4',
|
995 |
+
'path' => $baseDir . '/tests/Tools/FakeQueue.php'
|
996 |
),
|
997 |
+
'Automattic\\WooCommerce\\Testing\\Tools\\DependencyManagement\\MockableLegacyProxy' => array(
|
998 |
'version' => 'dev-release/6.4',
|
999 |
+
'path' => $baseDir . '/tests/Tools/DependencyManagement/MockableLegacyProxy.php'
|
1000 |
),
|
1001 |
+
'Automattic\\WooCommerce\\StoreApi\\SchemaController' => array(
|
1002 |
+
'version' => '7.2.1.0',
|
1003 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/SchemaController.php'
|
1004 |
),
|
1005 |
+
'Automattic\\WooCommerce\\StoreApi\\RoutesController' => array(
|
1006 |
'version' => '7.2.1.0',
|
1007 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/RoutesController.php'
|
1008 |
),
|
1009 |
+
'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentContext' => array(
|
1010 |
'version' => '7.2.1.0',
|
1011 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentContext.php'
|
1012 |
),
|
1013 |
+
'Automattic\\WooCommerce\\StoreApi\\Payments\\PaymentResult' => array(
|
1014 |
'version' => '7.2.1.0',
|
1015 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentResult.php'
|
1016 |
),
|
1017 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ShippingAddressSchema' => array(
|
1018 |
'version' => '7.2.1.0',
|
1019 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ShippingAddressSchema.php'
|
1020 |
),
|
1021 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BillingAddressSchema' => array(
|
1022 |
'version' => '7.2.1.0',
|
1023 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BillingAddressSchema.php'
|
1024 |
),
|
1025 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CheckoutSchema' => array(
|
1026 |
'version' => '7.2.1.0',
|
1027 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutSchema.php'
|
1028 |
),
|
1029 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartSchema' => array(
|
1030 |
'version' => '7.2.1.0',
|
1031 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartSchema.php'
|
1032 |
),
|
1033 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartItemSchema' => array(
|
1034 |
'version' => '7.2.1.0',
|
1035 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartItemSchema.php'
|
1036 |
),
|
1037 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractSchema' => array(
|
1038 |
'version' => '7.2.1.0',
|
1039 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractSchema.php'
|
1040 |
),
|
1041 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCategorySchema' => array(
|
1042 |
'version' => '7.2.1.0',
|
1043 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCategorySchema.php'
|
1044 |
),
|
1045 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductSchema' => array(
|
1046 |
'version' => '7.2.1.0',
|
1047 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductSchema.php'
|
1048 |
),
|
1049 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartExtensionsSchema' => array(
|
1050 |
'version' => '7.2.1.0',
|
1051 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartExtensionsSchema.php'
|
1052 |
),
|
1053 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ErrorSchema' => array(
|
1054 |
'version' => '7.2.1.0',
|
1055 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ErrorSchema.php'
|
1056 |
+
),
|
1057 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductCollectionDataSchema' => array(
|
1058 |
+
'version' => '7.2.1.0',
|
1059 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCollectionDataSchema.php'
|
1060 |
+
),
|
1061 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\AbstractAddressSchema' => array(
|
1062 |
+
'version' => '7.2.1.0',
|
1063 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php'
|
1064 |
),
|
1065 |
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\TermSchema' => array(
|
1066 |
'version' => '7.2.1.0',
|
1067 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/TermSchema.php'
|
1068 |
),
|
1069 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductAttributeSchema' => array(
|
1070 |
'version' => '7.2.1.0',
|
1071 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductAttributeSchema.php'
|
1072 |
),
|
1073 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ProductReviewSchema' => array(
|
1074 |
'version' => '7.2.1.0',
|
1075 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductReviewSchema.php'
|
1076 |
),
|
1077 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartCouponSchema' => array(
|
1078 |
'version' => '7.2.1.0',
|
1079 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartCouponSchema.php'
|
1080 |
),
|
1081 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\OrderCouponSchema' => array(
|
1082 |
'version' => '7.2.1.0',
|
1083 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderCouponSchema.php'
|
1084 |
+
),
|
1085 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartFeeSchema' => array(
|
1086 |
+
'version' => '7.2.1.0',
|
1087 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartFeeSchema.php'
|
1088 |
),
|
1089 |
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\CartShippingRateSchema' => array(
|
1090 |
'version' => '7.2.1.0',
|
1091 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php'
|
1092 |
),
|
1093 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\BatchSchema' => array(
|
1094 |
'version' => '7.2.1.0',
|
1095 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php'
|
1096 |
),
|
1097 |
'Automattic\\WooCommerce\\StoreApi\\Schemas\\V1\\ImageAttachmentSchema' => array(
|
1098 |
'version' => '7.2.1.0',
|
1099 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php'
|
1100 |
),
|
1101 |
+
'Automattic\\WooCommerce\\StoreApi\\Schemas\\ExtendSchema' => array(
|
|
|
|
|
|
|
|
|
1102 |
'version' => '7.2.1.0',
|
1103 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Schemas/ExtendSchema.php'
|
1104 |
),
|
1105 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters' => array(
|
1106 |
'version' => '7.2.1.0',
|
1107 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters.php'
|
1108 |
),
|
1109 |
+
'Automattic\\WooCommerce\\StoreApi\\StoreApi' => array(
|
1110 |
'version' => '7.2.1.0',
|
1111 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/StoreApi.php'
|
1112 |
),
|
1113 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCollectionData' => array(
|
1114 |
'version' => '7.2.1.0',
|
1115 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCollectionData.php'
|
1116 |
),
|
1117 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateCustomer' => array(
|
1118 |
'version' => '7.2.1.0',
|
1119 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateCustomer.php'
|
1120 |
),
|
1121 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCoupons' => array(
|
1122 |
'version' => '7.2.1.0',
|
1123 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCoupons.php'
|
1124 |
),
|
1125 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductReviews' => array(
|
1126 |
'version' => '7.2.1.0',
|
1127 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductReviews.php'
|
1128 |
),
|
1129 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Cart' => array(
|
1130 |
'version' => '7.2.1.0',
|
1131 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Cart.php'
|
1132 |
),
|
1133 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveCoupon' => array(
|
1134 |
'version' => '7.2.1.0',
|
1135 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveCoupon.php'
|
1136 |
),
|
1137 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractCartRoute' => array(
|
1138 |
'version' => '7.2.1.0',
|
1139 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php'
|
1140 |
),
|
1141 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartApplyCoupon' => array(
|
1142 |
'version' => '7.2.1.0',
|
1143 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php'
|
1144 |
),
|
1145 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartCouponsByCode' => array(
|
1146 |
'version' => '7.2.1.0',
|
1147 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCouponsByCode.php'
|
1148 |
),
|
1149 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductTags' => array(
|
1150 |
'version' => '7.2.1.0',
|
1151 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php'
|
1152 |
),
|
1153 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductsById' => array(
|
1154 |
'version' => '7.2.1.0',
|
1155 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsById.php'
|
1156 |
),
|
1157 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractRoute' => array(
|
1158 |
'version' => '7.2.1.0',
|
1159 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractRoute.php'
|
1160 |
),
|
1161 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributeTerms' => array(
|
1162 |
'version' => '7.2.1.0',
|
1163 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributeTerms.php'
|
1164 |
),
|
1165 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItems' => array(
|
1166 |
'version' => '7.2.1.0',
|
1167 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php'
|
1168 |
),
|
1169 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Products' => array(
|
1170 |
'version' => '7.2.1.0',
|
1171 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Products.php'
|
1172 |
),
|
1173 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategories' => array(
|
1174 |
'version' => '7.2.1.0',
|
1175 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategories.php'
|
1176 |
),
|
1177 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartItemsByKey' => array(
|
1178 |
'version' => '7.2.1.0',
|
1179 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItemsByKey.php'
|
1180 |
),
|
1181 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Checkout' => array(
|
1182 |
'version' => '7.2.1.0',
|
1183 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php'
|
1184 |
),
|
1185 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartRemoveItem' => array(
|
1186 |
'version' => '7.2.1.0',
|
1187 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php'
|
1188 |
),
|
1189 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\Batch' => array(
|
1190 |
'version' => '7.2.1.0',
|
1191 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Batch.php'
|
1192 |
),
|
1193 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductCategoriesById' => array(
|
1194 |
'version' => '7.2.1.0',
|
1195 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategoriesById.php'
|
1196 |
),
|
1197 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartSelectShippingRate' => array(
|
1198 |
'version' => '7.2.1.0',
|
1199 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php'
|
1200 |
),
|
1201 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartAddItem' => array(
|
1202 |
'version' => '7.2.1.0',
|
1203 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php'
|
1204 |
),
|
1205 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributes' => array(
|
1206 |
'version' => '7.2.1.0',
|
1207 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributes.php'
|
1208 |
),
|
1209 |
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartExtensions' => array(
|
1210 |
'version' => '7.2.1.0',
|
1211 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php'
|
1212 |
),
|
1213 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\CartUpdateItem' => array(
|
1214 |
'version' => '7.2.1.0',
|
1215 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateItem.php'
|
1216 |
),
|
1217 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\AbstractTermsRoute' => array(
|
1218 |
'version' => '7.2.1.0',
|
1219 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractTermsRoute.php'
|
1220 |
),
|
1221 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\V1\\ProductAttributesById' => array(
|
1222 |
'version' => '7.2.1.0',
|
1223 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributesById.php'
|
1224 |
),
|
1225 |
+
'Automattic\\WooCommerce\\StoreApi\\Routes\\RouteInterface' => array(
|
1226 |
'version' => '7.2.1.0',
|
1227 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php'
|
1228 |
),
|
1229 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidStockLevelsInCartException' => array(
|
1230 |
'version' => '7.2.1.0',
|
1231 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidStockLevelsInCartException.php'
|
1232 |
),
|
1233 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\StockAvailabilityException' => array(
|
1234 |
'version' => '7.2.1.0',
|
1235 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/StockAvailabilityException.php'
|
1236 |
),
|
1237 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\RouteException' => array(
|
1238 |
'version' => '7.2.1.0',
|
1239 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/RouteException.php'
|
1240 |
),
|
1241 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\OutOfStockException' => array(
|
1242 |
'version' => '7.2.1.0',
|
1243 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/OutOfStockException.php'
|
1244 |
),
|
1245 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\NotPurchasableException' => array(
|
1246 |
'version' => '7.2.1.0',
|
1247 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/NotPurchasableException.php'
|
1248 |
),
|
1249 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\TooManyInCartException' => array(
|
1250 |
'version' => '7.2.1.0',
|
1251 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/TooManyInCartException.php'
|
1252 |
),
|
1253 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\InvalidCartException' => array(
|
1254 |
'version' => '7.2.1.0',
|
1255 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidCartException.php'
|
1256 |
),
|
1257 |
+
'Automattic\\WooCommerce\\StoreApi\\Exceptions\\PartialOutOfStockException' => array(
|
1258 |
'version' => '7.2.1.0',
|
1259 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Exceptions/PartialOutOfStockException.php'
|
1260 |
),
|
1261 |
+
'Automattic\\WooCommerce\\StoreApi\\Authentication' => array(
|
1262 |
'version' => '7.2.1.0',
|
1263 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Authentication.php'
|
1264 |
),
|
1265 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\CartController' => array(
|
1266 |
'version' => '7.2.1.0',
|
1267 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php'
|
1268 |
),
|
1269 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\Pagination' => array(
|
1270 |
'version' => '7.2.1.0',
|
1271 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php'
|
1272 |
),
|
1273 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQueryFilters' => array(
|
1274 |
'version' => '7.2.1.0',
|
1275 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQueryFilters.php'
|
1276 |
),
|
1277 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\ArrayUtils' => array(
|
1278 |
'version' => '7.2.1.0',
|
1279 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ArrayUtils.php'
|
1280 |
),
|
1281 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\OrderController' => array(
|
1282 |
'version' => '7.2.1.0',
|
1283 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php'
|
1284 |
),
|
1285 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\NoticeHandler' => array(
|
1286 |
'version' => '7.2.1.0',
|
1287 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php'
|
1288 |
),
|
1289 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\DraftOrderTrait' => array(
|
1290 |
'version' => '7.2.1.0',
|
1291 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/DraftOrderTrait.php'
|
1292 |
),
|
1293 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\QuantityLimits' => array(
|
1294 |
'version' => '7.2.1.0',
|
1295 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/QuantityLimits.php'
|
1296 |
),
|
1297 |
+
'Automattic\\WooCommerce\\StoreApi\\Utilities\\ProductQuery' => array(
|
1298 |
'version' => '7.2.1.0',
|
1299 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQuery.php'
|
1300 |
),
|
1301 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters\\MoneyFormatter' => array(
|
1302 |
'version' => '7.2.1.0',
|
1303 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php'
|
1304 |
),
|
1305 |
+
'Automattic\\WooCommerce\\StoreApi\\Formatters\\CurrencyFormatter' => array(
|
1306 |
'version' => '7.2.1.0',
|
1307 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php'
|
1308 |
),
|
1309 |
'Automattic\\WooCommerce\\StoreApi\\Formatters\\FormatterInterface' => array(
|
1310 |
'version' => '7.2.1.0',
|
1311 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php'
|
1312 |
),
|
|
|
|
|
|
|
|
|
1313 |
'Automattic\\WooCommerce\\StoreApi\\Formatters\\DefaultFormatter' => array(
|
1314 |
'version' => '7.2.1.0',
|
1315 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php'
|
1316 |
),
|
|
|
|
|
|
|
|
|
1317 |
'Automattic\\WooCommerce\\StoreApi\\Formatters\\HtmlFormatter' => array(
|
1318 |
'version' => '7.2.1.0',
|
1319 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php'
|
1320 |
),
|
1321 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\MobileAppBanner' => array(
|
1322 |
+
'version' => '3.3.2.0',
|
1323 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/MobileAppBanner.php'
|
|
|
|
|
|
|
|
|
1324 |
),
|
1325 |
'Automattic\\WooCommerce\\Internal\\Admin\\Homescreen' => array(
|
1326 |
+
'version' => '3.3.2.0',
|
1327 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Homescreen.php'
|
1328 |
),
|
1329 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\OrdersScheduler' => array(
|
1330 |
+
'version' => '3.3.2.0',
|
1331 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/OrdersScheduler.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1332 |
),
|
1333 |
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\CustomersScheduler' => array(
|
1334 |
+
'version' => '3.3.2.0',
|
1335 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/CustomersScheduler.php'
|
1336 |
),
|
|
|
|
|
|
|
|
|
1337 |
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\MailchimpScheduler' => array(
|
1338 |
+
'version' => '3.3.2.0',
|
1339 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/MailchimpScheduler.php'
|
1340 |
),
|
1341 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportScheduler' => array(
|
1342 |
+
'version' => '3.3.2.0',
|
1343 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/ImportScheduler.php'
|
1344 |
+
),
|
1345 |
'Automattic\\WooCommerce\\Internal\\Admin\\Schedulers\\ImportInterface' => array(
|
1346 |
+
'version' => '3.3.2.0',
|
1347 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Schedulers/ImportInterface.php'
|
1348 |
),
|
1349 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Analytics' => array(
|
1350 |
+
'version' => '3.3.2.0',
|
1351 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Analytics.php'
|
1352 |
),
|
1353 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteInboxNotifications' => array(
|
1354 |
+
'version' => '3.3.2.0',
|
1355 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteInboxNotifications.php'
|
1356 |
),
|
1357 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBanner' => array(
|
1358 |
+
'version' => '3.3.2.0',
|
1359 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/ShippingLabelBanner.php'
|
1360 |
),
|
1361 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Notes\\MerchantEmailNotifications' => array(
|
1362 |
+
'version' => '3.3.2.0',
|
1363 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Notes/MerchantEmailNotifications.php'
|
1364 |
),
|
1365 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Settings' => array(
|
1366 |
+
'version' => '3.3.2.0',
|
1367 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Settings.php'
|
1368 |
),
|
1369 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\CouponsMovedTrait' => array(
|
1370 |
+
'version' => '3.3.2.0',
|
1371 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/CouponsMovedTrait.php'
|
1372 |
),
|
1373 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\RemoteFreeExtensionsDataSourcePoller' => array(
|
1374 |
+
'version' => '3.3.2.0',
|
1375 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php'
|
1376 |
+
),
|
1377 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\EvaluateExtension' => array(
|
1378 |
+
'version' => '3.3.2.0',
|
1379 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteFreeExtensions/EvaluateExtension.php'
|
1380 |
),
|
1381 |
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\DefaultFreeExtensions' => array(
|
1382 |
+
'version' => '3.3.2.0',
|
1383 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php'
|
1384 |
),
|
|
|
|
|
|
|
|
|
1385 |
'Automattic\\WooCommerce\\Internal\\Admin\\RemoteFreeExtensions\\Init' => array(
|
1386 |
+
'version' => '3.3.2.0',
|
1387 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/RemoteFreeExtensions/Init.php'
|
1388 |
),
|
1389 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Events' => array(
|
1390 |
+
'version' => '3.3.2.0',
|
1391 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Events.php'
|
|
|
|
|
|
|
|
|
1392 |
),
|
1393 |
'Automattic\\WooCommerce\\Internal\\Admin\\Install' => array(
|
1394 |
+
'version' => '3.3.2.0',
|
1395 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Install.php'
|
1396 |
),
|
1397 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings' => array(
|
1398 |
+
'version' => '3.3.2.0',
|
1399 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/WCAdminSharedSettings.php'
|
1400 |
),
|
1401 |
'Automattic\\WooCommerce\\Internal\\Admin\\FeaturePlugin' => array(
|
1402 |
+
'version' => '3.3.2.0',
|
1403 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/FeaturePlugin.php'
|
1404 |
),
|
1405 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Coupons' => array(
|
1406 |
+
'version' => '3.3.2.0',
|
1407 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Coupons.php'
|
|
|
|
|
|
|
|
|
1408 |
),
|
1409 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Survey' => array(
|
1410 |
+
'version' => '3.3.2.0',
|
1411 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Survey.php'
|
1412 |
),
|
1413 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\CategoryLookup' => array(
|
1414 |
+
'version' => '3.3.2.0',
|
1415 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/CategoryLookup.php'
|
1416 |
),
|
1417 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WcPayWelcomePage' => array(
|
1418 |
+
'version' => '3.3.2.0',
|
1419 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/WcPayWelcomePage.php'
|
1420 |
),
|
1421 |
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPaymentGatewayPreInstallWCPayPromotion' => array(
|
1422 |
+
'version' => '3.3.2.0',
|
1423 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php'
|
1424 |
),
|
1425 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\Init' => array(
|
1426 |
+
'version' => '3.3.2.0',
|
1427 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/WCPayPromotion/Init.php'
|
1428 |
+
),
|
1429 |
'Automattic\\WooCommerce\\Internal\\Admin\\WCPayPromotion\\WCPayPromotionDataSourcePoller' => array(
|
1430 |
+
'version' => '3.3.2.0',
|
1431 |
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php'
|
1432 |
),
|
1433 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\CustomerEffortScoreTracks' => array(
|
1434 |
+
'version' => '3.3.2.0',
|
1435 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/CustomerEffortScoreTracks.php'
|
1436 |
),
|
1437 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\Marketing' => array(
|
1438 |
+
'version' => '3.3.2.0',
|
1439 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/Marketing.php'
|
1440 |
),
|
1441 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ActivityPanels' => array(
|
1442 |
+
'version' => '3.3.2.0',
|
1443 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/ActivityPanels.php'
|
1444 |
),
|
1445 |
+
'Automattic\\WooCommerce\\Internal\\Admin\\ShippingLabelBannerDisplayRules' => array(
|
1446 |
+
'version' => '3.3.2.0',
|
1447 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src-internal/Admin/ShippingLabelBannerDisplayRules.php'
|
1448 |
),
|
1449 |
+
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationInterface' => array(
|
1450 |
'version' => '7.2.1.0',
|
1451 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php'
|
1452 |
),
|
1453 |
+
'Automattic\\WooCommerce\\Blocks\\Integrations\\IntegrationRegistry' => array(
|
1454 |
'version' => '7.2.1.0',
|
1455 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php'
|
1456 |
),
|
1457 |
+
'Automattic\\WooCommerce\\Blocks\\Package' => array(
|
1458 |
'version' => '7.2.1.0',
|
1459 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Package.php'
|
1460 |
),
|
1461 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypesController' => array(
|
1462 |
'version' => '7.2.1.0',
|
1463 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypesController.php'
|
1464 |
),
|
1465 |
+
'Automattic\\WooCommerce\\Blocks\\Library' => array(
|
1466 |
'version' => '7.2.1.0',
|
1467 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Library.php'
|
1468 |
),
|
1469 |
+
'Automattic\\WooCommerce\\Blocks\\Utils\\BlockTemplateUtils' => array(
|
1470 |
'version' => '7.2.1.0',
|
1471 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php'
|
1472 |
),
|
1473 |
+
'Automattic\\WooCommerce\\Blocks\\Utils\\BlocksWpQuery' => array(
|
1474 |
'version' => '7.2.1.0',
|
1475 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php'
|
1476 |
),
|
1477 |
+
'Automattic\\WooCommerce\\Blocks\\Utils\\StyleAttributesUtils' => array(
|
1478 |
'version' => '7.2.1.0',
|
1479 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php'
|
1480 |
),
|
1481 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AttributeFilter' => array(
|
1482 |
'version' => '7.2.1.0',
|
1483 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php'
|
1484 |
),
|
1485 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductOnSale' => array(
|
1486 |
'version' => '7.2.1.0',
|
1487 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php'
|
1488 |
),
|
1489 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductImage' => array(
|
1490 |
'version' => '7.2.1.0',
|
1491 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php'
|
1492 |
),
|
1493 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTopRated' => array(
|
1494 |
'version' => '7.2.1.0',
|
1495 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php'
|
1496 |
),
|
1497 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Cart' => array(
|
1498 |
'version' => '7.2.1.0',
|
1499 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Cart.php'
|
1500 |
),
|
1501 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTag' => array(
|
1502 |
'version' => '7.2.1.0',
|
1503 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php'
|
1504 |
),
|
1505 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCartContents' => array(
|
1506 |
'version' => '7.2.1.0',
|
1507 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php'
|
1508 |
),
|
1509 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllReviews' => array(
|
1510 |
'version' => '7.2.1.0',
|
1511 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php'
|
1512 |
),
|
1513 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractProductGrid' => array(
|
1514 |
'version' => '7.2.1.0',
|
1515 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php'
|
1516 |
),
|
1517 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductButton' => array(
|
1518 |
'version' => '7.2.1.0',
|
1519 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductButton.php'
|
1520 |
),
|
1521 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategoryList' => array(
|
1522 |
'version' => '7.2.1.0',
|
1523 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategoryList.php'
|
1524 |
),
|
1525 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTitle' => array(
|
1526 |
'version' => '7.2.1.0',
|
1527 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTitle.php'
|
1528 |
),
|
1529 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\PriceFilter' => array(
|
1530 |
'version' => '7.2.1.0',
|
1531 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php'
|
1532 |
),
|
1533 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\HandpickedProducts' => array(
|
1534 |
'version' => '7.2.1.0',
|
1535 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php'
|
1536 |
),
|
1537 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductAddToCart' => array(
|
1538 |
'version' => '7.2.1.0',
|
1539 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductAddToCart.php'
|
1540 |
),
|
1541 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategory' => array(
|
1542 |
'version' => '7.2.1.0',
|
1543 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php'
|
1544 |
),
|
1545 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductTagList' => array(
|
1546 |
'version' => '7.2.1.0',
|
1547 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductTagList.php'
|
1548 |
),
|
1549 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductBestSellers' => array(
|
1550 |
'version' => '7.2.1.0',
|
1551 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php'
|
1552 |
),
|
1553 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSKU' => array(
|
1554 |
'version' => '7.2.1.0',
|
1555 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSKU.php'
|
1556 |
),
|
1557 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\MiniCart' => array(
|
1558 |
'version' => '7.2.1.0',
|
1559 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php'
|
1560 |
),
|
1561 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSummary' => array(
|
1562 |
'version' => '7.2.1.0',
|
1563 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php'
|
1564 |
),
|
1565 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByProduct' => array(
|
1566 |
'version' => '7.2.1.0',
|
1567 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php'
|
1568 |
),
|
1569 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductNew' => array(
|
1570 |
'version' => '7.2.1.0',
|
1571 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php'
|
1572 |
+
),
|
1573 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\LegacyTemplate' => array(
|
1574 |
+
'version' => '7.2.1.0',
|
1575 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/LegacyTemplate.php'
|
1576 |
+
),
|
1577 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractBlock' => array(
|
1578 |
+
'version' => '7.2.1.0',
|
1579 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php'
|
1580 |
),
|
1581 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ReviewsByCategory' => array(
|
1582 |
'version' => '7.2.1.0',
|
1583 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php'
|
1584 |
),
|
1585 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductRating' => array(
|
1586 |
'version' => '7.2.1.0',
|
1587 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductRating.php'
|
1588 |
),
|
1589 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductCategories' => array(
|
1590 |
'version' => '7.2.1.0',
|
1591 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php'
|
1592 |
),
|
1593 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\Checkout' => array(
|
1594 |
'version' => '7.2.1.0',
|
1595 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/Checkout.php'
|
1596 |
),
|
1597 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductStockIndicator' => array(
|
1598 |
'version' => '7.2.1.0',
|
1599 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductStockIndicator.php'
|
1600 |
),
|
1601 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSaleBadge' => array(
|
1602 |
'version' => '7.2.1.0',
|
1603 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSaleBadge.php'
|
1604 |
),
|
1605 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedCategory' => array(
|
1606 |
'version' => '7.2.1.0',
|
1607 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php'
|
1608 |
),
|
1609 |
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\SingleProduct' => array(
|
1610 |
'version' => '7.2.1.0',
|
1611 |
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php'
|
1612 |
),
|
1613 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\FeaturedProduct' => array(
|
1614 |
'version' => '7.2.1.0',
|
1615 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php'
|
1616 |
),
|
1617 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductPrice' => array(
|
1618 |
'version' => '7.2.1.0',
|
1619 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductPrice.php'
|
1620 |
),
|
1621 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductsByAttribute' => array(
|
1622 |
'version' => '7.2.1.0',
|
1623 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php'
|
1624 |
),
|
1625 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ActiveFilters' => array(
|
1626 |
'version' => '7.2.1.0',
|
1627 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php'
|
1628 |
),
|
1629 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\ProductSearch' => array(
|
1630 |
'version' => '7.2.1.0',
|
1631 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php'
|
1632 |
),
|
1633 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AtomicBlock' => array(
|
1634 |
'version' => '7.2.1.0',
|
1635 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php'
|
1636 |
),
|
1637 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AllProducts' => array(
|
1638 |
'version' => '7.2.1.0',
|
1639 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AllProducts.php'
|
1640 |
),
|
1641 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\StockFilter' => array(
|
1642 |
'version' => '7.2.1.0',
|
1643 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php'
|
1644 |
),
|
1645 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTypes\\AbstractDynamicBlock' => array(
|
1646 |
'version' => '7.2.1.0',
|
1647 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php'
|
1648 |
),
|
1649 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\Cheque' => array(
|
1650 |
'version' => '7.2.1.0',
|
1651 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php'
|
1652 |
),
|
1653 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\AbstractPaymentMethodType' => array(
|
1654 |
'version' => '7.2.1.0',
|
1655 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php'
|
1656 |
),
|
1657 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\CashOnDelivery' => array(
|
1658 |
'version' => '7.2.1.0',
|
1659 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php'
|
1660 |
),
|
1661 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\BankTransfer' => array(
|
1662 |
'version' => '7.2.1.0',
|
1663 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php'
|
1664 |
),
|
1665 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Integrations\\PayPal' => array(
|
1666 |
'version' => '7.2.1.0',
|
1667 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php'
|
1668 |
),
|
1669 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodTypeInterface' => array(
|
1670 |
'version' => '7.2.1.0',
|
1671 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php'
|
1672 |
),
|
1673 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\Api' => array(
|
1674 |
'version' => '7.2.1.0',
|
1675 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/Api.php'
|
1676 |
),
|
1677 |
+
'Automattic\\WooCommerce\\Blocks\\Payments\\PaymentMethodRegistry' => array(
|
1678 |
'version' => '7.2.1.0',
|
1679 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php'
|
1680 |
),
|
1681 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Bootstrap' => array(
|
1682 |
'version' => '7.2.1.0',
|
1683 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Bootstrap.php'
|
1684 |
),
|
1685 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\DraftOrders' => array(
|
1686 |
'version' => '7.2.1.0',
|
1687 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php'
|
1688 |
),
|
1689 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\CreateAccount' => array(
|
1690 |
'version' => '7.2.1.0',
|
1691 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/CreateAccount.php'
|
1692 |
),
|
1693 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\Email\\CustomerNewAccount' => array(
|
1694 |
'version' => '7.2.1.0',
|
1695 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/Email/CustomerNewAccount.php'
|
1696 |
),
|
1697 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\FeatureGating' => array(
|
1698 |
'version' => '7.2.1.0',
|
1699 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php'
|
1700 |
),
|
1701 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Services\\GoogleAnalytics' => array(
|
1702 |
'version' => '7.2.1.0',
|
1703 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Services/GoogleAnalytics.php'
|
1704 |
),
|
1705 |
+
'Automattic\\WooCommerce\\Blocks\\Domain\\Package' => array(
|
1706 |
'version' => '7.2.1.0',
|
1707 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Domain/Package.php'
|
1708 |
),
|
1709 |
+
'Automattic\\WooCommerce\\Blocks\\Installer' => array(
|
1710 |
'version' => '7.2.1.0',
|
1711 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Installer.php'
|
1712 |
),
|
1713 |
+
'Automattic\\WooCommerce\\Blocks\\InboxNotifications' => array(
|
1714 |
'version' => '7.2.1.0',
|
1715 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/InboxNotifications.php'
|
1716 |
),
|
1717 |
+
'Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry' => array(
|
1718 |
'version' => '7.2.1.0',
|
1719 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php'
|
1720 |
),
|
1721 |
+
'Automattic\\WooCommerce\\Blocks\\Assets\\Api' => array(
|
1722 |
'version' => '7.2.1.0',
|
1723 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets/Api.php'
|
1724 |
),
|
1725 |
+
'Automattic\\WooCommerce\\Blocks\\Assets' => array(
|
1726 |
'version' => '7.2.1.0',
|
1727 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Assets.php'
|
1728 |
),
|
1729 |
+
'Automattic\\WooCommerce\\Blocks\\AssetsController' => array(
|
1730 |
'version' => '7.2.1.0',
|
1731 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/AssetsController.php'
|
1732 |
),
|
1733 |
+
'Automattic\\WooCommerce\\Blocks\\BlockTemplatesController' => array(
|
1734 |
'version' => '7.2.1.0',
|
1735 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/BlockTemplatesController.php'
|
1736 |
),
|
1737 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\FactoryType' => array(
|
1738 |
'version' => '7.2.1.0',
|
1739 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/FactoryType.php'
|
1740 |
),
|
1741 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\Container' => array(
|
1742 |
'version' => '7.2.1.0',
|
1743 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/Container.php'
|
1744 |
),
|
1745 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\SharedType' => array(
|
1746 |
'version' => '7.2.1.0',
|
1747 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/SharedType.php'
|
1748 |
),
|
1749 |
+
'Automattic\\WooCommerce\\Blocks\\Registry\\AbstractDependencyType' => array(
|
1750 |
+
'version' => '7.2.1.0',
|
1751 |
+
'path' => $baseDir . '/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php'
|
1752 |
),
|
1753 |
+
'Automattic\\WooCommerce\\Admin\\Schedulers\\SchedulerTraits' => array(
|
1754 |
+
'version' => '3.3.2.0',
|
1755 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Schedulers/SchedulerTraits.php'
|
1756 |
),
|
1757 |
+
'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProvider' => array(
|
1758 |
+
'version' => '3.3.2.0',
|
1759 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/PluginsProvider/PluginsProvider.php'
|
1760 |
),
|
1761 |
+
'Automattic\\WooCommerce\\Admin\\PluginsProvider\\PluginsProviderInterface' => array(
|
1762 |
+
'version' => '3.3.2.0',
|
1763 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/PluginsProvider/PluginsProviderInterface.php'
|
1764 |
),
|
1765 |
+
'Automattic\\WooCommerce\\Admin\\PageController' => array(
|
1766 |
+
'version' => '3.3.2.0',
|
1767 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/PageController.php'
|
1768 |
),
|
1769 |
+
'Automattic\\WooCommerce\\Admin\\ReportCSVExporter' => array(
|
1770 |
+
'version' => '3.3.2.0',
|
1771 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/ReportCSVExporter.php'
|
1772 |
),
|
1773 |
+
'Automattic\\WooCommerce\\Admin\\ReportsSync' => array(
|
1774 |
+
'version' => '3.3.2.0',
|
1775 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/ReportsSync.php'
|
1776 |
),
|
1777 |
+
'Automattic\\WooCommerce\\Admin\\PluginsInstaller' => array(
|
1778 |
+
'version' => '3.3.2.0',
|
1779 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/PluginsInstaller.php'
|
1780 |
),
|
1781 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\TestCheckout' => array(
|
1782 |
+
'version' => '3.3.2.0',
|
1783 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/TestCheckout.php'
|
1784 |
),
|
1785 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\MigrateFromShopify' => array(
|
1786 |
+
'version' => '3.3.2.0',
|
1787 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/MigrateFromShopify.php'
|
1788 |
),
|
1789 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\NoteTraits' => array(
|
1790 |
+
'version' => '3.3.2.0',
|
1791 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/NoteTraits.php'
|
1792 |
),
|
1793 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\UpdateStoreDetails' => array(
|
1794 |
+
'version' => '3.3.2.0',
|
1795 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/UpdateStoreDetails.php'
|
1796 |
),
|
1797 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\EditProductsOnTheMove' => array(
|
1798 |
+
'version' => '3.3.2.0',
|
1799 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/EditProductsOnTheMove.php'
|
1800 |
),
|
1801 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\Notes' => array(
|
1802 |
+
'version' => '3.3.2.0',
|
1803 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/Notes.php'
|
1804 |
),
|
1805 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\ManageStoreActivityFromHomeScreen' => array(
|
1806 |
+
'version' => '3.3.2.0',
|
1807 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/ManageStoreActivityFromHomeScreen.php'
|
1808 |
),
|
1809 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\SellingOnlineCourses' => array(
|
1810 |
+
'version' => '3.3.2.0',
|
1811 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/SellingOnlineCourses.php'
|
1812 |
),
|
1813 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\UnsecuredReportFiles' => array(
|
1814 |
+
'version' => '3.3.2.0',
|
1815 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/UnsecuredReportFiles.php'
|
1816 |
),
|
1817 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\TrackingOptIn' => array(
|
1818 |
+
'version' => '3.3.2.0',
|
1819 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/TrackingOptIn.php'
|
1820 |
),
|
1821 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\MobileApp' => array(
|
1822 |
+
'version' => '3.3.2.0',
|
1823 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/MobileApp.php'
|
1824 |
),
|
1825 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\OnlineClothingStore' => array(
|
1826 |
+
'version' => '3.3.2.0',
|
1827 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/OnlineClothingStore.php'
|
1828 |
),
|
1829 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\NewSalesRecord' => array(
|
1830 |
+
'version' => '3.3.2.0',
|
1831 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/NewSalesRecord.php'
|
1832 |
),
|
1833 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\OrderMilestones' => array(
|
1834 |
+
'version' => '3.3.2.0',
|
1835 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/OrderMilestones.php'
|
1836 |
),
|
1837 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\LaunchChecklist' => array(
|
1838 |
+
'version' => '3.3.2.0',
|
1839 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/LaunchChecklist.php'
|
1840 |
),
|
1841 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\GivingFeedbackNotes' => array(
|
1842 |
+
'version' => '3.3.2.0',
|
1843 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/GivingFeedbackNotes.php'
|
1844 |
),
|
1845 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\InsightFirstProductAndPayment' => array(
|
1846 |
+
'version' => '3.3.2.0',
|
1847 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/InsightFirstProductAndPayment.php'
|
1848 |
),
|
1849 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\MarketingJetpack' => array(
|
1850 |
+
'version' => '3.3.2.0',
|
1851 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/MarketingJetpack.php'
|
1852 |
),
|
1853 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\PaymentsRemindMeLater' => array(
|
1854 |
+
'version' => '3.3.2.0',
|
1855 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/PaymentsRemindMeLater.php'
|
1856 |
),
|
1857 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\OnboardingTraits' => array(
|
1858 |
+
'version' => '3.3.2.0',
|
1859 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/OnboardingTraits.php'
|
1860 |
),
|
1861 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WelcomeToWooCommerceForStoreUsers' => array(
|
1862 |
+
'version' => '3.3.2.0',
|
1863 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/WelcomeToWooCommerceForStoreUsers.php'
|
1864 |
),
|
1865 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\CustomizingProductCatalog' => array(
|
1866 |
+
'version' => '3.3.2.0',
|
1867 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/CustomizingProductCatalog.php'
|
1868 |
),
|
1869 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\DeactivatePlugin' => array(
|
1870 |
+
'version' => '3.3.2.0',
|
1871 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeactivatePlugin.php'
|
1872 |
),
|
1873 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\ManageOrdersOnTheGo' => array(
|
1874 |
+
'version' => '3.3.2.0',
|
1875 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/ManageOrdersOnTheGo.php'
|
1876 |
),
|
1877 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\OnboardingPayments' => array(
|
1878 |
+
'version' => '3.3.2.0',
|
1879 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/OnboardingPayments.php'
|
1880 |
),
|
1881 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WooSubscriptionsNotes' => array(
|
1882 |
+
'version' => '3.3.2.0',
|
1883 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/WooSubscriptionsNotes.php'
|
1884 |
),
|
1885 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\InstallJPAndWCSPlugins' => array(
|
1886 |
+
'version' => '3.3.2.0',
|
1887 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/InstallJPAndWCSPlugins.php'
|
1888 |
),
|
1889 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\Note' => array(
|
1890 |
+
'version' => '3.3.2.0',
|
1891 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/Note.php'
|
1892 |
),
|
1893 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\EUVATNumber' => array(
|
1894 |
+
'version' => '3.3.2.0',
|
1895 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/EUVATNumber.php'
|
1896 |
),
|
1897 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\RealTimeOrderAlerts' => array(
|
1898 |
+
'version' => '3.3.2.0',
|
1899 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/RealTimeOrderAlerts.php'
|
1900 |
),
|
1901 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\AddingAndManangingProducts' => array(
|
1902 |
+
'version' => '3.3.2.0',
|
1903 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/AddingAndManangingProducts.php'
|
1904 |
),
|
1905 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WooCommerceSubscriptions' => array(
|
1906 |
+
'version' => '3.3.2.0',
|
1907 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/WooCommerceSubscriptions.php'
|
1908 |
),
|
1909 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\NavigationNudge' => array(
|
1910 |
+
'version' => '3.3.2.0',
|
1911 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/NavigationNudge.php'
|
1912 |
),
|
1913 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\EmailNotification' => array(
|
1914 |
+
'version' => '3.3.2.0',
|
1915 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/EmailNotification.php'
|
1916 |
),
|
1917 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Note' => array(
|
1918 |
+
'version' => '3.3.2.0',
|
1919 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1920 |
),
|
1921 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes' => array(
|
1922 |
+
'version' => '3.3.2.0',
|
1923 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1924 |
),
|
1925 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Coupon_Page_Moved' => array(
|
1926 |
+
'version' => '3.3.2.0',
|
1927 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1928 |
),
|
1929 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Customize_Store_With_Blocks' => array(
|
1930 |
+
'version' => '3.3.2.0',
|
1931 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1932 |
),
|
1933 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Deactivate_Plugin' => array(
|
1934 |
+
'version' => '3.3.2.0',
|
1935 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1936 |
),
|
1937 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Edit_Products_On_The_Move' => array(
|
1938 |
+
'version' => '3.3.2.0',
|
1939 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1940 |
),
|
1941 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_EU_VAT_Number' => array(
|
1942 |
+
'version' => '3.3.2.0',
|
1943 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1944 |
),
|
1945 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Facebook_Marketing_Expert' => array(
|
1946 |
+
'version' => '3.3.2.0',
|
1947 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1948 |
),
|
1949 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_First_Product' => array(
|
1950 |
+
'version' => '3.3.2.0',
|
1951 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1952 |
),
|
1953 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Giving_Feedback_Notes' => array(
|
1954 |
+
'version' => '3.3.2.0',
|
1955 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1956 |
),
|
1957 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Insight_First_Sale' => array(
|
1958 |
+
'version' => '3.3.2.0',
|
1959 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1960 |
),
|
1961 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Install_JP_And_WCS_Plugins' => array(
|
1962 |
+
'version' => '3.3.2.0',
|
1963 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1964 |
),
|
1965 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Launch_Checklist' => array(
|
1966 |
+
'version' => '3.3.2.0',
|
1967 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1968 |
),
|
1969 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Migrate_From_Shopify' => array(
|
1970 |
+
'version' => '3.3.2.0',
|
1971 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1972 |
),
|
1973 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Mobile_App' => array(
|
1974 |
+
'version' => '3.3.2.0',
|
1975 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1976 |
),
|
1977 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_New_Sales_Record' => array(
|
1978 |
+
'version' => '3.3.2.0',
|
1979 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1980 |
),
|
1981 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Email_Marketing' => array(
|
1982 |
+
'version' => '3.3.2.0',
|
1983 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1984 |
),
|
1985 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Onboarding_Payments' => array(
|
1986 |
+
'version' => '3.3.2.0',
|
1987 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1988 |
),
|
1989 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Online_Clothing_Store' => array(
|
1990 |
+
'version' => '3.3.2.0',
|
1991 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1992 |
),
|
1993 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Order_Milestones' => array(
|
1994 |
+
'version' => '3.3.2.0',
|
1995 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
1996 |
),
|
1997 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Performance_On_Mobile' => array(
|
1998 |
+
'version' => '3.3.2.0',
|
1999 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2000 |
),
|
2001 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Personalize_Store' => array(
|
2002 |
+
'version' => '3.3.2.0',
|
2003 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2004 |
),
|
2005 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Real_Time_Order_Alerts' => array(
|
2006 |
+
'version' => '3.3.2.0',
|
2007 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2008 |
),
|
2009 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Selling_Online_Courses' => array(
|
2010 |
+
'version' => '3.3.2.0',
|
2011 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2012 |
),
|
2013 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Set_Up_Additional_Payment_Types' => array(
|
2014 |
+
'version' => '3.3.2.0',
|
2015 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2016 |
),
|
2017 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Test_Checkout' => array(
|
2018 |
+
'version' => '3.3.2.0',
|
2019 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2020 |
),
|
2021 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Tracking_Opt_In' => array(
|
2022 |
+
'version' => '3.3.2.0',
|
2023 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2024 |
),
|
2025 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_Woo_Subscriptions_Notes' => array(
|
2026 |
+
'version' => '3.3.2.0',
|
2027 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2028 |
),
|
2029 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Payments' => array(
|
2030 |
+
'version' => '3.3.2.0',
|
2031 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2032 |
),
|
2033 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WC_Admin_Notes_WooCommerce_Subscriptions' => array(
|
2034 |
+
'version' => '3.3.2.0',
|
2035 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DeprecatedNotes.php'
|
2036 |
),
|
2037 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\InsightFirstSale' => array(
|
2038 |
+
'version' => '3.3.2.0',
|
2039 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/InsightFirstSale.php'
|
2040 |
),
|
2041 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\ChoosingTheme' => array(
|
2042 |
+
'version' => '3.3.2.0',
|
2043 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/ChoosingTheme.php'
|
2044 |
),
|
2045 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\SetUpAdditionalPaymentTypes' => array(
|
2046 |
+
'version' => '3.3.2.0',
|
2047 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/SetUpAdditionalPaymentTypes.php'
|
2048 |
),
|
2049 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\CompleteStoreDetails' => array(
|
2050 |
+
'version' => '3.3.2.0',
|
2051 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/CompleteStoreDetails.php'
|
2052 |
),
|
2053 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\FirstProduct' => array(
|
2054 |
+
'version' => '3.3.2.0',
|
2055 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/FirstProduct.php'
|
2056 |
),
|
2057 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\NotesUnavailableException' => array(
|
2058 |
+
'version' => '3.3.2.0',
|
2059 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/NotesUnavailableException.php'
|
2060 |
),
|
2061 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\CouponPageMoved' => array(
|
2062 |
+
'version' => '3.3.2.0',
|
2063 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/CouponPageMoved.php'
|
2064 |
),
|
2065 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\PerformanceOnMobile' => array(
|
2066 |
+
'version' => '3.3.2.0',
|
2067 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/PerformanceOnMobile.php'
|
2068 |
),
|
2069 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\CustomizeStoreWithBlocks' => array(
|
2070 |
+
'version' => '3.3.2.0',
|
2071 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/CustomizeStoreWithBlocks.php'
|
2072 |
),
|
2073 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\DataStore' => array(
|
2074 |
+
'version' => '3.3.2.0',
|
2075 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/DataStore.php'
|
2076 |
),
|
2077 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\PersonalizeStore' => array(
|
2078 |
+
'version' => '3.3.2.0',
|
2079 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/PersonalizeStore.php'
|
2080 |
),
|
2081 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\FirstDownlaodableProduct' => array(
|
2082 |
+
'version' => '3.3.2.0',
|
2083 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/FirstDownlaodableProduct.php'
|
2084 |
),
|
2085 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\MagentoMigration' => array(
|
2086 |
+
'version' => '3.3.2.0',
|
2087 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/MagentoMigration.php'
|
2088 |
),
|
2089 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\WooCommercePayments' => array(
|
2090 |
+
'version' => '3.3.2.0',
|
2091 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/WooCommercePayments.php'
|
2092 |
),
|
2093 |
+
'Automattic\\WooCommerce\\Admin\\Notes\\AddFirstProduct' => array(
|
2094 |
+
'version' => '3.3.2.0',
|
2095 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Notes/AddFirstProduct.php'
|
2096 |
),
|
2097 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgraderSkin' => array(
|
2098 |
+
'version' => '3.3.2.0',
|
2099 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Overrides/ThemeUpgraderSkin.php'
|
2100 |
),
|
2101 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\OrderRefund' => array(
|
2102 |
+
'version' => '3.3.2.0',
|
2103 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Overrides/OrderRefund.php'
|
2104 |
),
|
2105 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\OrderTraits' => array(
|
2106 |
+
'version' => '3.3.2.0',
|
2107 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Overrides/OrderTraits.php'
|
2108 |
),
|
2109 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\Order' => array(
|
2110 |
+
'version' => '3.3.2.0',
|
2111 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Overrides/Order.php'
|
2112 |
),
|
2113 |
+
'Automattic\\WooCommerce\\Admin\\Overrides\\ThemeUpgrader' => array(
|
2114 |
+
'version' => '3.3.2.0',
|
2115 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Overrides/ThemeUpgrader.php'
|
2116 |
),
|
2117 |
+
'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\DateTimeProviderInterface' => array(
|
2118 |
+
'version' => '3.3.2.0',
|
2119 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/DateTimeProvider/DateTimeProviderInterface.php'
|
2120 |
),
|
2121 |
+
'Automattic\\WooCommerce\\Admin\\DateTimeProvider\\CurrentDateTimeProvider' => array(
|
2122 |
+
'version' => '3.3.2.0',
|
2123 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/DateTimeProvider/CurrentDateTimeProvider.php'
|
2124 |
),
|
2125 |
+
'Automattic\\WooCommerce\\Admin\\Loader' => array(
|
2126 |
+
'version' => '3.3.2.0',
|
2127 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Loader.php'
|
2128 |
),
|
2129 |
+
'Automattic\\WooCommerce\\Admin\\PluginsHelper' => array(
|
2130 |
+
'version' => '3.3.2.0',
|
2131 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/PluginsHelper.php'
|
2132 |
),
|
2133 |
+
'Automattic\\WooCommerce\\Admin\\DeprecatedClassFacade' => array(
|
2134 |
+
'version' => '3.3.2.0',
|
2135 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/DeprecatedClassFacade.php'
|
2136 |
),
|
2137 |
+
'Automattic\\WooCommerce\\Admin\\DataSourcePoller' => array(
|
2138 |
+
'version' => '3.3.2.0',
|
2139 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/DataSourcePoller.php'
|
2140 |
),
|
2141 |
+
'Automattic\\WooCommerce\\Admin\\PaymentMethodSuggestionsDataSourcePoller' => array(
|
2142 |
+
'version' => '3.3.2.0',
|
2143 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/PaymentMethodSuggestionsDataSourcePoller.php'
|
2144 |
),
|
2145 |
+
'Automattic\\WooCommerce\\Admin\\Features\\TransientNotices' => array(
|
2146 |
+
'version' => '3.3.2.0',
|
2147 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/TransientNotices.php'
|
2148 |
),
|
2149 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Onboarding' => array(
|
2150 |
+
'version' => '3.3.2.0',
|
2151 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/Onboarding.php'
|
2152 |
),
|
2153 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaysController' => array(
|
2154 |
+
'version' => '3.3.2.0',
|
2155 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/PaymentGatewaySuggestions/PaymentGatewaysController.php'
|
2156 |
),
|
2157 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\DefaultPaymentGateways' => array(
|
2158 |
+
'version' => '3.3.2.0',
|
2159 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/PaymentGatewaySuggestions/DefaultPaymentGateways.php'
|
2160 |
),
|
2161 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\EvaluateSuggestion' => array(
|
2162 |
+
'version' => '3.3.2.0',
|
2163 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/PaymentGatewaySuggestions/EvaluateSuggestion.php'
|
2164 |
),
|
2165 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\Init' => array(
|
2166 |
+
'version' => '3.3.2.0',
|
2167 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/PaymentGatewaySuggestions/Init.php'
|
2168 |
),
|
2169 |
+
'Automattic\\WooCommerce\\Admin\\Features\\PaymentGatewaySuggestions\\PaymentGatewaySuggestionsDataSourcePoller' => array(
|
2170 |
+
'version' => '3.3.2.0',
|
2171 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/PaymentGatewaySuggestions/PaymentGatewaySuggestionsDataSourcePoller.php'
|
2172 |
),
|
2173 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Features' => array(
|
2174 |
+
'version' => '3.3.2.0',
|
2175 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/Features.php'
|
2176 |
),
|
2177 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Task' => array(
|
2178 |
+
'version' => '3.3.2.0',
|
2179 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Task.php'
|
2180 |
),
|
2181 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskList' => array(
|
2182 |
+
'version' => '3.3.2.0',
|
2183 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/TaskList.php'
|
2184 |
),
|
2185 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedExtendedTask' => array(
|
2186 |
+
'version' => '3.3.2.0',
|
2187 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/DeprecatedExtendedTask.php'
|
2188 |
),
|
2189 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\DeprecatedOptions' => array(
|
2190 |
+
'version' => '3.3.2.0',
|
2191 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/DeprecatedOptions.php'
|
2192 |
),
|
2193 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskTraits' => array(
|
2194 |
+
'version' => '3.3.2.0',
|
2195 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/TaskTraits.php'
|
2196 |
),
|
2197 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Init' => array(
|
2198 |
+
'version' => '3.3.2.0',
|
2199 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Init.php'
|
2200 |
),
|
2201 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Appearance' => array(
|
2202 |
+
'version' => '3.3.2.0',
|
2203 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Appearance.php'
|
2204 |
),
|
2205 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\StoreDetails' => array(
|
2206 |
+
'version' => '3.3.2.0',
|
2207 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/StoreDetails.php'
|
2208 |
),
|
2209 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Purchase' => array(
|
2210 |
+
'version' => '3.3.2.0',
|
2211 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Purchase.php'
|
2212 |
),
|
2213 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Payments' => array(
|
2214 |
+
'version' => '3.3.2.0',
|
2215 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Payments.php'
|
2216 |
),
|
2217 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\AdditionalPayments' => array(
|
2218 |
+
'version' => '3.3.2.0',
|
2219 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/AdditionalPayments.php'
|
2220 |
),
|
2221 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Products' => array(
|
2222 |
+
'version' => '3.3.2.0',
|
2223 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Products.php'
|
2224 |
),
|
2225 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Tax' => array(
|
2226 |
+
'version' => '3.3.2.0',
|
2227 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Tax.php'
|
2228 |
),
|
2229 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Shipping' => array(
|
2230 |
+
'version' => '3.3.2.0',
|
2231 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Shipping.php'
|
2232 |
),
|
2233 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\Marketing' => array(
|
2234 |
+
'version' => '3.3.2.0',
|
2235 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/Marketing.php'
|
2236 |
),
|
2237 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\Tasks\\WooCommercePayments' => array(
|
2238 |
+
'version' => '3.3.2.0',
|
2239 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/Tasks/WooCommercePayments.php'
|
2240 |
),
|
2241 |
+
'Automattic\\WooCommerce\\Admin\\Features\\OnboardingTasks\\TaskLists' => array(
|
2242 |
+
'version' => '3.3.2.0',
|
2243 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/OnboardingTasks/TaskLists.php'
|
2244 |
),
|
2245 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Menu' => array(
|
2246 |
+
'version' => '3.3.2.0',
|
2247 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/Navigation/Menu.php'
|
2248 |
),
|
2249 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Screen' => array(
|
2250 |
+
'version' => '3.3.2.0',
|
2251 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/Navigation/Screen.php'
|
2252 |
),
|
2253 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Favorites' => array(
|
2254 |
+
'version' => '3.3.2.0',
|
2255 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/Navigation/Favorites.php'
|
2256 |
),
|
2257 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\CoreMenu' => array(
|
2258 |
+
'version' => '3.3.2.0',
|
2259 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/Navigation/CoreMenu.php'
|
2260 |
),
|
2261 |
+
'Automattic\\WooCommerce\\Admin\\Features\\Navigation\\Init' => array(
|
2262 |
+
'version' => '3.3.2.0',
|
2263 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Features/Navigation/Init.php'
|
2264 |
+
),
|
2265 |
+
'Automattic\\WooCommerce\\Admin\\WCAdminHelper' => array(
|
2266 |
+
'version' => '3.3.2.0',
|
2267 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/WCAdminHelper.php'
|
2268 |
+
),
|
2269 |
+
'Automattic\\WooCommerce\\Admin\\ReportCSVEmail' => array(
|
2270 |
+
'version' => '3.3.2.0',
|
2271 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/ReportCSVEmail.php'
|
2272 |
+
),
|
2273 |
+
'Automattic\\WooCommerce\\Admin\\Marketing\\InstalledExtensions' => array(
|
2274 |
+
'version' => '3.3.2.0',
|
2275 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Marketing/InstalledExtensions.php'
|
2276 |
+
),
|
2277 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\EvaluationLogger' => array(
|
2278 |
+
'version' => '3.3.2.0',
|
2279 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/EvaluationLogger.php'
|
2280 |
+
),
|
2281 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\FailRuleProcessor' => array(
|
2282 |
+
'version' => '3.3.2.0',
|
2283 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/FailRuleProcessor.php'
|
2284 |
+
),
|
2285 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PluginsActivatedRuleProcessor' => array(
|
2286 |
+
'version' => '3.3.2.0',
|
2287 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php'
|
2288 |
+
),
|
2289 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OnboardingProfileRuleProcessor' => array(
|
2290 |
+
'version' => '3.3.2.0',
|
2291 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/OnboardingProfileRuleProcessor.php'
|
2292 |
+
),
|
2293 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleEvaluator' => array(
|
2294 |
+
'version' => '3.3.2.0',
|
2295 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/RuleEvaluator.php'
|
2296 |
+
),
|
2297 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RuleProcessorInterface' => array(
|
2298 |
+
'version' => '3.3.2.0',
|
2299 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/RuleProcessorInterface.php'
|
2300 |
),
|
2301 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayFlatten' => array(
|
2302 |
+
'version' => '3.3.2.0',
|
2303 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayFlatten.php'
|
2304 |
),
|
|
|
|
|
|
|
|
|
2305 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\Count' => array(
|
2306 |
+
'version' => '3.3.2.0',
|
2307 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/Count.php'
|
2308 |
),
|
|
|
|
|
|
|
|
|
2309 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayColumn' => array(
|
2310 |
+
'version' => '3.3.2.0',
|
2311 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayColumn.php'
|
2312 |
),
|
2313 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArraySearch' => array(
|
2314 |
+
'version' => '3.3.2.0',
|
2315 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArraySearch.php'
|
2316 |
+
),
|
2317 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayKeys' => array(
|
2318 |
+
'version' => '3.3.2.0',
|
2319 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayKeys.php'
|
2320 |
),
|
2321 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\DotNotation' => array(
|
2322 |
+
'version' => '3.3.2.0',
|
2323 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/DotNotation.php'
|
2324 |
),
|
2325 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\Transformers\\ArrayValues' => array(
|
2326 |
+
'version' => '3.3.2.0',
|
2327 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/Transformers/ArrayValues.php'
|
2328 |
),
|
2329 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrderCountRuleProcessor' => array(
|
2330 |
+
'version' => '3.3.2.0',
|
2331 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/OrderCountRuleProcessor.php'
|
2332 |
),
|
|
|
|
|
|
|
|
|
2333 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForProvider' => array(
|
2334 |
+
'version' => '3.3.2.0',
|
2335 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/WCAdminActiveForProvider.php'
|
2336 |
),
|
|
|
|
|
|
|
|
|
2337 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrdersProvider' => array(
|
2338 |
+
'version' => '3.3.2.0',
|
2339 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/OrdersProvider.php'
|
2340 |
),
|
2341 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\ProductCountRuleProcessor' => array(
|
2342 |
+
'version' => '3.3.2.0',
|
2343 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/ProductCountRuleProcessor.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2344 |
),
|
2345 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\EvaluateAndGetStatus' => array(
|
2346 |
+
'version' => '3.3.2.0',
|
2347 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/EvaluateAndGetStatus.php'
|
2348 |
),
|
2349 |
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishBeforeTimeRuleProcessor' => array(
|
2350 |
+
'version' => '3.3.2.0',
|
2351 |
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php'
|
2352 |
),
|
2353 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\StoredStateRuleProcessor' => array(
|
2354 |
+
'version' => '3.3.2.0',
|
2355 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/StoredStateRuleProcessor.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2356 |
),
|
2357 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\NoteStatusRuleProcessor' => array(
|
2358 |
+
'version' => '3.3.2.0',
|
2359 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/NoteStatusRuleProcessor.php'
|
2360 |
),
|
2361 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\StoredStateSetupForProducts' => array(
|
2362 |
+
'version' => '3.3.2.0',
|
2363 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/StoredStateSetupForProducts.php'
|
2364 |
),
|
2365 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\BaseLocationCountryRuleProcessor' => array(
|
2366 |
+
'version' => '3.3.2.0',
|
2367 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/BaseLocationCountryRuleProcessor.php'
|
2368 |
),
|
2369 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\BaseLocationStateRuleProcessor' => array(
|
2370 |
+
'version' => '3.3.2.0',
|
2371 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/BaseLocationStateRuleProcessor.php'
|
2372 |
),
|
2373 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\DataSourcePoller' => array(
|
2374 |
+
'version' => '3.3.2.0',
|
2375 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/DataSourcePoller.php'
|
2376 |
),
|
2377 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\GetRuleProcessor' => array(
|
2378 |
+
'version' => '3.3.2.0',
|
2379 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/GetRuleProcessor.php'
|
2380 |
),
|
2381 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OptionRuleProcessor' => array(
|
2382 |
+
'version' => '3.3.2.0',
|
2383 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/OptionRuleProcessor.php'
|
2384 |
),
|
2385 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TransformerService' => array(
|
2386 |
+
'version' => '3.3.2.0',
|
2387 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/TransformerService.php'
|
2388 |
),
|
2389 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\OrRuleProcessor' => array(
|
2390 |
+
'version' => '3.3.2.0',
|
2391 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/OrRuleProcessor.php'
|
2392 |
),
|
2393 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\IsEcommerceRuleProcessor' => array(
|
2394 |
+
'version' => '3.3.2.0',
|
2395 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/IsEcommerceRuleProcessor.php'
|
2396 |
),
|
2397 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PluginVersionRuleProcessor' => array(
|
2398 |
+
'version' => '3.3.2.0',
|
2399 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PluginVersionRuleProcessor.php'
|
2400 |
),
|
2401 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WooCommerceAdminUpdatedRuleProcessor' => array(
|
2402 |
+
'version' => '3.3.2.0',
|
2403 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/WooCommerceAdminUpdatedRuleProcessor.php'
|
2404 |
),
|
2405 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PassRuleProcessor' => array(
|
2406 |
+
'version' => '3.3.2.0',
|
2407 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PassRuleProcessor.php'
|
2408 |
),
|
2409 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\NotRuleProcessor' => array(
|
2410 |
+
'version' => '3.3.2.0',
|
2411 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/NotRuleProcessor.php'
|
2412 |
),
|
2413 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\RemoteInboxNotificationsEngine' => array(
|
2414 |
+
'version' => '3.3.2.0',
|
2415 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php'
|
2416 |
),
|
2417 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\PublishAfterTimeRuleProcessor' => array(
|
2418 |
+
'version' => '3.3.2.0',
|
2419 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php'
|
2420 |
),
|
2421 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\WCAdminActiveForRuleProcessor' => array(
|
2422 |
+
'version' => '3.3.2.0',
|
2423 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php'
|
2424 |
),
|
2425 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\TransformerInterface' => array(
|
2426 |
+
'version' => '3.3.2.0',
|
2427 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/TransformerInterface.php'
|
2428 |
),
|
2429 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\ComparisonOperation' => array(
|
2430 |
+
'version' => '3.3.2.0',
|
2431 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/ComparisonOperation.php'
|
2432 |
),
|
2433 |
+
'Automattic\\WooCommerce\\Admin\\RemoteInboxNotifications\\SpecRunner' => array(
|
2434 |
+
'version' => '3.3.2.0',
|
2435 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/RemoteInboxNotifications/SpecRunner.php'
|
2436 |
),
|
2437 |
+
'Automattic\\WooCommerce\\Admin\\Composer\\Package' => array(
|
2438 |
+
'version' => '3.3.2.0',
|
2439 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/Composer/Package.php'
|
2440 |
),
|
2441 |
+
'Automattic\\WooCommerce\\Admin\\ReportExporter' => array(
|
2442 |
+
'version' => '3.3.2.0',
|
2443 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/ReportExporter.php'
|
2444 |
),
|
2445 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingFreeExtensions' => array(
|
2446 |
+
'version' => '3.3.2.0',
|
2447 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/OnboardingFreeExtensions.php'
|
2448 |
),
|
2449 |
+
'Automattic\\WooCommerce\\Admin\\API\\Orders' => array(
|
2450 |
+
'version' => '3.3.2.0',
|
2451 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Orders.php'
|
2452 |
),
|
2453 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductReviews' => array(
|
2454 |
+
'version' => '3.3.2.0',
|
2455 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/ProductReviews.php'
|
2456 |
),
|
2457 |
+
'Automattic\\WooCommerce\\Admin\\API\\DataDownloadIPs' => array(
|
2458 |
+
'version' => '3.3.2.0',
|
2459 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/DataDownloadIPs.php'
|
2460 |
),
|
2461 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingThemes' => array(
|
2462 |
+
'version' => '3.3.2.0',
|
2463 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/OnboardingThemes.php'
|
2464 |
),
|
2465 |
+
'Automattic\\WooCommerce\\Admin\\API\\Notes' => array(
|
2466 |
+
'version' => '3.3.2.0',
|
2467 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Notes.php'
|
2468 |
),
|
2469 |
+
'Automattic\\WooCommerce\\Admin\\API\\Plugins' => array(
|
2470 |
+
'version' => '3.3.2.0',
|
2471 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Plugins.php'
|
2472 |
),
|
2473 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductsLowInStock' => array(
|
2474 |
+
'version' => '3.3.2.0',
|
2475 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/ProductsLowInStock.php'
|
2476 |
),
|
2477 |
+
'Automattic\\WooCommerce\\Admin\\API\\Data' => array(
|
2478 |
+
'version' => '3.3.2.0',
|
2479 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Data.php'
|
2480 |
),
|
2481 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Controller' => array(
|
2482 |
+
'version' => '3.3.2.0',
|
2483 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Downloads/Controller.php'
|
2484 |
),
|
2485 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\DataStore' => array(
|
2486 |
+
'version' => '3.3.2.0',
|
2487 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Downloads/DataStore.php'
|
2488 |
),
|
2489 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Files\\Controller' => array(
|
2490 |
+
'version' => '3.3.2.0',
|
2491 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Downloads/Files/Controller.php'
|
2492 |
),
|
2493 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Query' => array(
|
2494 |
+
'version' => '3.3.2.0',
|
2495 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Downloads/Query.php'
|
2496 |
),
|
2497 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Controller' => array(
|
2498 |
+
'version' => '3.3.2.0',
|
2499 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Downloads/Stats/Controller.php'
|
2500 |
),
|
2501 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\DataStore' => array(
|
2502 |
+
'version' => '3.3.2.0',
|
2503 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Downloads/Stats/DataStore.php'
|
2504 |
),
|
2505 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Downloads\\Stats\\Query' => array(
|
2506 |
+
'version' => '3.3.2.0',
|
2507 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Downloads/Stats/Query.php'
|
2508 |
),
|
2509 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Controller' => array(
|
2510 |
+
'version' => '3.3.2.0',
|
2511 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Stock/Controller.php'
|
2512 |
),
|
2513 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Controller' => array(
|
2514 |
+
'version' => '3.3.2.0',
|
2515 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Stock/Stats/Controller.php'
|
2516 |
),
|
2517 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\DataStore' => array(
|
2518 |
+
'version' => '3.3.2.0',
|
2519 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Stock/Stats/DataStore.php'
|
2520 |
),
|
2521 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Stock\\Stats\\Query' => array(
|
2522 |
+
'version' => '3.3.2.0',
|
2523 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Stock/Stats/Query.php'
|
2524 |
),
|
2525 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Controller' => array(
|
2526 |
+
'version' => '3.3.2.0',
|
2527 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Customers/Controller.php'
|
2528 |
),
|
2529 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\DataStore' => array(
|
2530 |
+
'version' => '3.3.2.0',
|
2531 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Customers/DataStore.php'
|
2532 |
),
|
2533 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Query' => array(
|
2534 |
+
'version' => '3.3.2.0',
|
2535 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Customers/Query.php'
|
2536 |
),
|
2537 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Controller' => array(
|
2538 |
+
'version' => '3.3.2.0',
|
2539 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Customers/Stats/Controller.php'
|
2540 |
),
|
2541 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\DataStore' => array(
|
2542 |
+
'version' => '3.3.2.0',
|
2543 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Customers/Stats/DataStore.php'
|
2544 |
),
|
2545 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Customers\\Stats\\Query' => array(
|
2546 |
+
'version' => '3.3.2.0',
|
2547 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Customers/Stats/Query.php'
|
2548 |
),
|
2549 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Export\\Controller' => array(
|
2550 |
+
'version' => '3.3.2.0',
|
2551 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Export/Controller.php'
|
2552 |
),
|
2553 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Controller' => array(
|
2554 |
+
'version' => '3.3.2.0',
|
2555 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Coupons/Controller.php'
|
2556 |
),
|
2557 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\DataStore' => array(
|
2558 |
+
'version' => '3.3.2.0',
|
2559 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Coupons/DataStore.php'
|
2560 |
),
|
2561 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Query' => array(
|
2562 |
+
'version' => '3.3.2.0',
|
2563 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Coupons/Query.php'
|
2564 |
),
|
2565 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Controller' => array(
|
2566 |
+
'version' => '3.3.2.0',
|
2567 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Coupons/Stats/Controller.php'
|
2568 |
),
|
2569 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\DataStore' => array(
|
2570 |
+
'version' => '3.3.2.0',
|
2571 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Coupons/Stats/DataStore.php'
|
2572 |
),
|
2573 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Segmenter' => array(
|
2574 |
+
'version' => '3.3.2.0',
|
2575 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Coupons/Stats/Segmenter.php'
|
2576 |
),
|
2577 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Coupons\\Stats\\Query' => array(
|
2578 |
+
'version' => '3.3.2.0',
|
2579 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Coupons/Stats/Query.php'
|
2580 |
),
|
2581 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Controller' => array(
|
2582 |
+
'version' => '3.3.2.0',
|
2583 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Variations/Controller.php'
|
2584 |
),
|
2585 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\DataStore' => array(
|
2586 |
+
'version' => '3.3.2.0',
|
2587 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Variations/DataStore.php'
|
2588 |
),
|
2589 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Query' => array(
|
2590 |
+
'version' => '3.3.2.0',
|
2591 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Variations/Query.php'
|
2592 |
),
|
2593 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Controller' => array(
|
2594 |
+
'version' => '3.3.2.0',
|
2595 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Variations/Stats/Controller.php'
|
2596 |
),
|
2597 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\DataStore' => array(
|
2598 |
+
'version' => '3.3.2.0',
|
2599 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Variations/Stats/DataStore.php'
|
2600 |
),
|
2601 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Segmenter' => array(
|
2602 |
+
'version' => '3.3.2.0',
|
2603 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Variations/Stats/Segmenter.php'
|
2604 |
),
|
2605 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Variations\\Stats\\Query' => array(
|
2606 |
+
'version' => '3.3.2.0',
|
2607 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Variations/Stats/Query.php'
|
2608 |
),
|
2609 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Controller' => array(
|
2610 |
+
'version' => '3.3.2.0',
|
2611 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Controller.php'
|
2612 |
),
|
2613 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\SqlQuery' => array(
|
2614 |
+
'version' => '3.3.2.0',
|
2615 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/SqlQuery.php'
|
2616 |
),
|
2617 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Controller' => array(
|
2618 |
+
'version' => '3.3.2.0',
|
2619 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Categories/Controller.php'
|
2620 |
),
|
2621 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\DataStore' => array(
|
2622 |
+
'version' => '3.3.2.0',
|
2623 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Categories/DataStore.php'
|
2624 |
),
|
2625 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Categories\\Query' => array(
|
2626 |
+
'version' => '3.3.2.0',
|
2627 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Categories/Query.php'
|
2628 |
),
|
2629 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\PerformanceIndicators\\Controller' => array(
|
2630 |
+
'version' => '3.3.2.0',
|
2631 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/PerformanceIndicators/Controller.php'
|
2632 |
),
|
2633 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Controller' => array(
|
2634 |
+
'version' => '3.3.2.0',
|
2635 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Taxes/Controller.php'
|
2636 |
),
|
2637 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\DataStore' => array(
|
2638 |
+
'version' => '3.3.2.0',
|
2639 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Taxes/DataStore.php'
|
2640 |
),
|
2641 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Query' => array(
|
2642 |
+
'version' => '3.3.2.0',
|
2643 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Taxes/Query.php'
|
2644 |
),
|
2645 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Controller' => array(
|
2646 |
+
'version' => '3.3.2.0',
|
2647 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Taxes/Stats/Controller.php'
|
2648 |
),
|
2649 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\DataStore' => array(
|
2650 |
+
'version' => '3.3.2.0',
|
2651 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Taxes/Stats/DataStore.php'
|
2652 |
),
|
2653 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Segmenter' => array(
|
2654 |
+
'version' => '3.3.2.0',
|
2655 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Taxes/Stats/Segmenter.php'
|
2656 |
),
|
2657 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Taxes\\Stats\\Query' => array(
|
2658 |
+
'version' => '3.3.2.0',
|
2659 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Taxes/Stats/Query.php'
|
2660 |
),
|
2661 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Controller' => array(
|
2662 |
+
'version' => '3.3.2.0',
|
2663 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Products/Controller.php'
|
2664 |
),
|
2665 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\DataStore' => array(
|
2666 |
+
'version' => '3.3.2.0',
|
2667 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Products/DataStore.php'
|
2668 |
),
|
2669 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Query' => array(
|
2670 |
+
'version' => '3.3.2.0',
|
2671 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Products/Query.php'
|
2672 |
),
|
2673 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Controller' => array(
|
2674 |
+
'version' => '3.3.2.0',
|
2675 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Products/Stats/Controller.php'
|
2676 |
),
|
2677 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\DataStore' => array(
|
2678 |
+
'version' => '3.3.2.0',
|
2679 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Products/Stats/DataStore.php'
|
2680 |
),
|
2681 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Segmenter' => array(
|
2682 |
+
'version' => '3.3.2.0',
|
2683 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Products/Stats/Segmenter.php'
|
2684 |
),
|
2685 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Products\\Stats\\Query' => array(
|
2686 |
+
'version' => '3.3.2.0',
|
2687 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Products/Stats/Query.php'
|
2688 |
),
|
2689 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\TimeInterval' => array(
|
2690 |
+
'version' => '3.3.2.0',
|
2691 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/TimeInterval.php'
|
2692 |
),
|
2693 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Cache' => array(
|
2694 |
+
'version' => '3.3.2.0',
|
2695 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Cache.php'
|
2696 |
),
|
2697 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Query' => array(
|
2698 |
+
'version' => '3.3.2.0',
|
2699 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Revenue/Query.php'
|
2700 |
),
|
2701 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Revenue\\Stats\\Controller' => array(
|
2702 |
+
'version' => '3.3.2.0',
|
2703 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Revenue/Stats/Controller.php'
|
2704 |
),
|
2705 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ParameterException' => array(
|
2706 |
+
'version' => '3.3.2.0',
|
2707 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/ParameterException.php'
|
2708 |
),
|
2709 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableInterface' => array(
|
2710 |
+
'version' => '3.3.2.0',
|
2711 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/ExportableInterface.php'
|
2712 |
),
|
2713 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStoreInterface' => array(
|
2714 |
+
'version' => '3.3.2.0',
|
2715 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/DataStoreInterface.php'
|
2716 |
),
|
2717 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\ExportableTraits' => array(
|
2718 |
+
'version' => '3.3.2.0',
|
2719 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/ExportableTraits.php'
|
2720 |
),
|
2721 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Controller' => array(
|
2722 |
+
'version' => '3.3.2.0',
|
2723 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Orders/Controller.php'
|
2724 |
),
|
2725 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\DataStore' => array(
|
2726 |
+
'version' => '3.3.2.0',
|
2727 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Orders/DataStore.php'
|
2728 |
),
|
2729 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Query' => array(
|
2730 |
+
'version' => '3.3.2.0',
|
2731 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Orders/Query.php'
|
2732 |
),
|
2733 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Controller' => array(
|
2734 |
+
'version' => '3.3.2.0',
|
2735 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Orders/Stats/Controller.php'
|
2736 |
),
|
2737 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\DataStore' => array(
|
2738 |
+
'version' => '3.3.2.0',
|
2739 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Orders/Stats/DataStore.php'
|
2740 |
),
|
2741 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Segmenter' => array(
|
2742 |
+
'version' => '3.3.2.0',
|
2743 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Orders/Stats/Segmenter.php'
|
2744 |
),
|
2745 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Orders\\Stats\\Query' => array(
|
2746 |
+
'version' => '3.3.2.0',
|
2747 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Orders/Stats/Query.php'
|
2748 |
),
|
2749 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Import\\Controller' => array(
|
2750 |
+
'version' => '3.3.2.0',
|
2751 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Import/Controller.php'
|
2752 |
),
|
2753 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\DataStore' => array(
|
2754 |
+
'version' => '3.3.2.0',
|
2755 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/DataStore.php'
|
2756 |
),
|
2757 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Segmenter' => array(
|
2758 |
+
'version' => '3.3.2.0',
|
2759 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Segmenter.php'
|
2760 |
),
|
2761 |
+
'Automattic\\WooCommerce\\Admin\\API\\Reports\\Query' => array(
|
2762 |
+
'version' => '3.3.2.0',
|
2763 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Reports/Query.php'
|
2764 |
),
|
2765 |
+
'Automattic\\WooCommerce\\Admin\\API\\SettingOptions' => array(
|
2766 |
+
'version' => '3.3.2.0',
|
2767 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/SettingOptions.php'
|
2768 |
),
|
2769 |
+
'Automattic\\WooCommerce\\Admin\\API\\NavigationFavorites' => array(
|
2770 |
+
'version' => '3.3.2.0',
|
2771 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/NavigationFavorites.php'
|
2772 |
),
|
2773 |
+
'Automattic\\WooCommerce\\Admin\\API\\CustomAttributeTraits' => array(
|
2774 |
+
'version' => '3.3.2.0',
|
2775 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/CustomAttributeTraits.php'
|
2776 |
),
|
2777 |
+
'Automattic\\WooCommerce\\Admin\\API\\Options' => array(
|
2778 |
+
'version' => '3.3.2.0',
|
2779 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Options.php'
|
2780 |
),
|
2781 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingProfile' => array(
|
2782 |
+
'version' => '3.3.2.0',
|
2783 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/OnboardingProfile.php'
|
2784 |
),
|
2785 |
+
'Automattic\\WooCommerce\\Admin\\API\\Features' => array(
|
2786 |
+
'version' => '3.3.2.0',
|
2787 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Features.php'
|
2788 |
),
|
2789 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductVariations' => array(
|
2790 |
+
'version' => '3.3.2.0',
|
2791 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/ProductVariations.php'
|
2792 |
),
|
2793 |
+
'Automattic\\WooCommerce\\Admin\\API\\MarketingOverview' => array(
|
2794 |
+
'version' => '3.3.2.0',
|
2795 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/MarketingOverview.php'
|
2796 |
),
|
2797 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductAttributeTerms' => array(
|
2798 |
+
'version' => '3.3.2.0',
|
2799 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/ProductAttributeTerms.php'
|
2800 |
),
|
2801 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingProductTypes' => array(
|
2802 |
+
'version' => '3.3.2.0',
|
2803 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/OnboardingProductTypes.php'
|
2804 |
),
|
2805 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingPayments' => array(
|
2806 |
+
'version' => '3.3.2.0',
|
2807 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/OnboardingPayments.php'
|
2808 |
),
|
2809 |
+
'Automattic\\WooCommerce\\Admin\\API\\Coupons' => array(
|
2810 |
+
'version' => '3.3.2.0',
|
2811 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Coupons.php'
|
2812 |
),
|
2813 |
+
'Automattic\\WooCommerce\\Admin\\API\\Customers' => array(
|
2814 |
+
'version' => '3.3.2.0',
|
2815 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Customers.php'
|
2816 |
),
|
2817 |
+
'Automattic\\WooCommerce\\Admin\\API\\Products' => array(
|
2818 |
+
'version' => '3.3.2.0',
|
2819 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Products.php'
|
2820 |
),
|
2821 |
+
'Automattic\\WooCommerce\\Admin\\API\\Themes' => array(
|
2822 |
+
'version' => '3.3.2.0',
|
2823 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Themes.php'
|
2824 |
),
|
2825 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductCategories' => array(
|
2826 |
+
'version' => '3.3.2.0',
|
2827 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/ProductCategories.php'
|
2828 |
),
|
2829 |
+
'Automattic\\WooCommerce\\Admin\\API\\NoteActions' => array(
|
2830 |
+
'version' => '3.3.2.0',
|
2831 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/NoteActions.php'
|
2832 |
),
|
2833 |
+
'Automattic\\WooCommerce\\Admin\\API\\DataCountries' => array(
|
2834 |
+
'version' => '3.3.2.0',
|
2835 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/DataCountries.php'
|
2836 |
),
|
2837 |
+
'Automattic\\WooCommerce\\Admin\\API\\ProductAttributes' => array(
|
2838 |
+
'version' => '3.3.2.0',
|
2839 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/ProductAttributes.php'
|
2840 |
),
|
2841 |
+
'Automattic\\WooCommerce\\Admin\\API\\Init' => array(
|
2842 |
+
'version' => '3.3.2.0',
|
2843 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Init.php'
|
2844 |
),
|
2845 |
+
'Automattic\\WooCommerce\\Admin\\API\\Taxes' => array(
|
2846 |
+
'version' => '3.3.2.0',
|
2847 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Taxes.php'
|
2848 |
),
|
2849 |
+
'Automattic\\WooCommerce\\Admin\\API\\Leaderboards' => array(
|
2850 |
+
'version' => '3.3.2.0',
|
2851 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Leaderboards.php'
|
2852 |
),
|
2853 |
+
'Automattic\\WooCommerce\\Admin\\API\\Marketing' => array(
|
2854 |
+
'version' => '3.3.2.0',
|
2855 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/Marketing.php'
|
2856 |
),
|
2857 |
+
'Automattic\\WooCommerce\\Admin\\API\\OnboardingTasks' => array(
|
2858 |
+
'version' => '3.3.2.0',
|
2859 |
+
'path' => $baseDir . '/packages/woocommerce-admin/src/API/OnboardingTasks.php'
|
2860 |
),
|
2861 |
+
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\DataRegenerator' => array(
|
2862 |
'version' => 'dev-release/6.4',
|
2863 |
+
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/DataRegenerator.php'
|
2864 |
),
|
2865 |
+
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\Filterer' => array(
|
2866 |
'version' => 'dev-release/6.4',
|
2867 |
+
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/Filterer.php'
|
2868 |
),
|
2869 |
+
'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup\\LookupDataStore' => array(
|
2870 |
'version' => 'dev-release/6.4',
|
2871 |
+
'path' => $baseDir . '/src/Internal/ProductAttributesLookup/LookupDataStore.php'
|
2872 |
),
|
2873 |
+
'Automattic\\WooCommerce\\Internal\\DownloadPermissionsAdjuster' => array(
|
2874 |
'version' => 'dev-release/6.4',
|
2875 |
+
'path' => $baseDir . '/src/Internal/DownloadPermissionsAdjuster.php'
|
2876 |
),
|
2877 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\AbstractServiceProvider' => array(
|
2878 |
'version' => 'dev-release/6.4',
|
2879 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/AbstractServiceProvider.php'
|
2880 |
),
|
2881 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProductAttributesLookupServiceProvider' => array(
|
2882 |
'version' => 'dev-release/6.4',
|
2883 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php'
|
2884 |
),
|
2885 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\UtilsClassesServiceProvider' => array(
|
2886 |
'version' => 'dev-release/6.4',
|
2887 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php'
|
2888 |
),
|
2889 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\RestockRefundedItemsAdjusterServiceProvider' => array(
|
2890 |
'version' => 'dev-release/6.4',
|
2891 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php'
|
2892 |
),
|
2893 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\ProxiesServiceProvider' => array(
|
2894 |
'version' => 'dev-release/6.4',
|
2898 |
'version' => 'dev-release/6.4',
|
2899 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php'
|
2900 |
),
|
2901 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\DownloadPermissionsAdjusterServiceProvider' => array(
|
2902 |
'version' => 'dev-release/6.4',
|
2903 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php'
|
2904 |
),
|
2905 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ServiceProviders\\AssignDefaultCategoryServiceProvider' => array(
|
2906 |
'version' => 'dev-release/6.4',
|
2907 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php'
|
2908 |
),
|
2909 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ContainerException' => array(
|
2910 |
'version' => 'dev-release/6.4',
|
2911 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ContainerException.php'
|
2912 |
),
|
|
|
|
|
|
|
|
|
2913 |
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\ExtendedContainer' => array(
|
2914 |
'version' => 'dev-release/6.4',
|
2915 |
'path' => $baseDir . '/src/Internal/DependencyManagement/ExtendedContainer.php'
|
2916 |
),
|
2917 |
+
'Automattic\\WooCommerce\\Internal\\DependencyManagement\\Definition' => array(
|
|
|
|
|
|
|
|
|
2918 |
'version' => 'dev-release/6.4',
|
2919 |
+
'path' => $baseDir . '/src/Internal/DependencyManagement/Definition.php'
|
2920 |
),
|
2921 |
'Automattic\\WooCommerce\\Internal\\WCCom\\ConnectionHelper' => array(
|
2922 |
'version' => 'dev-release/6.4',
|
2923 |
'path' => $baseDir . '/src/Internal/WCCom/ConnectionHelper.php'
|
2924 |
),
|
2925 |
+
'Automattic\\WooCommerce\\Internal\\RestockRefundedItemsAdjuster' => array(
|
2926 |
'version' => 'dev-release/6.4',
|
2927 |
+
'path' => $baseDir . '/src/Internal/RestockRefundedItemsAdjuster.php'
|
2928 |
),
|
2929 |
'Automattic\\WooCommerce\\Internal\\RestApiUtil' => array(
|
2930 |
'version' => 'dev-release/6.4',
|
2931 |
'path' => $baseDir . '/src/Internal/RestApiUtil.php'
|
2932 |
),
|
2933 |
+
'Automattic\\WooCommerce\\Internal\\AssignDefaultCategory' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2934 |
'version' => 'dev-release/6.4',
|
2935 |
+
'path' => $baseDir . '/src/Internal/AssignDefaultCategory.php'
|
2936 |
),
|
2937 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\DataSynchronizer' => array(
|
2938 |
'version' => 'dev-release/6.4',
|
2939 |
+
'path' => $baseDir . '/src/Internal/DataStores/Orders/DataSynchronizer.php'
|
2940 |
),
|
2941 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\CustomOrdersTableController' => array(
|
2942 |
'version' => 'dev-release/6.4',
|
2943 |
+
'path' => $baseDir . '/src/Internal/DataStores/Orders/CustomOrdersTableController.php'
|
2944 |
),
|
2945 |
+
'Automattic\\WooCommerce\\Internal\\DataStores\\Orders\\OrdersTableDataStore' => array(
|
2946 |
'version' => 'dev-release/6.4',
|
2947 |
+
'path' => $baseDir . '/src/Internal/DataStores/Orders/OrdersTableDataStore.php'
|
2948 |
),
|
2949 |
+
'Automattic\\WooCommerce\\Container' => array(
|
2950 |
'version' => 'dev-release/6.4',
|
2951 |
+
'path' => $baseDir . '/src/Container.php'
|
2952 |
),
|
2953 |
'Automattic\\WooCommerce\\Autoloader' => array(
|
2954 |
'version' => 'dev-release/6.4',
|
2955 |
'path' => $baseDir . '/src/Autoloader.php'
|
2956 |
),
|
2957 |
+
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStockException' => array(
|
2958 |
'version' => 'dev-release/6.4',
|
2959 |
+
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStockException.php'
|
2960 |
),
|
2961 |
'Automattic\\WooCommerce\\Checkout\\Helpers\\ReserveStock' => array(
|
2962 |
'version' => 'dev-release/6.4',
|
2963 |
'path' => $baseDir . '/src/Checkout/Helpers/ReserveStock.php'
|
2964 |
),
|
2965 |
+
'Automattic\\WooCommerce\\Internal\\Utilities\\DatabaseUtil' => array(
|
2966 |
'version' => 'dev-release/6.4',
|
2967 |
+
'path' => $baseDir . '/src/Utilities/DatabaseUtil.php'
|
2968 |
+
),
|
2969 |
+
'Automattic\\WooCommerce\\Utilities\\ArrayUtil' => array(
|
2970 |
+
'version' => 'dev-release/6.4',
|
2971 |
+
'path' => $baseDir . '/src/Utilities/ArrayUtil.php'
|
2972 |
+
),
|
2973 |
+
'Automattic\\WooCommerce\\Utilities\\NumberUtil' => array(
|
2974 |
+
'version' => 'dev-release/6.4',
|
2975 |
+
'path' => $baseDir . '/src/Utilities/NumberUtil.php'
|
2976 |
+
),
|
2977 |
+
'Automattic\\WooCommerce\\Utilities\\StringUtil' => array(
|
2978 |
+
'version' => 'dev-release/6.4',
|
2979 |
+
'path' => $baseDir . '/src/Utilities/StringUtil.php'
|
2980 |
+
),
|
2981 |
+
'Automattic\\WooCommerce\\Packages' => array(
|
2982 |
+
'version' => 'dev-release/6.4',
|
2983 |
+
'path' => $baseDir . '/src/Packages.php'
|
2984 |
),
|
2985 |
'Automattic\\WooCommerce\\Proxies\\LegacyProxy' => array(
|
2986 |
'version' => 'dev-release/6.4',
|
2990 |
'version' => 'dev-release/6.4',
|
2991 |
'path' => $baseDir . '/src/Proxies/ActionsProxy.php'
|
2992 |
),
|
|
|
|
|
|
|
|
|
2993 |
'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array(
|
2994 |
'version' => '2.10.1.0',
|
2995 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'
|
2998 |
'version' => '2.10.1.0',
|
2999 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
3000 |
),
|
3001 |
+
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
|
3002 |
'version' => '2.10.1.0',
|
3003 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
3004 |
),
|
3005 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
3006 |
'version' => '2.10.1.0',
|
3007 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
3008 |
),
|
3009 |
+
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
3010 |
+
'version' => '2.10.1.0',
|
3011 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
3012 |
),
|
3013 |
+
'Automattic\\WooCommerce\\RestApi\\Package' => array(
|
3014 |
'version' => 'dev-release/6.4',
|
3015 |
+
'path' => $baseDir . '/includes/rest-api/Package.php'
|
3016 |
),
|
3017 |
'Automattic\\WooCommerce\\RestApi\\Server' => array(
|
3018 |
'version' => 'dev-release/6.4',
|
3019 |
'path' => $baseDir . '/includes/rest-api/Server.php'
|
3020 |
),
|
3021 |
+
'Automattic\\WooCommerce\\RestApi\\Utilities\\ImageAttachment' => array(
|
|
|
|
|
|
|
|
|
3022 |
'version' => 'dev-release/6.4',
|
3023 |
+
'path' => $baseDir . '/includes/rest-api/Utilities/ImageAttachment.php'
|
3024 |
),
|
3025 |
+
'Automattic\\WooCommerce\\RestApi\\Utilities\\SingletonTrait' => array(
|
3026 |
'version' => 'dev-release/6.4',
|
3027 |
+
'path' => $baseDir . '/includes/rest-api/Utilities/SingletonTrait.php'
|
3028 |
),
|
3029 |
+
'WC_REST_Coupons_V2_Controller' => array(
|
3030 |
'version' => 'dev-release/6.4',
|
3031 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php'
|
3032 |
),
|
3033 |
+
'WC_REST_Report_Sales_V2_Controller' => array(
|
3034 |
'version' => 'dev-release/6.4',
|
3035 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php'
|
3036 |
),
|
3037 |
+
'WC_REST_Product_Shipping_Classes_V2_Controller' => array(
|
3038 |
'version' => 'dev-release/6.4',
|
3039 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php'
|
3040 |
),
|
3041 |
+
'WC_REST_Product_Categories_V2_Controller' => array(
|
3042 |
'version' => 'dev-release/6.4',
|
3043 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php'
|
3044 |
),
|
3045 |
+
'WC_REST_Payment_Gateways_V2_Controller' => array(
|
3046 |
'version' => 'dev-release/6.4',
|
3047 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php'
|
3048 |
),
|
3049 |
+
'WC_REST_Order_Notes_V2_Controller' => array(
|
3050 |
'version' => 'dev-release/6.4',
|
3051 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php'
|
3052 |
),
|
3053 |
+
'WC_REST_Product_Variations_V2_Controller' => array(
|
3054 |
'version' => 'dev-release/6.4',
|
3055 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php'
|
3056 |
),
|
3057 |
+
'WC_REST_Order_Refunds_V2_Controller' => array(
|
3058 |
'version' => 'dev-release/6.4',
|
3059 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php'
|
3060 |
),
|
3061 |
+
'WC_REST_Shipping_Zones_V2_Controller' => array(
|
3062 |
'version' => 'dev-release/6.4',
|
3063 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php'
|
3064 |
),
|
3065 |
+
'WC_REST_Orders_V2_Controller' => array(
|
3066 |
'version' => 'dev-release/6.4',
|
3067 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php'
|
3068 |
),
|
3069 |
+
'WC_REST_Product_Tags_V2_Controller' => array(
|
3070 |
'version' => 'dev-release/6.4',
|
3071 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php'
|
3072 |
),
|
3073 |
+
'WC_REST_Reports_V2_Controller' => array(
|
3074 |
'version' => 'dev-release/6.4',
|
3075 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php'
|
3076 |
),
|
3077 |
+
'WC_REST_Customers_V2_Controller' => array(
|
3078 |
'version' => 'dev-release/6.4',
|
3079 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php'
|
3080 |
),
|
3081 |
+
'WC_REST_Setting_Options_V2_Controller' => array(
|
3082 |
'version' => 'dev-release/6.4',
|
3083 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php'
|
3084 |
),
|
3085 |
+
'WC_REST_Tax_Classes_V2_Controller' => array(
|
3086 |
'version' => 'dev-release/6.4',
|
3087 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php'
|
3088 |
),
|
3089 |
+
'WC_REST_Taxes_V2_Controller' => array(
|
3090 |
'version' => 'dev-release/6.4',
|
3091 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php'
|
3092 |
),
|
3093 |
+
'WC_REST_System_Status_V2_Controller' => array(
|
3094 |
'version' => 'dev-release/6.4',
|
3095 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php'
|
3096 |
),
|
3097 |
+
'WC_REST_Settings_V2_Controller' => array(
|
3098 |
'version' => 'dev-release/6.4',
|
3099 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php'
|
3100 |
),
|
3101 |
+
'WC_REST_Products_V2_Controller' => array(
|
3102 |
'version' => 'dev-release/6.4',
|
3103 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php'
|
3104 |
),
|
3105 |
+
'WC_REST_Shipping_Zone_Locations_V2_Controller' => array(
|
3106 |
'version' => 'dev-release/6.4',
|
3107 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php'
|
3108 |
),
|
3109 |
+
'WC_REST_Customer_Downloads_V2_Controller' => array(
|
3110 |
'version' => 'dev-release/6.4',
|
3111 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php'
|
3112 |
),
|
3113 |
+
'WC_REST_System_Status_Tools_V2_Controller' => array(
|
3114 |
'version' => 'dev-release/6.4',
|
3115 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php'
|
3116 |
),
|
3117 |
+
'WC_REST_Product_Attribute_Terms_V2_Controller' => array(
|
3118 |
'version' => 'dev-release/6.4',
|
3119 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php'
|
3120 |
),
|
3121 |
+
'WC_REST_Network_Orders_V2_Controller' => array(
|
3122 |
'version' => 'dev-release/6.4',
|
3123 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php'
|
3124 |
),
|
3125 |
+
'WC_REST_Shipping_Zone_Methods_V2_Controller' => array(
|
3126 |
'version' => 'dev-release/6.4',
|
3127 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php'
|
3128 |
),
|
3129 |
+
'WC_REST_Shipping_Methods_V2_Controller' => array(
|
3130 |
'version' => 'dev-release/6.4',
|
3131 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php'
|
3132 |
),
|
3133 |
+
'WC_REST_Webhooks_V2_Controller' => array(
|
3134 |
'version' => 'dev-release/6.4',
|
3135 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php'
|
3136 |
),
|
3137 |
+
'WC_REST_Webhook_Deliveries_V2_Controller' => array(
|
3138 |
'version' => 'dev-release/6.4',
|
3139 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php'
|
3140 |
),
|
3141 |
+
'WC_REST_Product_Attributes_V2_Controller' => array(
|
3142 |
'version' => 'dev-release/6.4',
|
3143 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php'
|
3144 |
),
|
3145 |
+
'WC_REST_Product_Reviews_V2_Controller' => array(
|
3146 |
'version' => 'dev-release/6.4',
|
3147 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php'
|
3148 |
),
|
3149 |
+
'WC_REST_Report_Top_Sellers_V2_Controller' => array(
|
3150 |
'version' => 'dev-release/6.4',
|
3151 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php'
|
3152 |
),
|
3153 |
'WC_REST_Report_Top_Sellers_Controller' => array(
|
3154 |
'version' => 'dev-release/6.4',
|
3155 |
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php'
|
3156 |
),
|
3157 |
+
'WC_REST_Posts_Controller' => array(
|
|
|
|
|
|
|
|
|
3158 |
'version' => 'dev-release/6.4',
|
3159 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php'
|
3160 |
),
|
3161 |
+
'WC_REST_Orders_Controller' => array(
|
3162 |
'version' => 'dev-release/6.4',
|
3163 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php'
|
3164 |
),
|
3165 |
+
'WC_REST_Customer_Downloads_Controller' => array(
|
3166 |
'version' => 'dev-release/6.4',
|
3167 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php'
|
3168 |
),
|
3169 |
+
'WC_REST_Product_Variations_Controller' => array(
|
3170 |
'version' => 'dev-release/6.4',
|
3171 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php'
|
3172 |
),
|
3173 |
+
'WC_REST_Product_Attributes_Controller' => array(
|
3174 |
'version' => 'dev-release/6.4',
|
3175 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php'
|
3176 |
),
|
3177 |
+
'WC_REST_Report_Orders_Totals_Controller' => array(
|
3178 |
'version' => 'dev-release/6.4',
|
3179 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php'
|
3180 |
),
|
3181 |
+
'WC_REST_Customers_Controller' => array(
|
3182 |
'version' => 'dev-release/6.4',
|
3183 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php'
|
3184 |
),
|
3185 |
+
'WC_REST_Report_Customers_Totals_Controller' => array(
|
3186 |
'version' => 'dev-release/6.4',
|
3187 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php'
|
3188 |
),
|
3189 |
+
'WC_REST_Shipping_Zone_Locations_Controller' => array(
|
3190 |
'version' => 'dev-release/6.4',
|
3191 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php'
|
3192 |
),
|
3193 |
+
'WC_REST_Product_Reviews_Controller' => array(
|
3194 |
'version' => 'dev-release/6.4',
|
3195 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php'
|
3196 |
),
|
3197 |
+
'WC_REST_Order_Refunds_Controller' => array(
|
3198 |
'version' => 'dev-release/6.4',
|
3199 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php'
|
3200 |
),
|
3201 |
+
'WC_REST_Settings_Controller' => array(
|
3202 |
'version' => 'dev-release/6.4',
|
3203 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php'
|
3204 |
),
|
3205 |
+
'WC_REST_Reports_Controller' => array(
|
3206 |
'version' => 'dev-release/6.4',
|
3207 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php'
|
3208 |
),
|
3209 |
+
'WC_REST_Terms_Controller' => array(
|
3210 |
'version' => 'dev-release/6.4',
|
3211 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php'
|
3212 |
),
|
3213 |
+
'WC_REST_Controller' => array(
|
3214 |
'version' => 'dev-release/6.4',
|
3215 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php'
|
3216 |
),
|
3217 |
+
'WC_REST_Tax_Classes_Controller' => array(
|
3218 |
'version' => 'dev-release/6.4',
|
3219 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php'
|
3220 |
),
|
3221 |
+
'WC_REST_Shipping_Methods_Controller' => array(
|
3222 |
'version' => 'dev-release/6.4',
|
3223 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php'
|
3224 |
),
|
3225 |
+
'WC_REST_Data_Controller' => array(
|
3226 |
'version' => 'dev-release/6.4',
|
3227 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php'
|
3228 |
),
|
3229 |
+
'WC_REST_Report_Sales_Controller' => array(
|
3230 |
'version' => 'dev-release/6.4',
|
3231 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php'
|
3232 |
),
|
3233 |
+
'WC_REST_Coupons_Controller' => array(
|
3234 |
'version' => 'dev-release/6.4',
|
3235 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php'
|
3236 |
),
|
3237 |
+
'WC_REST_Report_Products_Totals_Controller' => array(
|
3238 |
'version' => 'dev-release/6.4',
|
3239 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php'
|
3240 |
),
|
3241 |
+
'WC_REST_Report_Coupons_Totals_Controller' => array(
|
3242 |
'version' => 'dev-release/6.4',
|
3243 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php'
|
3244 |
),
|
3245 |
+
'WC_REST_Data_Continents_Controller' => array(
|
3246 |
'version' => 'dev-release/6.4',
|
3247 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php'
|
3248 |
),
|
3249 |
+
'WC_REST_Setting_Options_Controller' => array(
|
3250 |
'version' => 'dev-release/6.4',
|
3251 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php'
|
3252 |
),
|
3253 |
+
'WC_REST_System_Status_Controller' => array(
|
3254 |
'version' => 'dev-release/6.4',
|
3255 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php'
|
3256 |
),
|
3257 |
+
'WC_REST_Shipping_Zones_Controller_Base' => array(
|
3258 |
'version' => 'dev-release/6.4',
|
3259 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php'
|
3260 |
),
|
3261 |
+
'WC_REST_Product_Shipping_Classes_Controller' => array(
|
3262 |
'version' => 'dev-release/6.4',
|
3263 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php'
|
3264 |
),
|
3265 |
+
'WC_REST_Webhooks_Controller' => array(
|
3266 |
'version' => 'dev-release/6.4',
|
3267 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php'
|
3268 |
),
|
3269 |
+
'WC_REST_Data_Currencies_Controller' => array(
|
3270 |
'version' => 'dev-release/6.4',
|
3271 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php'
|
3272 |
),
|
3273 |
+
'WC_REST_Product_Tags_Controller' => array(
|
3274 |
'version' => 'dev-release/6.4',
|
3275 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php'
|
3276 |
),
|
3277 |
+
'WC_REST_Network_Orders_Controller' => array(
|
3278 |
'version' => 'dev-release/6.4',
|
3279 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php'
|
3280 |
),
|
3281 |
+
'WC_REST_Product_Categories_Controller' => array(
|
3282 |
'version' => 'dev-release/6.4',
|
3283 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php'
|
3284 |
),
|
3285 |
+
'WC_REST_Product_Attribute_Terms_Controller' => array(
|
3286 |
'version' => 'dev-release/6.4',
|
3287 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php'
|
3288 |
),
|
3289 |
+
'WC_REST_Shipping_Zone_Methods_Controller' => array(
|
3290 |
'version' => 'dev-release/6.4',
|
3291 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php'
|
3292 |
),
|
3293 |
+
'WC_REST_Products_Controller' => array(
|
3294 |
'version' => 'dev-release/6.4',
|
3295 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php'
|
3296 |
),
|
3297 |
+
'WC_REST_Order_Notes_Controller' => array(
|
3298 |
'version' => 'dev-release/6.4',
|
3299 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php'
|
3300 |
),
|
3301 |
+
'WC_REST_Data_Countries_Controller' => array(
|
3302 |
'version' => 'dev-release/6.4',
|
3303 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php'
|
3304 |
),
|
3305 |
+
'WC_REST_Payment_Gateways_Controller' => array(
|
3306 |
'version' => 'dev-release/6.4',
|
3307 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php'
|
3308 |
),
|
3309 |
+
'WC_REST_System_Status_Tools_Controller' => array(
|
3310 |
'version' => 'dev-release/6.4',
|
3311 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php'
|
3312 |
),
|
3313 |
+
'WC_REST_Taxes_Controller' => array(
|
3314 |
'version' => 'dev-release/6.4',
|
3315 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php'
|
3316 |
),
|
3317 |
+
'WC_REST_CRUD_Controller' => array(
|
3318 |
'version' => 'dev-release/6.4',
|
3319 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php'
|
3320 |
),
|
3321 |
+
'WC_REST_Report_Reviews_Totals_Controller' => array(
|
3322 |
'version' => 'dev-release/6.4',
|
3323 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php'
|
3324 |
),
|
3325 |
+
'WC_REST_Shipping_Zones_Controller' => array(
|
3326 |
'version' => 'dev-release/6.4',
|
3327 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php'
|
3328 |
),
|
3329 |
+
'WC_REST_Telemetry_Controller' => array(
|
3330 |
'version' => 'dev-release/6.4',
|
3331 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php'
|
3332 |
),
|
3333 |
+
'WC_REST_Order_Notes_V1_Controller' => array(
|
3334 |
'version' => 'dev-release/6.4',
|
3335 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php'
|
3336 |
),
|
3337 |
+
'WC_REST_Product_Shipping_Classes_V1_Controller' => array(
|
3338 |
'version' => 'dev-release/6.4',
|
3339 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php'
|
3340 |
),
|
3341 |
+
'WC_REST_Customer_Downloads_V1_Controller' => array(
|
3342 |
'version' => 'dev-release/6.4',
|
3343 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php'
|
3344 |
),
|
3345 |
+
'WC_REST_Product_Attribute_Terms_V1_Controller' => array(
|
3346 |
'version' => 'dev-release/6.4',
|
3347 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php'
|
3348 |
),
|
3349 |
+
'WC_REST_Customers_V1_Controller' => array(
|
3350 |
'version' => 'dev-release/6.4',
|
3351 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php'
|
3352 |
),
|
3353 |
+
'WC_REST_Tax_Classes_V1_Controller' => array(
|
3354 |
'version' => 'dev-release/6.4',
|
3355 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php'
|
3356 |
),
|
3357 |
+
'WC_REST_Report_Top_Sellers_V1_Controller' => array(
|
3358 |
'version' => 'dev-release/6.4',
|
3359 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php'
|
3360 |
),
|
3361 |
+
'WC_REST_Taxes_V1_Controller' => array(
|
3362 |
'version' => 'dev-release/6.4',
|
3363 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php'
|
3364 |
),
|
3365 |
+
'WC_REST_Product_Categories_V1_Controller' => array(
|
3366 |
'version' => 'dev-release/6.4',
|
3367 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php'
|
3368 |
),
|
3369 |
+
'WC_REST_Order_Refunds_V1_Controller' => array(
|
3370 |
'version' => 'dev-release/6.4',
|
3371 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php'
|
3372 |
),
|
3373 |
+
'WC_REST_Report_Sales_V1_Controller' => array(
|
3374 |
'version' => 'dev-release/6.4',
|
3375 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php'
|
3376 |
),
|
3377 |
+
'WC_REST_Reports_V1_Controller' => array(
|
3378 |
'version' => 'dev-release/6.4',
|
3379 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php'
|
3380 |
),
|
3381 |
+
'WC_REST_Product_Reviews_V1_Controller' => array(
|
3382 |
'version' => 'dev-release/6.4',
|
3383 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php'
|
3384 |
),
|
3385 |
+
'WC_REST_Product_Attributes_V1_Controller' => array(
|
3386 |
'version' => 'dev-release/6.4',
|
3387 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php'
|
3388 |
),
|
3389 |
+
'WC_REST_Products_V1_Controller' => array(
|
3390 |
'version' => 'dev-release/6.4',
|
3391 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php'
|
3392 |
),
|
3393 |
+
'WC_REST_Webhooks_V1_Controller' => array(
|
3394 |
'version' => 'dev-release/6.4',
|
3395 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php'
|
3396 |
),
|
3397 |
+
'WC_REST_Webhook_Deliveries_V1_Controller' => array(
|
3398 |
'version' => 'dev-release/6.4',
|
3399 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php'
|
3400 |
),
|
3401 |
+
'WC_REST_Coupons_V1_Controller' => array(
|
3402 |
'version' => 'dev-release/6.4',
|
3403 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php'
|
3404 |
),
|
3405 |
+
'WC_REST_Product_Tags_V1_Controller' => array(
|
3406 |
'version' => 'dev-release/6.4',
|
3407 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php'
|
3408 |
),
|
3409 |
+
'WC_REST_Orders_V1_Controller' => array(
|
3410 |
'version' => 'dev-release/6.4',
|
3411 |
+
'path' => $baseDir . '/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php'
|
3412 |
),
|
3413 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CustomerHelper' => array(
|
3414 |
'version' => 'dev-release/6.4',
|
3418 |
'version' => 'dev-release/6.4',
|
3419 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/AdminNotesHelper.php'
|
3420 |
),
|
3421 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\QueueHelper' => array(
|
3422 |
'version' => 'dev-release/6.4',
|
3423 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/QueueHelper.php'
|
3424 |
),
|
3425 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\CouponHelper' => array(
|
3426 |
'version' => 'dev-release/6.4',
|
3427 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/CouponHelper.php'
|
3428 |
),
|
3429 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ShippingHelper' => array(
|
3430 |
+
'version' => 'dev-release/6.4',
|
3431 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ShippingHelper.php'
|
3432 |
+
),
|
3433 |
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\ProductHelper' => array(
|
3434 |
'version' => 'dev-release/6.4',
|
3435 |
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/ProductHelper.php'
|
3436 |
),
|
3437 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\SettingsHelper' => array(
|
3438 |
+
'version' => 'dev-release/6.4',
|
3439 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/SettingsHelper.php'
|
3440 |
+
),
|
3441 |
+
'Automattic\\WooCommerce\\RestApi\\UnitTests\\Helpers\\OrderHelper' => array(
|
3442 |
+
'version' => 'dev-release/6.4',
|
3443 |
+
'path' => $baseDir . '/tests/legacy/unit-tests/rest-api/Helpers/OrderHelper.php'
|
3444 |
+
),
|
3445 |
'Automattic\\Jetpack\\Constants' => array(
|
3446 |
'version' => '1.5.1.0',
|
3447 |
'path' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php'
|
vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-container.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-hook-manager.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-latest-autoloader-guard.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-manifest-reader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-path-processor.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-php-autoloader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugin-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugins-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-shutdown-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-loader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-selector.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp67c653991903c18c5103225ae8d1caf3;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
woocommerce.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WooCommerce
|
4 |
* Plugin URI: https://woocommerce.com/
|
5 |
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
6 |
-
* Version: 6.4.0
|
7 |
* Author: Automattic
|
8 |
* Author URI: https://woocommerce.com
|
9 |
* Text Domain: woocommerce
|
3 |
* Plugin Name: WooCommerce
|
4 |
* Plugin URI: https://woocommerce.com/
|
5 |
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
6 |
+
* Version: 6.4.0
|
7 |
* Author: Automattic
|
8 |
* Author URI: https://woocommerce.com
|
9 |
* Text Domain: woocommerce
|