Version Description
- 2020-07-08 =
- Fixed SyntaxError in JavaScript
Download this release
Release Info
Developer | wpdesk |
Plugin | Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager |
Version | 2.4.13 |
Comparing to | |
See all releases |
Code changes from version 2.4.12 to 2.4.13
- composer.lock +510 -211
- flexible-checkout-fields.php +2 -2
- lang/flexible-checkout-fields.pot +2 -2
- readme.txt +4 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor_prefixed/wpdesk/wp-builder/src/Plugin/WithoutNamespace/Plugin_Info.php +2 -2
- views/settings-field-advanced-js.php +2 -2
composer.lock
CHANGED
@@ -315,6 +315,12 @@
|
|
315 |
"functional testing",
|
316 |
"unit testing"
|
317 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
"time": "2020-06-07T16:31:51+00:00"
|
319 |
},
|
320 |
{
|
@@ -364,20 +370,23 @@
|
|
364 |
},
|
365 |
{
|
366 |
"name": "codeception/lib-innerbrowser",
|
367 |
-
"version": "1.3.
|
368 |
"source": {
|
369 |
"type": "git",
|
370 |
"url": "https://github.com/Codeception/lib-innerbrowser.git",
|
371 |
-
"reference": "
|
372 |
},
|
373 |
"dist": {
|
374 |
"type": "zip",
|
375 |
-
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/
|
376 |
-
"reference": "
|
377 |
"shasum": ""
|
378 |
},
|
379 |
"require": {
|
380 |
"codeception/codeception": "*@dev",
|
|
|
|
|
|
|
381 |
"php": ">=5.6.0 <8.0",
|
382 |
"symfony/browser-kit": ">=2.7 <6.0",
|
383 |
"symfony/dom-crawler": ">=2.7 <6.0"
|
@@ -413,7 +422,7 @@
|
|
413 |
"keywords": [
|
414 |
"codeception"
|
415 |
],
|
416 |
-
"time": "2020-
|
417 |
},
|
418 |
{
|
419 |
"name": "codeception/module-asserts",
|
@@ -617,24 +626,27 @@
|
|
617 |
},
|
618 |
{
|
619 |
"name": "codeception/module-phpbrowser",
|
620 |
-
"version": "1.0.
|
621 |
"source": {
|
622 |
"type": "git",
|
623 |
"url": "https://github.com/Codeception/module-phpbrowser.git",
|
624 |
-
"reference": "
|
625 |
},
|
626 |
"dist": {
|
627 |
"type": "zip",
|
628 |
-
"url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/
|
629 |
-
"reference": "
|
630 |
"shasum": ""
|
631 |
},
|
632 |
"require": {
|
633 |
-
"codeception/codeception": "
|
634 |
-
"codeception/lib-innerbrowser": "^1.
|
635 |
-
"guzzlehttp/guzzle": "^6.3.0",
|
636 |
"php": ">=5.6.0 <8.0"
|
637 |
},
|
|
|
|
|
|
|
638 |
"require-dev": {
|
639 |
"codeception/module-rest": "dev-master | ^1.0",
|
640 |
"codeception/util-robohelpers": "dev-master"
|
@@ -667,20 +679,20 @@
|
|
667 |
"functional-testing",
|
668 |
"http"
|
669 |
],
|
670 |
-
"time": "
|
671 |
},
|
672 |
{
|
673 |
"name": "codeception/module-rest",
|
674 |
-
"version": "1.2.
|
675 |
"source": {
|
676 |
"type": "git",
|
677 |
"url": "https://github.com/Codeception/module-rest.git",
|
678 |
-
"reference": "
|
679 |
},
|
680 |
"dist": {
|
681 |
"type": "zip",
|
682 |
-
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/
|
683 |
-
"reference": "
|
684 |
"shasum": ""
|
685 |
},
|
686 |
"require": {
|
@@ -718,7 +730,7 @@
|
|
718 |
"codeception",
|
719 |
"rest"
|
720 |
],
|
721 |
-
"time": "2020-
|
722 |
},
|
723 |
{
|
724 |
"name": "codeception/module-webdriver",
|
@@ -938,20 +950,30 @@
|
|
938 |
"ssl",
|
939 |
"tls"
|
940 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
941 |
"time": "2020-04-08T08:27:21+00:00"
|
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,12 +992,11 @@
|
|
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",
|
978 |
-
"symfony/phpunit-bridge": "^
|
979 |
},
|
980 |
"suggest": {
|
981 |
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
@@ -1019,7 +1040,21 @@
|
|
1019 |
"dependency",
|
1020 |
"package"
|
1021 |
],
|
1022 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1023 |
},
|
1024 |
{
|
1025 |
"name": "composer/semver",
|
@@ -1184,6 +1219,20 @@
|
|
1184 |
"Xdebug",
|
1185 |
"performance"
|
1186 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1187 |
"time": "2020-06-04T11:16:35+00:00"
|
1188 |
},
|
1189 |
{
|
@@ -1623,16 +1672,16 @@
|
|
1623 |
},
|
1624 |
{
|
1625 |
"name": "guzzlehttp/guzzle",
|
1626 |
-
"version": "6.5.
|
1627 |
"source": {
|
1628 |
"type": "git",
|
1629 |
"url": "https://github.com/guzzle/guzzle.git",
|
1630 |
-
"reference": "
|
1631 |
},
|
1632 |
"dist": {
|
1633 |
"type": "zip",
|
1634 |
-
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
|
1635 |
-
"reference": "
|
1636 |
"shasum": ""
|
1637 |
},
|
1638 |
"require": {
|
@@ -1640,7 +1689,7 @@
|
|
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,7 +1735,7 @@
|
|
1686 |
"rest",
|
1687 |
"web service"
|
1688 |
],
|
1689 |
-
"time": "2020-
|
1690 |
},
|
1691 |
{
|
1692 |
"name": "guzzlehttp/promises",
|
@@ -2068,16 +2117,16 @@
|
|
2068 |
},
|
2069 |
{
|
2070 |
"name": "lucatume/wp-browser",
|
2071 |
-
"version": "2.6.
|
2072 |
"source": {
|
2073 |
"type": "git",
|
2074 |
"url": "https://github.com/lucatume/wp-browser.git",
|
2075 |
-
"reference": "
|
2076 |
},
|
2077 |
"dist": {
|
2078 |
"type": "zip",
|
2079 |
-
"url": "https://api.github.com/repos/lucatume/wp-browser/zipball/
|
2080 |
-
"reference": "
|
2081 |
"shasum": ""
|
2082 |
},
|
2083 |
"require": {
|
@@ -2147,7 +2196,7 @@
|
|
2147 |
"codeception",
|
2148 |
"wordpress"
|
2149 |
],
|
2150 |
-
"time": "2020-06-
|
2151 |
},
|
2152 |
{
|
2153 |
"name": "matthiasmullie/minify",
|
@@ -2260,16 +2309,16 @@
|
|
2260 |
},
|
2261 |
{
|
2262 |
"name": "mck89/peast",
|
2263 |
-
"version": "v1.10.
|
2264 |
"source": {
|
2265 |
"type": "git",
|
2266 |
"url": "https://github.com/mck89/peast.git",
|
2267 |
-
"reference": "
|
2268 |
},
|
2269 |
"dist": {
|
2270 |
"type": "zip",
|
2271 |
-
"url": "https://api.github.com/repos/mck89/peast/zipball/
|
2272 |
-
"reference": "
|
2273 |
"shasum": ""
|
2274 |
},
|
2275 |
"require": {
|
@@ -2281,7 +2330,7 @@
|
|
2281 |
"type": "library",
|
2282 |
"extra": {
|
2283 |
"branch-alias": {
|
2284 |
-
"dev-master": "1.10.
|
2285 |
}
|
2286 |
},
|
2287 |
"autoload": {
|
@@ -2301,7 +2350,7 @@
|
|
2301 |
}
|
2302 |
],
|
2303 |
"description": "Peast is PHP library that generates AST for JavaScript code",
|
2304 |
-
"time": "2020-
|
2305 |
},
|
2306 |
{
|
2307 |
"name": "mikemclin/laravel-wp-password",
|
@@ -2507,6 +2556,16 @@
|
|
2507 |
"logging",
|
2508 |
"psr-3"
|
2509 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2510 |
"time": "2020-05-22T07:31:27+00:00"
|
2511 |
},
|
2512 |
{
|
@@ -3011,6 +3070,16 @@
|
|
3011 |
"php",
|
3012 |
"type"
|
3013 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3014 |
"time": "2020-06-07T10:40:07+00:00"
|
3015 |
},
|
3016 |
{
|
@@ -4166,6 +4235,16 @@
|
|
4166 |
"parser",
|
4167 |
"validator"
|
4168 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4169 |
"time": "2020-04-30T19:05:18+00:00"
|
4170 |
},
|
4171 |
{
|
@@ -4318,6 +4397,20 @@
|
|
4318 |
],
|
4319 |
"description": "Symfony BrowserKit Component",
|
4320 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4321 |
"time": "2020-04-27T06:55:12+00:00"
|
4322 |
},
|
4323 |
{
|
@@ -4390,6 +4483,20 @@
|
|
4390 |
],
|
4391 |
"description": "Symfony Console Component",
|
4392 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4393 |
"time": "2020-05-30T18:58:05+00:00"
|
4394 |
},
|
4395 |
{
|
@@ -4443,6 +4550,20 @@
|
|
4443 |
],
|
4444 |
"description": "Symfony CssSelector Component",
|
4445 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4446 |
"time": "2020-03-16T08:31:04+00:00"
|
4447 |
},
|
4448 |
{
|
@@ -4499,6 +4620,20 @@
|
|
4499 |
],
|
4500 |
"description": "Symfony Debug Component",
|
4501 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4502 |
"time": "2020-05-22T18:25:20+00:00"
|
4503 |
},
|
4504 |
{
|
@@ -4556,6 +4691,20 @@
|
|
4556 |
],
|
4557 |
"description": "Symfony DomCrawler Component",
|
4558 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4559 |
"time": "2020-05-22T19:35:43+00:00"
|
4560 |
},
|
4561 |
{
|
@@ -4619,6 +4768,20 @@
|
|
4619 |
],
|
4620 |
"description": "Symfony EventDispatcher Component",
|
4621 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4622 |
"time": "2020-05-05T15:06:23+00:00"
|
4623 |
},
|
4624 |
{
|
@@ -4669,6 +4832,20 @@
|
|
4669 |
],
|
4670 |
"description": "Symfony Filesystem Component",
|
4671 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4672 |
"time": "2020-05-30T17:48:24+00:00"
|
4673 |
},
|
4674 |
{
|
@@ -4718,20 +4895,34 @@
|
|
4718 |
],
|
4719 |
"description": "Symfony Finder Component",
|
4720 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4721 |
"time": "2020-02-14T07:34:21+00:00"
|
4722 |
},
|
4723 |
{
|
4724 |
"name": "symfony/polyfill-ctype",
|
4725 |
-
"version": "v1.17.
|
4726 |
"source": {
|
4727 |
"type": "git",
|
4728 |
"url": "https://github.com/symfony/polyfill-ctype.git",
|
4729 |
-
"reference": "
|
4730 |
},
|
4731 |
"dist": {
|
4732 |
"type": "zip",
|
4733 |
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
|
4734 |
-
"reference": "
|
4735 |
"shasum": ""
|
4736 |
},
|
4737 |
"require": {
|
@@ -4744,6 +4935,10 @@
|
|
4744 |
"extra": {
|
4745 |
"branch-alias": {
|
4746 |
"dev-master": "1.17-dev"
|
|
|
|
|
|
|
|
|
4747 |
}
|
4748 |
},
|
4749 |
"autoload": {
|
@@ -4776,20 +4971,34 @@
|
|
4776 |
"polyfill",
|
4777 |
"portable"
|
4778 |
],
|
4779 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4780 |
},
|
4781 |
{
|
4782 |
"name": "symfony/polyfill-intl-idn",
|
4783 |
-
"version": "v1.17.
|
4784 |
"source": {
|
4785 |
"type": "git",
|
4786 |
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
4787 |
-
"reference": "
|
4788 |
},
|
4789 |
"dist": {
|
4790 |
"type": "zip",
|
4791 |
-
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/
|
4792 |
-
"reference": "
|
4793 |
"shasum": ""
|
4794 |
},
|
4795 |
"require": {
|
@@ -4804,6 +5013,10 @@
|
|
4804 |
"extra": {
|
4805 |
"branch-alias": {
|
4806 |
"dev-master": "1.17-dev"
|
|
|
|
|
|
|
|
|
4807 |
}
|
4808 |
},
|
4809 |
"autoload": {
|
@@ -4838,20 +5051,34 @@
|
|
4838 |
"portable",
|
4839 |
"shim"
|
4840 |
],
|
4841 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4842 |
},
|
4843 |
{
|
4844 |
"name": "symfony/polyfill-mbstring",
|
4845 |
-
"version": "v1.17.
|
4846 |
"source": {
|
4847 |
"type": "git",
|
4848 |
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
4849 |
-
"reference": "
|
4850 |
},
|
4851 |
"dist": {
|
4852 |
"type": "zip",
|
4853 |
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
|
4854 |
-
"reference": "
|
4855 |
"shasum": ""
|
4856 |
},
|
4857 |
"require": {
|
@@ -4864,6 +5091,10 @@
|
|
4864 |
"extra": {
|
4865 |
"branch-alias": {
|
4866 |
"dev-master": "1.17-dev"
|
|
|
|
|
|
|
|
|
4867 |
}
|
4868 |
},
|
4869 |
"autoload": {
|
@@ -4897,7 +5128,21 @@
|
|
4897 |
"portable",
|
4898 |
"shim"
|
4899 |
],
|
4900 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4901 |
},
|
4902 |
{
|
4903 |
"name": "symfony/polyfill-php72",
|
@@ -4952,6 +5197,20 @@
|
|
4952 |
"portable",
|
4953 |
"shim"
|
4954 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4955 |
"time": "2020-05-12T16:47:27+00:00"
|
4956 |
},
|
4957 |
{
|
@@ -5001,6 +5260,20 @@
|
|
5001 |
],
|
5002 |
"description": "Symfony Process Component",
|
5003 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5004 |
"time": "2020-05-23T17:05:51+00:00"
|
5005 |
},
|
5006 |
{
|
@@ -5060,6 +5333,20 @@
|
|
5060 |
],
|
5061 |
"description": "Symfony Yaml Component",
|
5062 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5063 |
"time": "2020-05-11T07:51:54+00:00"
|
5064 |
},
|
5065 |
{
|
@@ -5124,6 +5411,16 @@
|
|
5124 |
"env",
|
5125 |
"environment"
|
5126 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5127 |
"time": "2020-06-07T18:25:35+00:00"
|
5128 |
},
|
5129 |
{
|
@@ -5176,16 +5473,16 @@
|
|
5176 |
},
|
5177 |
{
|
5178 |
"name": "webmozart/assert",
|
5179 |
-
"version": "1.
|
5180 |
"source": {
|
5181 |
"type": "git",
|
5182 |
"url": "https://github.com/webmozart/assert.git",
|
5183 |
-
"reference": "
|
5184 |
},
|
5185 |
"dist": {
|
5186 |
"type": "zip",
|
5187 |
-
"url": "https://api.github.com/repos/webmozart/assert/zipball/
|
5188 |
-
"reference": "
|
5189 |
"shasum": ""
|
5190 |
},
|
5191 |
"require": {
|
@@ -5193,6 +5490,7 @@
|
|
5193 |
"symfony/polyfill-ctype": "^1.8"
|
5194 |
},
|
5195 |
"conflict": {
|
|
|
5196 |
"vimeo/psalm": "<3.9.1"
|
5197 |
},
|
5198 |
"require-dev": {
|
@@ -5220,20 +5518,20 @@
|
|
5220 |
"check",
|
5221 |
"validate"
|
5222 |
],
|
5223 |
-
"time": "2020-
|
5224 |
},
|
5225 |
{
|
5226 |
"name": "wp-cli/cache-command",
|
5227 |
-
"version": "v2.0.
|
5228 |
"source": {
|
5229 |
"type": "git",
|
5230 |
"url": "https://github.com/wp-cli/cache-command.git",
|
5231 |
-
"reference": "
|
5232 |
},
|
5233 |
"dist": {
|
5234 |
"type": "zip",
|
5235 |
-
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/
|
5236 |
-
"reference": "
|
5237 |
"shasum": ""
|
5238 |
},
|
5239 |
"require": {
|
@@ -5289,20 +5587,20 @@
|
|
5289 |
],
|
5290 |
"description": "Manages object and transient caches.",
|
5291 |
"homepage": "https://github.com/wp-cli/cache-command",
|
5292 |
-
"time": "
|
5293 |
},
|
5294 |
{
|
5295 |
"name": "wp-cli/checksum-command",
|
5296 |
-
"version": "v2.0.
|
5297 |
"source": {
|
5298 |
"type": "git",
|
5299 |
"url": "https://github.com/wp-cli/checksum-command.git",
|
5300 |
-
"reference": "
|
5301 |
},
|
5302 |
"dist": {
|
5303 |
"type": "zip",
|
5304 |
-
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/
|
5305 |
-
"reference": "
|
5306 |
"shasum": ""
|
5307 |
},
|
5308 |
"require": {
|
@@ -5344,20 +5642,20 @@
|
|
5344 |
],
|
5345 |
"description": "Verifies file integrity by comparing to published checksums.",
|
5346 |
"homepage": "https://github.com/wp-cli/checksum-command",
|
5347 |
-
"time": "
|
5348 |
},
|
5349 |
{
|
5350 |
"name": "wp-cli/config-command",
|
5351 |
-
"version": "v2.0.
|
5352 |
"source": {
|
5353 |
"type": "git",
|
5354 |
"url": "https://github.com/wp-cli/config-command.git",
|
5355 |
-
"reference": "
|
5356 |
},
|
5357 |
"dist": {
|
5358 |
"type": "zip",
|
5359 |
-
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/
|
5360 |
-
"reference": "
|
5361 |
"shasum": ""
|
5362 |
},
|
5363 |
"require": {
|
@@ -5413,24 +5711,24 @@
|
|
5413 |
],
|
5414 |
"description": "Generates and reads the wp-config.php file.",
|
5415 |
"homepage": "https://github.com/wp-cli/config-command",
|
5416 |
-
"time": "
|
5417 |
},
|
5418 |
{
|
5419 |
"name": "wp-cli/core-command",
|
5420 |
-
"version": "v2.0.
|
5421 |
"source": {
|
5422 |
"type": "git",
|
5423 |
"url": "https://github.com/wp-cli/core-command.git",
|
5424 |
-
"reference": "
|
5425 |
},
|
5426 |
"dist": {
|
5427 |
"type": "zip",
|
5428 |
-
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/
|
5429 |
-
"reference": "
|
5430 |
"shasum": ""
|
5431 |
},
|
5432 |
"require": {
|
5433 |
-
"composer/semver": "^1.4",
|
5434 |
"wp-cli/wp-cli": "^2.4"
|
5435 |
},
|
5436 |
"require-dev": {
|
@@ -5480,20 +5778,20 @@
|
|
5480 |
],
|
5481 |
"description": "Downloads, installs, updates, and manages a WordPress installation.",
|
5482 |
"homepage": "https://github.com/wp-cli/core-command",
|
5483 |
-
"time": "
|
5484 |
},
|
5485 |
{
|
5486 |
"name": "wp-cli/cron-command",
|
5487 |
-
"version": "v2.0.
|
5488 |
"source": {
|
5489 |
"type": "git",
|
5490 |
"url": "https://github.com/wp-cli/cron-command.git",
|
5491 |
-
"reference": "
|
5492 |
},
|
5493 |
"dist": {
|
5494 |
"type": "zip",
|
5495 |
-
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/
|
5496 |
-
"reference": "
|
5497 |
"shasum": ""
|
5498 |
},
|
5499 |
"require": {
|
@@ -5543,20 +5841,20 @@
|
|
5543 |
],
|
5544 |
"description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
|
5545 |
"homepage": "https://github.com/wp-cli/cron-command",
|
5546 |
-
"time": "
|
5547 |
},
|
5548 |
{
|
5549 |
"name": "wp-cli/db-command",
|
5550 |
-
"version": "v2.0.
|
5551 |
"source": {
|
5552 |
"type": "git",
|
5553 |
"url": "https://github.com/wp-cli/db-command.git",
|
5554 |
-
"reference": "
|
5555 |
},
|
5556 |
"dist": {
|
5557 |
"type": "zip",
|
5558 |
-
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/
|
5559 |
-
"reference": "
|
5560 |
"shasum": ""
|
5561 |
},
|
5562 |
"require": {
|
@@ -5613,20 +5911,20 @@
|
|
5613 |
],
|
5614 |
"description": "Performs basic database operations using credentials stored in wp-config.php.",
|
5615 |
"homepage": "https://github.com/wp-cli/db-command",
|
5616 |
-
"time": "2020-
|
5617 |
},
|
5618 |
{
|
5619 |
"name": "wp-cli/embed-command",
|
5620 |
-
"version": "v2.0.
|
5621 |
"source": {
|
5622 |
"type": "git",
|
5623 |
"url": "https://github.com/wp-cli/embed-command.git",
|
5624 |
-
"reference": "
|
5625 |
},
|
5626 |
"dist": {
|
5627 |
"type": "zip",
|
5628 |
-
"url": "https://api.github.com/repos/wp-cli/embed-command/zipball/
|
5629 |
-
"reference": "
|
5630 |
"shasum": ""
|
5631 |
},
|
5632 |
"require": {
|
@@ -5676,24 +5974,24 @@
|
|
5676 |
],
|
5677 |
"description": "Inspects oEmbed providers, clears embed cache, and more.",
|
5678 |
"homepage": "https://github.com/wp-cli/embed-command",
|
5679 |
-
"time": "
|
5680 |
},
|
5681 |
{
|
5682 |
"name": "wp-cli/entity-command",
|
5683 |
-
"version": "v2.0.
|
5684 |
"source": {
|
5685 |
"type": "git",
|
5686 |
"url": "https://github.com/wp-cli/entity-command.git",
|
5687 |
-
"reference": "
|
5688 |
},
|
5689 |
"dist": {
|
5690 |
"type": "zip",
|
5691 |
-
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/
|
5692 |
-
"reference": "
|
5693 |
"shasum": ""
|
5694 |
},
|
5695 |
"require": {
|
5696 |
-
"wp-cli/wp-cli": "
|
5697 |
},
|
5698 |
"require-dev": {
|
5699 |
"wp-cli/cache-command": "^1 || ^2",
|
@@ -5882,20 +6180,20 @@
|
|
5882 |
],
|
5883 |
"description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
|
5884 |
"homepage": "https://github.com/wp-cli/entity-command",
|
5885 |
-
"time": "
|
5886 |
},
|
5887 |
{
|
5888 |
"name": "wp-cli/eval-command",
|
5889 |
-
"version": "v2.0.
|
5890 |
"source": {
|
5891 |
"type": "git",
|
5892 |
"url": "https://github.com/wp-cli/eval-command.git",
|
5893 |
-
"reference": "
|
5894 |
},
|
5895 |
"dist": {
|
5896 |
"type": "zip",
|
5897 |
-
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/
|
5898 |
-
"reference": "
|
5899 |
"shasum": ""
|
5900 |
},
|
5901 |
"require": {
|
@@ -5936,20 +6234,20 @@
|
|
5936 |
],
|
5937 |
"description": "Executes arbitrary PHP code or files.",
|
5938 |
"homepage": "https://github.com/wp-cli/eval-command",
|
5939 |
-
"time": "2020-
|
5940 |
},
|
5941 |
{
|
5942 |
"name": "wp-cli/export-command",
|
5943 |
-
"version": "v2.0.
|
5944 |
"source": {
|
5945 |
"type": "git",
|
5946 |
"url": "https://github.com/wp-cli/export-command.git",
|
5947 |
-
"reference": "
|
5948 |
},
|
5949 |
"dist": {
|
5950 |
"type": "zip",
|
5951 |
-
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/
|
5952 |
-
"reference": "
|
5953 |
"shasum": ""
|
5954 |
},
|
5955 |
"require": {
|
@@ -5994,25 +6292,25 @@
|
|
5994 |
],
|
5995 |
"description": "Exports WordPress content to a WXR file.",
|
5996 |
"homepage": "https://github.com/wp-cli/export-command",
|
5997 |
-
"time": "
|
5998 |
},
|
5999 |
{
|
6000 |
"name": "wp-cli/extension-command",
|
6001 |
-
"version": "v2.0.
|
6002 |
"source": {
|
6003 |
"type": "git",
|
6004 |
"url": "https://github.com/wp-cli/extension-command.git",
|
6005 |
-
"reference": "
|
6006 |
},
|
6007 |
"dist": {
|
6008 |
"type": "zip",
|
6009 |
-
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/
|
6010 |
-
"reference": "
|
6011 |
"shasum": ""
|
6012 |
},
|
6013 |
"require": {
|
6014 |
-
"composer/semver": "^1.4",
|
6015 |
-
"wp-cli/wp-cli": "
|
6016 |
},
|
6017 |
"require-dev": {
|
6018 |
"wp-cli/entity-command": "^1.3 || ^2",
|
@@ -6086,20 +6384,20 @@
|
|
6086 |
],
|
6087 |
"description": "Manages plugins and themes, including installs, activations, and updates.",
|
6088 |
"homepage": "https://github.com/wp-cli/extension-command",
|
6089 |
-
"time": "2020-
|
6090 |
},
|
6091 |
{
|
6092 |
"name": "wp-cli/i18n-command",
|
6093 |
-
"version": "v2.2.
|
6094 |
"source": {
|
6095 |
"type": "git",
|
6096 |
"url": "https://github.com/wp-cli/i18n-command.git",
|
6097 |
-
"reference": "
|
6098 |
},
|
6099 |
"dist": {
|
6100 |
"type": "zip",
|
6101 |
-
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/
|
6102 |
-
"reference": "
|
6103 |
"shasum": ""
|
6104 |
},
|
6105 |
"require": {
|
@@ -6143,20 +6441,20 @@
|
|
6143 |
],
|
6144 |
"description": "Provides internationalization tools for WordPress projects.",
|
6145 |
"homepage": "https://github.com/wp-cli/i18n-command",
|
6146 |
-
"time": "2020-06-
|
6147 |
},
|
6148 |
{
|
6149 |
"name": "wp-cli/import-command",
|
6150 |
-
"version": "v2.0.
|
6151 |
"source": {
|
6152 |
"type": "git",
|
6153 |
"url": "https://github.com/wp-cli/import-command.git",
|
6154 |
-
"reference": "
|
6155 |
},
|
6156 |
"dist": {
|
6157 |
"type": "zip",
|
6158 |
-
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/
|
6159 |
-
"reference": "
|
6160 |
"shasum": ""
|
6161 |
},
|
6162 |
"require": {
|
@@ -6199,20 +6497,20 @@
|
|
6199 |
],
|
6200 |
"description": "Imports content from a given WXR file.",
|
6201 |
"homepage": "https://github.com/wp-cli/import-command",
|
6202 |
-
"time": "
|
6203 |
},
|
6204 |
{
|
6205 |
"name": "wp-cli/language-command",
|
6206 |
-
"version": "v2.0.
|
6207 |
"source": {
|
6208 |
"type": "git",
|
6209 |
"url": "https://github.com/wp-cli/language-command.git",
|
6210 |
-
"reference": "
|
6211 |
},
|
6212 |
"dist": {
|
6213 |
"type": "zip",
|
6214 |
-
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/
|
6215 |
-
"reference": "
|
6216 |
"shasum": ""
|
6217 |
},
|
6218 |
"require": {
|
@@ -6274,20 +6572,20 @@
|
|
6274 |
],
|
6275 |
"description": "Installs, activates, and manages language packs.",
|
6276 |
"homepage": "https://github.com/wp-cli/language-command",
|
6277 |
-
"time": "
|
6278 |
},
|
6279 |
{
|
6280 |
"name": "wp-cli/maintenance-mode-command",
|
6281 |
-
"version": "v2.0.
|
6282 |
"source": {
|
6283 |
"type": "git",
|
6284 |
"url": "https://github.com/wp-cli/maintenance-mode-command.git",
|
6285 |
-
"reference": "
|
6286 |
},
|
6287 |
"dist": {
|
6288 |
"type": "zip",
|
6289 |
-
"url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/
|
6290 |
-
"reference": "
|
6291 |
"shasum": ""
|
6292 |
},
|
6293 |
"require": {
|
@@ -6331,20 +6629,20 @@
|
|
6331 |
],
|
6332 |
"description": "Activates, deactivates or checks the status of the maintenance mode of a site.",
|
6333 |
"homepage": "https://github.com/wp-cli/maintenance-mode-command",
|
6334 |
-
"time": "
|
6335 |
},
|
6336 |
{
|
6337 |
"name": "wp-cli/media-command",
|
6338 |
-
"version": "v2.0.
|
6339 |
"source": {
|
6340 |
"type": "git",
|
6341 |
"url": "https://github.com/wp-cli/media-command.git",
|
6342 |
-
"reference": "
|
6343 |
},
|
6344 |
"dist": {
|
6345 |
"type": "zip",
|
6346 |
-
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/
|
6347 |
-
"reference": "
|
6348 |
"shasum": ""
|
6349 |
},
|
6350 |
"require": {
|
@@ -6389,7 +6687,7 @@
|
|
6389 |
],
|
6390 |
"description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
|
6391 |
"homepage": "https://github.com/wp-cli/media-command",
|
6392 |
-
"time": "2020-
|
6393 |
},
|
6394 |
{
|
6395 |
"name": "wp-cli/mustangostang-spyc",
|
@@ -6441,22 +6739,22 @@
|
|
6441 |
},
|
6442 |
{
|
6443 |
"name": "wp-cli/package-command",
|
6444 |
-
"version": "v2.0.
|
6445 |
"source": {
|
6446 |
"type": "git",
|
6447 |
"url": "https://github.com/wp-cli/package-command.git",
|
6448 |
-
"reference": "
|
6449 |
},
|
6450 |
"dist": {
|
6451 |
"type": "zip",
|
6452 |
-
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/
|
6453 |
-
"reference": "
|
6454 |
"shasum": ""
|
6455 |
},
|
6456 |
"require": {
|
6457 |
"composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
|
6458 |
"ext-json": "*",
|
6459 |
-
"wp-cli/wp-cli": "
|
6460 |
},
|
6461 |
"require-dev": {
|
6462 |
"wp-cli/scaffold-command": "^1 || ^2",
|
@@ -6498,7 +6796,7 @@
|
|
6498 |
],
|
6499 |
"description": "Lists, installs, and removes WP-CLI packages.",
|
6500 |
"homepage": "https://github.com/wp-cli/package-command",
|
6501 |
-
"time": "2020-
|
6502 |
},
|
6503 |
{
|
6504 |
"name": "wp-cli/php-cli-tools",
|
@@ -6552,16 +6850,16 @@
|
|
6552 |
},
|
6553 |
{
|
6554 |
"name": "wp-cli/rewrite-command",
|
6555 |
-
"version": "v2.0.
|
6556 |
"source": {
|
6557 |
"type": "git",
|
6558 |
"url": "https://github.com/wp-cli/rewrite-command.git",
|
6559 |
-
"reference": "
|
6560 |
},
|
6561 |
"dist": {
|
6562 |
"type": "zip",
|
6563 |
-
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/
|
6564 |
-
"reference": "
|
6565 |
"shasum": ""
|
6566 |
},
|
6567 |
"require": {
|
@@ -6605,20 +6903,20 @@
|
|
6605 |
],
|
6606 |
"description": "Lists or flushes the site's rewrite rules, updates the permalink structure.",
|
6607 |
"homepage": "https://github.com/wp-cli/rewrite-command",
|
6608 |
-
"time": "
|
6609 |
},
|
6610 |
{
|
6611 |
"name": "wp-cli/role-command",
|
6612 |
-
"version": "v2.0.
|
6613 |
"source": {
|
6614 |
"type": "git",
|
6615 |
"url": "https://github.com/wp-cli/role-command.git",
|
6616 |
-
"reference": "
|
6617 |
},
|
6618 |
"dist": {
|
6619 |
"type": "zip",
|
6620 |
-
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/
|
6621 |
-
"reference": "
|
6622 |
"shasum": ""
|
6623 |
},
|
6624 |
"require": {
|
@@ -6667,24 +6965,24 @@
|
|
6667 |
],
|
6668 |
"description": "Adds, removes, lists, and resets roles and capabilities.",
|
6669 |
"homepage": "https://github.com/wp-cli/role-command",
|
6670 |
-
"time": "
|
6671 |
},
|
6672 |
{
|
6673 |
"name": "wp-cli/scaffold-command",
|
6674 |
-
"version": "v2.0.
|
6675 |
"source": {
|
6676 |
"type": "git",
|
6677 |
"url": "https://github.com/wp-cli/scaffold-command.git",
|
6678 |
-
"reference": "
|
6679 |
},
|
6680 |
"dist": {
|
6681 |
"type": "zip",
|
6682 |
-
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/
|
6683 |
-
"reference": "
|
6684 |
"shasum": ""
|
6685 |
},
|
6686 |
"require": {
|
6687 |
-
"php": "^5.
|
6688 |
"wp-cli/wp-cli": "dev-master"
|
6689 |
},
|
6690 |
"require-dev": {
|
@@ -6730,20 +7028,20 @@
|
|
6730 |
],
|
6731 |
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
|
6732 |
"homepage": "https://github.com/wp-cli/scaffold-command",
|
6733 |
-
"time": "2020-
|
6734 |
},
|
6735 |
{
|
6736 |
"name": "wp-cli/search-replace-command",
|
6737 |
-
"version": "v2.0.
|
6738 |
"source": {
|
6739 |
"type": "git",
|
6740 |
"url": "https://github.com/wp-cli/search-replace-command.git",
|
6741 |
-
"reference": "
|
6742 |
},
|
6743 |
"dist": {
|
6744 |
"type": "zip",
|
6745 |
-
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/
|
6746 |
-
"reference": "
|
6747 |
"shasum": ""
|
6748 |
},
|
6749 |
"require": {
|
@@ -6786,20 +7084,20 @@
|
|
6786 |
],
|
6787 |
"description": "Searches/replaces strings in the database.",
|
6788 |
"homepage": "https://github.com/wp-cli/search-replace-command",
|
6789 |
-
"time": "
|
6790 |
},
|
6791 |
{
|
6792 |
"name": "wp-cli/server-command",
|
6793 |
-
"version": "v2.0.
|
6794 |
"source": {
|
6795 |
"type": "git",
|
6796 |
"url": "https://github.com/wp-cli/server-command.git",
|
6797 |
-
"reference": "
|
6798 |
},
|
6799 |
"dist": {
|
6800 |
"type": "zip",
|
6801 |
-
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/
|
6802 |
-
"reference": "
|
6803 |
"shasum": ""
|
6804 |
},
|
6805 |
"require": {
|
@@ -6839,20 +7137,20 @@
|
|
6839 |
],
|
6840 |
"description": "Launches PHP's built-in web server for a specific WordPress installation.",
|
6841 |
"homepage": "https://github.com/wp-cli/server-command",
|
6842 |
-
"time": "
|
6843 |
},
|
6844 |
{
|
6845 |
"name": "wp-cli/shell-command",
|
6846 |
-
"version": "v2.0.
|
6847 |
"source": {
|
6848 |
"type": "git",
|
6849 |
"url": "https://github.com/wp-cli/shell-command.git",
|
6850 |
-
"reference": "
|
6851 |
},
|
6852 |
"dist": {
|
6853 |
"type": "zip",
|
6854 |
-
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/
|
6855 |
-
"reference": "
|
6856 |
"shasum": ""
|
6857 |
},
|
6858 |
"require": {
|
@@ -6893,20 +7191,20 @@
|
|
6893 |
],
|
6894 |
"description": "Opens an interactive PHP console for running and testing PHP code.",
|
6895 |
"homepage": "https://github.com/wp-cli/shell-command",
|
6896 |
-
"time": "
|
6897 |
},
|
6898 |
{
|
6899 |
"name": "wp-cli/super-admin-command",
|
6900 |
-
"version": "v2.0.
|
6901 |
"source": {
|
6902 |
"type": "git",
|
6903 |
"url": "https://github.com/wp-cli/super-admin-command.git",
|
6904 |
-
"reference": "
|
6905 |
},
|
6906 |
"dist": {
|
6907 |
"type": "zip",
|
6908 |
-
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/
|
6909 |
-
"reference": "
|
6910 |
"shasum": ""
|
6911 |
},
|
6912 |
"require": {
|
@@ -6950,20 +7248,20 @@
|
|
6950 |
],
|
6951 |
"description": "Lists, adds, or removes super admin users on a multisite installation.",
|
6952 |
"homepage": "https://github.com/wp-cli/super-admin-command",
|
6953 |
-
"time": "
|
6954 |
},
|
6955 |
{
|
6956 |
"name": "wp-cli/widget-command",
|
6957 |
-
"version": "v2.1.
|
6958 |
"source": {
|
6959 |
"type": "git",
|
6960 |
"url": "https://github.com/wp-cli/widget-command.git",
|
6961 |
-
"reference": "
|
6962 |
},
|
6963 |
"dist": {
|
6964 |
"type": "zip",
|
6965 |
-
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/
|
6966 |
-
"reference": "
|
6967 |
"shasum": ""
|
6968 |
},
|
6969 |
"require": {
|
@@ -7013,7 +7311,7 @@
|
|
7013 |
],
|
7014 |
"description": "Adds, moves, and removes widgets; lists sidebars.",
|
7015 |
"homepage": "https://github.com/wp-cli/widget-command",
|
7016 |
-
"time": "2020-
|
7017 |
},
|
7018 |
{
|
7019 |
"name": "wp-cli/wp-cli",
|
@@ -7021,12 +7319,12 @@
|
|
7021 |
"source": {
|
7022 |
"type": "git",
|
7023 |
"url": "https://github.com/wp-cli/wp-cli.git",
|
7024 |
-
"reference": "
|
7025 |
},
|
7026 |
"dist": {
|
7027 |
"type": "zip",
|
7028 |
-
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/
|
7029 |
-
"reference": "
|
7030 |
"shasum": ""
|
7031 |
},
|
7032 |
"require": {
|
@@ -7044,7 +7342,7 @@
|
|
7044 |
"wp-cli/entity-command": "^1.2 || ^2",
|
7045 |
"wp-cli/extension-command": "^1.1 || ^2",
|
7046 |
"wp-cli/package-command": "^1 || ^2",
|
7047 |
-
"wp-cli/wp-cli-tests": "^2.1"
|
7048 |
},
|
7049 |
"suggest": {
|
7050 |
"ext-readline": "Include for a better --prompt implementation",
|
@@ -7079,7 +7377,7 @@
|
|
7079 |
"cli",
|
7080 |
"wordpress"
|
7081 |
],
|
7082 |
-
"time": "2020-
|
7083 |
},
|
7084 |
{
|
7085 |
"name": "wp-cli/wp-cli-bundle",
|
@@ -7153,16 +7451,16 @@
|
|
7153 |
},
|
7154 |
{
|
7155 |
"name": "wp-cli/wp-config-transformer",
|
7156 |
-
"version": "v1.2.
|
7157 |
"source": {
|
7158 |
"type": "git",
|
7159 |
"url": "https://github.com/wp-cli/wp-config-transformer.git",
|
7160 |
-
"reference": "
|
7161 |
},
|
7162 |
"dist": {
|
7163 |
"type": "zip",
|
7164 |
-
"url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/
|
7165 |
-
"reference": "
|
7166 |
"shasum": ""
|
7167 |
},
|
7168 |
"require": {
|
@@ -7170,7 +7468,7 @@
|
|
7170 |
},
|
7171 |
"require-dev": {
|
7172 |
"composer/composer": "^1.5.6",
|
7173 |
-
"phpunit/phpunit": "^6.5.5",
|
7174 |
"wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0"
|
7175 |
},
|
7176 |
"type": "library",
|
@@ -7190,7 +7488,7 @@
|
|
7190 |
}
|
7191 |
],
|
7192 |
"description": "Programmatically edit a wp-config.php file.",
|
7193 |
-
"time": "
|
7194 |
},
|
7195 |
{
|
7196 |
"name": "wp-coding-standards/wpcs",
|
@@ -7283,16 +7581,16 @@
|
|
7283 |
},
|
7284 |
{
|
7285 |
"name": "wpdesk/wp-builder",
|
7286 |
-
"version": "1.4.
|
7287 |
"source": {
|
7288 |
"type": "git",
|
7289 |
"url": "https://gitlab.com/wpdesk/wp-builder.git",
|
7290 |
-
"reference": "
|
7291 |
},
|
7292 |
"dist": {
|
7293 |
"type": "zip",
|
7294 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-builder/repository/archive.zip?sha=
|
7295 |
-
"reference": "
|
7296 |
"shasum": ""
|
7297 |
},
|
7298 |
"require": {
|
@@ -7322,7 +7620,7 @@
|
|
7322 |
"email": "krzysiek@wpdesk.pl"
|
7323 |
}
|
7324 |
],
|
7325 |
-
"time": "2020-06-
|
7326 |
},
|
7327 |
{
|
7328 |
"name": "wpdesk/wp-code-sniffer",
|
@@ -7849,5 +8147,6 @@
|
|
7849 |
"platform-dev": [],
|
7850 |
"platform-overrides": {
|
7851 |
"php": "5.6"
|
7852 |
-
}
|
|
|
7853 |
}
|
315 |
"functional testing",
|
316 |
"unit testing"
|
317 |
],
|
318 |
+
"funding": [
|
319 |
+
{
|
320 |
+
"url": "https://opencollective.com/codeception",
|
321 |
+
"type": "open_collective"
|
322 |
+
}
|
323 |
+
],
|
324 |
"time": "2020-06-07T16:31:51+00:00"
|
325 |
},
|
326 |
{
|
370 |
},
|
371 |
{
|
372 |
"name": "codeception/lib-innerbrowser",
|
373 |
+
"version": "1.3.2",
|
374 |
"source": {
|
375 |
"type": "git",
|
376 |
"url": "https://github.com/Codeception/lib-innerbrowser.git",
|
377 |
+
"reference": "7bdcee4cf654cfeeedd00405edd4f06f85255659"
|
378 |
},
|
379 |
"dist": {
|
380 |
"type": "zip",
|
381 |
+
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/7bdcee4cf654cfeeedd00405edd4f06f85255659",
|
382 |
+
"reference": "7bdcee4cf654cfeeedd00405edd4f06f85255659",
|
383 |
"shasum": ""
|
384 |
},
|
385 |
"require": {
|
386 |
"codeception/codeception": "*@dev",
|
387 |
+
"ext-dom": "*",
|
388 |
+
"ext-json": "*",
|
389 |
+
"ext-mbstring": "*",
|
390 |
"php": ">=5.6.0 <8.0",
|
391 |
"symfony/browser-kit": ">=2.7 <6.0",
|
392 |
"symfony/dom-crawler": ">=2.7 <6.0"
|
422 |
"keywords": [
|
423 |
"codeception"
|
424 |
],
|
425 |
+
"time": "2020-07-05T14:21:45+00:00"
|
426 |
},
|
427 |
{
|
428 |
"name": "codeception/module-asserts",
|
626 |
},
|
627 |
{
|
628 |
"name": "codeception/module-phpbrowser",
|
629 |
+
"version": "1.0.1",
|
630 |
"source": {
|
631 |
"type": "git",
|
632 |
"url": "https://github.com/Codeception/module-phpbrowser.git",
|
633 |
+
"reference": "c1962657504a2a476b8dbd1f1ee05e0c912e5645"
|
634 |
},
|
635 |
"dist": {
|
636 |
"type": "zip",
|
637 |
+
"url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/c1962657504a2a476b8dbd1f1ee05e0c912e5645",
|
638 |
+
"reference": "c1962657504a2a476b8dbd1f1ee05e0c912e5645",
|
639 |
"shasum": ""
|
640 |
},
|
641 |
"require": {
|
642 |
+
"codeception/codeception": "*@dev",
|
643 |
+
"codeception/lib-innerbrowser": "^1.3.2",
|
644 |
+
"guzzlehttp/guzzle": "^6.3.0|^7.0.0",
|
645 |
"php": ">=5.6.0 <8.0"
|
646 |
},
|
647 |
+
"conflict": {
|
648 |
+
"codeception/codeception": "<4.0"
|
649 |
+
},
|
650 |
"require-dev": {
|
651 |
"codeception/module-rest": "dev-master | ^1.0",
|
652 |
"codeception/util-robohelpers": "dev-master"
|
679 |
"functional-testing",
|
680 |
"http"
|
681 |
],
|
682 |
+
"time": "2020-07-05T15:29:32+00:00"
|
683 |
},
|
684 |
{
|
685 |
"name": "codeception/module-rest",
|
686 |
+
"version": "1.2.1",
|
687 |
"source": {
|
688 |
"type": "git",
|
689 |
"url": "https://github.com/Codeception/module-rest.git",
|
690 |
+
"reference": "3664989d35003e182631cd9f4bc055fec009f5be"
|
691 |
},
|
692 |
"dist": {
|
693 |
"type": "zip",
|
694 |
+
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/3664989d35003e182631cd9f4bc055fec009f5be",
|
695 |
+
"reference": "3664989d35003e182631cd9f4bc055fec009f5be",
|
696 |
"shasum": ""
|
697 |
},
|
698 |
"require": {
|
730 |
"codeception",
|
731 |
"rest"
|
732 |
],
|
733 |
+
"time": "2020-07-05T15:40:45+00:00"
|
734 |
},
|
735 |
{
|
736 |
"name": "codeception/module-webdriver",
|
950 |
"ssl",
|
951 |
"tls"
|
952 |
],
|
953 |
+
"funding": [
|
954 |
+
{
|
955 |
+
"url": "https://packagist.com",
|
956 |
+
"type": "custom"
|
957 |
+
},
|
958 |
+
{
|
959 |
+
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
960 |
+
"type": "tidelift"
|
961 |
+
}
|
962 |
+
],
|
963 |
"time": "2020-04-08T08:27:21+00:00"
|
964 |
},
|
965 |
{
|
966 |
"name": "composer/composer",
|
967 |
+
"version": "1.10.8",
|
968 |
"source": {
|
969 |
"type": "git",
|
970 |
"url": "https://github.com/composer/composer.git",
|
971 |
+
"reference": "56e0e094478f30935e9128552188355fa9712291"
|
972 |
},
|
973 |
"dist": {
|
974 |
"type": "zip",
|
975 |
+
"url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291",
|
976 |
+
"reference": "56e0e094478f30935e9128552188355fa9712291",
|
977 |
"shasum": ""
|
978 |
},
|
979 |
"require": {
|
992 |
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
|
993 |
},
|
994 |
"conflict": {
|
995 |
+
"symfony/console": "2.8.38"
|
|
|
996 |
},
|
997 |
"require-dev": {
|
998 |
"phpspec/prophecy": "^1.10",
|
999 |
+
"symfony/phpunit-bridge": "^4.2"
|
1000 |
},
|
1001 |
"suggest": {
|
1002 |
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
1040 |
"dependency",
|
1041 |
"package"
|
1042 |
],
|
1043 |
+
"funding": [
|
1044 |
+
{
|
1045 |
+
"url": "https://packagist.com",
|
1046 |
+
"type": "custom"
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"url": "https://github.com/composer",
|
1050 |
+
"type": "github"
|
1051 |
+
},
|
1052 |
+
{
|
1053 |
+
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
1054 |
+
"type": "tidelift"
|
1055 |
+
}
|
1056 |
+
],
|
1057 |
+
"time": "2020-06-24T19:23:30+00:00"
|
1058 |
},
|
1059 |
{
|
1060 |
"name": "composer/semver",
|
1219 |
"Xdebug",
|
1220 |
"performance"
|
1221 |
],
|
1222 |
+
"funding": [
|
1223 |
+
{
|
1224 |
+
"url": "https://packagist.com",
|
1225 |
+
"type": "custom"
|
1226 |
+
},
|
1227 |
+
{
|
1228 |
+
"url": "https://github.com/composer",
|
1229 |
+
"type": "github"
|
1230 |
+
},
|
1231 |
+
{
|
1232 |
+
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
1233 |
+
"type": "tidelift"
|
1234 |
+
}
|
1235 |
+
],
|
1236 |
"time": "2020-06-04T11:16:35+00:00"
|
1237 |
},
|
1238 |
{
|
1672 |
},
|
1673 |
{
|
1674 |
"name": "guzzlehttp/guzzle",
|
1675 |
+
"version": "6.5.5",
|
1676 |
"source": {
|
1677 |
"type": "git",
|
1678 |
"url": "https://github.com/guzzle/guzzle.git",
|
1679 |
+
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
1680 |
},
|
1681 |
"dist": {
|
1682 |
"type": "zip",
|
1683 |
+
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
1684 |
+
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
1685 |
"shasum": ""
|
1686 |
},
|
1687 |
"require": {
|
1689 |
"guzzlehttp/promises": "^1.0",
|
1690 |
"guzzlehttp/psr7": "^1.6.1",
|
1691 |
"php": ">=5.5",
|
1692 |
+
"symfony/polyfill-intl-idn": "^1.17.0"
|
1693 |
},
|
1694 |
"require-dev": {
|
1695 |
"ext-curl": "*",
|
1735 |
"rest",
|
1736 |
"web service"
|
1737 |
],
|
1738 |
+
"time": "2020-06-16T21:01:06+00:00"
|
1739 |
},
|
1740 |
{
|
1741 |
"name": "guzzlehttp/promises",
|
2117 |
},
|
2118 |
{
|
2119 |
"name": "lucatume/wp-browser",
|
2120 |
+
"version": "2.6.3",
|
2121 |
"source": {
|
2122 |
"type": "git",
|
2123 |
"url": "https://github.com/lucatume/wp-browser.git",
|
2124 |
+
"reference": "e9797f2fc919ffe246b66ecfef517b895ed158e6"
|
2125 |
},
|
2126 |
"dist": {
|
2127 |
"type": "zip",
|
2128 |
+
"url": "https://api.github.com/repos/lucatume/wp-browser/zipball/e9797f2fc919ffe246b66ecfef517b895ed158e6",
|
2129 |
+
"reference": "e9797f2fc919ffe246b66ecfef517b895ed158e6",
|
2130 |
"shasum": ""
|
2131 |
},
|
2132 |
"require": {
|
2196 |
"codeception",
|
2197 |
"wordpress"
|
2198 |
],
|
2199 |
+
"time": "2020-06-30T10:46:22+00:00"
|
2200 |
},
|
2201 |
{
|
2202 |
"name": "matthiasmullie/minify",
|
2309 |
},
|
2310 |
{
|
2311 |
"name": "mck89/peast",
|
2312 |
+
"version": "v1.10.4",
|
2313 |
"source": {
|
2314 |
"type": "git",
|
2315 |
"url": "https://github.com/mck89/peast.git",
|
2316 |
+
"reference": "e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d"
|
2317 |
},
|
2318 |
"dist": {
|
2319 |
"type": "zip",
|
2320 |
+
"url": "https://api.github.com/repos/mck89/peast/zipball/e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d",
|
2321 |
+
"reference": "e11664ef53ba2a4ca1d16d8bc73fcc317cd65d3d",
|
2322 |
"shasum": ""
|
2323 |
},
|
2324 |
"require": {
|
2330 |
"type": "library",
|
2331 |
"extra": {
|
2332 |
"branch-alias": {
|
2333 |
+
"dev-master": "1.10.4-dev"
|
2334 |
}
|
2335 |
},
|
2336 |
"autoload": {
|
2350 |
}
|
2351 |
],
|
2352 |
"description": "Peast is PHP library that generates AST for JavaScript code",
|
2353 |
+
"time": "2020-06-21T17:16:08+00:00"
|
2354 |
},
|
2355 |
{
|
2356 |
"name": "mikemclin/laravel-wp-password",
|
2556 |
"logging",
|
2557 |
"psr-3"
|
2558 |
],
|
2559 |
+
"funding": [
|
2560 |
+
{
|
2561 |
+
"url": "https://github.com/Seldaek",
|
2562 |
+
"type": "github"
|
2563 |
+
},
|
2564 |
+
{
|
2565 |
+
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
2566 |
+
"type": "tidelift"
|
2567 |
+
}
|
2568 |
+
],
|
2569 |
"time": "2020-05-22T07:31:27+00:00"
|
2570 |
},
|
2571 |
{
|
3070 |
"php",
|
3071 |
"type"
|
3072 |
],
|
3073 |
+
"funding": [
|
3074 |
+
{
|
3075 |
+
"url": "https://github.com/GrahamCampbell",
|
3076 |
+
"type": "github"
|
3077 |
+
},
|
3078 |
+
{
|
3079 |
+
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
3080 |
+
"type": "tidelift"
|
3081 |
+
}
|
3082 |
+
],
|
3083 |
"time": "2020-06-07T10:40:07+00:00"
|
3084 |
},
|
3085 |
{
|
4235 |
"parser",
|
4236 |
"validator"
|
4237 |
],
|
4238 |
+
"funding": [
|
4239 |
+
{
|
4240 |
+
"url": "https://github.com/Seldaek",
|
4241 |
+
"type": "github"
|
4242 |
+
},
|
4243 |
+
{
|
4244 |
+
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
|
4245 |
+
"type": "tidelift"
|
4246 |
+
}
|
4247 |
+
],
|
4248 |
"time": "2020-04-30T19:05:18+00:00"
|
4249 |
},
|
4250 |
{
|
4397 |
],
|
4398 |
"description": "Symfony BrowserKit Component",
|
4399 |
"homepage": "https://symfony.com",
|
4400 |
+
"funding": [
|
4401 |
+
{
|
4402 |
+
"url": "https://symfony.com/sponsor",
|
4403 |
+
"type": "custom"
|
4404 |
+
},
|
4405 |
+
{
|
4406 |
+
"url": "https://github.com/fabpot",
|
4407 |
+
"type": "github"
|
4408 |
+
},
|
4409 |
+
{
|
4410 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4411 |
+
"type": "tidelift"
|
4412 |
+
}
|
4413 |
+
],
|
4414 |
"time": "2020-04-27T06:55:12+00:00"
|
4415 |
},
|
4416 |
{
|
4483 |
],
|
4484 |
"description": "Symfony Console Component",
|
4485 |
"homepage": "https://symfony.com",
|
4486 |
+
"funding": [
|
4487 |
+
{
|
4488 |
+
"url": "https://symfony.com/sponsor",
|
4489 |
+
"type": "custom"
|
4490 |
+
},
|
4491 |
+
{
|
4492 |
+
"url": "https://github.com/fabpot",
|
4493 |
+
"type": "github"
|
4494 |
+
},
|
4495 |
+
{
|
4496 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4497 |
+
"type": "tidelift"
|
4498 |
+
}
|
4499 |
+
],
|
4500 |
"time": "2020-05-30T18:58:05+00:00"
|
4501 |
},
|
4502 |
{
|
4550 |
],
|
4551 |
"description": "Symfony CssSelector Component",
|
4552 |
"homepage": "https://symfony.com",
|
4553 |
+
"funding": [
|
4554 |
+
{
|
4555 |
+
"url": "https://symfony.com/sponsor",
|
4556 |
+
"type": "custom"
|
4557 |
+
},
|
4558 |
+
{
|
4559 |
+
"url": "https://github.com/fabpot",
|
4560 |
+
"type": "github"
|
4561 |
+
},
|
4562 |
+
{
|
4563 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4564 |
+
"type": "tidelift"
|
4565 |
+
}
|
4566 |
+
],
|
4567 |
"time": "2020-03-16T08:31:04+00:00"
|
4568 |
},
|
4569 |
{
|
4620 |
],
|
4621 |
"description": "Symfony Debug Component",
|
4622 |
"homepage": "https://symfony.com",
|
4623 |
+
"funding": [
|
4624 |
+
{
|
4625 |
+
"url": "https://symfony.com/sponsor",
|
4626 |
+
"type": "custom"
|
4627 |
+
},
|
4628 |
+
{
|
4629 |
+
"url": "https://github.com/fabpot",
|
4630 |
+
"type": "github"
|
4631 |
+
},
|
4632 |
+
{
|
4633 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4634 |
+
"type": "tidelift"
|
4635 |
+
}
|
4636 |
+
],
|
4637 |
"time": "2020-05-22T18:25:20+00:00"
|
4638 |
},
|
4639 |
{
|
4691 |
],
|
4692 |
"description": "Symfony DomCrawler Component",
|
4693 |
"homepage": "https://symfony.com",
|
4694 |
+
"funding": [
|
4695 |
+
{
|
4696 |
+
"url": "https://symfony.com/sponsor",
|
4697 |
+
"type": "custom"
|
4698 |
+
},
|
4699 |
+
{
|
4700 |
+
"url": "https://github.com/fabpot",
|
4701 |
+
"type": "github"
|
4702 |
+
},
|
4703 |
+
{
|
4704 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4705 |
+
"type": "tidelift"
|
4706 |
+
}
|
4707 |
+
],
|
4708 |
"time": "2020-05-22T19:35:43+00:00"
|
4709 |
},
|
4710 |
{
|
4768 |
],
|
4769 |
"description": "Symfony EventDispatcher Component",
|
4770 |
"homepage": "https://symfony.com",
|
4771 |
+
"funding": [
|
4772 |
+
{
|
4773 |
+
"url": "https://symfony.com/sponsor",
|
4774 |
+
"type": "custom"
|
4775 |
+
},
|
4776 |
+
{
|
4777 |
+
"url": "https://github.com/fabpot",
|
4778 |
+
"type": "github"
|
4779 |
+
},
|
4780 |
+
{
|
4781 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4782 |
+
"type": "tidelift"
|
4783 |
+
}
|
4784 |
+
],
|
4785 |
"time": "2020-05-05T15:06:23+00:00"
|
4786 |
},
|
4787 |
{
|
4832 |
],
|
4833 |
"description": "Symfony Filesystem Component",
|
4834 |
"homepage": "https://symfony.com",
|
4835 |
+
"funding": [
|
4836 |
+
{
|
4837 |
+
"url": "https://symfony.com/sponsor",
|
4838 |
+
"type": "custom"
|
4839 |
+
},
|
4840 |
+
{
|
4841 |
+
"url": "https://github.com/fabpot",
|
4842 |
+
"type": "github"
|
4843 |
+
},
|
4844 |
+
{
|
4845 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4846 |
+
"type": "tidelift"
|
4847 |
+
}
|
4848 |
+
],
|
4849 |
"time": "2020-05-30T17:48:24+00:00"
|
4850 |
},
|
4851 |
{
|
4895 |
],
|
4896 |
"description": "Symfony Finder Component",
|
4897 |
"homepage": "https://symfony.com",
|
4898 |
+
"funding": [
|
4899 |
+
{
|
4900 |
+
"url": "https://symfony.com/sponsor",
|
4901 |
+
"type": "custom"
|
4902 |
+
},
|
4903 |
+
{
|
4904 |
+
"url": "https://github.com/fabpot",
|
4905 |
+
"type": "github"
|
4906 |
+
},
|
4907 |
+
{
|
4908 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4909 |
+
"type": "tidelift"
|
4910 |
+
}
|
4911 |
+
],
|
4912 |
"time": "2020-02-14T07:34:21+00:00"
|
4913 |
},
|
4914 |
{
|
4915 |
"name": "symfony/polyfill-ctype",
|
4916 |
+
"version": "v1.17.1",
|
4917 |
"source": {
|
4918 |
"type": "git",
|
4919 |
"url": "https://github.com/symfony/polyfill-ctype.git",
|
4920 |
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
|
4921 |
},
|
4922 |
"dist": {
|
4923 |
"type": "zip",
|
4924 |
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
4925 |
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
4926 |
"shasum": ""
|
4927 |
},
|
4928 |
"require": {
|
4935 |
"extra": {
|
4936 |
"branch-alias": {
|
4937 |
"dev-master": "1.17-dev"
|
4938 |
+
},
|
4939 |
+
"thanks": {
|
4940 |
+
"name": "symfony/polyfill",
|
4941 |
+
"url": "https://github.com/symfony/polyfill"
|
4942 |
}
|
4943 |
},
|
4944 |
"autoload": {
|
4971 |
"polyfill",
|
4972 |
"portable"
|
4973 |
],
|
4974 |
+
"funding": [
|
4975 |
+
{
|
4976 |
+
"url": "https://symfony.com/sponsor",
|
4977 |
+
"type": "custom"
|
4978 |
+
},
|
4979 |
+
{
|
4980 |
+
"url": "https://github.com/fabpot",
|
4981 |
+
"type": "github"
|
4982 |
+
},
|
4983 |
+
{
|
4984 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
4985 |
+
"type": "tidelift"
|
4986 |
+
}
|
4987 |
+
],
|
4988 |
+
"time": "2020-06-06T08:46:27+00:00"
|
4989 |
},
|
4990 |
{
|
4991 |
"name": "symfony/polyfill-intl-idn",
|
4992 |
+
"version": "v1.17.1",
|
4993 |
"source": {
|
4994 |
"type": "git",
|
4995 |
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
4996 |
+
"reference": "a57f8161502549a742a63c09f0a604997bf47027"
|
4997 |
},
|
4998 |
"dist": {
|
4999 |
"type": "zip",
|
5000 |
+
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
|
5001 |
+
"reference": "a57f8161502549a742a63c09f0a604997bf47027",
|
5002 |
"shasum": ""
|
5003 |
},
|
5004 |
"require": {
|
5013 |
"extra": {
|
5014 |
"branch-alias": {
|
5015 |
"dev-master": "1.17-dev"
|
5016 |
+
},
|
5017 |
+
"thanks": {
|
5018 |
+
"name": "symfony/polyfill",
|
5019 |
+
"url": "https://github.com/symfony/polyfill"
|
5020 |
}
|
5021 |
},
|
5022 |
"autoload": {
|
5051 |
"portable",
|
5052 |
"shim"
|
5053 |
],
|
5054 |
+
"funding": [
|
5055 |
+
{
|
5056 |
+
"url": "https://symfony.com/sponsor",
|
5057 |
+
"type": "custom"
|
5058 |
+
},
|
5059 |
+
{
|
5060 |
+
"url": "https://github.com/fabpot",
|
5061 |
+
"type": "github"
|
5062 |
+
},
|
5063 |
+
{
|
5064 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5065 |
+
"type": "tidelift"
|
5066 |
+
}
|
5067 |
+
],
|
5068 |
+
"time": "2020-06-06T08:46:27+00:00"
|
5069 |
},
|
5070 |
{
|
5071 |
"name": "symfony/polyfill-mbstring",
|
5072 |
+
"version": "v1.17.1",
|
5073 |
"source": {
|
5074 |
"type": "git",
|
5075 |
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
5076 |
+
"reference": "7110338d81ce1cbc3e273136e4574663627037a7"
|
5077 |
},
|
5078 |
"dist": {
|
5079 |
"type": "zip",
|
5080 |
+
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
|
5081 |
+
"reference": "7110338d81ce1cbc3e273136e4574663627037a7",
|
5082 |
"shasum": ""
|
5083 |
},
|
5084 |
"require": {
|
5091 |
"extra": {
|
5092 |
"branch-alias": {
|
5093 |
"dev-master": "1.17-dev"
|
5094 |
+
},
|
5095 |
+
"thanks": {
|
5096 |
+
"name": "symfony/polyfill",
|
5097 |
+
"url": "https://github.com/symfony/polyfill"
|
5098 |
}
|
5099 |
},
|
5100 |
"autoload": {
|
5128 |
"portable",
|
5129 |
"shim"
|
5130 |
],
|
5131 |
+
"funding": [
|
5132 |
+
{
|
5133 |
+
"url": "https://symfony.com/sponsor",
|
5134 |
+
"type": "custom"
|
5135 |
+
},
|
5136 |
+
{
|
5137 |
+
"url": "https://github.com/fabpot",
|
5138 |
+
"type": "github"
|
5139 |
+
},
|
5140 |
+
{
|
5141 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5142 |
+
"type": "tidelift"
|
5143 |
+
}
|
5144 |
+
],
|
5145 |
+
"time": "2020-06-06T08:46:27+00:00"
|
5146 |
},
|
5147 |
{
|
5148 |
"name": "symfony/polyfill-php72",
|
5197 |
"portable",
|
5198 |
"shim"
|
5199 |
],
|
5200 |
+
"funding": [
|
5201 |
+
{
|
5202 |
+
"url": "https://symfony.com/sponsor",
|
5203 |
+
"type": "custom"
|
5204 |
+
},
|
5205 |
+
{
|
5206 |
+
"url": "https://github.com/fabpot",
|
5207 |
+
"type": "github"
|
5208 |
+
},
|
5209 |
+
{
|
5210 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5211 |
+
"type": "tidelift"
|
5212 |
+
}
|
5213 |
+
],
|
5214 |
"time": "2020-05-12T16:47:27+00:00"
|
5215 |
},
|
5216 |
{
|
5260 |
],
|
5261 |
"description": "Symfony Process Component",
|
5262 |
"homepage": "https://symfony.com",
|
5263 |
+
"funding": [
|
5264 |
+
{
|
5265 |
+
"url": "https://symfony.com/sponsor",
|
5266 |
+
"type": "custom"
|
5267 |
+
},
|
5268 |
+
{
|
5269 |
+
"url": "https://github.com/fabpot",
|
5270 |
+
"type": "github"
|
5271 |
+
},
|
5272 |
+
{
|
5273 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5274 |
+
"type": "tidelift"
|
5275 |
+
}
|
5276 |
+
],
|
5277 |
"time": "2020-05-23T17:05:51+00:00"
|
5278 |
},
|
5279 |
{
|
5333 |
],
|
5334 |
"description": "Symfony Yaml Component",
|
5335 |
"homepage": "https://symfony.com",
|
5336 |
+
"funding": [
|
5337 |
+
{
|
5338 |
+
"url": "https://symfony.com/sponsor",
|
5339 |
+
"type": "custom"
|
5340 |
+
},
|
5341 |
+
{
|
5342 |
+
"url": "https://github.com/fabpot",
|
5343 |
+
"type": "github"
|
5344 |
+
},
|
5345 |
+
{
|
5346 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
5347 |
+
"type": "tidelift"
|
5348 |
+
}
|
5349 |
+
],
|
5350 |
"time": "2020-05-11T07:51:54+00:00"
|
5351 |
},
|
5352 |
{
|
5411 |
"env",
|
5412 |
"environment"
|
5413 |
],
|
5414 |
+
"funding": [
|
5415 |
+
{
|
5416 |
+
"url": "https://github.com/GrahamCampbell",
|
5417 |
+
"type": "github"
|
5418 |
+
},
|
5419 |
+
{
|
5420 |
+
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
5421 |
+
"type": "tidelift"
|
5422 |
+
}
|
5423 |
+
],
|
5424 |
"time": "2020-06-07T18:25:35+00:00"
|
5425 |
},
|
5426 |
{
|
5473 |
},
|
5474 |
{
|
5475 |
"name": "webmozart/assert",
|
5476 |
+
"version": "1.9.0",
|
5477 |
"source": {
|
5478 |
"type": "git",
|
5479 |
"url": "https://github.com/webmozart/assert.git",
|
5480 |
+
"reference": "9dc4f203e36f2b486149058bade43c851dd97451"
|
5481 |
},
|
5482 |
"dist": {
|
5483 |
"type": "zip",
|
5484 |
+
"url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
|
5485 |
+
"reference": "9dc4f203e36f2b486149058bade43c851dd97451",
|
5486 |
"shasum": ""
|
5487 |
},
|
5488 |
"require": {
|
5490 |
"symfony/polyfill-ctype": "^1.8"
|
5491 |
},
|
5492 |
"conflict": {
|
5493 |
+
"phpstan/phpstan": "<0.12.20",
|
5494 |
"vimeo/psalm": "<3.9.1"
|
5495 |
},
|
5496 |
"require-dev": {
|
5518 |
"check",
|
5519 |
"validate"
|
5520 |
],
|
5521 |
+
"time": "2020-06-16T10:16:42+00:00"
|
5522 |
},
|
5523 |
{
|
5524 |
"name": "wp-cli/cache-command",
|
5525 |
+
"version": "v2.0.4",
|
5526 |
"source": {
|
5527 |
"type": "git",
|
5528 |
"url": "https://github.com/wp-cli/cache-command.git",
|
5529 |
+
"reference": "f6c2678c960b60bddaded01d5a33eb0a012451f6"
|
5530 |
},
|
5531 |
"dist": {
|
5532 |
"type": "zip",
|
5533 |
+
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/f6c2678c960b60bddaded01d5a33eb0a012451f6",
|
5534 |
+
"reference": "f6c2678c960b60bddaded01d5a33eb0a012451f6",
|
5535 |
"shasum": ""
|
5536 |
},
|
5537 |
"require": {
|
5587 |
],
|
5588 |
"description": "Manages object and transient caches.",
|
5589 |
"homepage": "https://github.com/wp-cli/cache-command",
|
5590 |
+
"time": "2020-06-12T00:17:09+00:00"
|
5591 |
},
|
5592 |
{
|
5593 |
"name": "wp-cli/checksum-command",
|
5594 |
+
"version": "v2.0.4",
|
5595 |
"source": {
|
5596 |
"type": "git",
|
5597 |
"url": "https://github.com/wp-cli/checksum-command.git",
|
5598 |
+
"reference": "6b2648b01cd016044e2862afc96d3cb2028f2fee"
|
5599 |
},
|
5600 |
"dist": {
|
5601 |
"type": "zip",
|
5602 |
+
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/6b2648b01cd016044e2862afc96d3cb2028f2fee",
|
5603 |
+
"reference": "6b2648b01cd016044e2862afc96d3cb2028f2fee",
|
5604 |
"shasum": ""
|
5605 |
},
|
5606 |
"require": {
|
5642 |
],
|
5643 |
"description": "Verifies file integrity by comparing to published checksums.",
|
5644 |
"homepage": "https://github.com/wp-cli/checksum-command",
|
5645 |
+
"time": "2020-06-10T13:24:38+00:00"
|
5646 |
},
|
5647 |
{
|
5648 |
"name": "wp-cli/config-command",
|
5649 |
+
"version": "v2.0.6",
|
5650 |
"source": {
|
5651 |
"type": "git",
|
5652 |
"url": "https://github.com/wp-cli/config-command.git",
|
5653 |
+
"reference": "f204bc62c557adb08f32a84683cc1dbfd23e6d96"
|
5654 |
},
|
5655 |
"dist": {
|
5656 |
"type": "zip",
|
5657 |
+
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/f204bc62c557adb08f32a84683cc1dbfd23e6d96",
|
5658 |
+
"reference": "f204bc62c557adb08f32a84683cc1dbfd23e6d96",
|
5659 |
"shasum": ""
|
5660 |
},
|
5661 |
"require": {
|
5711 |
],
|
5712 |
"description": "Generates and reads the wp-config.php file.",
|
5713 |
"homepage": "https://github.com/wp-cli/config-command",
|
5714 |
+
"time": "2020-06-11T00:17:12+00:00"
|
5715 |
},
|
5716 |
{
|
5717 |
"name": "wp-cli/core-command",
|
5718 |
+
"version": "v2.0.10",
|
5719 |
"source": {
|
5720 |
"type": "git",
|
5721 |
"url": "https://github.com/wp-cli/core-command.git",
|
5722 |
+
"reference": "a2eb072919b252b3c8859f4c9b68fdbb9601099d"
|
5723 |
},
|
5724 |
"dist": {
|
5725 |
"type": "zip",
|
5726 |
+
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/a2eb072919b252b3c8859f4c9b68fdbb9601099d",
|
5727 |
+
"reference": "a2eb072919b252b3c8859f4c9b68fdbb9601099d",
|
5728 |
"shasum": ""
|
5729 |
},
|
5730 |
"require": {
|
5731 |
+
"composer/semver": "^1.4 || ^2 || ^3",
|
5732 |
"wp-cli/wp-cli": "^2.4"
|
5733 |
},
|
5734 |
"require-dev": {
|
5778 |
],
|
5779 |
"description": "Downloads, installs, updates, and manages a WordPress installation.",
|
5780 |
"homepage": "https://github.com/wp-cli/core-command",
|
5781 |
+
"time": "2020-07-05T13:48:05+00:00"
|
5782 |
},
|
5783 |
{
|
5784 |
"name": "wp-cli/cron-command",
|
5785 |
+
"version": "v2.0.5",
|
5786 |
"source": {
|
5787 |
"type": "git",
|
5788 |
"url": "https://github.com/wp-cli/cron-command.git",
|
5789 |
+
"reference": "f4e1d02642fc56d84504dd012aeb64adee0aae8c"
|
5790 |
},
|
5791 |
"dist": {
|
5792 |
"type": "zip",
|
5793 |
+
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/f4e1d02642fc56d84504dd012aeb64adee0aae8c",
|
5794 |
+
"reference": "f4e1d02642fc56d84504dd012aeb64adee0aae8c",
|
5795 |
"shasum": ""
|
5796 |
},
|
5797 |
"require": {
|
5841 |
],
|
5842 |
"description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
|
5843 |
"homepage": "https://github.com/wp-cli/cron-command",
|
5844 |
+
"time": "2020-07-04T07:16:56+00:00"
|
5845 |
},
|
5846 |
{
|
5847 |
"name": "wp-cli/db-command",
|
5848 |
+
"version": "v2.0.9",
|
5849 |
"source": {
|
5850 |
"type": "git",
|
5851 |
"url": "https://github.com/wp-cli/db-command.git",
|
5852 |
+
"reference": "05c4765f39644ffd90728cd7dd2cfdf7b8d2d9da"
|
5853 |
},
|
5854 |
"dist": {
|
5855 |
"type": "zip",
|
5856 |
+
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/05c4765f39644ffd90728cd7dd2cfdf7b8d2d9da",
|
5857 |
+
"reference": "05c4765f39644ffd90728cd7dd2cfdf7b8d2d9da",
|
5858 |
"shasum": ""
|
5859 |
},
|
5860 |
"require": {
|
5911 |
],
|
5912 |
"description": "Performs basic database operations using credentials stored in wp-config.php.",
|
5913 |
"homepage": "https://github.com/wp-cli/db-command",
|
5914 |
+
"time": "2020-06-11T00:17:12+00:00"
|
5915 |
},
|
5916 |
{
|
5917 |
"name": "wp-cli/embed-command",
|
5918 |
+
"version": "v2.0.6",
|
5919 |
"source": {
|
5920 |
"type": "git",
|
5921 |
"url": "https://github.com/wp-cli/embed-command.git",
|
5922 |
+
"reference": "7186d8f969de31324dd2b54a18e5718f2c5db3e5"
|
5923 |
},
|
5924 |
"dist": {
|
5925 |
"type": "zip",
|
5926 |
+
"url": "https://api.github.com/repos/wp-cli/embed-command/zipball/7186d8f969de31324dd2b54a18e5718f2c5db3e5",
|
5927 |
+
"reference": "7186d8f969de31324dd2b54a18e5718f2c5db3e5",
|
5928 |
"shasum": ""
|
5929 |
},
|
5930 |
"require": {
|
5974 |
],
|
5975 |
"description": "Inspects oEmbed providers, clears embed cache, and more.",
|
5976 |
"homepage": "https://github.com/wp-cli/embed-command",
|
5977 |
+
"time": "2020-07-05T19:16:43+00:00"
|
5978 |
},
|
5979 |
{
|
5980 |
"name": "wp-cli/entity-command",
|
5981 |
+
"version": "v2.0.9",
|
5982 |
"source": {
|
5983 |
"type": "git",
|
5984 |
"url": "https://github.com/wp-cli/entity-command.git",
|
5985 |
+
"reference": "39fcea433182d21d5d9e291cf5df32a771cc6d11"
|
5986 |
},
|
5987 |
"dist": {
|
5988 |
"type": "zip",
|
5989 |
+
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/39fcea433182d21d5d9e291cf5df32a771cc6d11",
|
5990 |
+
"reference": "39fcea433182d21d5d9e291cf5df32a771cc6d11",
|
5991 |
"shasum": ""
|
5992 |
},
|
5993 |
"require": {
|
5994 |
+
"wp-cli/wp-cli": "dev-master"
|
5995 |
},
|
5996 |
"require-dev": {
|
5997 |
"wp-cli/cache-command": "^1 || ^2",
|
6180 |
],
|
6181 |
"description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
|
6182 |
"homepage": "https://github.com/wp-cli/entity-command",
|
6183 |
+
"time": "2020-07-05T11:27:27+00:00"
|
6184 |
},
|
6185 |
{
|
6186 |
"name": "wp-cli/eval-command",
|
6187 |
+
"version": "v2.0.7",
|
6188 |
"source": {
|
6189 |
"type": "git",
|
6190 |
"url": "https://github.com/wp-cli/eval-command.git",
|
6191 |
+
"reference": "390627d0cb5d991ad341c367de1e8e4534edc5ad"
|
6192 |
},
|
6193 |
"dist": {
|
6194 |
"type": "zip",
|
6195 |
+
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/390627d0cb5d991ad341c367de1e8e4534edc5ad",
|
6196 |
+
"reference": "390627d0cb5d991ad341c367de1e8e4534edc5ad",
|
6197 |
"shasum": ""
|
6198 |
},
|
6199 |
"require": {
|
6234 |
],
|
6235 |
"description": "Executes arbitrary PHP code or files.",
|
6236 |
"homepage": "https://github.com/wp-cli/eval-command",
|
6237 |
+
"time": "2020-06-13T00:17:03+00:00"
|
6238 |
},
|
6239 |
{
|
6240 |
"name": "wp-cli/export-command",
|
6241 |
+
"version": "v2.0.4",
|
6242 |
"source": {
|
6243 |
"type": "git",
|
6244 |
"url": "https://github.com/wp-cli/export-command.git",
|
6245 |
+
"reference": "d1b280be8a7d806e345bb4c6965bc85ef0a8bb8a"
|
6246 |
},
|
6247 |
"dist": {
|
6248 |
"type": "zip",
|
6249 |
+
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/d1b280be8a7d806e345bb4c6965bc85ef0a8bb8a",
|
6250 |
+
"reference": "d1b280be8a7d806e345bb4c6965bc85ef0a8bb8a",
|
6251 |
"shasum": ""
|
6252 |
},
|
6253 |
"require": {
|
6292 |
],
|
6293 |
"description": "Exports WordPress content to a WXR file.",
|
6294 |
"homepage": "https://github.com/wp-cli/export-command",
|
6295 |
+
"time": "2020-06-13T00:17:03+00:00"
|
6296 |
},
|
6297 |
{
|
6298 |
"name": "wp-cli/extension-command",
|
6299 |
+
"version": "v2.0.11",
|
6300 |
"source": {
|
6301 |
"type": "git",
|
6302 |
"url": "https://github.com/wp-cli/extension-command.git",
|
6303 |
+
"reference": "a0c97ca7e7d449f5dba21beeb711e6b097f6911d"
|
6304 |
},
|
6305 |
"dist": {
|
6306 |
"type": "zip",
|
6307 |
+
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/a0c97ca7e7d449f5dba21beeb711e6b097f6911d",
|
6308 |
+
"reference": "a0c97ca7e7d449f5dba21beeb711e6b097f6911d",
|
6309 |
"shasum": ""
|
6310 |
},
|
6311 |
"require": {
|
6312 |
+
"composer/semver": "^1.4 || ^2 || ^3",
|
6313 |
+
"wp-cli/wp-cli": "dev-master"
|
6314 |
},
|
6315 |
"require-dev": {
|
6316 |
"wp-cli/entity-command": "^1.3 || ^2",
|
6384 |
],
|
6385 |
"description": "Manages plugins and themes, including installs, activations, and updates.",
|
6386 |
"homepage": "https://github.com/wp-cli/extension-command",
|
6387 |
+
"time": "2020-07-05T19:17:08+00:00"
|
6388 |
},
|
6389 |
{
|
6390 |
"name": "wp-cli/i18n-command",
|
6391 |
+
"version": "v2.2.4",
|
6392 |
"source": {
|
6393 |
"type": "git",
|
6394 |
"url": "https://github.com/wp-cli/i18n-command.git",
|
6395 |
+
"reference": "9784ff2c074d1765442b618e6d3a43fee2093a05"
|
6396 |
},
|
6397 |
"dist": {
|
6398 |
"type": "zip",
|
6399 |
+
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/9784ff2c074d1765442b618e6d3a43fee2093a05",
|
6400 |
+
"reference": "9784ff2c074d1765442b618e6d3a43fee2093a05",
|
6401 |
"shasum": ""
|
6402 |
},
|
6403 |
"require": {
|
6441 |
],
|
6442 |
"description": "Provides internationalization tools for WordPress projects.",
|
6443 |
"homepage": "https://github.com/wp-cli/i18n-command",
|
6444 |
+
"time": "2020-06-12T00:17:09+00:00"
|
6445 |
},
|
6446 |
{
|
6447 |
"name": "wp-cli/import-command",
|
6448 |
+
"version": "v2.0.3",
|
6449 |
"source": {
|
6450 |
"type": "git",
|
6451 |
"url": "https://github.com/wp-cli/import-command.git",
|
6452 |
+
"reference": "5c5762401b570b95a61152411c4120cd69419001"
|
6453 |
},
|
6454 |
"dist": {
|
6455 |
"type": "zip",
|
6456 |
+
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/5c5762401b570b95a61152411c4120cd69419001",
|
6457 |
+
"reference": "5c5762401b570b95a61152411c4120cd69419001",
|
6458 |
"shasum": ""
|
6459 |
},
|
6460 |
"require": {
|
6497 |
],
|
6498 |
"description": "Imports content from a given WXR file.",
|
6499 |
"homepage": "https://github.com/wp-cli/import-command",
|
6500 |
+
"time": "2020-06-11T00:17:12+00:00"
|
6501 |
},
|
6502 |
{
|
6503 |
"name": "wp-cli/language-command",
|
6504 |
+
"version": "v2.0.6",
|
6505 |
"source": {
|
6506 |
"type": "git",
|
6507 |
"url": "https://github.com/wp-cli/language-command.git",
|
6508 |
+
"reference": "569be810e057cf9df7d7924e62ebe569e440f6b1"
|
6509 |
},
|
6510 |
"dist": {
|
6511 |
"type": "zip",
|
6512 |
+
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/569be810e057cf9df7d7924e62ebe569e440f6b1",
|
6513 |
+
"reference": "569be810e057cf9df7d7924e62ebe569e440f6b1",
|
6514 |
"shasum": ""
|
6515 |
},
|
6516 |
"require": {
|
6572 |
],
|
6573 |
"description": "Installs, activates, and manages language packs.",
|
6574 |
"homepage": "https://github.com/wp-cli/language-command",
|
6575 |
+
"time": "2020-06-12T00:17:09+00:00"
|
6576 |
},
|
6577 |
{
|
6578 |
"name": "wp-cli/maintenance-mode-command",
|
6579 |
+
"version": "v2.0.3",
|
6580 |
"source": {
|
6581 |
"type": "git",
|
6582 |
"url": "https://github.com/wp-cli/maintenance-mode-command.git",
|
6583 |
+
"reference": "5409778b62daf93e2192f43e2774c5d263d7297d"
|
6584 |
},
|
6585 |
"dist": {
|
6586 |
"type": "zip",
|
6587 |
+
"url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/5409778b62daf93e2192f43e2774c5d263d7297d",
|
6588 |
+
"reference": "5409778b62daf93e2192f43e2774c5d263d7297d",
|
6589 |
"shasum": ""
|
6590 |
},
|
6591 |
"require": {
|
6629 |
],
|
6630 |
"description": "Activates, deactivates or checks the status of the maintenance mode of a site.",
|
6631 |
"homepage": "https://github.com/wp-cli/maintenance-mode-command",
|
6632 |
+
"time": "2020-06-11T00:17:12+00:00"
|
6633 |
},
|
6634 |
{
|
6635 |
"name": "wp-cli/media-command",
|
6636 |
+
"version": "v2.0.9",
|
6637 |
"source": {
|
6638 |
"type": "git",
|
6639 |
"url": "https://github.com/wp-cli/media-command.git",
|
6640 |
+
"reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d"
|
6641 |
},
|
6642 |
"dist": {
|
6643 |
"type": "zip",
|
6644 |
+
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/830e72a2cbd3eeec95a97df2c1c17d925d86790d",
|
6645 |
+
"reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d",
|
6646 |
"shasum": ""
|
6647 |
},
|
6648 |
"require": {
|
6687 |
],
|
6688 |
"description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
|
6689 |
"homepage": "https://github.com/wp-cli/media-command",
|
6690 |
+
"time": "2020-06-11T00:17:12+00:00"
|
6691 |
},
|
6692 |
{
|
6693 |
"name": "wp-cli/mustangostang-spyc",
|
6739 |
},
|
6740 |
{
|
6741 |
"name": "wp-cli/package-command",
|
6742 |
+
"version": "v2.0.7",
|
6743 |
"source": {
|
6744 |
"type": "git",
|
6745 |
"url": "https://github.com/wp-cli/package-command.git",
|
6746 |
+
"reference": "b36bfb1125d2f8489f06ce738256f253c99d98ec"
|
6747 |
},
|
6748 |
"dist": {
|
6749 |
"type": "zip",
|
6750 |
+
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/b36bfb1125d2f8489f06ce738256f253c99d98ec",
|
6751 |
+
"reference": "b36bfb1125d2f8489f06ce738256f253c99d98ec",
|
6752 |
"shasum": ""
|
6753 |
},
|
6754 |
"require": {
|
6755 |
"composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
|
6756 |
"ext-json": "*",
|
6757 |
+
"wp-cli/wp-cli": "dev-master"
|
6758 |
},
|
6759 |
"require-dev": {
|
6760 |
"wp-cli/scaffold-command": "^1 || ^2",
|
6796 |
],
|
6797 |
"description": "Lists, installs, and removes WP-CLI packages.",
|
6798 |
"homepage": "https://github.com/wp-cli/package-command",
|
6799 |
+
"time": "2020-06-13T00:17:03+00:00"
|
6800 |
},
|
6801 |
{
|
6802 |
"name": "wp-cli/php-cli-tools",
|
6850 |
},
|
6851 |
{
|
6852 |
"name": "wp-cli/rewrite-command",
|
6853 |
+
"version": "v2.0.5",
|
6854 |
"source": {
|
6855 |
"type": "git",
|
6856 |
"url": "https://github.com/wp-cli/rewrite-command.git",
|
6857 |
+
"reference": "5115c82d6c339ac783d5ee9c7d3ce2949ac25a4b"
|
6858 |
},
|
6859 |
"dist": {
|
6860 |
"type": "zip",
|
6861 |
+
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/5115c82d6c339ac783d5ee9c7d3ce2949ac25a4b",
|
6862 |
+
"reference": "5115c82d6c339ac783d5ee9c7d3ce2949ac25a4b",
|
6863 |
"shasum": ""
|
6864 |
},
|
6865 |
"require": {
|
6903 |
],
|
6904 |
"description": "Lists or flushes the site's rewrite rules, updates the permalink structure.",
|
6905 |
"homepage": "https://github.com/wp-cli/rewrite-command",
|
6906 |
+
"time": "2020-06-12T00:17:09+00:00"
|
6907 |
},
|
6908 |
{
|
6909 |
"name": "wp-cli/role-command",
|
6910 |
+
"version": "v2.0.4",
|
6911 |
"source": {
|
6912 |
"type": "git",
|
6913 |
"url": "https://github.com/wp-cli/role-command.git",
|
6914 |
+
"reference": "9f2172988dee5bbeb98e54f291254bee94a556a6"
|
6915 |
},
|
6916 |
"dist": {
|
6917 |
"type": "zip",
|
6918 |
+
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/9f2172988dee5bbeb98e54f291254bee94a556a6",
|
6919 |
+
"reference": "9f2172988dee5bbeb98e54f291254bee94a556a6",
|
6920 |
"shasum": ""
|
6921 |
},
|
6922 |
"require": {
|
6965 |
],
|
6966 |
"description": "Adds, removes, lists, and resets roles and capabilities.",
|
6967 |
"homepage": "https://github.com/wp-cli/role-command",
|
6968 |
+
"time": "2020-06-11T00:17:12+00:00"
|
6969 |
},
|
6970 |
{
|
6971 |
"name": "wp-cli/scaffold-command",
|
6972 |
+
"version": "v2.0.10",
|
6973 |
"source": {
|
6974 |
"type": "git",
|
6975 |
"url": "https://github.com/wp-cli/scaffold-command.git",
|
6976 |
+
"reference": "4ce62ca2e8df6ba0d49ce89c1f945f4827ce9344"
|
6977 |
},
|
6978 |
"dist": {
|
6979 |
"type": "zip",
|
6980 |
+
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/4ce62ca2e8df6ba0d49ce89c1f945f4827ce9344",
|
6981 |
+
"reference": "4ce62ca2e8df6ba0d49ce89c1f945f4827ce9344",
|
6982 |
"shasum": ""
|
6983 |
},
|
6984 |
"require": {
|
6985 |
+
"php": "^5.6 || ^7.0",
|
6986 |
"wp-cli/wp-cli": "dev-master"
|
6987 |
},
|
6988 |
"require-dev": {
|
7028 |
],
|
7029 |
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
|
7030 |
"homepage": "https://github.com/wp-cli/scaffold-command",
|
7031 |
+
"time": "2020-07-04T07:42:02+00:00"
|
7032 |
},
|
7033 |
{
|
7034 |
"name": "wp-cli/search-replace-command",
|
7035 |
+
"version": "v2.0.7",
|
7036 |
"source": {
|
7037 |
"type": "git",
|
7038 |
"url": "https://github.com/wp-cli/search-replace-command.git",
|
7039 |
+
"reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b"
|
7040 |
},
|
7041 |
"dist": {
|
7042 |
"type": "zip",
|
7043 |
+
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/1104e4fb7dd83e85dedb8a98ed8f0ac30639694b",
|
7044 |
+
"reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b",
|
7045 |
"shasum": ""
|
7046 |
},
|
7047 |
"require": {
|
7084 |
],
|
7085 |
"description": "Searches/replaces strings in the database.",
|
7086 |
"homepage": "https://github.com/wp-cli/search-replace-command",
|
7087 |
+
"time": "2020-06-10T13:24:39+00:00"
|
7088 |
},
|
7089 |
{
|
7090 |
"name": "wp-cli/server-command",
|
7091 |
+
"version": "v2.0.5",
|
7092 |
"source": {
|
7093 |
"type": "git",
|
7094 |
"url": "https://github.com/wp-cli/server-command.git",
|
7095 |
+
"reference": "945b6843d9f130c378869e3277a33af3fceea78d"
|
7096 |
},
|
7097 |
"dist": {
|
7098 |
"type": "zip",
|
7099 |
+
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/945b6843d9f130c378869e3277a33af3fceea78d",
|
7100 |
+
"reference": "945b6843d9f130c378869e3277a33af3fceea78d",
|
7101 |
"shasum": ""
|
7102 |
},
|
7103 |
"require": {
|
7137 |
],
|
7138 |
"description": "Launches PHP's built-in web server for a specific WordPress installation.",
|
7139 |
"homepage": "https://github.com/wp-cli/server-command",
|
7140 |
+
"time": "2020-06-16T00:17:21+00:00"
|
7141 |
},
|
7142 |
{
|
7143 |
"name": "wp-cli/shell-command",
|
7144 |
+
"version": "v2.0.5",
|
7145 |
"source": {
|
7146 |
"type": "git",
|
7147 |
"url": "https://github.com/wp-cli/shell-command.git",
|
7148 |
+
"reference": "f655611701ed331c336932091860e66839a535f3"
|
7149 |
},
|
7150 |
"dist": {
|
7151 |
"type": "zip",
|
7152 |
+
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/f655611701ed331c336932091860e66839a535f3",
|
7153 |
+
"reference": "f655611701ed331c336932091860e66839a535f3",
|
7154 |
"shasum": ""
|
7155 |
},
|
7156 |
"require": {
|
7191 |
],
|
7192 |
"description": "Opens an interactive PHP console for running and testing PHP code.",
|
7193 |
"homepage": "https://github.com/wp-cli/shell-command",
|
7194 |
+
"time": "2020-06-12T00:17:09+00:00"
|
7195 |
},
|
7196 |
{
|
7197 |
"name": "wp-cli/super-admin-command",
|
7198 |
+
"version": "v2.0.4",
|
7199 |
"source": {
|
7200 |
"type": "git",
|
7201 |
"url": "https://github.com/wp-cli/super-admin-command.git",
|
7202 |
+
"reference": "a4b93491afb74a7e4836ab4ab5c2d8c42fa5e3d1"
|
7203 |
},
|
7204 |
"dist": {
|
7205 |
"type": "zip",
|
7206 |
+
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/a4b93491afb74a7e4836ab4ab5c2d8c42fa5e3d1",
|
7207 |
+
"reference": "a4b93491afb74a7e4836ab4ab5c2d8c42fa5e3d1",
|
7208 |
"shasum": ""
|
7209 |
},
|
7210 |
"require": {
|
7248 |
],
|
7249 |
"description": "Lists, adds, or removes super admin users on a multisite installation.",
|
7250 |
"homepage": "https://github.com/wp-cli/super-admin-command",
|
7251 |
+
"time": "2020-06-10T13:24:39+00:00"
|
7252 |
},
|
7253 |
{
|
7254 |
"name": "wp-cli/widget-command",
|
7255 |
+
"version": "v2.1.1",
|
7256 |
"source": {
|
7257 |
"type": "git",
|
7258 |
"url": "https://github.com/wp-cli/widget-command.git",
|
7259 |
+
"reference": "1ba59443fc07608450155c7770fe459ddfbc412f"
|
7260 |
},
|
7261 |
"dist": {
|
7262 |
"type": "zip",
|
7263 |
+
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/1ba59443fc07608450155c7770fe459ddfbc412f",
|
7264 |
+
"reference": "1ba59443fc07608450155c7770fe459ddfbc412f",
|
7265 |
"shasum": ""
|
7266 |
},
|
7267 |
"require": {
|
7311 |
],
|
7312 |
"description": "Adds, moves, and removes widgets; lists sidebars.",
|
7313 |
"homepage": "https://github.com/wp-cli/widget-command",
|
7314 |
+
"time": "2020-06-16T00:17:21+00:00"
|
7315 |
},
|
7316 |
{
|
7317 |
"name": "wp-cli/wp-cli",
|
7319 |
"source": {
|
7320 |
"type": "git",
|
7321 |
"url": "https://github.com/wp-cli/wp-cli.git",
|
7322 |
+
"reference": "49c3cba49ecd40cfac75f30d4e5be996c0b120be"
|
7323 |
},
|
7324 |
"dist": {
|
7325 |
"type": "zip",
|
7326 |
+
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/49c3cba49ecd40cfac75f30d4e5be996c0b120be",
|
7327 |
+
"reference": "49c3cba49ecd40cfac75f30d4e5be996c0b120be",
|
7328 |
"shasum": ""
|
7329 |
},
|
7330 |
"require": {
|
7342 |
"wp-cli/entity-command": "^1.2 || ^2",
|
7343 |
"wp-cli/extension-command": "^1.1 || ^2",
|
7344 |
"wp-cli/package-command": "^1 || ^2",
|
7345 |
+
"wp-cli/wp-cli-tests": "^2.1.14"
|
7346 |
},
|
7347 |
"suggest": {
|
7348 |
"ext-readline": "Include for a better --prompt implementation",
|
7377 |
"cli",
|
7378 |
"wordpress"
|
7379 |
],
|
7380 |
+
"time": "2020-07-05T21:55:14+00:00"
|
7381 |
},
|
7382 |
{
|
7383 |
"name": "wp-cli/wp-cli-bundle",
|
7451 |
},
|
7452 |
{
|
7453 |
"name": "wp-cli/wp-config-transformer",
|
7454 |
+
"version": "v1.2.7",
|
7455 |
"source": {
|
7456 |
"type": "git",
|
7457 |
"url": "https://github.com/wp-cli/wp-config-transformer.git",
|
7458 |
+
"reference": "bae1e975ed1277470e3dcc7fd0ef99c2d4f4c7a8"
|
7459 |
},
|
7460 |
"dist": {
|
7461 |
"type": "zip",
|
7462 |
+
"url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/bae1e975ed1277470e3dcc7fd0ef99c2d4f4c7a8",
|
7463 |
+
"reference": "bae1e975ed1277470e3dcc7fd0ef99c2d4f4c7a8",
|
7464 |
"shasum": ""
|
7465 |
},
|
7466 |
"require": {
|
7468 |
},
|
7469 |
"require-dev": {
|
7470 |
"composer/composer": "^1.5.6",
|
7471 |
+
"phpunit/phpunit": "^6.5.5 || ^7.0.0",
|
7472 |
"wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0"
|
7473 |
},
|
7474 |
"type": "library",
|
7488 |
}
|
7489 |
],
|
7490 |
"description": "Programmatically edit a wp-config.php file.",
|
7491 |
+
"time": "2020-07-05T12:30:35+00:00"
|
7492 |
},
|
7493 |
{
|
7494 |
"name": "wp-coding-standards/wpcs",
|
7581 |
},
|
7582 |
{
|
7583 |
"name": "wpdesk/wp-builder",
|
7584 |
+
"version": "1.4.4",
|
7585 |
"source": {
|
7586 |
"type": "git",
|
7587 |
"url": "https://gitlab.com/wpdesk/wp-builder.git",
|
7588 |
+
"reference": "e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9"
|
7589 |
},
|
7590 |
"dist": {
|
7591 |
"type": "zip",
|
7592 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-builder/repository/archive.zip?sha=e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9",
|
7593 |
+
"reference": "e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9",
|
7594 |
"shasum": ""
|
7595 |
},
|
7596 |
"require": {
|
7620 |
"email": "krzysiek@wpdesk.pl"
|
7621 |
}
|
7622 |
],
|
7623 |
+
"time": "2020-06-17T08:00:07+00:00"
|
7624 |
},
|
7625 |
{
|
7626 |
"name": "wpdesk/wp-code-sniffer",
|
8147 |
"platform-dev": [],
|
8148 |
"platform-overrides": {
|
8149 |
"php": "5.6"
|
8150 |
+
},
|
8151 |
+
"plugin-api-version": "1.1.0"
|
8152 |
}
|
flexible-checkout-fields.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
-
Version: 2.4.
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
@@ -39,7 +39,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
39 |
|
40 |
|
41 |
/* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
|
42 |
-
$plugin_version = '2.4.
|
43 |
|
44 |
define( 'FLEXIBLE_CHECKOUT_FIELDS_VERSION', $plugin_version );
|
45 |
|
3 |
Plugin Name: Flexible Checkout Fields
|
4 |
Plugin URI: https://www.wpdesk.net/products/flexible-checkout-fields-pro-woocommerce/
|
5 |
Description: Manage your WooCommerce checkout fields. Change order, labels, placeholders and add new fields.
|
6 |
+
Version: 2.4.13
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-checkout-fields
|
39 |
|
40 |
|
41 |
/* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
|
42 |
+
$plugin_version = '2.4.13';
|
43 |
|
44 |
define( 'FLEXIBLE_CHECKOUT_FIELDS_VERSION', $plugin_version );
|
45 |
|
lang/flexible-checkout-fields.pot
CHANGED
@@ -7,8 +7,8 @@ msgstr ""
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
-
"POT-Creation-Date: 2020-
|
11 |
-
"PO-Revision-Date: 2020-
|
12 |
"Language: \n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2020-07-08T07:55:41+00:00\n"
|
11 |
+
"PO-Revision-Date: 2020-07-08T07:55:41+00:00\n"
|
12 |
"Language: \n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.wpdesk.net/flexible-checkout-fields-woocommerce/
|
|
5 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.4.2
|
8 |
-
Stable tag: 2.4.
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -187,6 +187,9 @@ If you are upgrading from the old WooCommerce Checkout Fields version (1.1, wooc
|
|
187 |
|
188 |
== Changelog ==
|
189 |
|
|
|
|
|
|
|
190 |
= 2.4.12 - 2020-06-23 =
|
191 |
* Added additional request sanitization
|
192 |
|
5 |
Tags: woocommerce checkout fields, woocommerce custom fields, woocommerce checkout manager, woocommerce checkout editor, woocommerce fields manager, woocommerce fields editor, woocommerce custom checkout fields, woocommerce checkout options, woocommerce checkout pro, woocommerce custom sections, woocommerce file upload
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.4.2
|
8 |
+
Stable tag: 2.4.13
|
9 |
Requires PHP: 5.6
|
10 |
License: GPLv3 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
187 |
|
188 |
== Changelog ==
|
189 |
|
190 |
+
= 2.4.13 - 2020-07-08 =
|
191 |
+
* Fixed SyntaxError in JavaScript
|
192 |
+
|
193 |
= 2.4.12 - 2020-06-23 =
|
194 |
* Added additional request sanitization
|
195 |
|
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 ComposerAutoloaderInit53035cc2ec6f1d8a855994cfe4f4a69f::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 ComposerAutoloaderInit1b08c55c3d6fb768f20829ac79098bd6
|
|
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 ComposerAutoloaderInit53035cc2ec6f1d8a855994cfe4f4a69f
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit53035cc2ec6f1d8a855994cfe4f4a69f', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit53035cc2ec6f1d8a855994cfe4f4a69f', '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\ComposerStaticInit53035cc2ec6f1d8a855994cfe4f4a69f::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' =>
|
@@ -278,9 +278,9 @@ class ComposerStaticInit1b08c55c3d6fb768f20829ac79098bd6
|
|
278 |
public static function getInitializer(ClassLoader $loader)
|
279 |
{
|
280 |
return \Closure::bind(function () use ($loader) {
|
281 |
-
$loader->prefixLengthsPsr4 =
|
282 |
-
$loader->prefixDirsPsr4 =
|
283 |
-
$loader->classMap =
|
284 |
|
285 |
}, null, ClassLoader::class);
|
286 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit53035cc2ec6f1d8a855994cfe4f4a69f
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
278 |
public static function getInitializer(ClassLoader $loader)
|
279 |
{
|
280 |
return \Closure::bind(function () use ($loader) {
|
281 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit53035cc2ec6f1d8a855994cfe4f4a69f::$prefixLengthsPsr4;
|
282 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit53035cc2ec6f1d8a855994cfe4f4a69f::$prefixDirsPsr4;
|
283 |
+
$loader->classMap = ComposerStaticInit53035cc2ec6f1d8a855994cfe4f4a69f::$classMap;
|
284 |
|
285 |
}, null, ClassLoader::class);
|
286 |
}
|
vendor_prefixed/wpdesk/wp-builder/src/Plugin/WithoutNamespace/Plugin_Info.php
CHANGED
@@ -5,10 +5,10 @@ namespace FcfVendor;
|
|
5 |
if (!\interface_exists('FcfVendor\\WPDesk_Translatable')) {
|
6 |
require_once __DIR__ . '/Translatable.php';
|
7 |
}
|
8 |
-
if (!\
|
9 |
require_once __DIR__ . '/Buildable.php';
|
10 |
}
|
11 |
-
if (!\
|
12 |
require_once __DIR__ . '/Has_Plugin_Info.php';
|
13 |
}
|
14 |
/**
|
5 |
if (!\interface_exists('FcfVendor\\WPDesk_Translatable')) {
|
6 |
require_once __DIR__ . '/Translatable.php';
|
7 |
}
|
8 |
+
if (!\interface_exists('FcfVendor\\WPDesk_Buildable')) {
|
9 |
require_once __DIR__ . '/Buildable.php';
|
10 |
}
|
11 |
+
if (!\interface_exists('FcfVendor\\WPDesk_Has_Plugin_Info')) {
|
12 |
require_once __DIR__ . '/Has_Plugin_Info.php';
|
13 |
}
|
14 |
/**
|
views/settings-field-advanced-js.php
CHANGED
@@ -4,8 +4,8 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly.
|
|
4 |
ob_start();
|
5 |
include __DIR__ . '/settings-field-advanced.php';
|
6 |
$content = ob_get_clean();
|
7 |
-
$lines =
|
8 |
?>
|
9 |
<?php foreach ( $lines as $line ) : ?>
|
10 |
html += '<?php echo $line; ?>';
|
11 |
-
<?php endforeach; ?>
|
4 |
ob_start();
|
5 |
include __DIR__ . '/settings-field-advanced.php';
|
6 |
$content = ob_get_clean();
|
7 |
+
$lines = preg_split( "/\R/", $content );
|
8 |
?>
|
9 |
<?php foreach ( $lines as $line ) : ?>
|
10 |
html += '<?php echo $line; ?>';
|
11 |
+
<?php endforeach; ?>
|