Version Description
- 2020-06-01 =
- Added support for WooCommerce 4.2
Download this release
Release Info
Developer | wpdesk |
Plugin | Flexible Shipping for WooCommerce |
Version | 3.9.20 |
Comparing to | |
See all releases |
Code changes from version 3.9.19 to 3.9.20
- composer.lock +167 -217
- flexible-shipping.php +5 -6
- readme.txt +5 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor_prefixed/monolog/monolog/composer.json +3 -4
- vendor_prefixed/monolog/monolog/src/Monolog/ErrorHandler.php +0 -1
- vendor_prefixed/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php +6 -2
- vendor_prefixed/monolog/monolog/src/Monolog/Handler/AbstractHandler.php +2 -2
- vendor_prefixed/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php +2 -1
- vendor_prefixed/monolog/monolog/src/Monolog/Handler/StreamHandler.php +2 -1
- vendor_prefixed/monolog/monolog/src/Monolog/Processor/GitProcessor.php +1 -1
- vendor_prefixed/monolog/monolog/src/Monolog/Utils.php +25 -0
- vendor_prefixed/wpdesk/wp-builder/src/Plugin/AbstractPlugin.php +1 -1
- vendor_prefixed/wpdesk/wp-codeception/composer.json +2 -1
- vendor_prefixed/wpdesk/wp-logs/src/WC/WooCommerceCapture.php +1 -1
- vendor_prefixed/wpdesk/wp-plugin-flow/src/PluginBootstrap.php +0 -4
- vendor_prefixed/wpdesk/wp-plugin-flow/src/plugin-init-php52-free.php +0 -1
- vendor_prefixed/wpdesk/wp-plugin-flow/src/plugin-init-php52.php +13 -2
composer.lock
CHANGED
@@ -234,16 +234,16 @@
|
|
234 |
},
|
235 |
{
|
236 |
"name": "codeception/codeception",
|
237 |
-
"version": "4.1.
|
238 |
"source": {
|
239 |
"type": "git",
|
240 |
"url": "https://github.com/Codeception/Codeception.git",
|
241 |
-
"reference": "
|
242 |
},
|
243 |
"dist": {
|
244 |
"type": "zip",
|
245 |
-
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/
|
246 |
-
"reference": "
|
247 |
"shasum": ""
|
248 |
},
|
249 |
"require": {
|
@@ -315,7 +315,7 @@
|
|
315 |
"functional testing",
|
316 |
"unit testing"
|
317 |
],
|
318 |
-
"time": "2020-
|
319 |
},
|
320 |
{
|
321 |
"name": "codeception/lib-asserts",
|
@@ -722,16 +722,16 @@
|
|
722 |
},
|
723 |
{
|
724 |
"name": "codeception/module-webdriver",
|
725 |
-
"version": "1.0
|
726 |
"source": {
|
727 |
"type": "git",
|
728 |
"url": "https://github.com/Codeception/module-webdriver.git",
|
729 |
-
"reference": "
|
730 |
},
|
731 |
"dist": {
|
732 |
"type": "zip",
|
733 |
-
"url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/
|
734 |
-
"reference": "
|
735 |
"shasum": ""
|
736 |
},
|
737 |
"require": {
|
@@ -773,7 +773,7 @@
|
|
773 |
"browser-testing",
|
774 |
"codeception"
|
775 |
],
|
776 |
-
"time": "2020-
|
777 |
},
|
778 |
{
|
779 |
"name": "codeception/phpunit-wrapper",
|
@@ -942,16 +942,16 @@
|
|
942 |
},
|
943 |
{
|
944 |
"name": "composer/composer",
|
945 |
-
"version": "1.10.
|
946 |
"source": {
|
947 |
"type": "git",
|
948 |
"url": "https://github.com/composer/composer.git",
|
949 |
-
"reference": "
|
950 |
},
|
951 |
"dist": {
|
952 |
"type": "zip",
|
953 |
-
"url": "https://api.github.com/repos/composer/composer/zipball/
|
954 |
-
"reference": "
|
955 |
"shasum": ""
|
956 |
},
|
957 |
"require": {
|
@@ -970,7 +970,8 @@
|
|
970 |
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
|
971 |
},
|
972 |
"conflict": {
|
973 |
-
"symfony/console": "2.8.38"
|
|
|
974 |
},
|
975 |
"require-dev": {
|
976 |
"phpspec/prophecy": "^1.10",
|
@@ -1018,7 +1019,7 @@
|
|
1018 |
"dependency",
|
1019 |
"package"
|
1020 |
],
|
1021 |
-
"time": "2020-
|
1022 |
},
|
1023 |
{
|
1024 |
"name": "composer/semver",
|
@@ -1620,73 +1621,18 @@
|
|
1620 |
],
|
1621 |
"time": "2019-11-13T10:30:21+00:00"
|
1622 |
},
|
1623 |
-
{
|
1624 |
-
"name": "gumlet/php-image-resize",
|
1625 |
-
"version": "1.9.2",
|
1626 |
-
"source": {
|
1627 |
-
"type": "git",
|
1628 |
-
"url": "https://github.com/gumlet/php-image-resize.git",
|
1629 |
-
"reference": "06339a9c1b167acd58173db226f57957a6617547"
|
1630 |
-
},
|
1631 |
-
"dist": {
|
1632 |
-
"type": "zip",
|
1633 |
-
"url": "https://api.github.com/repos/gumlet/php-image-resize/zipball/06339a9c1b167acd58173db226f57957a6617547",
|
1634 |
-
"reference": "06339a9c1b167acd58173db226f57957a6617547",
|
1635 |
-
"shasum": ""
|
1636 |
-
},
|
1637 |
-
"require": {
|
1638 |
-
"ext-fileinfo": "*",
|
1639 |
-
"ext-gd": "*",
|
1640 |
-
"php": ">=5.5.0"
|
1641 |
-
},
|
1642 |
-
"require-dev": {
|
1643 |
-
"apigen/apigen": "^4.1",
|
1644 |
-
"ext-exif": "*",
|
1645 |
-
"ext-gd": "*",
|
1646 |
-
"php-coveralls/php-coveralls": "^2.1",
|
1647 |
-
"phpunit/phpunit": "^4.8"
|
1648 |
-
},
|
1649 |
-
"suggest": {
|
1650 |
-
"ext-exif": "Auto-rotate jpeg files"
|
1651 |
-
},
|
1652 |
-
"type": "library",
|
1653 |
-
"autoload": {
|
1654 |
-
"psr-4": {
|
1655 |
-
"Gumlet\\": "lib/"
|
1656 |
-
}
|
1657 |
-
},
|
1658 |
-
"notification-url": "https://packagist.org/downloads/",
|
1659 |
-
"license": [
|
1660 |
-
"MIT"
|
1661 |
-
],
|
1662 |
-
"authors": [
|
1663 |
-
{
|
1664 |
-
"name": "Aditya Patadia",
|
1665 |
-
"homepage": "http://aditya.patadia.org/"
|
1666 |
-
}
|
1667 |
-
],
|
1668 |
-
"description": "PHP class to re-size and scale images",
|
1669 |
-
"homepage": "https://github.com/gumlet/php-image-resize",
|
1670 |
-
"keywords": [
|
1671 |
-
"image",
|
1672 |
-
"php",
|
1673 |
-
"resize",
|
1674 |
-
"scale"
|
1675 |
-
],
|
1676 |
-
"time": "2019-01-01T13:53:00+00:00"
|
1677 |
-
},
|
1678 |
{
|
1679 |
"name": "guzzlehttp/guzzle",
|
1680 |
-
"version": "6.5.
|
1681 |
"source": {
|
1682 |
"type": "git",
|
1683 |
"url": "https://github.com/guzzle/guzzle.git",
|
1684 |
-
"reference": "
|
1685 |
},
|
1686 |
"dist": {
|
1687 |
"type": "zip",
|
1688 |
-
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
|
1689 |
-
"reference": "
|
1690 |
"shasum": ""
|
1691 |
},
|
1692 |
"require": {
|
@@ -1694,7 +1640,7 @@
|
|
1694 |
"guzzlehttp/promises": "^1.0",
|
1695 |
"guzzlehttp/psr7": "^1.6.1",
|
1696 |
"php": ">=5.5",
|
1697 |
-
"symfony/polyfill-intl-idn": "
|
1698 |
},
|
1699 |
"require-dev": {
|
1700 |
"ext-curl": "*",
|
@@ -1740,7 +1686,7 @@
|
|
1740 |
"rest",
|
1741 |
"web service"
|
1742 |
],
|
1743 |
-
"time": "2020-
|
1744 |
},
|
1745 |
{
|
1746 |
"name": "guzzlehttp/promises",
|
@@ -2056,16 +2002,16 @@
|
|
2056 |
},
|
2057 |
{
|
2058 |
"name": "justinrainbow/json-schema",
|
2059 |
-
"version": "5.2.
|
2060 |
"source": {
|
2061 |
"type": "git",
|
2062 |
"url": "https://github.com/justinrainbow/json-schema.git",
|
2063 |
-
"reference": "
|
2064 |
},
|
2065 |
"dist": {
|
2066 |
"type": "zip",
|
2067 |
-
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/
|
2068 |
-
"reference": "
|
2069 |
"shasum": ""
|
2070 |
},
|
2071 |
"require": {
|
@@ -2118,20 +2064,20 @@
|
|
2118 |
"json",
|
2119 |
"schema"
|
2120 |
],
|
2121 |
-
"time": "
|
2122 |
},
|
2123 |
{
|
2124 |
"name": "lucatume/wp-browser",
|
2125 |
-
"version": "2.
|
2126 |
"source": {
|
2127 |
"type": "git",
|
2128 |
"url": "https://github.com/lucatume/wp-browser.git",
|
2129 |
-
"reference": "
|
2130 |
},
|
2131 |
"dist": {
|
2132 |
"type": "zip",
|
2133 |
-
"url": "https://api.github.com/repos/lucatume/wp-browser/zipball/
|
2134 |
-
"reference": "
|
2135 |
"shasum": ""
|
2136 |
},
|
2137 |
"require": {
|
@@ -2142,21 +2088,21 @@
|
|
2142 |
"ext-iconv": "*",
|
2143 |
"ext-json": "*",
|
2144 |
"ext-pdo": "*",
|
2145 |
-
"gumlet/php-image-resize": "^1.6",
|
2146 |
"mikemclin/laravel-wp-password": "~2.0.0",
|
2147 |
"php": ">=5.6.0",
|
2148 |
"symfony/filesystem": "^3.0",
|
2149 |
"symfony/process": ">=2.7 <5.0",
|
2150 |
-
"vlucas/phpdotenv": "^3.0",
|
2151 |
"vria/nodiacritic": "^0.1.2",
|
2152 |
"wp-cli/wp-cli-bundle": ">=2.0 <3.0.0",
|
2153 |
"zordius/lightncandy": "^1.2"
|
2154 |
},
|
2155 |
"require-dev": {
|
2156 |
"erusev/parsedown": "^1.7",
|
|
|
2157 |
"lucatume/codeception-snapshot-assertions": "^0.2",
|
2158 |
"mikey179/vfsstream": "^1.6",
|
2159 |
-
"victorjonsson/markdowndocs": "dev-master"
|
|
|
2160 |
},
|
2161 |
"suggest": {
|
2162 |
"codeception/module-asserts": "Codeception 4.0 compatibility.",
|
@@ -2165,7 +2111,9 @@
|
|
2165 |
"codeception/module-filesystem": "Codeception 4.0 compatibility; required by the WPFilesystem module.",
|
2166 |
"codeception/module-phpbrowser": "Codeception 4.0 compatibility; required by the WPBrowser module.",
|
2167 |
"codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.",
|
2168 |
-
"codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module."
|
|
|
|
|
2169 |
},
|
2170 |
"type": "library",
|
2171 |
"extra": {
|
@@ -2199,7 +2147,7 @@
|
|
2199 |
"codeception",
|
2200 |
"wordpress"
|
2201 |
],
|
2202 |
-
"time": "2020-05-
|
2203 |
},
|
2204 |
{
|
2205 |
"name": "matthiasmullie/minify",
|
@@ -2568,16 +2516,16 @@
|
|
2568 |
},
|
2569 |
{
|
2570 |
"name": "monolog/monolog",
|
2571 |
-
"version": "1.25.
|
2572 |
"source": {
|
2573 |
"type": "git",
|
2574 |
"url": "https://github.com/Seldaek/monolog.git",
|
2575 |
-
"reference": "
|
2576 |
},
|
2577 |
"dist": {
|
2578 |
"type": "zip",
|
2579 |
-
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/
|
2580 |
-
"reference": "
|
2581 |
"shasum": ""
|
2582 |
},
|
2583 |
"require": {
|
@@ -2591,11 +2539,10 @@
|
|
2591 |
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
2592 |
"doctrine/couchdb": "~1.0@dev",
|
2593 |
"graylog2/gelf-php": "~1.0",
|
2594 |
-
"jakub-onderka/php-parallel-lint": "0.9",
|
2595 |
"php-amqplib/php-amqplib": "~2.4",
|
2596 |
"php-console/php-console": "^3.1.3",
|
|
|
2597 |
"phpunit/phpunit": "~4.5",
|
2598 |
-
"phpunit/phpunit-mock-objects": "2.3.0",
|
2599 |
"ruflin/elastica": ">=0.90 <3.0",
|
2600 |
"sentry/sentry": "^0.13",
|
2601 |
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
@@ -2642,7 +2589,7 @@
|
|
2642 |
"logging",
|
2643 |
"psr-3"
|
2644 |
],
|
2645 |
-
"time": "
|
2646 |
},
|
2647 |
{
|
2648 |
"name": "mustache/mustache",
|
@@ -4449,16 +4396,16 @@
|
|
4449 |
},
|
4450 |
{
|
4451 |
"name": "symfony/browser-kit",
|
4452 |
-
"version": "v3.4.
|
4453 |
"source": {
|
4454 |
"type": "git",
|
4455 |
"url": "https://github.com/symfony/browser-kit.git",
|
4456 |
-
"reference": "
|
4457 |
},
|
4458 |
"dist": {
|
4459 |
"type": "zip",
|
4460 |
-
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/
|
4461 |
-
"reference": "
|
4462 |
"shasum": ""
|
4463 |
},
|
4464 |
"require": {
|
@@ -4502,20 +4449,20 @@
|
|
4502 |
],
|
4503 |
"description": "Symfony BrowserKit Component",
|
4504 |
"homepage": "https://symfony.com",
|
4505 |
-
"time": "2020-
|
4506 |
},
|
4507 |
{
|
4508 |
"name": "symfony/console",
|
4509 |
-
"version": "v3.4.
|
4510 |
"source": {
|
4511 |
"type": "git",
|
4512 |
"url": "https://github.com/symfony/console.git",
|
4513 |
-
"reference": "
|
4514 |
},
|
4515 |
"dist": {
|
4516 |
"type": "zip",
|
4517 |
-
"url": "https://api.github.com/repos/symfony/console/zipball/
|
4518 |
-
"reference": "
|
4519 |
"shasum": ""
|
4520 |
},
|
4521 |
"require": {
|
@@ -4574,11 +4521,11 @@
|
|
4574 |
],
|
4575 |
"description": "Symfony Console Component",
|
4576 |
"homepage": "https://symfony.com",
|
4577 |
-
"time": "2020-
|
4578 |
},
|
4579 |
{
|
4580 |
"name": "symfony/css-selector",
|
4581 |
-
"version": "v3.4.
|
4582 |
"source": {
|
4583 |
"type": "git",
|
4584 |
"url": "https://github.com/symfony/css-selector.git",
|
@@ -4631,16 +4578,16 @@
|
|
4631 |
},
|
4632 |
{
|
4633 |
"name": "symfony/debug",
|
4634 |
-
"version": "v3.4.
|
4635 |
"source": {
|
4636 |
"type": "git",
|
4637 |
"url": "https://github.com/symfony/debug.git",
|
4638 |
-
"reference": "
|
4639 |
},
|
4640 |
"dist": {
|
4641 |
"type": "zip",
|
4642 |
-
"url": "https://api.github.com/repos/symfony/debug/zipball/
|
4643 |
-
"reference": "
|
4644 |
"shasum": ""
|
4645 |
},
|
4646 |
"require": {
|
@@ -4683,20 +4630,20 @@
|
|
4683 |
],
|
4684 |
"description": "Symfony Debug Component",
|
4685 |
"homepage": "https://symfony.com",
|
4686 |
-
"time": "2020-
|
4687 |
},
|
4688 |
{
|
4689 |
"name": "symfony/dom-crawler",
|
4690 |
-
"version": "v3.4.
|
4691 |
"source": {
|
4692 |
"type": "git",
|
4693 |
"url": "https://github.com/symfony/dom-crawler.git",
|
4694 |
-
"reference": "
|
4695 |
},
|
4696 |
"dist": {
|
4697 |
"type": "zip",
|
4698 |
-
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/
|
4699 |
-
"reference": "
|
4700 |
"shasum": ""
|
4701 |
},
|
4702 |
"require": {
|
@@ -4740,20 +4687,20 @@
|
|
4740 |
],
|
4741 |
"description": "Symfony DomCrawler Component",
|
4742 |
"homepage": "https://symfony.com",
|
4743 |
-
"time": "2020-
|
4744 |
},
|
4745 |
{
|
4746 |
"name": "symfony/event-dispatcher",
|
4747 |
-
"version": "v3.4.
|
4748 |
"source": {
|
4749 |
"type": "git",
|
4750 |
"url": "https://github.com/symfony/event-dispatcher.git",
|
4751 |
-
"reference": "
|
4752 |
},
|
4753 |
"dist": {
|
4754 |
"type": "zip",
|
4755 |
-
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
|
4756 |
-
"reference": "
|
4757 |
"shasum": ""
|
4758 |
},
|
4759 |
"require": {
|
@@ -4803,20 +4750,20 @@
|
|
4803 |
],
|
4804 |
"description": "Symfony EventDispatcher Component",
|
4805 |
"homepage": "https://symfony.com",
|
4806 |
-
"time": "2020-
|
4807 |
},
|
4808 |
{
|
4809 |
"name": "symfony/filesystem",
|
4810 |
-
"version": "v3.4.
|
4811 |
"source": {
|
4812 |
"type": "git",
|
4813 |
"url": "https://github.com/symfony/filesystem.git",
|
4814 |
-
"reference": "
|
4815 |
},
|
4816 |
"dist": {
|
4817 |
"type": "zip",
|
4818 |
-
"url": "https://api.github.com/repos/symfony/filesystem/zipball/
|
4819 |
-
"reference": "
|
4820 |
"shasum": ""
|
4821 |
},
|
4822 |
"require": {
|
@@ -4853,11 +4800,11 @@
|
|
4853 |
],
|
4854 |
"description": "Symfony Filesystem Component",
|
4855 |
"homepage": "https://symfony.com",
|
4856 |
-
"time": "2020-
|
4857 |
},
|
4858 |
{
|
4859 |
"name": "symfony/finder",
|
4860 |
-
"version": "v3.4.
|
4861 |
"source": {
|
4862 |
"type": "git",
|
4863 |
"url": "https://github.com/symfony/finder.git",
|
@@ -4906,16 +4853,16 @@
|
|
4906 |
},
|
4907 |
{
|
4908 |
"name": "symfony/polyfill-ctype",
|
4909 |
-
"version": "v1.
|
4910 |
"source": {
|
4911 |
"type": "git",
|
4912 |
"url": "https://github.com/symfony/polyfill-ctype.git",
|
4913 |
-
"reference": "
|
4914 |
},
|
4915 |
"dist": {
|
4916 |
"type": "zip",
|
4917 |
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
|
4918 |
-
"reference": "
|
4919 |
"shasum": ""
|
4920 |
},
|
4921 |
"require": {
|
@@ -4927,7 +4874,7 @@
|
|
4927 |
"type": "library",
|
4928 |
"extra": {
|
4929 |
"branch-alias": {
|
4930 |
-
"dev-master": "1.
|
4931 |
}
|
4932 |
},
|
4933 |
"autoload": {
|
@@ -4960,20 +4907,20 @@
|
|
4960 |
"polyfill",
|
4961 |
"portable"
|
4962 |
],
|
4963 |
-
"time": "2020-
|
4964 |
},
|
4965 |
{
|
4966 |
"name": "symfony/polyfill-intl-idn",
|
4967 |
-
"version": "v1.
|
4968 |
"source": {
|
4969 |
"type": "git",
|
4970 |
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
4971 |
-
"reference": "
|
4972 |
},
|
4973 |
"dist": {
|
4974 |
"type": "zip",
|
4975 |
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/
|
4976 |
-
"reference": "
|
4977 |
"shasum": ""
|
4978 |
},
|
4979 |
"require": {
|
@@ -4987,7 +4934,7 @@
|
|
4987 |
"type": "library",
|
4988 |
"extra": {
|
4989 |
"branch-alias": {
|
4990 |
-
"dev-master": "1.
|
4991 |
}
|
4992 |
},
|
4993 |
"autoload": {
|
@@ -5022,20 +4969,20 @@
|
|
5022 |
"portable",
|
5023 |
"shim"
|
5024 |
],
|
5025 |
-
"time": "2020-
|
5026 |
},
|
5027 |
{
|
5028 |
"name": "symfony/polyfill-mbstring",
|
5029 |
-
"version": "v1.
|
5030 |
"source": {
|
5031 |
"type": "git",
|
5032 |
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
5033 |
-
"reference": "
|
5034 |
},
|
5035 |
"dist": {
|
5036 |
"type": "zip",
|
5037 |
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
|
5038 |
-
"reference": "
|
5039 |
"shasum": ""
|
5040 |
},
|
5041 |
"require": {
|
@@ -5047,7 +4994,7 @@
|
|
5047 |
"type": "library",
|
5048 |
"extra": {
|
5049 |
"branch-alias": {
|
5050 |
-
"dev-master": "1.
|
5051 |
}
|
5052 |
},
|
5053 |
"autoload": {
|
@@ -5081,20 +5028,20 @@
|
|
5081 |
"portable",
|
5082 |
"shim"
|
5083 |
],
|
5084 |
-
"time": "2020-
|
5085 |
},
|
5086 |
{
|
5087 |
"name": "symfony/polyfill-php72",
|
5088 |
-
"version": "v1.
|
5089 |
"source": {
|
5090 |
"type": "git",
|
5091 |
"url": "https://github.com/symfony/polyfill-php72.git",
|
5092 |
-
"reference": "
|
5093 |
},
|
5094 |
"dist": {
|
5095 |
"type": "zip",
|
5096 |
-
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/
|
5097 |
-
"reference": "
|
5098 |
"shasum": ""
|
5099 |
},
|
5100 |
"require": {
|
@@ -5103,7 +5050,7 @@
|
|
5103 |
"type": "library",
|
5104 |
"extra": {
|
5105 |
"branch-alias": {
|
5106 |
-
"dev-master": "1.
|
5107 |
}
|
5108 |
},
|
5109 |
"autoload": {
|
@@ -5136,20 +5083,20 @@
|
|
5136 |
"portable",
|
5137 |
"shim"
|
5138 |
],
|
5139 |
-
"time": "2020-
|
5140 |
},
|
5141 |
{
|
5142 |
"name": "symfony/process",
|
5143 |
-
"version": "v3.4.
|
5144 |
"source": {
|
5145 |
"type": "git",
|
5146 |
"url": "https://github.com/symfony/process.git",
|
5147 |
-
"reference": "
|
5148 |
},
|
5149 |
"dist": {
|
5150 |
"type": "zip",
|
5151 |
-
"url": "https://api.github.com/repos/symfony/process/zipball/
|
5152 |
-
"reference": "
|
5153 |
"shasum": ""
|
5154 |
},
|
5155 |
"require": {
|
@@ -5185,20 +5132,20 @@
|
|
5185 |
],
|
5186 |
"description": "Symfony Process Component",
|
5187 |
"homepage": "https://symfony.com",
|
5188 |
-
"time": "2020-
|
5189 |
},
|
5190 |
{
|
5191 |
"name": "symfony/yaml",
|
5192 |
-
"version": "v3.4.
|
5193 |
"source": {
|
5194 |
"type": "git",
|
5195 |
"url": "https://github.com/symfony/yaml.git",
|
5196 |
-
"reference": "
|
5197 |
},
|
5198 |
"dist": {
|
5199 |
"type": "zip",
|
5200 |
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/
|
5201 |
-
"reference": "
|
5202 |
"shasum": ""
|
5203 |
},
|
5204 |
"require": {
|
@@ -5244,28 +5191,29 @@
|
|
5244 |
],
|
5245 |
"description": "Symfony Yaml Component",
|
5246 |
"homepage": "https://symfony.com",
|
5247 |
-
"time": "2020-
|
5248 |
},
|
5249 |
{
|
5250 |
"name": "vlucas/phpdotenv",
|
5251 |
-
"version": "
|
5252 |
"source": {
|
5253 |
"type": "git",
|
5254 |
"url": "https://github.com/vlucas/phpdotenv.git",
|
5255 |
-
"reference": "
|
5256 |
},
|
5257 |
"dist": {
|
5258 |
"type": "zip",
|
5259 |
-
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/
|
5260 |
-
"reference": "
|
5261 |
"shasum": ""
|
5262 |
},
|
5263 |
"require": {
|
5264 |
-
"php": "^5.
|
5265 |
-
"phpoption/phpoption": "^1.
|
5266 |
"symfony/polyfill-ctype": "^1.9"
|
5267 |
},
|
5268 |
"require-dev": {
|
|
|
5269 |
"ext-filter": "*",
|
5270 |
"ext-pcre": "*",
|
5271 |
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
@@ -5277,7 +5225,7 @@
|
|
5277 |
"type": "library",
|
5278 |
"extra": {
|
5279 |
"branch-alias": {
|
5280 |
-
"dev-master": "
|
5281 |
}
|
5282 |
},
|
5283 |
"autoload": {
|
@@ -5307,7 +5255,7 @@
|
|
5307 |
"env",
|
5308 |
"environment"
|
5309 |
],
|
5310 |
-
"time": "2020-05-
|
5311 |
},
|
5312 |
{
|
5313 |
"name": "vria/nodiacritic",
|
@@ -6518,16 +6466,16 @@
|
|
6518 |
},
|
6519 |
{
|
6520 |
"name": "wp-cli/media-command",
|
6521 |
-
"version": "v2.0.
|
6522 |
"source": {
|
6523 |
"type": "git",
|
6524 |
"url": "https://github.com/wp-cli/media-command.git",
|
6525 |
-
"reference": "
|
6526 |
},
|
6527 |
"dist": {
|
6528 |
"type": "zip",
|
6529 |
-
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/
|
6530 |
-
"reference": "
|
6531 |
"shasum": ""
|
6532 |
},
|
6533 |
"require": {
|
@@ -6572,7 +6520,7 @@
|
|
6572 |
],
|
6573 |
"description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
|
6574 |
"homepage": "https://github.com/wp-cli/media-command",
|
6575 |
-
"time": "
|
6576 |
},
|
6577 |
{
|
6578 |
"name": "wp-cli/mustangostang-spyc",
|
@@ -6854,21 +6802,21 @@
|
|
6854 |
},
|
6855 |
{
|
6856 |
"name": "wp-cli/scaffold-command",
|
6857 |
-
"version": "v2.0.
|
6858 |
"source": {
|
6859 |
"type": "git",
|
6860 |
"url": "https://github.com/wp-cli/scaffold-command.git",
|
6861 |
-
"reference": "
|
6862 |
},
|
6863 |
"dist": {
|
6864 |
"type": "zip",
|
6865 |
-
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/
|
6866 |
-
"reference": "
|
6867 |
"shasum": ""
|
6868 |
},
|
6869 |
"require": {
|
6870 |
"php": "^5.4 || ^7.0",
|
6871 |
-
"wp-cli/wp-cli": "
|
6872 |
},
|
6873 |
"require-dev": {
|
6874 |
"wp-cli/extension-command": "^1.2 || ^2",
|
@@ -6913,7 +6861,7 @@
|
|
6913 |
],
|
6914 |
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
|
6915 |
"homepage": "https://github.com/wp-cli/scaffold-command",
|
6916 |
-
"time": "
|
6917 |
},
|
6918 |
{
|
6919 |
"name": "wp-cli/search-replace-command",
|
@@ -7204,12 +7152,12 @@
|
|
7204 |
"source": {
|
7205 |
"type": "git",
|
7206 |
"url": "https://github.com/wp-cli/wp-cli.git",
|
7207 |
-
"reference": "
|
7208 |
},
|
7209 |
"dist": {
|
7210 |
"type": "zip",
|
7211 |
-
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/
|
7212 |
-
"reference": "
|
7213 |
"shasum": ""
|
7214 |
},
|
7215 |
"require": {
|
@@ -7258,7 +7206,7 @@
|
|
7258 |
"cli",
|
7259 |
"wordpress"
|
7260 |
],
|
7261 |
-
"time": "2020-
|
7262 |
},
|
7263 |
{
|
7264 |
"name": "wp-cli/wp-cli-bundle",
|
@@ -7373,16 +7321,16 @@
|
|
7373 |
},
|
7374 |
{
|
7375 |
"name": "wp-coding-standards/wpcs",
|
7376 |
-
"version": "2.
|
7377 |
"source": {
|
7378 |
"type": "git",
|
7379 |
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
|
7380 |
-
"reference": "
|
7381 |
},
|
7382 |
"dist": {
|
7383 |
"type": "zip",
|
7384 |
-
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/
|
7385 |
-
"reference": "
|
7386 |
"shasum": ""
|
7387 |
},
|
7388 |
"require": {
|
@@ -7392,6 +7340,7 @@
|
|
7392 |
"require-dev": {
|
7393 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
|
7394 |
"phpcompatibility/php-compatibility": "^9.0",
|
|
|
7395 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
7396 |
},
|
7397 |
"suggest": {
|
@@ -7414,7 +7363,7 @@
|
|
7414 |
"standards",
|
7415 |
"wordpress"
|
7416 |
],
|
7417 |
-
"time": "2020-
|
7418 |
},
|
7419 |
{
|
7420 |
"name": "wpdesk/wc-currency-switchers-integrations",
|
@@ -7545,16 +7494,16 @@
|
|
7545 |
},
|
7546 |
{
|
7547 |
"name": "wpdesk/wp-builder",
|
7548 |
-
"version": "1.4.
|
7549 |
"source": {
|
7550 |
"type": "git",
|
7551 |
"url": "https://gitlab.com/wpdesk/wp-builder.git",
|
7552 |
-
"reference": "
|
7553 |
},
|
7554 |
"dist": {
|
7555 |
"type": "zip",
|
7556 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-builder/repository/archive.zip?sha=
|
7557 |
-
"reference": "
|
7558 |
"shasum": ""
|
7559 |
},
|
7560 |
"require": {
|
@@ -7584,7 +7533,7 @@
|
|
7584 |
"email": "krzysiek@wpdesk.pl"
|
7585 |
}
|
7586 |
],
|
7587 |
-
"time": "
|
7588 |
},
|
7589 |
{
|
7590 |
"name": "wpdesk/wp-code-sniffer",
|
@@ -7636,16 +7585,16 @@
|
|
7636 |
},
|
7637 |
{
|
7638 |
"name": "wpdesk/wp-codeception",
|
7639 |
-
"version": "1.5.
|
7640 |
"source": {
|
7641 |
"type": "git",
|
7642 |
"url": "https://gitlab.com/wpdesk/wp-codeception.git",
|
7643 |
-
"reference": "
|
7644 |
},
|
7645 |
"dist": {
|
7646 |
"type": "zip",
|
7647 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-codeception/repository/archive.zip?sha=
|
7648 |
-
"reference": "
|
7649 |
"shasum": ""
|
7650 |
},
|
7651 |
"require": {
|
@@ -7661,6 +7610,7 @@
|
|
7661 |
"ext-json": "*",
|
7662 |
"lucatume/wp-browser": "^2.4",
|
7663 |
"php": ">=5.6",
|
|
|
7664 |
"wpdesk/wp-builder": "^1.0"
|
7665 |
},
|
7666 |
"require-dev": {
|
@@ -7699,7 +7649,7 @@
|
|
7699 |
"codeception",
|
7700 |
"wordpress"
|
7701 |
],
|
7702 |
-
"time": "2020-
|
7703 |
},
|
7704 |
{
|
7705 |
"name": "wpdesk/wp-helpscout-beacon",
|
@@ -7748,16 +7698,16 @@
|
|
7748 |
},
|
7749 |
{
|
7750 |
"name": "wpdesk/wp-logs",
|
7751 |
-
"version": "1.6.
|
7752 |
"source": {
|
7753 |
"type": "git",
|
7754 |
"url": "https://gitlab.com/wpdesk/wp-logs.git",
|
7755 |
-
"reference": "
|
7756 |
},
|
7757 |
"dist": {
|
7758 |
"type": "zip",
|
7759 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-logs/repository/archive.zip?sha=
|
7760 |
-
"reference": "
|
7761 |
"shasum": ""
|
7762 |
},
|
7763 |
"require": {
|
@@ -7788,7 +7738,7 @@
|
|
7788 |
"email": "krzysiek@wpdesk.pl"
|
7789 |
}
|
7790 |
],
|
7791 |
-
"time": "
|
7792 |
},
|
7793 |
{
|
7794 |
"name": "wpdesk/wp-mutex",
|
@@ -7941,16 +7891,16 @@
|
|
7941 |
},
|
7942 |
{
|
7943 |
"name": "wpdesk/wp-plugin-flow",
|
7944 |
-
"version": "2.
|
7945 |
"source": {
|
7946 |
"type": "git",
|
7947 |
"url": "https://gitlab.com/wpdesk/wp-plugin-flow.git",
|
7948 |
-
"reference": "
|
7949 |
},
|
7950 |
"dist": {
|
7951 |
"type": "zip",
|
7952 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-plugin-flow/repository/archive.zip?sha=
|
7953 |
-
"reference": "
|
7954 |
"shasum": ""
|
7955 |
},
|
7956 |
"require": {
|
@@ -7988,7 +7938,7 @@
|
|
7988 |
"email": "krzysiek@wpdesk.pl"
|
7989 |
}
|
7990 |
],
|
7991 |
-
"time": "2020-
|
7992 |
},
|
7993 |
{
|
7994 |
"name": "wpdesk/wp-pointer",
|
@@ -8083,16 +8033,16 @@
|
|
8083 |
},
|
8084 |
{
|
8085 |
"name": "wpdesk/wp-wpdesk-composer",
|
8086 |
-
"version": "2.8.
|
8087 |
"source": {
|
8088 |
"type": "git",
|
8089 |
"url": "https://gitlab.com/wpdesk/wp-wpdesk-composer.git",
|
8090 |
-
"reference": "
|
8091 |
},
|
8092 |
"dist": {
|
8093 |
"type": "zip",
|
8094 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-composer/repository/archive.zip?sha=
|
8095 |
-
"reference": "
|
8096 |
"shasum": ""
|
8097 |
},
|
8098 |
"require": {
|
@@ -8122,7 +8072,7 @@
|
|
8122 |
"email": "krzysiek@wpdesk.pl"
|
8123 |
}
|
8124 |
],
|
8125 |
-
"time": "2020-05-
|
8126 |
},
|
8127 |
{
|
8128 |
"name": "wpdesk/wp-wpdesk-helper",
|
234 |
},
|
235 |
{
|
236 |
"name": "codeception/codeception",
|
237 |
+
"version": "4.1.5",
|
238 |
"source": {
|
239 |
"type": "git",
|
240 |
"url": "https://github.com/Codeception/Codeception.git",
|
241 |
+
"reference": "24f2345329b1059f1208f65581fc632a4a6e5a55"
|
242 |
},
|
243 |
"dist": {
|
244 |
"type": "zip",
|
245 |
+
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/24f2345329b1059f1208f65581fc632a4a6e5a55",
|
246 |
+
"reference": "24f2345329b1059f1208f65581fc632a4a6e5a55",
|
247 |
"shasum": ""
|
248 |
},
|
249 |
"require": {
|
315 |
"functional testing",
|
316 |
"unit testing"
|
317 |
],
|
318 |
+
"time": "2020-05-24T13:58:47+00:00"
|
319 |
},
|
320 |
{
|
321 |
"name": "codeception/lib-asserts",
|
722 |
},
|
723 |
{
|
724 |
"name": "codeception/module-webdriver",
|
725 |
+
"version": "1.1.0",
|
726 |
"source": {
|
727 |
"type": "git",
|
728 |
"url": "https://github.com/Codeception/module-webdriver.git",
|
729 |
+
"reference": "09c167817393090ce3dbce96027d94656b1963ce"
|
730 |
},
|
731 |
"dist": {
|
732 |
"type": "zip",
|
733 |
+
"url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/09c167817393090ce3dbce96027d94656b1963ce",
|
734 |
+
"reference": "09c167817393090ce3dbce96027d94656b1963ce",
|
735 |
"shasum": ""
|
736 |
},
|
737 |
"require": {
|
773 |
"browser-testing",
|
774 |
"codeception"
|
775 |
],
|
776 |
+
"time": "2020-05-31T08:47:24+00:00"
|
777 |
},
|
778 |
{
|
779 |
"name": "codeception/phpunit-wrapper",
|
942 |
},
|
943 |
{
|
944 |
"name": "composer/composer",
|
945 |
+
"version": "1.10.6",
|
946 |
"source": {
|
947 |
"type": "git",
|
948 |
"url": "https://github.com/composer/composer.git",
|
949 |
+
"reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88"
|
950 |
},
|
951 |
"dist": {
|
952 |
"type": "zip",
|
953 |
+
"url": "https://api.github.com/repos/composer/composer/zipball/be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
|
954 |
+
"reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
|
955 |
"shasum": ""
|
956 |
},
|
957 |
"require": {
|
970 |
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
|
971 |
},
|
972 |
"conflict": {
|
973 |
+
"symfony/console": "2.8.38",
|
974 |
+
"symfony/phpunit-bridge": "3.4.40"
|
975 |
},
|
976 |
"require-dev": {
|
977 |
"phpspec/prophecy": "^1.10",
|
1019 |
"dependency",
|
1020 |
"package"
|
1021 |
],
|
1022 |
+
"time": "2020-05-06T08:28:10+00:00"
|
1023 |
},
|
1024 |
{
|
1025 |
"name": "composer/semver",
|
1621 |
],
|
1622 |
"time": "2019-11-13T10:30:21+00:00"
|
1623 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1624 |
{
|
1625 |
"name": "guzzlehttp/guzzle",
|
1626 |
+
"version": "6.5.4",
|
1627 |
"source": {
|
1628 |
"type": "git",
|
1629 |
"url": "https://github.com/guzzle/guzzle.git",
|
1630 |
+
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
|
1631 |
},
|
1632 |
"dist": {
|
1633 |
"type": "zip",
|
1634 |
+
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
|
1635 |
+
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
|
1636 |
"shasum": ""
|
1637 |
},
|
1638 |
"require": {
|
1640 |
"guzzlehttp/promises": "^1.0",
|
1641 |
"guzzlehttp/psr7": "^1.6.1",
|
1642 |
"php": ">=5.5",
|
1643 |
+
"symfony/polyfill-intl-idn": "1.17.0"
|
1644 |
},
|
1645 |
"require-dev": {
|
1646 |
"ext-curl": "*",
|
1686 |
"rest",
|
1687 |
"web service"
|
1688 |
],
|
1689 |
+
"time": "2020-05-25T19:35:05+00:00"
|
1690 |
},
|
1691 |
{
|
1692 |
"name": "guzzlehttp/promises",
|
2002 |
},
|
2003 |
{
|
2004 |
"name": "justinrainbow/json-schema",
|
2005 |
+
"version": "5.2.10",
|
2006 |
"source": {
|
2007 |
"type": "git",
|
2008 |
"url": "https://github.com/justinrainbow/json-schema.git",
|
2009 |
+
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
|
2010 |
},
|
2011 |
"dist": {
|
2012 |
"type": "zip",
|
2013 |
+
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
|
2014 |
+
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
|
2015 |
"shasum": ""
|
2016 |
},
|
2017 |
"require": {
|
2064 |
"json",
|
2065 |
"schema"
|
2066 |
],
|
2067 |
+
"time": "2020-05-27T16:41:55+00:00"
|
2068 |
},
|
2069 |
{
|
2070 |
"name": "lucatume/wp-browser",
|
2071 |
+
"version": "2.5.5",
|
2072 |
"source": {
|
2073 |
"type": "git",
|
2074 |
"url": "https://github.com/lucatume/wp-browser.git",
|
2075 |
+
"reference": "be017ac5457617d6d9e599b4d8a6496dee65b8f0"
|
2076 |
},
|
2077 |
"dist": {
|
2078 |
"type": "zip",
|
2079 |
+
"url": "https://api.github.com/repos/lucatume/wp-browser/zipball/be017ac5457617d6d9e599b4d8a6496dee65b8f0",
|
2080 |
+
"reference": "be017ac5457617d6d9e599b4d8a6496dee65b8f0",
|
2081 |
"shasum": ""
|
2082 |
},
|
2083 |
"require": {
|
2088 |
"ext-iconv": "*",
|
2089 |
"ext-json": "*",
|
2090 |
"ext-pdo": "*",
|
|
|
2091 |
"mikemclin/laravel-wp-password": "~2.0.0",
|
2092 |
"php": ">=5.6.0",
|
2093 |
"symfony/filesystem": "^3.0",
|
2094 |
"symfony/process": ">=2.7 <5.0",
|
|
|
2095 |
"vria/nodiacritic": "^0.1.2",
|
2096 |
"wp-cli/wp-cli-bundle": ">=2.0 <3.0.0",
|
2097 |
"zordius/lightncandy": "^1.2"
|
2098 |
},
|
2099 |
"require-dev": {
|
2100 |
"erusev/parsedown": "^1.7",
|
2101 |
+
"gumlet/php-image-resize": "^1.6",
|
2102 |
"lucatume/codeception-snapshot-assertions": "^0.2",
|
2103 |
"mikey179/vfsstream": "^1.6",
|
2104 |
+
"victorjonsson/markdowndocs": "dev-master",
|
2105 |
+
"vlucas/phpdotenv": "^3.0"
|
2106 |
},
|
2107 |
"suggest": {
|
2108 |
"codeception/module-asserts": "Codeception 4.0 compatibility.",
|
2111 |
"codeception/module-filesystem": "Codeception 4.0 compatibility; required by the WPFilesystem module.",
|
2112 |
"codeception/module-phpbrowser": "Codeception 4.0 compatibility; required by the WPBrowser module.",
|
2113 |
"codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.",
|
2114 |
+
"codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module.",
|
2115 |
+
"gumlet/php-image-resize": "To handle runtime image modification in the WPDb::haveAttachmentInDatabase method.",
|
2116 |
+
"vlucas/phpdotenv": "To manage env file based configuration of the suites."
|
2117 |
},
|
2118 |
"type": "library",
|
2119 |
"extra": {
|
2147 |
"codeception",
|
2148 |
"wordpress"
|
2149 |
],
|
2150 |
+
"time": "2020-05-25T07:47:49+00:00"
|
2151 |
},
|
2152 |
{
|
2153 |
"name": "matthiasmullie/minify",
|
2516 |
},
|
2517 |
{
|
2518 |
"name": "monolog/monolog",
|
2519 |
+
"version": "1.25.4",
|
2520 |
"source": {
|
2521 |
"type": "git",
|
2522 |
"url": "https://github.com/Seldaek/monolog.git",
|
2523 |
+
"reference": "3022efff205e2448b560c833c6fbbf91c3139168"
|
2524 |
},
|
2525 |
"dist": {
|
2526 |
"type": "zip",
|
2527 |
+
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/3022efff205e2448b560c833c6fbbf91c3139168",
|
2528 |
+
"reference": "3022efff205e2448b560c833c6fbbf91c3139168",
|
2529 |
"shasum": ""
|
2530 |
},
|
2531 |
"require": {
|
2539 |
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
2540 |
"doctrine/couchdb": "~1.0@dev",
|
2541 |
"graylog2/gelf-php": "~1.0",
|
|
|
2542 |
"php-amqplib/php-amqplib": "~2.4",
|
2543 |
"php-console/php-console": "^3.1.3",
|
2544 |
+
"php-parallel-lint/php-parallel-lint": "^1.0",
|
2545 |
"phpunit/phpunit": "~4.5",
|
|
|
2546 |
"ruflin/elastica": ">=0.90 <3.0",
|
2547 |
"sentry/sentry": "^0.13",
|
2548 |
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
2589 |
"logging",
|
2590 |
"psr-3"
|
2591 |
],
|
2592 |
+
"time": "2020-05-22T07:31:27+00:00"
|
2593 |
},
|
2594 |
{
|
2595 |
"name": "mustache/mustache",
|
4396 |
},
|
4397 |
{
|
4398 |
"name": "symfony/browser-kit",
|
4399 |
+
"version": "v3.4.41",
|
4400 |
"source": {
|
4401 |
"type": "git",
|
4402 |
"url": "https://github.com/symfony/browser-kit.git",
|
4403 |
+
"reference": "1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824"
|
4404 |
},
|
4405 |
"dist": {
|
4406 |
"type": "zip",
|
4407 |
+
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824",
|
4408 |
+
"reference": "1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824",
|
4409 |
"shasum": ""
|
4410 |
},
|
4411 |
"require": {
|
4449 |
],
|
4450 |
"description": "Symfony BrowserKit Component",
|
4451 |
"homepage": "https://symfony.com",
|
4452 |
+
"time": "2020-04-27T06:55:12+00:00"
|
4453 |
},
|
4454 |
{
|
4455 |
"name": "symfony/console",
|
4456 |
+
"version": "v3.4.41",
|
4457 |
"source": {
|
4458 |
"type": "git",
|
4459 |
"url": "https://github.com/symfony/console.git",
|
4460 |
+
"reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13"
|
4461 |
},
|
4462 |
"dist": {
|
4463 |
"type": "zip",
|
4464 |
+
"url": "https://api.github.com/repos/symfony/console/zipball/bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
|
4465 |
+
"reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
|
4466 |
"shasum": ""
|
4467 |
},
|
4468 |
"require": {
|
4521 |
],
|
4522 |
"description": "Symfony Console Component",
|
4523 |
"homepage": "https://symfony.com",
|
4524 |
+
"time": "2020-05-30T18:58:05+00:00"
|
4525 |
},
|
4526 |
{
|
4527 |
"name": "symfony/css-selector",
|
4528 |
+
"version": "v3.4.41",
|
4529 |
"source": {
|
4530 |
"type": "git",
|
4531 |
"url": "https://github.com/symfony/css-selector.git",
|
4578 |
},
|
4579 |
{
|
4580 |
"name": "symfony/debug",
|
4581 |
+
"version": "v3.4.41",
|
4582 |
"source": {
|
4583 |
"type": "git",
|
4584 |
"url": "https://github.com/symfony/debug.git",
|
4585 |
+
"reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d"
|
4586 |
},
|
4587 |
"dist": {
|
4588 |
"type": "zip",
|
4589 |
+
"url": "https://api.github.com/repos/symfony/debug/zipball/518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
|
4590 |
+
"reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
|
4591 |
"shasum": ""
|
4592 |
},
|
4593 |
"require": {
|
4630 |
],
|
4631 |
"description": "Symfony Debug Component",
|
4632 |
"homepage": "https://symfony.com",
|
4633 |
+
"time": "2020-05-22T18:25:20+00:00"
|
4634 |
},
|
4635 |
{
|
4636 |
"name": "symfony/dom-crawler",
|
4637 |
+
"version": "v3.4.41",
|
4638 |
"source": {
|
4639 |
"type": "git",
|
4640 |
"url": "https://github.com/symfony/dom-crawler.git",
|
4641 |
+
"reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c"
|
4642 |
},
|
4643 |
"dist": {
|
4644 |
"type": "zip",
|
4645 |
+
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c3086a58a66b2a519c0b7ac80539a3727609ea9c",
|
4646 |
+
"reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c",
|
4647 |
"shasum": ""
|
4648 |
},
|
4649 |
"require": {
|
4687 |
],
|
4688 |
"description": "Symfony DomCrawler Component",
|
4689 |
"homepage": "https://symfony.com",
|
4690 |
+
"time": "2020-05-22T19:35:43+00:00"
|
4691 |
},
|
4692 |
{
|
4693 |
"name": "symfony/event-dispatcher",
|
4694 |
+
"version": "v3.4.41",
|
4695 |
"source": {
|
4696 |
"type": "git",
|
4697 |
"url": "https://github.com/symfony/event-dispatcher.git",
|
4698 |
+
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081"
|
4699 |
},
|
4700 |
"dist": {
|
4701 |
"type": "zip",
|
4702 |
+
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081",
|
4703 |
+
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081",
|
4704 |
"shasum": ""
|
4705 |
},
|
4706 |
"require": {
|
4750 |
],
|
4751 |
"description": "Symfony EventDispatcher Component",
|
4752 |
"homepage": "https://symfony.com",
|
4753 |
+
"time": "2020-05-05T15:06:23+00:00"
|
4754 |
},
|
4755 |
{
|
4756 |
"name": "symfony/filesystem",
|
4757 |
+
"version": "v3.4.41",
|
4758 |
"source": {
|
4759 |
"type": "git",
|
4760 |
"url": "https://github.com/symfony/filesystem.git",
|
4761 |
+
"reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10"
|
4762 |
},
|
4763 |
"dist": {
|
4764 |
"type": "zip",
|
4765 |
+
"url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10",
|
4766 |
+
"reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10",
|
4767 |
"shasum": ""
|
4768 |
},
|
4769 |
"require": {
|
4800 |
],
|
4801 |
"description": "Symfony Filesystem Component",
|
4802 |
"homepage": "https://symfony.com",
|
4803 |
+
"time": "2020-05-30T17:48:24+00:00"
|
4804 |
},
|
4805 |
{
|
4806 |
"name": "symfony/finder",
|
4807 |
+
"version": "v3.4.41",
|
4808 |
"source": {
|
4809 |
"type": "git",
|
4810 |
"url": "https://github.com/symfony/finder.git",
|
4853 |
},
|
4854 |
{
|
4855 |
"name": "symfony/polyfill-ctype",
|
4856 |
+
"version": "v1.17.0",
|
4857 |
"source": {
|
4858 |
"type": "git",
|
4859 |
"url": "https://github.com/symfony/polyfill-ctype.git",
|
4860 |
+
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
|
4861 |
},
|
4862 |
"dist": {
|
4863 |
"type": "zip",
|
4864 |
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
|
4865 |
+
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
|
4866 |
"shasum": ""
|
4867 |
},
|
4868 |
"require": {
|
4874 |
"type": "library",
|
4875 |
"extra": {
|
4876 |
"branch-alias": {
|
4877 |
+
"dev-master": "1.17-dev"
|
4878 |
}
|
4879 |
},
|
4880 |
"autoload": {
|
4907 |
"polyfill",
|
4908 |
"portable"
|
4909 |
],
|
4910 |
+
"time": "2020-05-12T16:14:59+00:00"
|
4911 |
},
|
4912 |
{
|
4913 |
"name": "symfony/polyfill-intl-idn",
|
4914 |
+
"version": "v1.17.0",
|
4915 |
"source": {
|
4916 |
"type": "git",
|
4917 |
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
4918 |
+
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
|
4919 |
},
|
4920 |
"dist": {
|
4921 |
"type": "zip",
|
4922 |
+
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
|
4923 |
+
"reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
|
4924 |
"shasum": ""
|
4925 |
},
|
4926 |
"require": {
|
4934 |
"type": "library",
|
4935 |
"extra": {
|
4936 |
"branch-alias": {
|
4937 |
+
"dev-master": "1.17-dev"
|
4938 |
}
|
4939 |
},
|
4940 |
"autoload": {
|
4969 |
"portable",
|
4970 |
"shim"
|
4971 |
],
|
4972 |
+
"time": "2020-05-12T16:47:27+00:00"
|
4973 |
},
|
4974 |
{
|
4975 |
"name": "symfony/polyfill-mbstring",
|
4976 |
+
"version": "v1.17.0",
|
4977 |
"source": {
|
4978 |
"type": "git",
|
4979 |
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
4980 |
+
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
|
4981 |
},
|
4982 |
"dist": {
|
4983 |
"type": "zip",
|
4984 |
+
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
|
4985 |
+
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
|
4986 |
"shasum": ""
|
4987 |
},
|
4988 |
"require": {
|
4994 |
"type": "library",
|
4995 |
"extra": {
|
4996 |
"branch-alias": {
|
4997 |
+
"dev-master": "1.17-dev"
|
4998 |
}
|
4999 |
},
|
5000 |
"autoload": {
|
5028 |
"portable",
|
5029 |
"shim"
|
5030 |
],
|
5031 |
+
"time": "2020-05-12T16:47:27+00:00"
|
5032 |
},
|
5033 |
{
|
5034 |
"name": "symfony/polyfill-php72",
|
5035 |
+
"version": "v1.17.0",
|
5036 |
"source": {
|
5037 |
"type": "git",
|
5038 |
"url": "https://github.com/symfony/polyfill-php72.git",
|
5039 |
+
"reference": "f048e612a3905f34931127360bdd2def19a5e582"
|
5040 |
},
|
5041 |
"dist": {
|
5042 |
"type": "zip",
|
5043 |
+
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
|
5044 |
+
"reference": "f048e612a3905f34931127360bdd2def19a5e582",
|
5045 |
"shasum": ""
|
5046 |
},
|
5047 |
"require": {
|
5050 |
"type": "library",
|
5051 |
"extra": {
|
5052 |
"branch-alias": {
|
5053 |
+
"dev-master": "1.17-dev"
|
5054 |
}
|
5055 |
},
|
5056 |
"autoload": {
|
5083 |
"portable",
|
5084 |
"shim"
|
5085 |
],
|
5086 |
+
"time": "2020-05-12T16:47:27+00:00"
|
5087 |
},
|
5088 |
{
|
5089 |
"name": "symfony/process",
|
5090 |
+
"version": "v3.4.41",
|
5091 |
"source": {
|
5092 |
"type": "git",
|
5093 |
"url": "https://github.com/symfony/process.git",
|
5094 |
+
"reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21"
|
5095 |
},
|
5096 |
"dist": {
|
5097 |
"type": "zip",
|
5098 |
+
"url": "https://api.github.com/repos/symfony/process/zipball/8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
|
5099 |
+
"reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
|
5100 |
"shasum": ""
|
5101 |
},
|
5102 |
"require": {
|
5132 |
],
|
5133 |
"description": "Symfony Process Component",
|
5134 |
"homepage": "https://symfony.com",
|
5135 |
+
"time": "2020-05-23T17:05:51+00:00"
|
5136 |
},
|
5137 |
{
|
5138 |
"name": "symfony/yaml",
|
5139 |
+
"version": "v3.4.41",
|
5140 |
"source": {
|
5141 |
"type": "git",
|
5142 |
"url": "https://github.com/symfony/yaml.git",
|
5143 |
+
"reference": "7233ac2bfdde24d672f5305f2b3f6b5d741ef8eb"
|
5144 |
},
|
5145 |
"dist": {
|
5146 |
"type": "zip",
|
5147 |
+
"url": "https://api.github.com/repos/symfony/yaml/zipball/7233ac2bfdde24d672f5305f2b3f6b5d741ef8eb",
|
5148 |
+
"reference": "7233ac2bfdde24d672f5305f2b3f6b5d741ef8eb",
|
5149 |
"shasum": ""
|
5150 |
},
|
5151 |
"require": {
|
5191 |
],
|
5192 |
"description": "Symfony Yaml Component",
|
5193 |
"homepage": "https://symfony.com",
|
5194 |
+
"time": "2020-05-11T07:51:54+00:00"
|
5195 |
},
|
5196 |
{
|
5197 |
"name": "vlucas/phpdotenv",
|
5198 |
+
"version": "v4.1.6",
|
5199 |
"source": {
|
5200 |
"type": "git",
|
5201 |
"url": "https://github.com/vlucas/phpdotenv.git",
|
5202 |
+
"reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6"
|
5203 |
},
|
5204 |
"dist": {
|
5205 |
"type": "zip",
|
5206 |
+
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0b32505d67c1abbfa829283c86bfc0642a661bf6",
|
5207 |
+
"reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6",
|
5208 |
"shasum": ""
|
5209 |
},
|
5210 |
"require": {
|
5211 |
+
"php": "^5.5.9 || ^7.0 || ^8.0",
|
5212 |
+
"phpoption/phpoption": "^1.7.2",
|
5213 |
"symfony/polyfill-ctype": "^1.9"
|
5214 |
},
|
5215 |
"require-dev": {
|
5216 |
+
"bamarni/composer-bin-plugin": "^1.3",
|
5217 |
"ext-filter": "*",
|
5218 |
"ext-pcre": "*",
|
5219 |
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
5225 |
"type": "library",
|
5226 |
"extra": {
|
5227 |
"branch-alias": {
|
5228 |
+
"dev-master": "4.1-dev"
|
5229 |
}
|
5230 |
},
|
5231 |
"autoload": {
|
5255 |
"env",
|
5256 |
"environment"
|
5257 |
],
|
5258 |
+
"time": "2020-05-23T09:43:32+00:00"
|
5259 |
},
|
5260 |
{
|
5261 |
"name": "vria/nodiacritic",
|
6466 |
},
|
6467 |
{
|
6468 |
"name": "wp-cli/media-command",
|
6469 |
+
"version": "v2.0.8",
|
6470 |
"source": {
|
6471 |
"type": "git",
|
6472 |
"url": "https://github.com/wp-cli/media-command.git",
|
6473 |
+
"reference": "5181e5cee2f6cb43cfee6cacf3b08e8fb166b2b5"
|
6474 |
},
|
6475 |
"dist": {
|
6476 |
"type": "zip",
|
6477 |
+
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/5181e5cee2f6cb43cfee6cacf3b08e8fb166b2b5",
|
6478 |
+
"reference": "5181e5cee2f6cb43cfee6cacf3b08e8fb166b2b5",
|
6479 |
"shasum": ""
|
6480 |
},
|
6481 |
"require": {
|
6520 |
],
|
6521 |
"description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
|
6522 |
"homepage": "https://github.com/wp-cli/media-command",
|
6523 |
+
"time": "2020-05-13T16:21:49+00:00"
|
6524 |
},
|
6525 |
{
|
6526 |
"name": "wp-cli/mustangostang-spyc",
|
6802 |
},
|
6803 |
{
|
6804 |
"name": "wp-cli/scaffold-command",
|
6805 |
+
"version": "v2.0.9",
|
6806 |
"source": {
|
6807 |
"type": "git",
|
6808 |
"url": "https://github.com/wp-cli/scaffold-command.git",
|
6809 |
+
"reference": "8c545c5e6411b3d0b5fda1c336c9dec163d35aee"
|
6810 |
},
|
6811 |
"dist": {
|
6812 |
"type": "zip",
|
6813 |
+
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/8c545c5e6411b3d0b5fda1c336c9dec163d35aee",
|
6814 |
+
"reference": "8c545c5e6411b3d0b5fda1c336c9dec163d35aee",
|
6815 |
"shasum": ""
|
6816 |
},
|
6817 |
"require": {
|
6818 |
"php": "^5.4 || ^7.0",
|
6819 |
+
"wp-cli/wp-cli": "dev-master"
|
6820 |
},
|
6821 |
"require-dev": {
|
6822 |
"wp-cli/extension-command": "^1.2 || ^2",
|
6861 |
],
|
6862 |
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
|
6863 |
"homepage": "https://github.com/wp-cli/scaffold-command",
|
6864 |
+
"time": "2020-05-28T16:06:11+00:00"
|
6865 |
},
|
6866 |
{
|
6867 |
"name": "wp-cli/search-replace-command",
|
7152 |
"source": {
|
7153 |
"type": "git",
|
7154 |
"url": "https://github.com/wp-cli/wp-cli.git",
|
7155 |
+
"reference": "eef7ce7703782f1687c9209fcc43aa44aa7de98a"
|
7156 |
},
|
7157 |
"dist": {
|
7158 |
"type": "zip",
|
7159 |
+
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/eef7ce7703782f1687c9209fcc43aa44aa7de98a",
|
7160 |
+
"reference": "eef7ce7703782f1687c9209fcc43aa44aa7de98a",
|
7161 |
"shasum": ""
|
7162 |
},
|
7163 |
"require": {
|
7206 |
"cli",
|
7207 |
"wordpress"
|
7208 |
],
|
7209 |
+
"time": "2020-05-26T08:59:05+00:00"
|
7210 |
},
|
7211 |
{
|
7212 |
"name": "wp-cli/wp-cli-bundle",
|
7321 |
},
|
7322 |
{
|
7323 |
"name": "wp-coding-standards/wpcs",
|
7324 |
+
"version": "2.3.0",
|
7325 |
"source": {
|
7326 |
"type": "git",
|
7327 |
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
|
7328 |
+
"reference": "7da1894633f168fe244afc6de00d141f27517b62"
|
7329 |
},
|
7330 |
"dist": {
|
7331 |
"type": "zip",
|
7332 |
+
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
|
7333 |
+
"reference": "7da1894633f168fe244afc6de00d141f27517b62",
|
7334 |
"shasum": ""
|
7335 |
},
|
7336 |
"require": {
|
7340 |
"require-dev": {
|
7341 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
|
7342 |
"phpcompatibility/php-compatibility": "^9.0",
|
7343 |
+
"phpcsstandards/phpcsdevtools": "^1.0",
|
7344 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
7345 |
},
|
7346 |
"suggest": {
|
7363 |
"standards",
|
7364 |
"wordpress"
|
7365 |
],
|
7366 |
+
"time": "2020-05-13T23:57:56+00:00"
|
7367 |
},
|
7368 |
{
|
7369 |
"name": "wpdesk/wc-currency-switchers-integrations",
|
7494 |
},
|
7495 |
{
|
7496 |
"name": "wpdesk/wp-builder",
|
7497 |
+
"version": "1.4.2",
|
7498 |
"source": {
|
7499 |
"type": "git",
|
7500 |
"url": "https://gitlab.com/wpdesk/wp-builder.git",
|
7501 |
+
"reference": "3f0109fdbc12d9798eebdfcbd85e82510e969af7"
|
7502 |
},
|
7503 |
"dist": {
|
7504 |
"type": "zip",
|
7505 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-builder/repository/archive.zip?sha=3f0109fdbc12d9798eebdfcbd85e82510e969af7",
|
7506 |
+
"reference": "3f0109fdbc12d9798eebdfcbd85e82510e969af7",
|
7507 |
"shasum": ""
|
7508 |
},
|
7509 |
"require": {
|
7533 |
"email": "krzysiek@wpdesk.pl"
|
7534 |
}
|
7535 |
],
|
7536 |
+
"time": "2020-05-15T11:41:09+00:00"
|
7537 |
},
|
7538 |
{
|
7539 |
"name": "wpdesk/wp-code-sniffer",
|
7585 |
},
|
7586 |
{
|
7587 |
"name": "wpdesk/wp-codeception",
|
7588 |
+
"version": "1.5.25",
|
7589 |
"source": {
|
7590 |
"type": "git",
|
7591 |
"url": "https://gitlab.com/wpdesk/wp-codeception.git",
|
7592 |
+
"reference": "eb7aeafae280896fbaa7c3e4bc69dd1b2cf7d141"
|
7593 |
},
|
7594 |
"dist": {
|
7595 |
"type": "zip",
|
7596 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-codeception/repository/archive.zip?sha=eb7aeafae280896fbaa7c3e4bc69dd1b2cf7d141",
|
7597 |
+
"reference": "eb7aeafae280896fbaa7c3e4bc69dd1b2cf7d141",
|
7598 |
"shasum": ""
|
7599 |
},
|
7600 |
"require": {
|
7610 |
"ext-json": "*",
|
7611 |
"lucatume/wp-browser": "^2.4",
|
7612 |
"php": ">=5.6",
|
7613 |
+
"vlucas/phpdotenv": "^4.1",
|
7614 |
"wpdesk/wp-builder": "^1.0"
|
7615 |
},
|
7616 |
"require-dev": {
|
7649 |
"codeception",
|
7650 |
"wordpress"
|
7651 |
],
|
7652 |
+
"time": "2020-05-13T16:58:34+00:00"
|
7653 |
},
|
7654 |
{
|
7655 |
"name": "wpdesk/wp-helpscout-beacon",
|
7698 |
},
|
7699 |
{
|
7700 |
"name": "wpdesk/wp-logs",
|
7701 |
+
"version": "1.6.1",
|
7702 |
"source": {
|
7703 |
"type": "git",
|
7704 |
"url": "https://gitlab.com/wpdesk/wp-logs.git",
|
7705 |
+
"reference": "8826da3ec03e8093f8634826e6ec261eb4ba2b0a"
|
7706 |
},
|
7707 |
"dist": {
|
7708 |
"type": "zip",
|
7709 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-logs/repository/archive.zip?sha=8826da3ec03e8093f8634826e6ec261eb4ba2b0a",
|
7710 |
+
"reference": "8826da3ec03e8093f8634826e6ec261eb4ba2b0a",
|
7711 |
"shasum": ""
|
7712 |
},
|
7713 |
"require": {
|
7738 |
"email": "krzysiek@wpdesk.pl"
|
7739 |
}
|
7740 |
],
|
7741 |
+
"time": "2020-05-25T09:45:36+00:00"
|
7742 |
},
|
7743 |
{
|
7744 |
"name": "wpdesk/wp-mutex",
|
7891 |
},
|
7892 |
{
|
7893 |
"name": "wpdesk/wp-plugin-flow",
|
7894 |
+
"version": "2.7.0",
|
7895 |
"source": {
|
7896 |
"type": "git",
|
7897 |
"url": "https://gitlab.com/wpdesk/wp-plugin-flow.git",
|
7898 |
+
"reference": "53c902f2627f668536d6cf8d9267e76fff8d07a2"
|
7899 |
},
|
7900 |
"dist": {
|
7901 |
"type": "zip",
|
7902 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-plugin-flow/repository/archive.zip?sha=53c902f2627f668536d6cf8d9267e76fff8d07a2",
|
7903 |
+
"reference": "53c902f2627f668536d6cf8d9267e76fff8d07a2",
|
7904 |
"shasum": ""
|
7905 |
},
|
7906 |
"require": {
|
7938 |
"email": "krzysiek@wpdesk.pl"
|
7939 |
}
|
7940 |
],
|
7941 |
+
"time": "2020-05-06T10:17:53+00:00"
|
7942 |
},
|
7943 |
{
|
7944 |
"name": "wpdesk/wp-pointer",
|
8033 |
},
|
8034 |
{
|
8035 |
"name": "wpdesk/wp-wpdesk-composer",
|
8036 |
+
"version": "2.8.4",
|
8037 |
"source": {
|
8038 |
"type": "git",
|
8039 |
"url": "https://gitlab.com/wpdesk/wp-wpdesk-composer.git",
|
8040 |
+
"reference": "5716db176cc8cd25d711cffe2d1a610ecf83a065"
|
8041 |
},
|
8042 |
"dist": {
|
8043 |
"type": "zip",
|
8044 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-composer/repository/archive.zip?sha=5716db176cc8cd25d711cffe2d1a610ecf83a065",
|
8045 |
+
"reference": "5716db176cc8cd25d711cffe2d1a610ecf83a065",
|
8046 |
"shasum": ""
|
8047 |
},
|
8048 |
"require": {
|
8072 |
"email": "krzysiek@wpdesk.pl"
|
8073 |
}
|
8074 |
],
|
8075 |
+
"time": "2020-05-07T12:32:21+00:00"
|
8076 |
},
|
8077 |
{
|
8078 |
"name": "wpdesk/wp-wpdesk-helper",
|
flexible-shipping.php
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
-
* Version: 3.9.
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://www.wpdesk.net/
|
9 |
* Text Domain: flexible-shipping
|
10 |
* Domain Path: /lang/
|
11 |
* Requires at least: 4.5
|
12 |
* Tested up to: 5.4.1
|
13 |
-
* WC requires at least: 3.
|
14 |
-
* WC tested up to: 4.
|
15 |
* Requires PHP: 5.6
|
16 |
*
|
17 |
* Copyright 2017 WP Desk Ltd.
|
@@ -37,9 +37,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
37 |
exit;
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
-
/*
|
41 |
-
$plugin_version
|
42 |
-
$plugin_release_timestamp = '2020-05-05 14:45';
|
43 |
|
44 |
$plugin_name = 'Flexible Shipping';
|
45 |
$product_id = 'Flexible Shipping';
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
+
* Version: 3.9.20
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://www.wpdesk.net/
|
9 |
* Text Domain: flexible-shipping
|
10 |
* Domain Path: /lang/
|
11 |
* Requires at least: 4.5
|
12 |
* Tested up to: 5.4.1
|
13 |
+
* WC requires at least: 3.8
|
14 |
+
* WC tested up to: 4.2
|
15 |
* Requires PHP: 5.6
|
16 |
*
|
17 |
* Copyright 2017 WP Desk Ltd.
|
37 |
exit;
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
+
/* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
|
41 |
+
$plugin_version = '3.9.20';
|
|
|
42 |
|
43 |
$plugin_name = 'Flexible Shipping';
|
44 |
$product_id = 'Flexible Shipping';
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Table Rate for WooCommerce by Flexible Shipping ===
|
2 |
-
Contributors: wpdesk,dyszczo,grola,piotrpo,marcinkolanko
|
3 |
Donate link: https://flexibleshipping.com/table-rate/
|
4 |
Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping, advanced shipping
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4.1
|
7 |
-
Stable tag: 3.9.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -163,6 +163,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
|
|
163 |
|
164 |
== Changelog ==
|
165 |
|
|
|
|
|
|
|
166 |
= 3.9.19 - 2020-05-05 =
|
167 |
* Added package items on shipping in admin order page
|
168 |
* Fixed infinite loop with third party shipping methods
|
1 |
=== Table Rate for WooCommerce by Flexible Shipping ===
|
2 |
+
Contributors: wpdesk,dyszczo,grola,piotrpo,marcinkolanko
|
3 |
Donate link: https://flexibleshipping.com/table-rate/
|
4 |
Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes, shipping, free shipping, advanced shipping
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4.1
|
7 |
+
Stable tag: 3.9.20
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
163 |
|
164 |
== Changelog ==
|
165 |
|
166 |
+
= 3.9.20 - 2020-06-01 =
|
167 |
+
* Added support for WooCommerce 4.2
|
168 |
+
|
169 |
= 3.9.19 - 2020-05-05 =
|
170 |
* Added package items on shipping in admin order page
|
171 |
* Fixed infinite loop with third party shipping methods
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit886fd344e5f55e334ee0ddaa1a7157fd::getLoader();
|
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 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit238439d4c6417766d295b451af2d1839
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit886fd344e5f55e334ee0ddaa1a7157fd
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit886fd344e5f55e334ee0ddaa1a7157fd', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit886fd344e5f55e334ee0ddaa1a7157fd', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit886fd344e5f55e334ee0ddaa1a7157fd::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
@@ -371,9 +371,9 @@ class ComposerStaticInit238439d4c6417766d295b451af2d1839
|
|
371 |
public static function getInitializer(ClassLoader $loader)
|
372 |
{
|
373 |
return \Closure::bind(function () use ($loader) {
|
374 |
-
$loader->prefixLengthsPsr4 =
|
375 |
-
$loader->prefixDirsPsr4 =
|
376 |
-
$loader->classMap =
|
377 |
|
378 |
}, null, ClassLoader::class);
|
379 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit886fd344e5f55e334ee0ddaa1a7157fd
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
371 |
public static function getInitializer(ClassLoader $loader)
|
372 |
{
|
373 |
return \Closure::bind(function () use ($loader) {
|
374 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit886fd344e5f55e334ee0ddaa1a7157fd::$prefixLengthsPsr4;
|
375 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit886fd344e5f55e334ee0ddaa1a7157fd::$prefixDirsPsr4;
|
376 |
+
$loader->classMap = ComposerStaticInit886fd344e5f55e334ee0ddaa1a7157fd::$classMap;
|
377 |
|
378 |
}, null, ClassLoader::class);
|
379 |
}
|
vendor_prefixed/monolog/monolog/composer.json
CHANGED
@@ -30,10 +30,8 @@
|
|
30 |
"php-amqplib\/php-amqplib": "~2.4",
|
31 |
"swiftmailer\/swiftmailer": "^5.3|^6.0",
|
32 |
"php-console\/php-console": "^3.1.3",
|
33 |
-
"
|
34 |
-
"jakub-onderka\/php-parallel-lint": "0.9"
|
35 |
},
|
36 |
-
"_": "phpunit\/phpunit-mock-objects required in 2.3.0 due to https:\/\/github.com\/sebastianbergmann\/phpunit-mock-objects\/issues\/223 - needs hhvm 3.8+ on travis",
|
37 |
"suggest": {
|
38 |
"graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
39 |
"sentry\/sentry": "Allow sending log messages to a Sentry server",
|
@@ -70,5 +68,6 @@
|
|
70 |
"parallel-lint . --exclude vendor --exclude src\/Monolog\/Handler\/FormattableHandlerInterface.php --exclude src\/Monolog\/Handler\/FormattableHandlerTrait.php --exclude src\/Monolog\/Handler\/ProcessableHandlerInterface.php --exclude src\/Monolog\/Handler\/ProcessableHandlerTrait.php",
|
71 |
"phpunit"
|
72 |
]
|
73 |
-
}
|
|
|
74 |
}
|
30 |
"php-amqplib\/php-amqplib": "~2.4",
|
31 |
"swiftmailer\/swiftmailer": "^5.3|^6.0",
|
32 |
"php-console\/php-console": "^3.1.3",
|
33 |
+
"php-parallel-lint\/php-parallel-lint": "^1.0"
|
|
|
34 |
},
|
|
|
35 |
"suggest": {
|
36 |
"graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
37 |
"sentry\/sentry": "Allow sending log messages to a Sentry server",
|
68 |
"parallel-lint . --exclude vendor --exclude src\/Monolog\/Handler\/FormattableHandlerInterface.php --exclude src\/Monolog\/Handler\/FormattableHandlerTrait.php --exclude src\/Monolog\/Handler\/ProcessableHandlerInterface.php --exclude src\/Monolog\/Handler\/ProcessableHandlerTrait.php",
|
69 |
"phpunit"
|
70 |
]
|
71 |
+
},
|
72 |
+
"lock": false
|
73 |
}
|
vendor_prefixed/monolog/monolog/src/Monolog/ErrorHandler.php
CHANGED
@@ -13,7 +13,6 @@ namespace FSVendor\Monolog;
|
|
13 |
use Psr\Log\LoggerInterface;
|
14 |
use Psr\Log\LogLevel;
|
15 |
use FSVendor\Monolog\Handler\AbstractHandler;
|
16 |
-
use FSVendor\Monolog\Registry;
|
17 |
/**
|
18 |
* Monolog error handler
|
19 |
*
|
13 |
use Psr\Log\LoggerInterface;
|
14 |
use Psr\Log\LogLevel;
|
15 |
use FSVendor\Monolog\Handler\AbstractHandler;
|
|
|
16 |
/**
|
17 |
* Monolog error handler
|
18 |
*
|
vendor_prefixed/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php
CHANGED
@@ -112,8 +112,12 @@ class NormalizerFormatter implements \FSVendor\Monolog\Formatter\FormatterInterf
|
|
112 |
if (isset($e->faultactor)) {
|
113 |
$data['faultactor'] = $e->faultactor;
|
114 |
}
|
115 |
-
if (isset($e->detail)
|
116 |
-
|
|
|
|
|
|
|
|
|
117 |
}
|
118 |
}
|
119 |
$trace = $e->getTrace();
|
112 |
if (isset($e->faultactor)) {
|
113 |
$data['faultactor'] = $e->faultactor;
|
114 |
}
|
115 |
+
if (isset($e->detail)) {
|
116 |
+
if (\is_string($e->detail)) {
|
117 |
+
$data['detail'] = $e->detail;
|
118 |
+
} elseif (\is_object($e->detail) || \is_array($e->detail)) {
|
119 |
+
$data['detail'] = $this->toJson($e->detail, \true);
|
120 |
+
}
|
121 |
}
|
122 |
}
|
123 |
$trace = $e->getTrace();
|
vendor_prefixed/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
CHANGED
@@ -29,8 +29,8 @@ abstract class AbstractHandler implements \FSVendor\Monolog\Handler\HandlerInter
|
|
29 |
protected $formatter;
|
30 |
protected $processors = array();
|
31 |
/**
|
32 |
-
* @param int
|
33 |
-
* @param bool
|
34 |
*/
|
35 |
public function __construct($level = \FSVendor\Monolog\Logger::DEBUG, $bubble = \true)
|
36 |
{
|
29 |
protected $formatter;
|
30 |
protected $processors = array();
|
31 |
/**
|
32 |
+
* @param int|string $level The minimum logging level at which this handler will be triggered
|
33 |
+
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
|
34 |
*/
|
35 |
public function __construct($level = \FSVendor\Monolog\Logger::DEBUG, $bubble = \true)
|
36 |
{
|
vendor_prefixed/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
namespace FSVendor\Monolog\Handler;
|
12 |
|
13 |
use FSVendor\Monolog\Logger;
|
|
|
14 |
/**
|
15 |
* Stores logs to files that are rotated every day and a limited number of files are kept.
|
16 |
*
|
@@ -41,7 +42,7 @@ class RotatingFileHandler extends \FSVendor\Monolog\Handler\StreamHandler
|
|
41 |
*/
|
42 |
public function __construct($filename, $maxFiles = 0, $level = \FSVendor\Monolog\Logger::DEBUG, $bubble = \true, $filePermission = null, $useLocking = \false)
|
43 |
{
|
44 |
-
$this->filename = $filename;
|
45 |
$this->maxFiles = (int) $maxFiles;
|
46 |
$this->nextRotation = new \DateTime('tomorrow');
|
47 |
$this->filenameFormat = '{filename}-{date}';
|
11 |
namespace FSVendor\Monolog\Handler;
|
12 |
|
13 |
use FSVendor\Monolog\Logger;
|
14 |
+
use FSVendor\Monolog\Utils;
|
15 |
/**
|
16 |
* Stores logs to files that are rotated every day and a limited number of files are kept.
|
17 |
*
|
42 |
*/
|
43 |
public function __construct($filename, $maxFiles = 0, $level = \FSVendor\Monolog\Logger::DEBUG, $bubble = \true, $filePermission = null, $useLocking = \false)
|
44 |
{
|
45 |
+
$this->filename = \FSVendor\Monolog\Utils::canonicalizePath($filename);
|
46 |
$this->maxFiles = (int) $maxFiles;
|
47 |
$this->nextRotation = new \DateTime('tomorrow');
|
48 |
$this->filenameFormat = '{filename}-{date}';
|
vendor_prefixed/monolog/monolog/src/Monolog/Handler/StreamHandler.php
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
namespace FSVendor\Monolog\Handler;
|
12 |
|
13 |
use FSVendor\Monolog\Logger;
|
|
|
14 |
/**
|
15 |
* Stores to any stream resource
|
16 |
*
|
@@ -42,7 +43,7 @@ class StreamHandler extends \FSVendor\Monolog\Handler\AbstractProcessingHandler
|
|
42 |
if (\is_resource($stream)) {
|
43 |
$this->stream = $stream;
|
44 |
} elseif (\is_string($stream)) {
|
45 |
-
$this->url = $stream;
|
46 |
} else {
|
47 |
throw new \InvalidArgumentException('A stream must either be a resource or a string.');
|
48 |
}
|
11 |
namespace FSVendor\Monolog\Handler;
|
12 |
|
13 |
use FSVendor\Monolog\Logger;
|
14 |
+
use FSVendor\Monolog\Utils;
|
15 |
/**
|
16 |
* Stores to any stream resource
|
17 |
*
|
43 |
if (\is_resource($stream)) {
|
44 |
$this->stream = $stream;
|
45 |
} elseif (\is_string($stream)) {
|
46 |
+
$this->url = \FSVendor\Monolog\Utils::canonicalizePath($stream);
|
47 |
} else {
|
48 |
throw new \InvalidArgumentException('A stream must either be a resource or a string.');
|
49 |
}
|
vendor_prefixed/monolog/monolog/src/Monolog/Processor/GitProcessor.php
CHANGED
@@ -44,7 +44,7 @@ class GitProcessor implements \FSVendor\Monolog\Processor\ProcessorInterface
|
|
44 |
return self::$cache;
|
45 |
}
|
46 |
$branches = `git branch -v --no-abbrev`;
|
47 |
-
if (\preg_match('{^\\* (.+?)\\s+([a-f0-9]{40})(?:\\s|$)}m', $branches, $matches)) {
|
48 |
return self::$cache = array('branch' => $matches[1], 'commit' => $matches[2]);
|
49 |
}
|
50 |
return self::$cache = array();
|
44 |
return self::$cache;
|
45 |
}
|
46 |
$branches = `git branch -v --no-abbrev`;
|
47 |
+
if ($branches && \preg_match('{^\\* (.+?)\\s+([a-f0-9]{40})(?:\\s|$)}m', $branches, $matches)) {
|
48 |
return self::$cache = array('branch' => $matches[1], 'commit' => $matches[2]);
|
49 |
}
|
50 |
return self::$cache = array();
|
vendor_prefixed/monolog/monolog/src/Monolog/Utils.php
CHANGED
@@ -20,6 +20,31 @@ class Utils
|
|
20 |
$class = \get_class($object);
|
21 |
return 'c' === $class[0] && 0 === \strpos($class, "class@anonymous\0") ? \get_parent_class($class) . '@anonymous' : $class;
|
22 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
/**
|
24 |
* Return the JSON representation of a value
|
25 |
*
|
20 |
$class = \get_class($object);
|
21 |
return 'c' === $class[0] && 0 === \strpos($class, "class@anonymous\0") ? \get_parent_class($class) . '@anonymous' : $class;
|
22 |
}
|
23 |
+
/**
|
24 |
+
* Makes sure if a relative path is passed in it is turned into an absolute path
|
25 |
+
*
|
26 |
+
* @param string $streamUrl stream URL or path without protocol
|
27 |
+
*
|
28 |
+
* @return string
|
29 |
+
*/
|
30 |
+
public static function canonicalizePath($streamUrl)
|
31 |
+
{
|
32 |
+
$prefix = '';
|
33 |
+
if ('file://' === \substr($streamUrl, 0, 7)) {
|
34 |
+
$streamUrl = \substr($streamUrl, 7);
|
35 |
+
$prefix = 'file://';
|
36 |
+
}
|
37 |
+
// other type of stream, not supported
|
38 |
+
if (\false !== \strpos($streamUrl, '://')) {
|
39 |
+
return $streamUrl;
|
40 |
+
}
|
41 |
+
// already absolute
|
42 |
+
if (\substr($streamUrl, 0, 1) === '/' || \substr($streamUrl, 1, 1) === ':' || \substr($streamUrl, 0, 2) === '\\\\') {
|
43 |
+
return $prefix . $streamUrl;
|
44 |
+
}
|
45 |
+
$streamUrl = \getcwd() . '/' . $streamUrl;
|
46 |
+
return $prefix . $streamUrl;
|
47 |
+
}
|
48 |
/**
|
49 |
* Return the JSON representation of a value
|
50 |
*
|
vendor_prefixed/wpdesk/wp-builder/src/Plugin/AbstractPlugin.php
CHANGED
@@ -195,7 +195,7 @@ abstract class AbstractPlugin extends \FSVendor\WPDesk\PluginBuilder\Plugin\Slim
|
|
195 |
$links = \array_merge($plugin_links, $links);
|
196 |
}
|
197 |
if ($this->settings_url) {
|
198 |
-
$plugin_links = ['<a
|
199 |
$links = \array_merge($plugin_links, $links);
|
200 |
}
|
201 |
return $links;
|
195 |
$links = \array_merge($plugin_links, $links);
|
196 |
}
|
197 |
if ($this->settings_url) {
|
198 |
+
$plugin_links = ['<a href="' . $this->settings_url . '">' . \__('Settings', $this->get_text_domain()) . '</a>'];
|
199 |
$links = \array_merge($plugin_links, $links);
|
200 |
}
|
201 |
return $links;
|
vendor_prefixed/wpdesk/wp-codeception/composer.json
CHANGED
@@ -29,7 +29,8 @@
|
|
29 |
"codeception\/module-rest": "^1.2",
|
30 |
"codeception\/module-phpbrowser": "^1.0",
|
31 |
"codeception\/module-asserts": "^1.1",
|
32 |
-
"codeception\/util-universalframework": "^1.0"
|
|
|
33 |
},
|
34 |
"require-dev": {
|
35 |
"phpunit\/phpunit": "<7",
|
29 |
"codeception\/module-rest": "^1.2",
|
30 |
"codeception\/module-phpbrowser": "^1.0",
|
31 |
"codeception\/module-asserts": "^1.1",
|
32 |
+
"codeception\/util-universalframework": "^1.0",
|
33 |
+
"vlucas\/phpdotenv": "^4.1"
|
34 |
},
|
35 |
"require-dev": {
|
36 |
"phpunit\/phpunit": "<7",
|
vendor_prefixed/wpdesk/wp-logs/src/WC/WooCommerceCapture.php
CHANGED
@@ -70,7 +70,7 @@ class WooCommerceCapture
|
|
70 |
*/
|
71 |
public static function isSupportedWCVersion()
|
72 |
{
|
73 |
-
return \version_compare(\WooCommerce::instance()->version, self::SUPPORTED_WC_VERSION, '>=');
|
74 |
}
|
75 |
/**
|
76 |
* Capture WooCommerce logger and inject our decorated Logger
|
70 |
*/
|
71 |
public static function isSupportedWCVersion()
|
72 |
{
|
73 |
+
return \class_exists(\WooCommerce::class) && \version_compare(\WooCommerce::instance()->version, self::SUPPORTED_WC_VERSION, '>=');
|
74 |
}
|
75 |
/**
|
76 |
* Capture WooCommerce logger and inject our decorated Logger
|
vendor_prefixed/wpdesk/wp-plugin-flow/src/PluginBootstrap.php
CHANGED
@@ -16,8 +16,6 @@ final class PluginBootstrap
|
|
16 |
/** @var string */
|
17 |
private $plugin_version;
|
18 |
/** @var string */
|
19 |
-
private $plugin_release_timestamp;
|
20 |
-
/** @var string */
|
21 |
private $plugin_name;
|
22 |
/** @var string */
|
23 |
private $plugin_class_name;
|
@@ -54,7 +52,6 @@ final class PluginBootstrap
|
|
54 |
public function __construct($plugin_version, $plugin_release_timestamp, $plugin_name, $plugin_class_name, $plugin_text_domain, $plugin_dir, $plugin_file, array $requirements, $product_id, \FSVendor\WPDesk\Plugin\Flow\Initialization\InitializationFactory $build_factory)
|
55 |
{
|
56 |
$this->plugin_version = $plugin_version;
|
57 |
-
$this->plugin_release_timestamp = $plugin_release_timestamp;
|
58 |
$this->plugin_name = $plugin_name;
|
59 |
$this->plugin_class_name = $plugin_class_name;
|
60 |
$this->plugin_text_domain = $plugin_text_domain;
|
@@ -142,7 +139,6 @@ final class PluginBootstrap
|
|
142 |
$plugin_info->set_version($this->plugin_version);
|
143 |
$plugin_info->set_product_id($this->product_id);
|
144 |
$plugin_info->set_text_domain($this->plugin_text_domain);
|
145 |
-
$plugin_info->set_release_date(new \DateTime($this->plugin_release_timestamp));
|
146 |
$plugin_info->set_plugin_url(\plugins_url(\dirname(\plugin_basename($this->plugin_file))));
|
147 |
return $plugin_info;
|
148 |
}
|
16 |
/** @var string */
|
17 |
private $plugin_version;
|
18 |
/** @var string */
|
|
|
|
|
19 |
private $plugin_name;
|
20 |
/** @var string */
|
21 |
private $plugin_class_name;
|
52 |
public function __construct($plugin_version, $plugin_release_timestamp, $plugin_name, $plugin_class_name, $plugin_text_domain, $plugin_dir, $plugin_file, array $requirements, $product_id, \FSVendor\WPDesk\Plugin\Flow\Initialization\InitializationFactory $build_factory)
|
53 |
{
|
54 |
$this->plugin_version = $plugin_version;
|
|
|
55 |
$this->plugin_name = $plugin_name;
|
56 |
$this->plugin_class_name = $plugin_class_name;
|
57 |
$this->plugin_text_domain = $plugin_text_domain;
|
139 |
$plugin_info->set_version($this->plugin_version);
|
140 |
$plugin_info->set_product_id($this->product_id);
|
141 |
$plugin_info->set_text_domain($this->plugin_text_domain);
|
|
|
142 |
$plugin_info->set_plugin_url(\plugins_url(\dirname(\plugin_basename($this->plugin_file))));
|
143 |
return $plugin_info;
|
144 |
}
|
vendor_prefixed/wpdesk/wp-plugin-flow/src/plugin-init-php52-free.php
CHANGED
@@ -4,7 +4,6 @@ namespace FSVendor;
|
|
4 |
|
5 |
/**
|
6 |
* @var string $plugin_version
|
7 |
-
* @var string $plugin_release_timestamp
|
8 |
* @var string $plugin_name
|
9 |
* @var string $plugin_class_name
|
10 |
* @var string $plugin_text_domain
|
4 |
|
5 |
/**
|
6 |
* @var string $plugin_version
|
|
|
7 |
* @var string $plugin_name
|
8 |
* @var string $plugin_class_name
|
9 |
* @var string $plugin_text_domain
|
vendor_prefixed/wpdesk/wp-plugin-flow/src/plugin-init-php52.php
CHANGED
@@ -4,7 +4,6 @@ namespace FSVendor;
|
|
4 |
|
5 |
/**
|
6 |
* @var string $plugin_version
|
7 |
-
* @var string $plugin_release_timestamp
|
8 |
* @var string $plugin_name
|
9 |
* @var string $plugin_class_name
|
10 |
* @var string $plugin_text_domain
|
@@ -23,7 +22,19 @@ if (\PHP_VERSION_ID > 50300) {
|
|
23 |
if (!isset($plugin_init_factory)) {
|
24 |
$plugin_init_factory = new \FSVendor\WPDesk\Plugin\Flow\Initialization\Simple\SimpleFactory();
|
25 |
}
|
26 |
-
$bootstrap = new \FSVendor\WPDesk\Plugin\Flow\PluginBootstrap(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
$bootstrap->run();
|
28 |
// all optional vars must be cleared
|
29 |
unset($plugin_init_factory);
|
4 |
|
5 |
/**
|
6 |
* @var string $plugin_version
|
|
|
7 |
* @var string $plugin_name
|
8 |
* @var string $plugin_class_name
|
9 |
* @var string $plugin_text_domain
|
22 |
if (!isset($plugin_init_factory)) {
|
23 |
$plugin_init_factory = new \FSVendor\WPDesk\Plugin\Flow\Initialization\Simple\SimpleFactory();
|
24 |
}
|
25 |
+
$bootstrap = new \FSVendor\WPDesk\Plugin\Flow\PluginBootstrap(
|
26 |
+
$plugin_version,
|
27 |
+
null,
|
28 |
+
// deprecated
|
29 |
+
$plugin_name,
|
30 |
+
$plugin_class_name,
|
31 |
+
$plugin_text_domain,
|
32 |
+
$plugin_dir,
|
33 |
+
$plugin_file,
|
34 |
+
$requirements,
|
35 |
+
$product_id,
|
36 |
+
$plugin_init_factory
|
37 |
+
);
|
38 |
$bootstrap->run();
|
39 |
// all optional vars must be cleared
|
40 |
unset($plugin_init_factory);
|