Version Description
- Tested with WooCommerce 6.5, WordPress 6.0.
Download this release
Release Info
Developer | dangoodman |
Plugin | WooCommerce Weight Based Shipping |
Version | 5.3.22 |
Comparing to | |
See all releases |
Code changes from version 5.3.21 to 5.3.22
- bootstrap.php +0 -0
- client.js +0 -0
- plugin.php +3 -3
- readme.txt +5 -2
- server/migrations/5.2.6.php +0 -0
- server/src/Common/Once.php +0 -0
- server/src/Migrations/ConfigStorage.php +0 -0
- server/src/Plugin.php +2 -2
- server/src/PluginMeta.php +0 -0
- server/src/PluginPaths.php +0 -0
- server/src/RulesMapper.php +0 -0
- server/src/Services/ApiService.php +0 -0
- server/src/Services/ApiService/ApiEndpoint.php +0 -0
- server/src/Services/ApiService/Apis/AbstractApi.php +0 -0
- server/src/Services/ApiService/Apis/ConfigApi.php +0 -0
- server/src/Services/ApiService/Apis/LegacyConfigApi.php +0 -0
- server/src/Services/ApiService/IApi.php +0 -0
- server/src/Services/LegacyConfigService.php +0 -0
- server/src/Services/LegacyConfigService/LegacyConfig.php +0 -0
- server/src/Services/LegacyConfigService/LegacyConfigRulesOrderStorage.php +0 -0
- server/src/Services/LegacyConfigService/LegacyConfigRulesStorage.php +0 -0
- server/src/ShippingMethod.php +20 -26
- server/src/WpTools.php +0 -0
- server/tpl/main.php +0 -0
- server/vendor/autoload.php +1 -1
- server/vendor/composer/ClassLoader.php +0 -0
- server/vendor/composer/LICENSE +21 -0
- server/vendor/composer/autoload_files.php +0 -0
- server/vendor/composer/autoload_namespaces.php +0 -0
- server/vendor/composer/autoload_psr4.php +0 -0
- server/vendor/composer/autoload_real.php +7 -7
- server/vendor/composer/autoload_static.php +4 -4
- server/vendor/composer/capsuled.php +216 -216
- server/vendor/dangoodman/arrays/Arrays.php +0 -0
- server/vendor/dangoodman/class-name-aware/ClassNameAware.php +0 -0
- server/vendor/dangoodman/comparator/src/AbstractComparator.php +0 -0
- server/vendor/dangoodman/comparator/src/IComparator.php +0 -0
- server/vendor/dangoodman/comparator/src/NumberComparator.php +0 -0
- server/vendor/dangoodman/comparator/src/StringComparator.php +0 -0
- server/vendor/dangoodman/composer-capsule-runtime/autoload.php +0 -0
- server/vendor/dangoodman/composer-capsule-runtime/src/CCR.php +0 -0
- server/vendor/dangoodman/composer-capsule-runtime/src/Runtime.php +0 -0
- server/vendor/dangoodman/composer-capsule-runtime/src/Wrapper.php +0 -0
- server/vendor/dangoodman/deferred/Deferred.php +0 -0
- server/vendor/dangoodman/number-unit/src/NumberUnit.php +0 -0
- server/vendor/dangoodman/range/src/Range.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/AbstractConfigStorage.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Interfaces/Migrations/IConfigMigration.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Interfaces/Migrations/IRuleMigration.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Interfaces/Storage/IStorage.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Interfaces/Storage/IStorageAccess.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Interfaces/Storage/IStorageRecord.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/MigrationService.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Storage/ArrayStorage.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Storage/StorageRecord.php +0 -0
- server/vendor/dangoodman/shengine-migrations/src/Storage/WordpressOptions.php +0 -0
- server/vendor/dangoodman/shengine-wc-converters/src/PackageConverter.php +0 -0
- server/vendor/dangoodman/shengine-wc-converters/src/RateConverter.php +0 -0
- server/vendor/dangoodman/shengine-wc-item/src/WoocommerceItem.php +0 -0
- server/vendor/dangoodman/shengine-wc-item/src/WpmlAwareItem.php +0 -0
- server/vendor/dangoodman/shengine/src/Aggregators/AverageAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Aggregators/FirstAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Aggregators/LastAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Aggregators/MaxAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Aggregators/MinAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Aggregators/ReduceAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Aggregators/SumAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/AbstractAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/CountAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/CouponsAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/CustomerRolesAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/DestinationAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/ItemAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/ItemDimensionsAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/MapAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/PriceAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/ProductAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/ProductVariationAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/SumAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/TermsAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/VolumeAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Attributes/WeightAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/AggregatedCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/AttributeMultiplierCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/ChildrenCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/ClampCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/ConstantCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/FreeCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/GroupCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/ProgressiveCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Calculators/RuleCalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/AbstractCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/AggregateCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/BetweenCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/CompareCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/EqualCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/GreaterCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/GreaterOrEqualCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/LessCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/LessOrEqualCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/NotEqualCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/AbstractEnumCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/DisjointCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/EmptyEnumCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/EqualEnumCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/IntersectCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/SubsetCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/SupersetCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/GroupCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Logic/AndCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Logic/NotCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Logic/OrCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/StringPatternCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Stub/FalseCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Common/Stub/TrueCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/DestinationCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/ItemsPackableCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Package/AbstractPackageCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Package/PackageAttributeCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Conditions/Package/TermsCondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Grouping/AttributeGrouping.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IAggregator.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IAttribute.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/ICalculator.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/ICondition.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IGrouping.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IItem.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IItemAggregatables.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/ILoader.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IMatcher.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IOperation.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IPackage.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IProcessor.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IRate.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IRule.php +0 -0
- server/vendor/dangoodman/shengine/src/Interfaces/IRuleMeta.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Address.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Customer.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Destination.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Dimensions.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Item.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Package.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Price.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Rate.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/Rule.php +0 -0
- server/vendor/dangoodman/shengine/src/Model/RuleMeta.php +0 -0
- server/vendor/dangoodman/shengine/src/Operations/AbstractOperation.php +0 -0
- server/vendor/dangoodman/shengine/src/Operations/AddOperation.php +0 -0
- server/vendor/dangoodman/shengine/src/Operations/ClampOperation.php +0 -0
- server/vendor/dangoodman/shengine/src/Operations/GroupOperation.php +0 -0
- server/vendor/dangoodman/shengine/src/Operations/MultiplyOperation.php +0 -0
- server/vendor/dangoodman/shengine/src/Processing/Processor.php +0 -0
- server/vendor/dangoodman/shengine/src/Processing/RateRegister.php +0 -0
- server/vendor/dangoodman/shengine/src/Processing/Registers.php +0 -0
- server/vendor/dangoodman/shengine/src/RuleMatcher.php +0 -0
- server/vendor/dangoodman/shengine/src/RuleMatcherMeta.php +0 -0
- server/vendor/dangoodman/shengine/src/Units.php +0 -0
- server/vendor/dangoodman/simple-properties/SimpleProperties.php +0 -0
- server/vendor/dangoodman/wc-tools/WcTools.php +0 -0
- server/vendor/dangoodman/wp-plugin-bootstrap-guard/DgmWpDismissibleNotices.php +0 -0
- server/vendor/dangoodman/wp-plugin-bootstrap-guard/DgmWpPluginBootstrapGuard.php +0 -0
- server/vendor/dangoodman/wp-plugin-bootstrap-guard/dismiss-notice.js +0 -0
- server/vendor/dangoodman/wp-plugin-services/src/IService.php +0 -0
- server/vendor/dangoodman/wp-plugin-services/src/IServiceReady.php +0 -0
- server/vendor/dangoodman/wp-plugin-services/src/ServiceInstaller.php +0 -0
- server/wbs.php +0 -0
bootstrap.php
CHANGED
File without changes
|
client.js
CHANGED
File without changes
|
plugin.php
CHANGED
@@ -4,14 +4,14 @@
|
|
4 |
Â
* Plugin Name: WooCommerce Weight Based Shipping
|
5 |
Â
* Plugin URI: https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/
|
6 |
Â
* Description: Simple yet flexible shipping method for WooCommerce.
|
7 |
-
* Version: 5.3.
|
8 |
Â
* Author: weightbasedshipping.com
|
9 |
Â
* Author URI: https://weightbasedshipping.com
|
10 |
Â
* Requires PHP: 7.1
|
11 |
Â
* Requires at least: 4.0
|
12 |
-
* Tested up to:
|
13 |
Â
* WC requires at least: 3.2
|
14 |
-
* WC tested up to: 6.
|
15 |
Â
*/
|
16 |
Â
|
17 |
Â
if (!class_exists('WbsVendors_DgmWpPluginBootstrapGuard', false)) {
|
4 |
Â
* Plugin Name: WooCommerce Weight Based Shipping
|
5 |
Â
* Plugin URI: https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/
|
6 |
Â
* Description: Simple yet flexible shipping method for WooCommerce.
|
7 |
+
* Version: 5.3.22
|
8 |
Â
* Author: weightbasedshipping.com
|
9 |
Â
* Author URI: https://weightbasedshipping.com
|
10 |
Â
* Requires PHP: 7.1
|
11 |
Â
* Requires at least: 4.0
|
12 |
+
* Tested up to: 6.0
|
13 |
Â
* WC requires at least: 3.2
|
14 |
+
* WC tested up to: 6.5
|
15 |
Â
*/
|
16 |
Â
|
17 |
Â
if (!class_exists('WbsVendors_DgmWpPluginBootstrapGuard', false)) {
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Tags: ecommerce, woocommerce, shipping, woocommerce shipping, weight-based shipp
|
|
4 |
Â
conditional flat rate, table rate shipping, weight, subtotal, country, shipping classes
|
5 |
Â
Requires PHP: 7.1
|
6 |
Â
Requires at least: 4.0
|
7 |
-
Tested up to:
|
8 |
Â
WC requires at least: 3.2
|
9 |
-
WC tested up to: 6.
|
10 |
Â
Stable tag: trunk
|
11 |
Â
|
12 |
Â
|
@@ -57,6 +57,9 @@ See <a href="https://wordpress.org/plugins/weight-based-shipping-for-woocommerce
|
|
57 |
Â
|
58 |
Â
== Changelog ==
|
59 |
Â
|
Â
|
|
Â
|
|
Â
|
|
60 |
Â
= 5.3.21 =
|
61 |
Â
* Fixed a PHP warning triggered by some other plugins about a missing InstalledVersions.php file.
|
62 |
Â
* Tested with WooCommerce 6.4.
|
4 |
Â
conditional flat rate, table rate shipping, weight, subtotal, country, shipping classes
|
5 |
Â
Requires PHP: 7.1
|
6 |
Â
Requires at least: 4.0
|
7 |
+
Tested up to: 6.0
|
8 |
Â
WC requires at least: 3.2
|
9 |
+
WC tested up to: 6.5
|
10 |
Â
Stable tag: trunk
|
11 |
Â
|
12 |
Â
|
57 |
Â
|
58 |
Â
== Changelog ==
|
59 |
Â
|
60 |
+
= 5.3.22 =
|
61 |
+
* Tested with WooCommerce 6.5, WordPress 6.0.
|
62 |
+
|
63 |
Â
= 5.3.21 =
|
64 |
Â
* Fixed a PHP warning triggered by some other plugins about a missing InstalledVersions.php file.
|
65 |
Â
* Tested with WooCommerce 6.4.
|
server/migrations/5.2.6.php
CHANGED
File without changes
|
server/src/Common/Once.php
CHANGED
File without changes
|
server/src/Migrations/ConfigStorage.php
CHANGED
File without changes
|
server/src/Plugin.php
CHANGED
@@ -94,7 +94,7 @@ class Plugin
|
|
94 |
Â
*/
|
95 |
Â
function __woocommerceShippingMethods(/** @noinspection PhpDocSignatureInspection */ $shippingMethods)
|
96 |
Â
{
|
97 |
-
$shippingMethods[self::ID] = self::wc26plus() ? ShippingMethod::
|
98 |
Â
return $shippingMethods;
|
99 |
Â
}
|
100 |
Â
|
@@ -108,7 +108,7 @@ class Plugin
|
|
108 |
Â
$newLinks[self::shippingUrl()] = 'Shipping zones';
|
109 |
Â
$newLinks[self::shippingUrl(self::ID)] = 'Global shipping rules';
|
110 |
Â
} else {
|
111 |
-
$newLinks[self::shippingUrl(wbs::
|
112 |
Â
}
|
113 |
Â
|
114 |
Â
foreach ($newLinks as $url => &$text) {
|
94 |
Â
*/
|
95 |
Â
function __woocommerceShippingMethods(/** @noinspection PhpDocSignatureInspection */ $shippingMethods)
|
96 |
Â
{
|
97 |
+
$shippingMethods[self::ID] = self::wc26plus() ? ShippingMethod::class : wbs::class;
|
98 |
Â
return $shippingMethods;
|
99 |
Â
}
|
100 |
Â
|
108 |
Â
$newLinks[self::shippingUrl()] = 'Shipping zones';
|
109 |
Â
$newLinks[self::shippingUrl(self::ID)] = 'Global shipping rules';
|
110 |
Â
} else {
|
111 |
+
$newLinks[self::shippingUrl(wbs::class)] = 'Settings';
|
112 |
Â
}
|
113 |
Â
|
114 |
Â
foreach ($newLinks as $url => &$text) {
|
server/src/PluginMeta.php
CHANGED
File without changes
|
server/src/PluginPaths.php
CHANGED
File without changes
|
server/src/RulesMapper.php
CHANGED
File without changes
|
server/src/Services/ApiService.php
CHANGED
File without changes
|
server/src/Services/ApiService/ApiEndpoint.php
CHANGED
File without changes
|
server/src/Services/ApiService/Apis/AbstractApi.php
CHANGED
File without changes
|
server/src/Services/ApiService/Apis/ConfigApi.php
CHANGED
File without changes
|
server/src/Services/ApiService/Apis/LegacyConfigApi.php
CHANGED
File without changes
|
server/src/Services/ApiService/IApi.php
CHANGED
File without changes
|
server/src/Services/LegacyConfigService.php
CHANGED
File without changes
|
server/src/Services/LegacyConfigService/LegacyConfig.php
CHANGED
File without changes
|
server/src/Services/LegacyConfigService/LegacyConfigRulesOrderStorage.php
CHANGED
File without changes
|
server/src/Services/LegacyConfigService/LegacyConfigRulesStorage.php
CHANGED
File without changes
|
server/src/ShippingMethod.php
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
<?php
|
Â
|
|
2 |
Â
namespace Wbs;
|
3 |
Â
|
4 |
Â
use Wbs\Services\ApiService;
|
@@ -17,7 +18,10 @@ use WP_Term;
|
|
17 |
Â
|
18 |
Â
class ShippingMethod extends WC_Shipping_Method
|
19 |
Â
{
|
20 |
-
/**
|
Â
|
|
Â
|
|
Â
|
|
21 |
Â
public function __construct($instanceId = null)
|
22 |
Â
{
|
23 |
Â
$this->plugin_id = Plugin::ID;
|
@@ -46,7 +50,7 @@ class ShippingMethod extends WC_Shipping_Method
|
|
46 |
Â
}
|
47 |
Â
} else {
|
48 |
Â
$config = get_option($optionKey, null);
|
49 |
-
$config['enabled'] = WcTools::yesNo2Bool(
|
50 |
Â
}
|
51 |
Â
|
52 |
Â
return $config;
|
@@ -86,7 +90,7 @@ class ShippingMethod extends WC_Shipping_Method
|
|
86 |
Â
|
87 |
Â
public function generate_settings_html($form_fields = array(), $echo = true)
|
88 |
Â
{
|
89 |
-
$result =
|
90 |
Â
|
91 |
Â
if (!Plugin::wc26plus()) {
|
92 |
Â
echo $this->get_admin_options_html();
|
@@ -98,7 +102,6 @@ class ShippingMethod extends WC_Shipping_Method
|
|
98 |
Â
public function get_admin_options_html()
|
99 |
Â
{
|
100 |
Â
ob_start();
|
101 |
-
/** @noinspection PhpIncludeInspection */
|
102 |
Â
include(Plugin::instance()->meta->paths->tplFile);
|
103 |
Â
return ob_get_clean();
|
104 |
Â
}
|
@@ -144,12 +147,12 @@ class ShippingMethod extends WC_Shipping_Method
|
|
144 |
Â
// Firefox and Safari, with Yoast SEO active, throws "TypeError: can't convert undefined to object" error.
|
145 |
Â
// We'd better handle that for all browsers just to get a consistent result.
|
146 |
Â
if (defined('WPSEO_VERSION')) {
|
147 |
-
WpTools::addActionOrCall('wp_print_scripts', function() use ($paths) {
|
148 |
Â
WpTools::removeScripts(array("#(/|\\\\)wp-seo-babel#"), $paths->getAssetUrl());
|
149 |
Â
});
|
150 |
Â
}
|
151 |
Â
|
152 |
-
if (defined('WBS_DEV')
|
153 |
Â
wp_register_script('wbs-polyfills', $paths->getAssetUrl('polyfills.js'));
|
154 |
Â
wp_register_script('wbs-vendor', $paths->getAssetUrl('vendor.js'), array('wbs-polyfills'));
|
155 |
Â
wp_enqueue_script('wbs-app', $paths->getAssetUrl('app.js'), array('jquery', 'wbs-polyfills', 'wbs-vendor'));
|
@@ -195,12 +198,7 @@ class ShippingMethod extends WC_Shipping_Method
|
|
195 |
Â
));
|
196 |
Â
}
|
197 |
Â
|
198 |
-
|
199 |
-
{
|
200 |
-
return get_called_class();
|
201 |
-
}
|
202 |
-
|
203 |
-
static private function getStateCode($cc, $sc = null)
|
204 |
Â
{
|
205 |
Â
if (self::isWildcardStateCode($sc)) {
|
206 |
Â
$sc = null;
|
@@ -209,12 +207,12 @@ class ShippingMethod extends WC_Shipping_Method
|
|
209 |
Â
return rtrim("{$cc}:{$sc}", ":");
|
210 |
Â
}
|
211 |
Â
|
212 |
-
static
|
213 |
Â
{
|
214 |
Â
return !$sc || $sc === '*';
|
215 |
Â
}
|
216 |
Â
|
217 |
-
static
|
218 |
Â
{
|
219 |
Â
$locations = array();
|
220 |
Â
|
@@ -244,29 +242,25 @@ class ShippingMethod extends WC_Shipping_Method
|
|
244 |
Â
return $locations;
|
245 |
Â
}
|
246 |
Â
|
247 |
-
static
|
248 |
Â
{
|
249 |
-
return Arrays::map(WC()->shipping->get_shipping_classes(), function(WP_Term $term) {
|
250 |
-
|
Â
|
|
251 |
Â
'id' => (string)$term->term_id,
|
252 |
Â
'name' => (string)$term->name,
|
253 |
Â
'slug' => (string)$term->slug,
|
254 |
-
|
255 |
Â
});
|
256 |
Â
}
|
257 |
Â
|
258 |
Â
private function loadRules(IProcessor $processor)
|
259 |
Â
{
|
260 |
-
$
|
261 |
-
|
262 |
-
$_rules = array();
|
263 |
-
if (isset($config['rules'])) {
|
264 |
-
$_rules = $config['rules'];
|
265 |
-
}
|
266 |
Â
|
267 |
Â
$mapper = new RulesMapper(
|
268 |
Â
Units::fromPrecisions(
|
269 |
-
|
270 |
Â
1000,
|
271 |
Â
1000
|
272 |
Â
),
|
1 |
+
<?php /** @noinspection PhpMissingReturnTypeInspection */
|
2 |
+
|
3 |
Â
namespace Wbs;
|
4 |
Â
|
5 |
Â
use Wbs\Services\ApiService;
|
18 |
Â
|
19 |
Â
class ShippingMethod extends WC_Shipping_Method
|
20 |
Â
{
|
21 |
+
/**
|
22 |
+
* @noinspection PhpMissingParentConstructorInspection
|
23 |
+
* @noinspection MagicMethodsValidityInspection
|
24 |
+
*/
|
25 |
Â
public function __construct($instanceId = null)
|
26 |
Â
{
|
27 |
Â
$this->plugin_id = Plugin::ID;
|
50 |
Â
}
|
51 |
Â
} else {
|
52 |
Â
$config = get_option($optionKey, null);
|
53 |
+
$config['enabled'] = WcTools::yesNo2Bool($config['enabled'] ?? true);
|
54 |
Â
}
|
55 |
Â
|
56 |
Â
return $config;
|
90 |
Â
|
91 |
Â
public function generate_settings_html($form_fields = array(), $echo = true)
|
92 |
Â
{
|
93 |
+
$result = parent::generate_settings_html(...func_get_args());
|
94 |
Â
|
95 |
Â
if (!Plugin::wc26plus()) {
|
96 |
Â
echo $this->get_admin_options_html();
|
102 |
Â
public function get_admin_options_html()
|
103 |
Â
{
|
104 |
Â
ob_start();
|
Â
|
|
105 |
Â
include(Plugin::instance()->meta->paths->tplFile);
|
106 |
Â
return ob_get_clean();
|
107 |
Â
}
|
147 |
Â
// Firefox and Safari, with Yoast SEO active, throws "TypeError: can't convert undefined to object" error.
|
148 |
Â
// We'd better handle that for all browsers just to get a consistent result.
|
149 |
Â
if (defined('WPSEO_VERSION')) {
|
150 |
+
WpTools::addActionOrCall('wp_print_scripts', static function() use ($paths) {
|
151 |
Â
WpTools::removeScripts(array("#(/|\\\\)wp-seo-babel#"), $paths->getAssetUrl());
|
152 |
Â
});
|
153 |
Â
}
|
154 |
Â
|
155 |
+
if (defined('WBS_DEV')) {
|
156 |
Â
wp_register_script('wbs-polyfills', $paths->getAssetUrl('polyfills.js'));
|
157 |
Â
wp_register_script('wbs-vendor', $paths->getAssetUrl('vendor.js'), array('wbs-polyfills'));
|
158 |
Â
wp_enqueue_script('wbs-app', $paths->getAssetUrl('app.js'), array('jquery', 'wbs-polyfills', 'wbs-vendor'));
|
198 |
Â
));
|
199 |
Â
}
|
200 |
Â
|
201 |
+
private static function getStateCode($cc, $sc = null)
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
202 |
Â
{
|
203 |
Â
if (self::isWildcardStateCode($sc)) {
|
204 |
Â
$sc = null;
|
207 |
Â
return rtrim("{$cc}:{$sc}", ":");
|
208 |
Â
}
|
209 |
Â
|
210 |
+
private static function isWildcardStateCode($sc)
|
211 |
Â
{
|
212 |
Â
return !$sc || $sc === '*';
|
213 |
Â
}
|
214 |
Â
|
215 |
+
private static function getAllLocations()
|
216 |
Â
{
|
217 |
Â
$locations = array();
|
218 |
Â
|
242 |
Â
return $locations;
|
243 |
Â
}
|
244 |
Â
|
245 |
+
private static function getAllShippingClasses()
|
246 |
Â
{
|
247 |
+
return Arrays::map(WC()->shipping()->get_shipping_classes(), static function(WP_Term $term) {
|
248 |
+
/** @noinspection PhpCastIsUnnecessaryInspection $term field types aren't guaranteed */
|
249 |
+
return [
|
250 |
Â
'id' => (string)$term->term_id,
|
251 |
Â
'name' => (string)$term->name,
|
252 |
Â
'slug' => (string)$term->slug,
|
253 |
+
];
|
254 |
Â
});
|
255 |
Â
}
|
256 |
Â
|
257 |
Â
private function loadRules(IProcessor $processor)
|
258 |
Â
{
|
259 |
+
$_rules = $this->config()['rules'] ?? array();
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
260 |
Â
|
261 |
Â
$mapper = new RulesMapper(
|
262 |
Â
Units::fromPrecisions(
|
263 |
+
10 ** wc_get_price_decimals(),
|
264 |
Â
1000,
|
265 |
Â
1000
|
266 |
Â
),
|
server/src/WpTools.php
CHANGED
File without changes
|
server/tpl/main.php
CHANGED
File without changes
|
server/vendor/autoload.php
CHANGED
@@ -7,4 +7,4 @@ call_user_func(require(__DIR__.'/dangoodman/composer-capsule-runtime/autoload.ph
|
|
7 |
Â
|
8 |
Â
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
Â
|
10 |
-
return
|
7 |
Â
|
8 |
Â
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
Â
|
10 |
+
return WbsVendors_ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659::getLoader();
|
server/vendor/composer/ClassLoader.php
CHANGED
File without changes
|
server/vendor/composer/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
|
2 |
+
Copyright (c) Nils Adermann, Jordi Boggiano
|
3 |
+
|
4 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5 |
+
of this software and associated documentation files (the "Software"), to deal
|
6 |
+
in the Software without restriction, including without limitation the rights
|
7 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8 |
+
copies of the Software, and to permit persons to whom the Software is furnished
|
9 |
+
to do so, subject to the following conditions:
|
10 |
+
|
11 |
+
The above copyright notice and this permission notice shall be included in all
|
12 |
+
copies or substantial portions of the Software.
|
13 |
+
|
14 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
20 |
+
THE SOFTWARE.
|
21 |
+
|
server/vendor/composer/autoload_files.php
CHANGED
File without changes
|
server/vendor/composer/autoload_namespaces.php
CHANGED
File without changes
|
server/vendor/composer/autoload_psr4.php
CHANGED
File without changes
|
server/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 WbsVendors_ComposerAutoloaderInite4ab1484734f077eddc34db02bbe38b9
|
|
22 |
Â
return self::$loader;
|
23 |
Â
}
|
24 |
Â
|
25 |
-
spl_autoload_register(array('
|
26 |
Â
self::$loader = $loader = new \WbsVendors\Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
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 __DIR__ . '/autoload_static.php';
|
32 |
Â
|
33 |
-
call_user_func(\WbsVendors\Composer\Autoload\
|
34 |
Â
} else {
|
35 |
Â
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
Â
foreach ($map as $namespace => $path) {
|
@@ -51,12 +51,12 @@ class WbsVendors_ComposerAutoloaderInite4ab1484734f077eddc34db02bbe38b9
|
|
51 |
Â
$loader->register(true);
|
52 |
Â
|
53 |
Â
if ($useStaticLoader) {
|
54 |
-
$includeFiles = \WbsVendors\Composer\Autoload\
|
55 |
Â
} else {
|
56 |
Â
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
Â
}
|
58 |
Â
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
Â
}
|
61 |
Â
|
62 |
Â
return $loader;
|
@@ -68,7 +68,7 @@ class WbsVendors_ComposerAutoloaderInite4ab1484734f077eddc34db02bbe38b9
|
|
68 |
Â
* @param string $file
|
69 |
Â
* @return void
|
70 |
Â
*/
|
71 |
-
function
|
72 |
Â
{
|
73 |
Â
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
74 |
Â
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2 |
Â
|
3 |
Â
// autoload_real.php @generated by Composer
|
4 |
Â
|
5 |
+
class WbsVendors_ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659
|
6 |
Â
{
|
7 |
Â
private static $loader;
|
8 |
Â
|
22 |
Â
return self::$loader;
|
23 |
Â
}
|
24 |
Â
|
25 |
+
spl_autoload_register(array('WbsVendors_ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659', 'loadClassLoader'), true, true);
|
26 |
Â
self::$loader = $loader = new \WbsVendors\Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
27 |
+
spl_autoload_unregister(array('WbsVendors_ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659', '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 __DIR__ . '/autoload_static.php';
|
32 |
Â
|
33 |
+
call_user_func(\WbsVendors\Composer\Autoload\ComposerStaticInite9c63220df57ec42478f2b342f10f659::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 = \WbsVendors\Composer\Autoload\ComposerStaticInite9c63220df57ec42478f2b342f10f659::$files;
|
55 |
Â
} else {
|
56 |
Â
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
Â
}
|
58 |
Â
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequiree9c63220df57ec42478f2b342f10f659($fileIdentifier, $file);
|
60 |
Â
}
|
61 |
Â
|
62 |
Â
return $loader;
|
68 |
Â
* @param string $file
|
69 |
Â
* @return void
|
70 |
Â
*/
|
71 |
+
function composerRequiree9c63220df57ec42478f2b342f10f659($fileIdentifier, $file)
|
72 |
Â
{
|
73 |
Â
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
74 |
Â
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
server/vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Â
|
5 |
Â
namespace WbsVendors\Composer\Autoload;
|
6 |
Â
|
7 |
-
class
|
8 |
Â
{
|
9 |
Â
public static $files = array (
|
10 |
Â
'b411d774a68934fe83360f73e6fe640f' => __DIR__ . '/..' . '/dangoodman/composer-capsule-runtime/autoload.php',
|
@@ -91,9 +91,9 @@ class ComposerStaticInite4ab1484734f077eddc34db02bbe38b9
|
|
91 |
Â
public static function getInitializer(\WbsVendors\Composer\Autoload\ClassLoader $loader)
|
92 |
Â
{
|
93 |
Â
return \Closure::bind(function () use ($loader) {
|
94 |
-
$loader->prefixLengthsPsr4 = \WbsVendors\Composer\Autoload\
|
95 |
-
$loader->prefixDirsPsr4 = \WbsVendors\Composer\Autoload\
|
96 |
-
$loader->classMap = \WbsVendors\Composer\Autoload\
|
97 |
Â
|
98 |
Â
}, null, \WbsVendors\Composer\Autoload\ClassLoader::class);
|
99 |
Â
}
|
4 |
Â
|
5 |
Â
namespace WbsVendors\Composer\Autoload;
|
6 |
Â
|
7 |
+
class ComposerStaticInite9c63220df57ec42478f2b342f10f659
|
8 |
Â
{
|
9 |
Â
public static $files = array (
|
10 |
Â
'b411d774a68934fe83360f73e6fe640f' => __DIR__ . '/..' . '/dangoodman/composer-capsule-runtime/autoload.php',
|
91 |
Â
public static function getInitializer(\WbsVendors\Composer\Autoload\ClassLoader $loader)
|
92 |
Â
{
|
93 |
Â
return \Closure::bind(function () use ($loader) {
|
94 |
+
$loader->prefixLengthsPsr4 = \WbsVendors\Composer\Autoload\ComposerStaticInite9c63220df57ec42478f2b342f10f659::$prefixLengthsPsr4;
|
95 |
+
$loader->prefixDirsPsr4 = \WbsVendors\Composer\Autoload\ComposerStaticInite9c63220df57ec42478f2b342f10f659::$prefixDirsPsr4;
|
96 |
+
$loader->classMap = \WbsVendors\Composer\Autoload\ComposerStaticInite9c63220df57ec42478f2b342f10f659::$classMap;
|
97 |
Â
|
98 |
Â
}, null, \WbsVendors\Composer\Autoload\ClassLoader::class);
|
99 |
Â
}
|
server/vendor/composer/capsuled.php
CHANGED
@@ -3,146 +3,146 @@
|
|
3 |
Â
array (
|
4 |
Â
'class' =>
|
5 |
Â
array (
|
6 |
-
'
|
7 |
-
'
|
8 |
-
'Composer\\Autoload\\ComposerStaticInite4ab1484734f077eddc34db02bbe38b9' => 'WbsVendors\\Composer\\Autoload\\ComposerStaticInite4ab1484734f077eddc34db02bbe38b9',
|
9 |
-
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
10 |
-
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
11 |
-
'Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
12 |
-
'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
13 |
-
'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
14 |
-
'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
15 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
16 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
17 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
18 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
19 |
-
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
20 |
-
'Dgm\\Shengine\\Migrations\\MigrationService' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService',
|
21 |
Â
'Dgm\\WcTools\\WcTools' => 'WbsVendors\\Dgm\\WcTools\\WcTools',
|
22 |
-
'Dgm\\
|
23 |
-
'
|
24 |
-
'Dgm\\
|
25 |
-
'Dgm\\Shengine\\
|
26 |
-
'Dgm\\
|
27 |
-
'Dgm\\
|
28 |
-
'Dgm\\
|
29 |
-
'Dgm\\
|
30 |
-
'Dgm\\
|
31 |
-
'Dgm\\
|
32 |
-
'Dgm\\
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
33 |
Â
'Dgm\\Shengine\\Aggregators\\LastAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator',
|
34 |
Â
'Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
35 |
Â
'Dgm\\Shengine\\Aggregators\\MinAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator',
|
36 |
-
'Dgm\\Shengine\\Aggregators\\
|
37 |
Â
'Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
38 |
-
'Dgm\\Shengine\\
|
39 |
-
'Dgm\\Shengine\\
|
40 |
-
'Dgm\\Shengine\\
|
41 |
-
'Dgm\\Shengine\\
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
42 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
43 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
44 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
45 |
-
'Dgm\\Shengine\\Conditions\\Common\\
|
Â
|
|
46 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
Â
|
|
47 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
48 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
49 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
50 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
51 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
52 |
-
'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
53 |
-
'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
54 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
55 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
56 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
57 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
58 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
59 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
60 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
61 |
-
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
62 |
-
'Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
63 |
Â
'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
64 |
Â
'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
65 |
Â
'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
66 |
Â
'Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
67 |
-
'Dgm\\Shengine\\
|
68 |
Â
'Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
69 |
-
'Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
70 |
Â
'Dgm\\Shengine\\Grouping\\NoopGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping',
|
71 |
-
'Dgm\\Shengine\\
|
72 |
-
'Dgm\\Shengine\\
|
73 |
-
'Dgm\\Shengine\\
|
74 |
-
'Dgm\\Shengine\\
|
75 |
-
'Dgm\\Shengine\\
|
76 |
-
'Dgm\\Shengine\\Attributes\\TermsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\TermsAttribute',
|
77 |
Â
'Dgm\\Shengine\\Attributes\\ProductAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute',
|
78 |
-
'Dgm\\Shengine\\Attributes\\
|
79 |
-
'Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
80 |
Â
'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
81 |
-
'Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
82 |
Â
'Dgm\\Shengine\\Attributes\\AbstractAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\AbstractAttribute',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
83 |
Â
'Dgm\\Shengine\\Attributes\\CouponsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CouponsAttribute',
|
Â
|
|
Â
|
|
84 |
Â
'Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute',
|
85 |
Â
'Dgm\\Shengine\\Attributes\\WeightAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute',
|
86 |
-
'Dgm\\Shengine\\
|
87 |
-
'Dgm\\Shengine\\
|
88 |
-
'Dgm\\Shengine\\Calculators\\ClampCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator',
|
89 |
-
'Dgm\\Shengine\\Calculators\\FreeCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator',
|
90 |
-
'Dgm\\Shengine\\Calculators\\RuleCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator',
|
91 |
-
'Dgm\\Shengine\\Calculators\\GroupCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator',
|
92 |
-
'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
93 |
-
'Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
94 |
-
'Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
95 |
-
'Dgm\\Shengine\\Interfaces\\IOperation' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IOperation',
|
96 |
-
'Dgm\\Shengine\\Interfaces\\IPackage' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage',
|
97 |
-
'Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
98 |
-
'Dgm\\Shengine\\Loader\\ILoader' => 'WbsVendors\\Dgm\\Shengine\\Loader\\ILoader',
|
99 |
-
'Dgm\\Shengine\\Interfaces\\ICondition' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition',
|
100 |
-
'Dgm\\Shengine\\Interfaces\\IRate' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate',
|
101 |
-
'Dgm\\Shengine\\Interfaces\\IAttribute' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute',
|
102 |
-
'Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
103 |
-
'Dgm\\Shengine\\Interfaces\\IAggregator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator',
|
104 |
-
'Dgm\\Shengine\\Interfaces\\IMatcher' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher',
|
105 |
-
'Dgm\\Shengine\\Interfaces\\ICalculator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator',
|
106 |
-
'Dgm\\Shengine\\Interfaces\\IProcessor' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor',
|
107 |
-
'Dgm\\Shengine\\Interfaces\\IRule' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule',
|
108 |
-
'Dgm\\Shengine\\Interfaces\\IGrouping' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping',
|
109 |
-
'Dgm\\Shengine\\Interfaces\\IItem' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItem',
|
110 |
-
'Dgm\\Shengine\\Model\\Destination' => 'WbsVendors\\Dgm\\Shengine\\Model\\Destination',
|
111 |
-
'Dgm\\Shengine\\Model\\Item' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item',
|
112 |
-
'Dgm\\Shengine\\Model\\ItemDefaults' => 'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults',
|
113 |
-
'Dgm\\Shengine\\Model\\Item\\Builder' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder',
|
114 |
-
'Dgm\\Shengine\\Model\\Package' => 'WbsVendors\\Dgm\\Shengine\\Model\\Package',
|
115 |
-
'Dgm\\Shengine\\Model\\Dimensions' => 'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions',
|
116 |
-
'Dgm\\Shengine\\Model\\Customer' => 'WbsVendors\\Dgm\\Shengine\\Model\\Customer',
|
117 |
-
'Dgm\\Shengine\\Model\\Price' => 'WbsVendors\\Dgm\\Shengine\\Model\\Price',
|
118 |
-
'Dgm\\Shengine\\Model\\Address' => 'WbsVendors\\Dgm\\Shengine\\Model\\Address',
|
119 |
-
'Dgm\\Shengine\\Model\\Rule' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rule',
|
120 |
-
'Dgm\\Shengine\\Model\\Rate' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rate',
|
121 |
-
'Dgm\\Shengine\\Model\\RuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta',
|
122 |
-
'Dgm\\Shengine\\Processing\\Registers' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Registers',
|
123 |
-
'Dgm\\Shengine\\Processing\\RateRegister' => 'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister',
|
124 |
-
'Dgm\\Shengine\\Processing\\Processor' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Processor',
|
125 |
Â
'Dgm\\Shengine\\RuleMatcher' => 'WbsVendors\\Dgm\\Shengine\\RuleMatcher',
|
126 |
-
'Dgm\\Arrays\\Arrays' => 'WbsVendors\\Dgm\\Arrays\\Arrays',
|
127 |
-
'BoxPacking\\Packer' => 'WbsVendors\\BoxPacking\\Packer',
|
128 |
Â
'BoxPacking\\Skyline' => 'WbsVendors\\BoxPacking\\Skyline',
|
Â
|
|
129 |
Â
'BoxPacking\\Utils' => 'WbsVendors\\BoxPacking\\Utils',
|
130 |
-
'
|
131 |
-
'Dgm\\Shengine\\
|
132 |
-
'Dgm\\Shengine\\
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
133 |
Â
'Dgm\\SimpleProperties\\SimpleProperties' => 'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties',
|
134 |
-
'DgmWpPluginBootstrapGuard' => 'WbsVendors_DgmWpPluginBootstrapGuard',
|
135 |
-
'DgmWpDismissibleNotices' => 'WbsVendors_DgmWpDismissibleNotices',
|
136 |
-
'Dgm\\Comparator\\AbstractComparator' => 'WbsVendors\\Dgm\\Comparator\\AbstractComparator',
|
137 |
-
'Dgm\\Comparator\\IComparator' => 'WbsVendors\\Dgm\\Comparator\\IComparator',
|
138 |
-
'Dgm\\Comparator\\NumberComparator' => 'WbsVendors\\Dgm\\Comparator\\NumberComparator',
|
139 |
-
'Dgm\\Comparator\\StringComparator' => 'WbsVendors\\Dgm\\Comparator\\StringComparator',
|
140 |
Â
'Dgm\\NumberUnit\\NumberUnit' => 'WbsVendors\\Dgm\\NumberUnit\\NumberUnit',
|
141 |
-
'Dgm\\Range\\Range' => 'WbsVendors\\Dgm\\Range\\Range',
|
142 |
-
'Dgm\\PluginServices\\IService' => 'WbsVendors\\Dgm\\PluginServices\\IService',
|
143 |
-
'Dgm\\PluginServices\\IServiceReady' => 'WbsVendors\\Dgm\\PluginServices\\IServiceReady',
|
144 |
-
'Dgm\\PluginServices\\ServiceInstaller' => 'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller',
|
145 |
Â
'Dgm\\ClassNameAware\\ClassNameAware' => 'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
146 |
Â
),
|
147 |
Â
'func' =>
|
148 |
Â
array (
|
@@ -155,146 +155,146 @@
|
|
155 |
Â
array (
|
156 |
Â
'class' =>
|
157 |
Â
array (
|
158 |
-
'
|
159 |
-
'
|
160 |
-
'WbsVendors\\Composer\\Autoload\\ComposerStaticInite4ab1484734f077eddc34db02bbe38b9' => 'Composer\\Autoload\\ComposerStaticInite4ab1484734f077eddc34db02bbe38b9',
|
161 |
-
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
162 |
-
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
163 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
164 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
165 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
166 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
167 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
168 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
169 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
170 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
171 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
172 |
-
'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService' => 'Dgm\\Shengine\\Migrations\\MigrationService',
|
173 |
Â
'WbsVendors\\Dgm\\WcTools\\WcTools' => 'Dgm\\WcTools\\WcTools',
|
174 |
-
'WbsVendors\\Dgm\\
|
175 |
-
'
|
176 |
-
'WbsVendors\\Dgm\\
|
177 |
-
'WbsVendors\\Dgm\\Shengine\\
|
178 |
-
'WbsVendors\\Dgm\\
|
179 |
-
'WbsVendors\\Dgm\\
|
180 |
-
'WbsVendors\\Dgm\\
|
181 |
-
'WbsVendors\\Dgm\\
|
182 |
-
'WbsVendors\\Dgm\\
|
183 |
-
'WbsVendors\\Dgm\\
|
184 |
-
'WbsVendors\\Dgm\\
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
185 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator' => 'Dgm\\Shengine\\Aggregators\\LastAggregator',
|
186 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
187 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator' => 'Dgm\\Shengine\\Aggregators\\MinAggregator',
|
188 |
-
'WbsVendors\\Dgm\\Shengine\\Aggregators\\
|
189 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
190 |
-
'WbsVendors\\Dgm\\Shengine\\
|
191 |
-
'WbsVendors\\Dgm\\Shengine\\
|
192 |
-
'WbsVendors\\Dgm\\Shengine\\
|
193 |
-
'WbsVendors\\Dgm\\Shengine\\
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
194 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
195 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
196 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
197 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\
|
Â
|
|
198 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
Â
|
|
199 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
200 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
201 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
202 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
203 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
204 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
205 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
206 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
207 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
208 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
209 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
210 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
211 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
212 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
213 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
214 |
-
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
215 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
216 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
217 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
218 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
219 |
-
'WbsVendors\\Dgm\\Shengine\\
|
220 |
Â
'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
221 |
-
'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
222 |
Â
'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping' => 'Dgm\\Shengine\\Grouping\\NoopGrouping',
|
223 |
-
'WbsVendors\\Dgm\\Shengine\\
|
224 |
-
'WbsVendors\\Dgm\\Shengine\\
|
225 |
-
'WbsVendors\\Dgm\\Shengine\\
|
226 |
-
'WbsVendors\\Dgm\\Shengine\\
|
227 |
-
'WbsVendors\\Dgm\\Shengine\\
|
228 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\TermsAttribute' => 'Dgm\\Shengine\\Attributes\\TermsAttribute',
|
229 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute' => 'Dgm\\Shengine\\Attributes\\ProductAttribute',
|
230 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\
|
231 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
232 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
233 |
-
'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
234 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\AbstractAttribute' => 'Dgm\\Shengine\\Attributes\\AbstractAttribute',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
235 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\CouponsAttribute' => 'Dgm\\Shengine\\Attributes\\CouponsAttribute',
|
Â
|
|
Â
|
|
236 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute' => 'Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute',
|
237 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute' => 'Dgm\\Shengine\\Attributes\\WeightAttribute',
|
238 |
-
'WbsVendors\\Dgm\\Shengine\\
|
239 |
-
'WbsVendors\\Dgm\\Shengine\\
|
240 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator' => 'Dgm\\Shengine\\Calculators\\ClampCalculator',
|
241 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator' => 'Dgm\\Shengine\\Calculators\\FreeCalculator',
|
242 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator' => 'Dgm\\Shengine\\Calculators\\RuleCalculator',
|
243 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator' => 'Dgm\\Shengine\\Calculators\\GroupCalculator',
|
244 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
245 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
246 |
-
'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
247 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IOperation' => 'Dgm\\Shengine\\Interfaces\\IOperation',
|
248 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage' => 'Dgm\\Shengine\\Interfaces\\IPackage',
|
249 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
250 |
-
'WbsVendors\\Dgm\\Shengine\\Loader\\ILoader' => 'Dgm\\Shengine\\Loader\\ILoader',
|
251 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition' => 'Dgm\\Shengine\\Interfaces\\ICondition',
|
252 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate' => 'Dgm\\Shengine\\Interfaces\\IRate',
|
253 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute' => 'Dgm\\Shengine\\Interfaces\\IAttribute',
|
254 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
255 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator' => 'Dgm\\Shengine\\Interfaces\\IAggregator',
|
256 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher' => 'Dgm\\Shengine\\Interfaces\\IMatcher',
|
257 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator' => 'Dgm\\Shengine\\Interfaces\\ICalculator',
|
258 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor' => 'Dgm\\Shengine\\Interfaces\\IProcessor',
|
259 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule' => 'Dgm\\Shengine\\Interfaces\\IRule',
|
260 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping' => 'Dgm\\Shengine\\Interfaces\\IGrouping',
|
261 |
-
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItem' => 'Dgm\\Shengine\\Interfaces\\IItem',
|
262 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Destination' => 'Dgm\\Shengine\\Model\\Destination',
|
263 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Item' => 'Dgm\\Shengine\\Model\\Item',
|
264 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults' => 'Dgm\\Shengine\\Model\\ItemDefaults',
|
265 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder' => 'Dgm\\Shengine\\Model\\Item\\Builder',
|
266 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Package' => 'Dgm\\Shengine\\Model\\Package',
|
267 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions' => 'Dgm\\Shengine\\Model\\Dimensions',
|
268 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Customer' => 'Dgm\\Shengine\\Model\\Customer',
|
269 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Price' => 'Dgm\\Shengine\\Model\\Price',
|
270 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Address' => 'Dgm\\Shengine\\Model\\Address',
|
271 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Rule' => 'Dgm\\Shengine\\Model\\Rule',
|
272 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\Rate' => 'Dgm\\Shengine\\Model\\Rate',
|
273 |
-
'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta' => 'Dgm\\Shengine\\Model\\RuleMeta',
|
274 |
-
'WbsVendors\\Dgm\\Shengine\\Processing\\Registers' => 'Dgm\\Shengine\\Processing\\Registers',
|
275 |
-
'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister' => 'Dgm\\Shengine\\Processing\\RateRegister',
|
276 |
-
'WbsVendors\\Dgm\\Shengine\\Processing\\Processor' => 'Dgm\\Shengine\\Processing\\Processor',
|
277 |
Â
'WbsVendors\\Dgm\\Shengine\\RuleMatcher' => 'Dgm\\Shengine\\RuleMatcher',
|
278 |
-
'WbsVendors\\Dgm\\Arrays\\Arrays' => 'Dgm\\Arrays\\Arrays',
|
279 |
-
'WbsVendors\\BoxPacking\\Packer' => 'BoxPacking\\Packer',
|
280 |
Â
'WbsVendors\\BoxPacking\\Skyline' => 'BoxPacking\\Skyline',
|
Â
|
|
281 |
Â
'WbsVendors\\BoxPacking\\Utils' => 'BoxPacking\\Utils',
|
282 |
-
'WbsVendors\\
|
283 |
-
'WbsVendors\\Dgm\\Shengine\\
|
284 |
-
'WbsVendors\\Dgm\\Shengine\\
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
285 |
Â
'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties' => 'Dgm\\SimpleProperties\\SimpleProperties',
|
286 |
-
'WbsVendors_DgmWpPluginBootstrapGuard' => 'DgmWpPluginBootstrapGuard',
|
287 |
-
'WbsVendors_DgmWpDismissibleNotices' => 'DgmWpDismissibleNotices',
|
288 |
-
'WbsVendors\\Dgm\\Comparator\\AbstractComparator' => 'Dgm\\Comparator\\AbstractComparator',
|
289 |
-
'WbsVendors\\Dgm\\Comparator\\IComparator' => 'Dgm\\Comparator\\IComparator',
|
290 |
-
'WbsVendors\\Dgm\\Comparator\\NumberComparator' => 'Dgm\\Comparator\\NumberComparator',
|
291 |
-
'WbsVendors\\Dgm\\Comparator\\StringComparator' => 'Dgm\\Comparator\\StringComparator',
|
292 |
Â
'WbsVendors\\Dgm\\NumberUnit\\NumberUnit' => 'Dgm\\NumberUnit\\NumberUnit',
|
293 |
-
'WbsVendors\\Dgm\\Range\\Range' => 'Dgm\\Range\\Range',
|
294 |
-
'WbsVendors\\Dgm\\PluginServices\\IService' => 'Dgm\\PluginServices\\IService',
|
295 |
-
'WbsVendors\\Dgm\\PluginServices\\IServiceReady' => 'Dgm\\PluginServices\\IServiceReady',
|
296 |
-
'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller' => 'Dgm\\PluginServices\\ServiceInstaller',
|
297 |
Â
'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware' => 'Dgm\\ClassNameAware\\ClassNameAware',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
298 |
Â
),
|
299 |
Â
'func' =>
|
300 |
Â
array (
|
3 |
Â
array (
|
4 |
Â
'class' =>
|
5 |
Â
array (
|
6 |
+
'DgmWpDismissibleNotices' => 'WbsVendors_DgmWpDismissibleNotices',
|
7 |
+
'DgmWpPluginBootstrapGuard' => 'WbsVendors_DgmWpPluginBootstrapGuard',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
8 |
Â
'Dgm\\WcTools\\WcTools' => 'WbsVendors\\Dgm\\WcTools\\WcTools',
|
9 |
+
'Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter',
|
10 |
+
'Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter',
|
11 |
+
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
12 |
+
'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
13 |
+
'Dgm\\Comparator\\NumberComparator' => 'WbsVendors\\Dgm\\Comparator\\NumberComparator',
|
14 |
+
'Dgm\\Comparator\\StringComparator' => 'WbsVendors\\Dgm\\Comparator\\StringComparator',
|
15 |
+
'Dgm\\Comparator\\AbstractComparator' => 'WbsVendors\\Dgm\\Comparator\\AbstractComparator',
|
16 |
+
'Dgm\\Comparator\\IComparator' => 'WbsVendors\\Dgm\\Comparator\\IComparator',
|
17 |
+
'Dgm\\PluginServices\\IServiceReady' => 'WbsVendors\\Dgm\\PluginServices\\IServiceReady',
|
18 |
+
'Dgm\\PluginServices\\IService' => 'WbsVendors\\Dgm\\PluginServices\\IService',
|
19 |
+
'Dgm\\PluginServices\\ServiceInstaller' => 'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller',
|
20 |
+
'Dgm\\Arrays\\Arrays' => 'WbsVendors\\Dgm\\Arrays\\Arrays',
|
21 |
+
'Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
22 |
+
'Dgm\\Shengine\\Interfaces\\ICalculator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator',
|
23 |
+
'Dgm\\Shengine\\Interfaces\\IOperation' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IOperation',
|
24 |
+
'Dgm\\Shengine\\Interfaces\\ICondition' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition',
|
25 |
+
'Dgm\\Shengine\\Interfaces\\IGrouping' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping',
|
26 |
+
'Dgm\\Shengine\\Interfaces\\IAggregator' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator',
|
27 |
+
'Dgm\\Shengine\\Interfaces\\IAttribute' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute',
|
28 |
+
'Dgm\\Shengine\\Loader\\ILoader' => 'WbsVendors\\Dgm\\Shengine\\Loader\\ILoader',
|
29 |
+
'Dgm\\Shengine\\Interfaces\\IPackage' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage',
|
30 |
+
'Dgm\\Shengine\\Interfaces\\IItem' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItem',
|
31 |
+
'Dgm\\Shengine\\Interfaces\\IProcessor' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor',
|
32 |
+
'Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
33 |
+
'Dgm\\Shengine\\Interfaces\\IRate' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate',
|
34 |
+
'Dgm\\Shengine\\Interfaces\\IMatcher' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher',
|
35 |
+
'Dgm\\Shengine\\Interfaces\\IRule' => 'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule',
|
36 |
+
'Dgm\\Shengine\\Aggregators\\SumAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\SumAggregator',
|
37 |
Â
'Dgm\\Shengine\\Aggregators\\LastAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator',
|
38 |
Â
'Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
39 |
Â
'Dgm\\Shengine\\Aggregators\\MinAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator',
|
40 |
+
'Dgm\\Shengine\\Aggregators\\AverageAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\AverageAggregator',
|
41 |
Â
'Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
42 |
+
'Dgm\\Shengine\\Aggregators\\MaxAggregator' => 'WbsVendors\\Dgm\\Shengine\\Aggregators\\MaxAggregator',
|
43 |
+
'Dgm\\Shengine\\Model\\Price' => 'WbsVendors\\Dgm\\Shengine\\Model\\Price',
|
44 |
+
'Dgm\\Shengine\\Model\\RuleMeta' => 'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta',
|
45 |
+
'Dgm\\Shengine\\Model\\Dimensions' => 'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions',
|
46 |
+
'Dgm\\Shengine\\Model\\Address' => 'WbsVendors\\Dgm\\Shengine\\Model\\Address',
|
47 |
+
'Dgm\\Shengine\\Model\\Item\\Builder' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder',
|
48 |
+
'Dgm\\Shengine\\Model\\Customer' => 'WbsVendors\\Dgm\\Shengine\\Model\\Customer',
|
49 |
+
'Dgm\\Shengine\\Model\\Rule' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rule',
|
50 |
+
'Dgm\\Shengine\\Model\\Package' => 'WbsVendors\\Dgm\\Shengine\\Model\\Package',
|
51 |
+
'Dgm\\Shengine\\Model\\Destination' => 'WbsVendors\\Dgm\\Shengine\\Model\\Destination',
|
52 |
+
'Dgm\\Shengine\\Model\\Rate' => 'WbsVendors\\Dgm\\Shengine\\Model\\Rate',
|
53 |
+
'Dgm\\Shengine\\Model\\Item' => 'WbsVendors\\Dgm\\Shengine\\Model\\Item',
|
54 |
+
'Dgm\\Shengine\\Model\\ItemDefaults' => 'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults',
|
55 |
+
'Dgm\\Shengine\\Calculators\\RuleCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator',
|
56 |
+
'Dgm\\Shengine\\Calculators\\ProgressiveCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ProgressiveCalculator',
|
57 |
+
'Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
58 |
+
'Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
59 |
+
'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
60 |
+
'Dgm\\Shengine\\Calculators\\FreeCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator',
|
61 |
+
'Dgm\\Shengine\\Calculators\\ClampCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator',
|
62 |
+
'Dgm\\Shengine\\Calculators\\GroupCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator',
|
63 |
+
'Dgm\\Shengine\\Calculators\\ConstantCalculator' => 'WbsVendors\\Dgm\\Shengine\\Calculators\\ConstantCalculator',
|
64 |
+
'Dgm\\Shengine\\Operations\\AbstractOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\AbstractOperation',
|
65 |
+
'Dgm\\Shengine\\Operations\\ClampOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\ClampOperation',
|
66 |
+
'Dgm\\Shengine\\Operations\\MultiplyOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\MultiplyOperation',
|
67 |
+
'Dgm\\Shengine\\Operations\\GroupOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\GroupOperation',
|
68 |
+
'Dgm\\Shengine\\Operations\\AddOperation' => 'WbsVendors\\Dgm\\Shengine\\Operations\\AddOperation',
|
69 |
+
'Dgm\\Shengine\\Units' => 'WbsVendors\\Dgm\\Shengine\\Units',
|
70 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
71 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
72 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
73 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
74 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
75 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
76 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
77 |
+
'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
78 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
79 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
80 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
81 |
+
'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
82 |
+
'Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
83 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
84 |
+
'Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition',
|
85 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
86 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
87 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
88 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
89 |
Â
'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
90 |
Â
'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
91 |
+
'Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition',
|
92 |
+
'Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition',
|
93 |
+
'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
94 |
+
'Dgm\\Shengine\\Conditions\\DestinationCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\DestinationCondition',
|
95 |
Â
'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
96 |
Â
'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
97 |
Â
'Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
98 |
+
'Dgm\\Shengine\\Conditions\\ItemsPackableCondition' => 'WbsVendors\\Dgm\\Shengine\\Conditions\\ItemsPackableCondition',
|
99 |
Â
'Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
Â
|
|
100 |
Â
'Dgm\\Shengine\\Grouping\\NoopGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping',
|
101 |
+
'Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
102 |
+
'Dgm\\Shengine\\RuleMatcherMeta' => 'WbsVendors\\Dgm\\Shengine\\RuleMatcherMeta',
|
103 |
+
'Dgm\\Shengine\\Processing\\Registers' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Registers',
|
104 |
+
'Dgm\\Shengine\\Processing\\Processor' => 'WbsVendors\\Dgm\\Shengine\\Processing\\Processor',
|
105 |
+
'Dgm\\Shengine\\Processing\\RateRegister' => 'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister',
|
Â
|
|
106 |
Â
'Dgm\\Shengine\\Attributes\\ProductAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute',
|
107 |
+
'Dgm\\Shengine\\Attributes\\PriceAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\PriceAttribute',
|
Â
|
|
108 |
Â
'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
Â
|
|
109 |
Â
'Dgm\\Shengine\\Attributes\\AbstractAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\AbstractAttribute',
|
110 |
+
'Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
111 |
+
'Dgm\\Shengine\\Attributes\\TermsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\TermsAttribute',
|
112 |
+
'Dgm\\Shengine\\Attributes\\ProductVariationAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductVariationAttribute',
|
113 |
+
'Dgm\\Shengine\\Attributes\\SumAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\SumAttribute',
|
114 |
Â
'Dgm\\Shengine\\Attributes\\CouponsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CouponsAttribute',
|
115 |
+
'Dgm\\Shengine\\Attributes\\MapAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute',
|
116 |
+
'Dgm\\Shengine\\Attributes\\ItemAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemAttribute',
|
117 |
Â
'Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute',
|
118 |
Â
'Dgm\\Shengine\\Attributes\\WeightAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute',
|
119 |
+
'Dgm\\Shengine\\Attributes\\CountAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\CountAttribute',
|
120 |
+
'Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
121 |
Â
'Dgm\\Shengine\\RuleMatcher' => 'WbsVendors\\Dgm\\Shengine\\RuleMatcher',
|
Â
|
|
Â
|
|
122 |
Â
'BoxPacking\\Skyline' => 'WbsVendors\\BoxPacking\\Skyline',
|
123 |
+
'BoxPacking\\Packer' => 'WbsVendors\\BoxPacking\\Packer',
|
124 |
Â
'BoxPacking\\Utils' => 'WbsVendors\\BoxPacking\\Utils',
|
125 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
126 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
127 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
128 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
129 |
+
'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
130 |
+
'Dgm\\Shengine\\Migrations\\MigrationService' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService',
|
131 |
+
'Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
132 |
+
'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
133 |
+
'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
134 |
+
'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
135 |
Â
'Dgm\\SimpleProperties\\SimpleProperties' => 'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
136 |
Â
'Dgm\\NumberUnit\\NumberUnit' => 'WbsVendors\\Dgm\\NumberUnit\\NumberUnit',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
137 |
Â
'Dgm\\ClassNameAware\\ClassNameAware' => 'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware',
|
138 |
+
'Dgm\\ComposerCapsule\\Runtime\\Runtime' => 'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Runtime',
|
139 |
+
'CCR' => 'WbsVendors_CCR',
|
140 |
+
'Dgm\\ComposerCapsule\\Runtime\\Wrapper' => 'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Wrapper',
|
141 |
+
'Deferred\\Deferred' => 'WbsVendors\\Deferred\\Deferred',
|
142 |
+
'Dgm\\Range\\Range' => 'WbsVendors\\Dgm\\Range\\Range',
|
143 |
+
'Composer\\Autoload\\ClassLoader' => 'WbsVendors\\Composer\\Autoload\\ClassLoader',
|
144 |
+
'Composer\\Autoload\\ComposerStaticInite9c63220df57ec42478f2b342f10f659' => 'WbsVendors\\Composer\\Autoload\\ComposerStaticInite9c63220df57ec42478f2b342f10f659',
|
145 |
+
'ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659' => 'WbsVendors_ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659',
|
146 |
Â
),
|
147 |
Â
'func' =>
|
148 |
Â
array (
|
155 |
Â
array (
|
156 |
Â
'class' =>
|
157 |
Â
array (
|
158 |
+
'WbsVendors_DgmWpDismissibleNotices' => 'DgmWpDismissibleNotices',
|
159 |
+
'WbsVendors_DgmWpPluginBootstrapGuard' => 'DgmWpPluginBootstrapGuard',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
160 |
Â
'WbsVendors\\Dgm\\WcTools\\WcTools' => 'Dgm\\WcTools\\WcTools',
|
161 |
+
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter' => 'Dgm\\Shengine\\Woocommerce\\Converters\\PackageConverter',
|
162 |
+
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter' => 'Dgm\\Shengine\\Woocommerce\\Converters\\RateConverter',
|
163 |
+
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WoocommerceItem',
|
164 |
+
'WbsVendors\\Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem' => 'Dgm\\Shengine\\Woocommerce\\Model\\Item\\WpmlAwareItem',
|
165 |
+
'WbsVendors\\Dgm\\Comparator\\NumberComparator' => 'Dgm\\Comparator\\NumberComparator',
|
166 |
+
'WbsVendors\\Dgm\\Comparator\\StringComparator' => 'Dgm\\Comparator\\StringComparator',
|
167 |
+
'WbsVendors\\Dgm\\Comparator\\AbstractComparator' => 'Dgm\\Comparator\\AbstractComparator',
|
168 |
+
'WbsVendors\\Dgm\\Comparator\\IComparator' => 'Dgm\\Comparator\\IComparator',
|
169 |
+
'WbsVendors\\Dgm\\PluginServices\\IServiceReady' => 'Dgm\\PluginServices\\IServiceReady',
|
170 |
+
'WbsVendors\\Dgm\\PluginServices\\IService' => 'Dgm\\PluginServices\\IService',
|
171 |
+
'WbsVendors\\Dgm\\PluginServices\\ServiceInstaller' => 'Dgm\\PluginServices\\ServiceInstaller',
|
172 |
+
'WbsVendors\\Dgm\\Arrays\\Arrays' => 'Dgm\\Arrays\\Arrays',
|
173 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItemAggregatables' => 'Dgm\\Shengine\\Interfaces\\IItemAggregatables',
|
174 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICalculator' => 'Dgm\\Shengine\\Interfaces\\ICalculator',
|
175 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IOperation' => 'Dgm\\Shengine\\Interfaces\\IOperation',
|
176 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\ICondition' => 'Dgm\\Shengine\\Interfaces\\ICondition',
|
177 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IGrouping' => 'Dgm\\Shengine\\Interfaces\\IGrouping',
|
178 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAggregator' => 'Dgm\\Shengine\\Interfaces\\IAggregator',
|
179 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IAttribute' => 'Dgm\\Shengine\\Interfaces\\IAttribute',
|
180 |
+
'WbsVendors\\Dgm\\Shengine\\Loader\\ILoader' => 'Dgm\\Shengine\\Loader\\ILoader',
|
181 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IPackage' => 'Dgm\\Shengine\\Interfaces\\IPackage',
|
182 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IItem' => 'Dgm\\Shengine\\Interfaces\\IItem',
|
183 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IProcessor' => 'Dgm\\Shengine\\Interfaces\\IProcessor',
|
184 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRuleMeta' => 'Dgm\\Shengine\\Interfaces\\IRuleMeta',
|
185 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRate' => 'Dgm\\Shengine\\Interfaces\\IRate',
|
186 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IMatcher' => 'Dgm\\Shengine\\Interfaces\\IMatcher',
|
187 |
+
'WbsVendors\\Dgm\\Shengine\\Interfaces\\IRule' => 'Dgm\\Shengine\\Interfaces\\IRule',
|
188 |
+
'WbsVendors\\Dgm\\Shengine\\Aggregators\\SumAggregator' => 'Dgm\\Shengine\\Aggregators\\SumAggregator',
|
189 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\LastAggregator' => 'Dgm\\Shengine\\Aggregators\\LastAggregator',
|
190 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\FirstAggregator' => 'Dgm\\Shengine\\Aggregators\\FirstAggregator',
|
191 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\MinAggregator' => 'Dgm\\Shengine\\Aggregators\\MinAggregator',
|
192 |
+
'WbsVendors\\Dgm\\Shengine\\Aggregators\\AverageAggregator' => 'Dgm\\Shengine\\Aggregators\\AverageAggregator',
|
193 |
Â
'WbsVendors\\Dgm\\Shengine\\Aggregators\\ReduceAggregator' => 'Dgm\\Shengine\\Aggregators\\ReduceAggregator',
|
194 |
+
'WbsVendors\\Dgm\\Shengine\\Aggregators\\MaxAggregator' => 'Dgm\\Shengine\\Aggregators\\MaxAggregator',
|
195 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Price' => 'Dgm\\Shengine\\Model\\Price',
|
196 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\RuleMeta' => 'Dgm\\Shengine\\Model\\RuleMeta',
|
197 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Dimensions' => 'Dgm\\Shengine\\Model\\Dimensions',
|
198 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Address' => 'Dgm\\Shengine\\Model\\Address',
|
199 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Item\\Builder' => 'Dgm\\Shengine\\Model\\Item\\Builder',
|
200 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Customer' => 'Dgm\\Shengine\\Model\\Customer',
|
201 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Rule' => 'Dgm\\Shengine\\Model\\Rule',
|
202 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Package' => 'Dgm\\Shengine\\Model\\Package',
|
203 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Destination' => 'Dgm\\Shengine\\Model\\Destination',
|
204 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Rate' => 'Dgm\\Shengine\\Model\\Rate',
|
205 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\Item' => 'Dgm\\Shengine\\Model\\Item',
|
206 |
+
'WbsVendors\\Dgm\\Shengine\\Model\\ItemDefaults' => 'Dgm\\Shengine\\Model\\ItemDefaults',
|
207 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\RuleCalculator' => 'Dgm\\Shengine\\Calculators\\RuleCalculator',
|
208 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ProgressiveCalculator' => 'Dgm\\Shengine\\Calculators\\ProgressiveCalculator',
|
209 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ChildrenCalculator' => 'Dgm\\Shengine\\Calculators\\ChildrenCalculator',
|
210 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\AggregatedCalculator' => 'Dgm\\Shengine\\Calculators\\AggregatedCalculator',
|
211 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator' => 'Dgm\\Shengine\\Calculators\\AttributeMultiplierCalculator',
|
212 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\FreeCalculator' => 'Dgm\\Shengine\\Calculators\\FreeCalculator',
|
213 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ClampCalculator' => 'Dgm\\Shengine\\Calculators\\ClampCalculator',
|
214 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\GroupCalculator' => 'Dgm\\Shengine\\Calculators\\GroupCalculator',
|
215 |
+
'WbsVendors\\Dgm\\Shengine\\Calculators\\ConstantCalculator' => 'Dgm\\Shengine\\Calculators\\ConstantCalculator',
|
216 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\AbstractOperation' => 'Dgm\\Shengine\\Operations\\AbstractOperation',
|
217 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\ClampOperation' => 'Dgm\\Shengine\\Operations\\ClampOperation',
|
218 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\MultiplyOperation' => 'Dgm\\Shengine\\Operations\\MultiplyOperation',
|
219 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\GroupOperation' => 'Dgm\\Shengine\\Operations\\GroupOperation',
|
220 |
+
'WbsVendors\\Dgm\\Shengine\\Operations\\AddOperation' => 'Dgm\\Shengine\\Operations\\AddOperation',
|
221 |
+
'WbsVendors\\Dgm\\Shengine\\Units' => 'Dgm\\Shengine\\Units',
|
222 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\BetweenCondition',
|
223 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterOrEqualCondition',
|
224 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\GreaterCondition',
|
225 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\EqualCondition',
|
226 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessOrEqualCondition',
|
227 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\CompareCondition',
|
228 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\LessCondition',
|
229 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Compare\\NotEqualCondition',
|
230 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\OrCondition',
|
231 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\AndCondition',
|
232 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Logic\\NotCondition',
|
233 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition' => 'Dgm\\Shengine\\Conditions\\Common\\StringPatternCondition',
|
234 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\GroupCondition' => 'Dgm\\Shengine\\Conditions\\Common\\GroupCondition',
|
235 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\IntersectCondition',
|
236 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\EqualEnumCondition',
|
237 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\EmptyEnumCondition',
|
238 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SupersetCondition',
|
239 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\AbstractEnumCondition',
|
240 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\DisjointCondition',
|
241 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Enum\\SubsetCondition',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
242 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AggregateCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AggregateCondition',
|
243 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Stub\\TrueCondition',
|
244 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition' => 'Dgm\\Shengine\\Conditions\\Common\\Stub\\FalseCondition',
|
245 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\Common\\AbstractCondition' => 'Dgm\\Shengine\\Conditions\\Common\\AbstractCondition',
|
246 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\DestinationCondition' => 'Dgm\\Shengine\\Conditions\\DestinationCondition',
|
247 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition' => 'Dgm\\Shengine\\Conditions\\Package\\AbstractPackageCondition',
|
248 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition' => 'Dgm\\Shengine\\Conditions\\Package\\PackageAttributeCondition',
|
249 |
Â
'WbsVendors\\Dgm\\Shengine\\Conditions\\Package\\TermsCondition' => 'Dgm\\Shengine\\Conditions\\Package\\TermsCondition',
|
250 |
+
'WbsVendors\\Dgm\\Shengine\\Conditions\\ItemsPackableCondition' => 'Dgm\\Shengine\\Conditions\\ItemsPackableCondition',
|
251 |
Â
'WbsVendors\\Dgm\\Shengine\\Grouping\\ByItemGrouping' => 'Dgm\\Shengine\\Grouping\\ByItemGrouping',
|
Â
|
|
252 |
Â
'WbsVendors\\Dgm\\Shengine\\Grouping\\NoopGrouping' => 'Dgm\\Shengine\\Grouping\\NoopGrouping',
|
253 |
+
'WbsVendors\\Dgm\\Shengine\\Grouping\\AttributeGrouping' => 'Dgm\\Shengine\\Grouping\\AttributeGrouping',
|
254 |
+
'WbsVendors\\Dgm\\Shengine\\RuleMatcherMeta' => 'Dgm\\Shengine\\RuleMatcherMeta',
|
255 |
+
'WbsVendors\\Dgm\\Shengine\\Processing\\Registers' => 'Dgm\\Shengine\\Processing\\Registers',
|
256 |
+
'WbsVendors\\Dgm\\Shengine\\Processing\\Processor' => 'Dgm\\Shengine\\Processing\\Processor',
|
257 |
+
'WbsVendors\\Dgm\\Shengine\\Processing\\RateRegister' => 'Dgm\\Shengine\\Processing\\RateRegister',
|
Â
|
|
258 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductAttribute' => 'Dgm\\Shengine\\Attributes\\ProductAttribute',
|
259 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\PriceAttribute' => 'Dgm\\Shengine\\Attributes\\PriceAttribute',
|
Â
|
|
260 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\CustomerRolesAttribute' => 'Dgm\\Shengine\\Attributes\\CustomerRolesAttribute',
|
Â
|
|
261 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\AbstractAttribute' => 'Dgm\\Shengine\\Attributes\\AbstractAttribute',
|
262 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\VolumeAttribute' => 'Dgm\\Shengine\\Attributes\\VolumeAttribute',
|
263 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\TermsAttribute' => 'Dgm\\Shengine\\Attributes\\TermsAttribute',
|
264 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\ProductVariationAttribute' => 'Dgm\\Shengine\\Attributes\\ProductVariationAttribute',
|
265 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\SumAttribute' => 'Dgm\\Shengine\\Attributes\\SumAttribute',
|
266 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\CouponsAttribute' => 'Dgm\\Shengine\\Attributes\\CouponsAttribute',
|
267 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute' => 'Dgm\\Shengine\\Attributes\\MapAttribute',
|
268 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemAttribute' => 'Dgm\\Shengine\\Attributes\\ItemAttribute',
|
269 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute' => 'Dgm\\Shengine\\Attributes\\ItemDimensionsAttribute',
|
270 |
Â
'WbsVendors\\Dgm\\Shengine\\Attributes\\WeightAttribute' => 'Dgm\\Shengine\\Attributes\\WeightAttribute',
|
271 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\CountAttribute' => 'Dgm\\Shengine\\Attributes\\CountAttribute',
|
272 |
+
'WbsVendors\\Dgm\\Shengine\\Attributes\\DestinationAttribute' => 'Dgm\\Shengine\\Attributes\\DestinationAttribute',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
273 |
Â
'WbsVendors\\Dgm\\Shengine\\RuleMatcher' => 'Dgm\\Shengine\\RuleMatcher',
|
Â
|
|
Â
|
|
274 |
Â
'WbsVendors\\BoxPacking\\Skyline' => 'BoxPacking\\Skyline',
|
275 |
+
'WbsVendors\\BoxPacking\\Packer' => 'BoxPacking\\Packer',
|
276 |
Â
'WbsVendors\\BoxPacking\\Utils' => 'BoxPacking\\Utils',
|
277 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorage',
|
278 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageRecord',
|
279 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Storage\\IStorageAccess',
|
280 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IConfigMigration',
|
281 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration' => 'Dgm\\Shengine\\Migrations\\Interfaces\\Migrations\\IRuleMigration',
|
282 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\MigrationService' => 'Dgm\\Shengine\\Migrations\\MigrationService',
|
283 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\AbstractConfigStorage' => 'Dgm\\Shengine\\Migrations\\AbstractConfigStorage',
|
284 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions' => 'Dgm\\Shengine\\Migrations\\Storage\\WordpressOptions',
|
285 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage' => 'Dgm\\Shengine\\Migrations\\Storage\\ArrayStorage',
|
286 |
+
'WbsVendors\\Dgm\\Shengine\\Migrations\\Storage\\StorageRecord' => 'Dgm\\Shengine\\Migrations\\Storage\\StorageRecord',
|
287 |
Â
'WbsVendors\\Dgm\\SimpleProperties\\SimpleProperties' => 'Dgm\\SimpleProperties\\SimpleProperties',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
288 |
Â
'WbsVendors\\Dgm\\NumberUnit\\NumberUnit' => 'Dgm\\NumberUnit\\NumberUnit',
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
289 |
Â
'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware' => 'Dgm\\ClassNameAware\\ClassNameAware',
|
290 |
+
'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Runtime' => 'Dgm\\ComposerCapsule\\Runtime\\Runtime',
|
291 |
+
'WbsVendors_CCR' => 'CCR',
|
292 |
+
'WbsVendors\\Dgm\\ComposerCapsule\\Runtime\\Wrapper' => 'Dgm\\ComposerCapsule\\Runtime\\Wrapper',
|
293 |
+
'WbsVendors\\Deferred\\Deferred' => 'Deferred\\Deferred',
|
294 |
+
'WbsVendors\\Dgm\\Range\\Range' => 'Dgm\\Range\\Range',
|
295 |
+
'WbsVendors\\Composer\\Autoload\\ClassLoader' => 'Composer\\Autoload\\ClassLoader',
|
296 |
+
'WbsVendors\\Composer\\Autoload\\ComposerStaticInite9c63220df57ec42478f2b342f10f659' => 'Composer\\Autoload\\ComposerStaticInite9c63220df57ec42478f2b342f10f659',
|
297 |
+
'WbsVendors_ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659' => 'ComposerAutoloaderInite9c63220df57ec42478f2b342f10f659',
|
298 |
Â
),
|
299 |
Â
'func' =>
|
300 |
Â
array (
|
server/vendor/dangoodman/arrays/Arrays.php
CHANGED
File without changes
|
server/vendor/dangoodman/class-name-aware/ClassNameAware.php
CHANGED
File without changes
|
server/vendor/dangoodman/comparator/src/AbstractComparator.php
CHANGED
File without changes
|
server/vendor/dangoodman/comparator/src/IComparator.php
CHANGED
File without changes
|
server/vendor/dangoodman/comparator/src/NumberComparator.php
CHANGED
File without changes
|
server/vendor/dangoodman/comparator/src/StringComparator.php
CHANGED
File without changes
|
server/vendor/dangoodman/composer-capsule-runtime/autoload.php
CHANGED
File without changes
|
server/vendor/dangoodman/composer-capsule-runtime/src/CCR.php
CHANGED
File without changes
|
server/vendor/dangoodman/composer-capsule-runtime/src/Runtime.php
CHANGED
File without changes
|
server/vendor/dangoodman/composer-capsule-runtime/src/Wrapper.php
CHANGED
File without changes
|
server/vendor/dangoodman/deferred/Deferred.php
CHANGED
File without changes
|
server/vendor/dangoodman/number-unit/src/NumberUnit.php
CHANGED
File without changes
|
server/vendor/dangoodman/range/src/Range.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/AbstractConfigStorage.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Interfaces/Migrations/IConfigMigration.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Interfaces/Migrations/IRuleMigration.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Interfaces/Storage/IStorage.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Interfaces/Storage/IStorageAccess.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Interfaces/Storage/IStorageRecord.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/MigrationService.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Storage/ArrayStorage.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Storage/StorageRecord.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-migrations/src/Storage/WordpressOptions.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-wc-converters/src/PackageConverter.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-wc-converters/src/RateConverter.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-wc-item/src/WoocommerceItem.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine-wc-item/src/WpmlAwareItem.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Aggregators/AverageAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Aggregators/FirstAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Aggregators/LastAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Aggregators/MaxAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Aggregators/MinAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Aggregators/ReduceAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Aggregators/SumAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/AbstractAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/CountAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/CouponsAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/CustomerRolesAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/DestinationAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/ItemAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/ItemDimensionsAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/MapAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/PriceAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/ProductAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/ProductVariationAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/SumAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/TermsAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/VolumeAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Attributes/WeightAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/AggregatedCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/AttributeMultiplierCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/ChildrenCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/ClampCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/ConstantCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/FreeCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/GroupCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/ProgressiveCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Calculators/RuleCalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/AbstractCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/AggregateCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/BetweenCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/CompareCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/EqualCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/GreaterCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/GreaterOrEqualCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/LessCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/LessOrEqualCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Compare/NotEqualCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/AbstractEnumCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/DisjointCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/EmptyEnumCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/EqualEnumCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/IntersectCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/SubsetCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Enum/SupersetCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/GroupCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Logic/AndCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Logic/NotCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Logic/OrCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/StringPatternCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Stub/FalseCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Common/Stub/TrueCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/DestinationCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/ItemsPackableCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Package/AbstractPackageCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Package/PackageAttributeCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Conditions/Package/TermsCondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Grouping/AttributeGrouping.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IAggregator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IAttribute.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/ICalculator.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/ICondition.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IGrouping.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IItem.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IItemAggregatables.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/ILoader.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IMatcher.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IOperation.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IPackage.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IProcessor.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IRate.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IRule.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Interfaces/IRuleMeta.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Address.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Customer.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Destination.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Dimensions.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Item.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Package.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Price.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Rate.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/Rule.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Model/RuleMeta.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Operations/AbstractOperation.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Operations/AddOperation.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Operations/ClampOperation.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Operations/GroupOperation.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Operations/MultiplyOperation.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Processing/Processor.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Processing/RateRegister.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Processing/Registers.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/RuleMatcher.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/RuleMatcherMeta.php
CHANGED
File without changes
|
server/vendor/dangoodman/shengine/src/Units.php
CHANGED
File without changes
|
server/vendor/dangoodman/simple-properties/SimpleProperties.php
CHANGED
File without changes
|
server/vendor/dangoodman/wc-tools/WcTools.php
CHANGED
File without changes
|
server/vendor/dangoodman/wp-plugin-bootstrap-guard/DgmWpDismissibleNotices.php
CHANGED
File without changes
|
server/vendor/dangoodman/wp-plugin-bootstrap-guard/DgmWpPluginBootstrapGuard.php
CHANGED
File without changes
|
server/vendor/dangoodman/wp-plugin-bootstrap-guard/dismiss-notice.js
CHANGED
File without changes
|
server/vendor/dangoodman/wp-plugin-services/src/IService.php
CHANGED
File without changes
|
server/vendor/dangoodman/wp-plugin-services/src/IServiceReady.php
CHANGED
File without changes
|
server/vendor/dangoodman/wp-plugin-services/src/ServiceInstaller.php
CHANGED
File without changes
|
server/wbs.php
CHANGED
File without changes
|