Merge branch 'master' into add/e2e-merchant-orders-filter-orders
This commit is contained in:
commit
c07f31f22c
|
@ -33,7 +33,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
- nvm install
|
- nvm install
|
||||||
- npm install
|
- npm install
|
||||||
- composer install
|
- composer install --no-dev
|
||||||
script:
|
script:
|
||||||
- npm run build:assets
|
- npm run build:assets
|
||||||
- npm run docker:up
|
- npm run docker:up
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
&::before,
|
&::before,
|
||||||
&::after {
|
&::after {
|
||||||
content: ' ';
|
content: " ";
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -127,10 +127,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin darkorlighttextshadow($a, $opacity: 0.8) {
|
@mixin darkorlighttextshadow($a, $opacity: 0.8) {
|
||||||
|
|
||||||
@if lightness($a) >= 65% {
|
@if lightness($a) >= 65% {
|
||||||
|
|
||||||
@include text_shadow(0, -1px, 0, rgba(0, 0, 0, $opacity));
|
@include text_shadow(0, -1px, 0, rgba(0, 0, 0, $opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
@else {
|
@else {
|
||||||
|
|
||||||
@include text_shadow(0, 1px, 0, rgba(255, 255, 255, $opacity));
|
@include text_shadow(0, 1px, 0, rgba(255, 255, 255, $opacity));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -139,6 +143,7 @@
|
||||||
* Objects
|
* Objects
|
||||||
*/
|
*/
|
||||||
@mixin menu() {
|
@mixin menu() {
|
||||||
|
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@ -147,6 +152,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin mediaright() {
|
@mixin mediaright() {
|
||||||
|
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -156,6 +162,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin medialeft() {
|
@mixin medialeft() {
|
||||||
|
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -172,8 +179,8 @@
|
||||||
width: 1em;
|
width: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin icon( $glyph: '\e001' ) {
|
@mixin icon( $glyph: "\e001" ) {
|
||||||
font-family: 'WooCommerce';
|
font-family: "WooCommerce";
|
||||||
speak: none;
|
speak: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
|
@ -190,8 +197,8 @@
|
||||||
content: $glyph;
|
content: $glyph;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin icon_dashicons( $glyph: '\f333' ) {
|
@mixin icon_dashicons( $glyph: "\f333" ) {
|
||||||
font-family: 'Dashicons';
|
font-family: "Dashicons";
|
||||||
speak: none;
|
speak: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
|
@ -209,8 +216,8 @@
|
||||||
content: $glyph;
|
content: $glyph;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin iconbefore( $glyph: '\e001' ) {
|
@mixin iconbefore( $glyph: "\e001" ) {
|
||||||
font-family: 'WooCommerce';
|
font-family: "WooCommerce";
|
||||||
speak: none;
|
speak: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
|
@ -222,8 +229,8 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin iconbeforedashicons( $glyph: '\f333' ) {
|
@mixin iconbeforedashicons( $glyph: "\f333" ) {
|
||||||
font-family: 'Dashicons';
|
font-family: "Dashicons";
|
||||||
speak: none;
|
speak: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
|
@ -234,8 +241,8 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin iconafter( $glyph: '\e001' ) {
|
@mixin iconafter( $glyph: "\e001" ) {
|
||||||
font-family: 'WooCommerce';
|
font-family: "WooCommerce";
|
||||||
speak: none;
|
speak: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
|
@ -248,6 +255,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin loader() {
|
@mixin loader() {
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
@ -257,9 +265,9 @@
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -0.5em;
|
margin-left: -0.5em;
|
||||||
margin-top: -0.5em;
|
margin-top: -0.5em;
|
||||||
content: '';
|
content: "";
|
||||||
animation: spin 1s ease-in-out infinite;
|
animation: spin 1s ease-in-out infinite;
|
||||||
background: url('../images/icons/loader.svg') center center;
|
background: url("../images/icons/loader.svg") center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -267,3 +275,14 @@
|
||||||
color: rgba(#000, 0.75);
|
color: rgba(#000, 0.75);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin inversebuttoncolors {
|
||||||
|
background-color: transparent !important;
|
||||||
|
color: var(--button--color-text-hover) !important;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--button--color-background) !important;
|
||||||
|
color: var(--button--color-text) !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -103,13 +103,13 @@ a.button {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid $body-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
tfoot {
|
tfoot {
|
||||||
|
|
||||||
tr:last-of-type {
|
tr:last-of-type {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid $body-color;
|
||||||
|
|
||||||
.woocommerce-Price-amount {
|
.woocommerce-Price-amount {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -174,12 +174,21 @@ a.button {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: "";
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 100%;
|
padding-top: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.onsale + .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
|
||||||
|
top: 2.2em;
|
||||||
|
right: 2.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.single-product .type-product.sale > .onsale {
|
||||||
|
right: calc(52% - 0.7rem);
|
||||||
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
font-family: $headings;
|
font-family: $headings;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -211,7 +220,6 @@ a.button {
|
||||||
.woocommerce-error li,
|
.woocommerce-error li,
|
||||||
.woocommerce-info {
|
.woocommerce-info {
|
||||||
padding: 1.5rem 3rem;
|
padding: 1.5rem 3rem;
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@ -242,6 +250,7 @@ a.button {
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
|
||||||
.woocommerce-error,
|
.woocommerce-error,
|
||||||
.woocommerce-info {
|
.woocommerce-info {
|
||||||
font-family: $headings;
|
font-family: $headings;
|
||||||
|
@ -347,11 +356,6 @@ a.button {
|
||||||
/**
|
/**
|
||||||
* Shop page
|
* Shop page
|
||||||
*/
|
*/
|
||||||
.woocommerce-products-header__title.page-title {
|
|
||||||
font-size: 3rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.woocommerce-result-count,
|
.woocommerce-result-count,
|
||||||
.woocommerce-ordering {
|
.woocommerce-ordering {
|
||||||
margin: 0 0 1rem;
|
margin: 0 0 1rem;
|
||||||
|
@ -376,7 +380,7 @@ ul.products {
|
||||||
.woocommerce-loop-product__title {
|
.woocommerce-loop-product__title {
|
||||||
margin: 0.5rem 0 0.5rem;
|
margin: 0.5rem 0 0.5rem;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 700;
|
font-weight: 400;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: none;
|
content: none;
|
||||||
|
@ -408,10 +412,18 @@ ul.products {
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
background-color: transparent;
|
||||||
|
color: var(--button--color-text-hover);
|
||||||
|
text-decoration: none !important;
|
||||||
|
|
||||||
&.loading {
|
&.loading {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--button--color-background);
|
||||||
|
color: var(--button--color-text);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.added_to_cart {
|
.added_to_cart {
|
||||||
|
@ -783,6 +795,7 @@ a.reset_variations {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $body-color;
|
color: $body-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -1215,6 +1228,72 @@ a.reset_variations {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.woocommerce-Addresses {
|
||||||
|
margin-top: -1rem;
|
||||||
|
|
||||||
|
.woocommerce-Address-title {
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 1rem;
|
||||||
|
font-size: 1.8rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
address {
|
||||||
|
line-height: 1.8rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce-address-fields {
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-bottom: 0.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
.selection {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
padding-top: 0.3rem;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
border: 3px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-row {
|
||||||
|
margin-top: 1.5rem !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#billing_company_field {
|
||||||
|
padding-top: 1.5rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-selection {
|
||||||
|
border: 2px solid black;
|
||||||
|
height: 3rem;
|
||||||
|
padding-top: 0.5rem;
|
||||||
|
margin-top: -1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-selection__arrow {
|
||||||
|
position: absolute;
|
||||||
|
top: -0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-dropdown {
|
||||||
|
border: 2px solid black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce-address-fields__field-wrapper {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.account-orders-table {
|
table.account-orders-table {
|
||||||
|
@ -1245,17 +1324,15 @@ a.reset_variations {
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
|
|
||||||
tr:nth-child(2n) {
|
|
||||||
|
|
||||||
td {
|
|
||||||
background: #eee;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tr:nth-child(2n+1) {
|
tr:nth-child(2n+1) {
|
||||||
|
|
||||||
td {
|
td {
|
||||||
background: #fff;
|
background: var(--global--color-background);
|
||||||
|
filter: brightness(88%);
|
||||||
|
|
||||||
|
.is-dark-theme & {
|
||||||
|
filter: brightness(112%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1263,16 +1340,50 @@ a.reset_variations {
|
||||||
|
|
||||||
.woocommerce-EditAccountForm {
|
.woocommerce-EditAccountForm {
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 1px solid #ddd;
|
border: var(--form--border-width) solid var(--form--border-color);
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 0.2rem solid #ddd;
|
border: none;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
margin-top: 30px;
|
||||||
|
|
||||||
|
legend {
|
||||||
|
display: contents;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.show-password-input {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-top: 3rem;
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#account_display_name + span {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-top: 20px;
|
||||||
|
|
||||||
|
&:nth-of-type(4) {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1335,7 +1446,8 @@ a.reset_variations {
|
||||||
border-radius: var(--form--border-radius);
|
border-radius: var(--form--border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--focus .select2-selection,.select2-container--open .select2-selection {
|
.select2-container--focus .select2-selection,
|
||||||
|
.select2-container--open .select2-selection {
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
outline: 2px dotted var(--form--border-color);
|
outline: 2px dotted var(--form--border-color);
|
||||||
}
|
}
|
||||||
|
@ -1368,6 +1480,7 @@ a.reset_variations {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-form-coupon {
|
.woocommerce-form-coupon {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
@ -1670,7 +1783,8 @@ a.reset_variations {
|
||||||
height: 46px;
|
height: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--focus .select2-selection,.select2-container--open .select2-selection {
|
.select2-container--focus .select2-selection,
|
||||||
|
.select2-container--open .select2-selection {
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
outline: 2px dotted var(--form--border-color);
|
outline: 2px dotted var(--form--border-color);
|
||||||
}
|
}
|
||||||
|
@ -1702,7 +1816,7 @@ a.reset_variations {
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px !important;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border: var(--form--border-width) solid var(--form--border-color);
|
border: var(--form--border-width) solid var(--form--border-color);
|
||||||
background: var(--global--color-white);
|
background: var(--global--color-white);
|
||||||
|
@ -1846,6 +1960,18 @@ a.reset_variations {
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
width: 25px !important;
|
width: 25px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=radio] {
|
||||||
|
|
||||||
|
& + label::before {
|
||||||
|
background: #fff !important;
|
||||||
|
border: var(--form--border-width) solid #000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:checked + label::before {
|
||||||
|
background: #000 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> label:first-of-type {
|
> label:first-of-type {
|
||||||
|
@ -1863,7 +1989,7 @@ a.reset_variations {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.input-radio[name="payment_method"] {
|
input[type="radio"] {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
& + label {
|
& + label {
|
||||||
|
@ -1881,6 +2007,7 @@ a.reset_variations {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
transform: translateY(2px);
|
transform: translateY(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
|
@ -1906,6 +2033,57 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.account-payment-methods-table {
|
||||||
|
padding-top: 0 !important;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
|
table,
|
||||||
|
tr {
|
||||||
|
border-style: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(2n) {
|
||||||
|
|
||||||
|
td {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(2n+1) {
|
||||||
|
|
||||||
|
td {
|
||||||
|
background: var(--global--color-background);
|
||||||
|
filter: brightness(88%);
|
||||||
|
|
||||||
|
.is-dark-theme & {
|
||||||
|
filter: brightness(112%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
td.payment-method-actions {
|
||||||
|
padding-right: 0.5rem;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
padding-top: 0.3rem;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
|
||||||
|
display: grid;
|
||||||
|
border: none;
|
||||||
|
|
||||||
|
font-size: 0;
|
||||||
|
|
||||||
|
a {
|
||||||
|
width: 100%;
|
||||||
|
padding-top: 0.3rem !important;
|
||||||
|
padding-bottom: 0.3rem !important;
|
||||||
|
margin-top: 0.5rem !important;
|
||||||
|
margin-bottom: 0.5rem !important;
|
||||||
|
|
||||||
|
@include inversebuttoncolors();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.woocommerce-terms-and-conditions-wrapper {
|
.woocommerce-terms-and-conditions-wrapper {
|
||||||
margin-bottom: 5rem;
|
margin-bottom: 5rem;
|
||||||
|
@ -2012,7 +2190,7 @@ a.reset_variations {
|
||||||
h2.woocommerce-loop-category__title {
|
h2.woocommerce-loop-category__title {
|
||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
font-family: $headings;
|
font-family: $headings;
|
||||||
font-size: 1rem;
|
font-size: 1.5rem;
|
||||||
|
|
||||||
.count {
|
.count {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -2020,6 +2198,10 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mark {
|
||||||
|
background-color: initial;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2031,6 +2213,12 @@ a.reset_variations {
|
||||||
.woocommerce-ordering {
|
.woocommerce-ordering {
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce-result-count {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2078,8 +2266,14 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
|
|
||||||
.onsale {
|
.onsale {
|
||||||
font-size: 1.2rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.onsale + .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
|
||||||
|
top: 1.8em;
|
||||||
|
right: 1.8em;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2124,8 +2318,31 @@ a.reset_variations {
|
||||||
.woocommerce,
|
.woocommerce,
|
||||||
.woocommerce-page {
|
.woocommerce-page {
|
||||||
|
|
||||||
|
.onsale {
|
||||||
|
right: -0.7rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce-tabs {
|
||||||
|
|
||||||
|
ul {
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-size: 1rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding: calc(0.75 * var(--button--padding-vertical)) calc(0.75 * var(--button--padding-horizontal));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
table.shop_table_responsive {
|
table.shop_table_responsive {
|
||||||
|
|
||||||
|
.button {
|
||||||
|
|
||||||
|
@include inversebuttoncolors();
|
||||||
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
margin: 0 0 1.5rem;
|
margin: 0 0 1.5rem;
|
||||||
|
|
||||||
|
@ -2140,7 +2357,19 @@ a.reset_variations {
|
||||||
&:nth-child(2n) {
|
&:nth-child(2n) {
|
||||||
|
|
||||||
td {
|
td {
|
||||||
background: #fff;
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:nth-child(2n+1) {
|
||||||
|
|
||||||
|
td {
|
||||||
|
background: var(--global--color-background);
|
||||||
|
filter: brightness(88%);
|
||||||
|
|
||||||
|
.is-dark-theme & {
|
||||||
|
filter: brightness(112%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2326,12 +2555,14 @@ a.reset_variations {
|
||||||
.onsale {
|
.onsale {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Home page
|
* Home page
|
||||||
*/
|
*/
|
||||||
.home #main {
|
.home #main {
|
||||||
|
|
||||||
[class*="woocommerce columns-"] {
|
[class*="woocommerce columns-"] {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
max-width: var(--responsive--aligndefault-width);
|
max-width: var(--responsive--aligndefault-width);
|
||||||
|
@ -2343,10 +2574,6 @@ a.reset_variations {
|
||||||
/**
|
/**
|
||||||
* Shop page
|
* Shop page
|
||||||
*/
|
*/
|
||||||
.woocommerce-products-header__title.page-title {
|
|
||||||
font-size: 4.2rem;
|
|
||||||
font-weight: 800;
|
|
||||||
}
|
|
||||||
|
|
||||||
.woocommerce-pagination {
|
.woocommerce-pagination {
|
||||||
|
|
||||||
|
@ -2388,6 +2615,7 @@ a.reset_variations {
|
||||||
table.account-orders-table {
|
table.account-orders-table {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
tr,
|
tr,
|
||||||
td,
|
td,
|
||||||
|
@ -2399,12 +2627,24 @@ a.reset_variations {
|
||||||
th,
|
th,
|
||||||
td,
|
td,
|
||||||
td.woocommerce-orders-table__cell-order-actions {
|
td.woocommerce-orders-table__cell-order-actions {
|
||||||
|
width: 1%;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding-top: 0.3rem !important;
|
||||||
|
padding-bottom: 0.3rem !important;
|
||||||
|
margin-top: 0.5rem !important;
|
||||||
|
margin-bottom: 0.5rem !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
td.woocommerce-orders-table__cell-order-date {
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid $body-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
@ -2412,6 +2652,8 @@ a.reset_variations {
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
|
|
||||||
|
@include inversebuttoncolors();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2516,6 +2758,34 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
|
||||||
|
.woocommerce-products-header {
|
||||||
|
border-bottom: none !important;
|
||||||
|
padding-bottom: 0;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 600px) {
|
||||||
|
|
||||||
|
.woocommerce-products-header {
|
||||||
|
padding-bottom: 1.5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce-ordering,
|
||||||
|
.woocommerce-result-count {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 690px) {
|
||||||
|
|
||||||
|
.woocommerce-products-header {
|
||||||
|
border-bottom: 3px solid var(--global--color-border);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.woocommerce-account {
|
.woocommerce-account {
|
||||||
|
|
||||||
.entry-header {
|
.entry-header {
|
||||||
|
@ -2528,6 +2798,62 @@ a.reset_variations {
|
||||||
p:first-of-type {
|
p:first-of-type {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#add_payment_method {
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce-PaymentMethod {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=radio] {
|
||||||
|
float: left;
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
margin-right: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
img {
|
||||||
|
margin-left: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
img:first-child {
|
||||||
|
margin-left: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
img:last-child {
|
||||||
|
margin-right: 5px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce-PaymentBox {
|
||||||
|
|
||||||
|
p,
|
||||||
|
label {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
br {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.woocommerce_error {
|
||||||
|
margin-top: 1rem;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-MyAccount-navigation-link {
|
.woocommerce-MyAccount-navigation-link {
|
||||||
|
@ -2561,7 +2887,6 @@ a.reset_variations {
|
||||||
.woocommerce-notices-wrapper {
|
.woocommerce-notices-wrapper {
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
background: var(--global--color-light-gray);
|
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
@ -2593,7 +2918,8 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button[name="update_cart"],button[name="apply_coupon"] {
|
button[name="update_cart"],
|
||||||
|
button[name="apply_coupon"] {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
color: var(--global--color-primary);
|
color: var(--global--color-primary);
|
||||||
background: var(--global--color-background);
|
background: var(--global--color-background);
|
||||||
|
@ -2603,7 +2929,13 @@ a.reset_variations {
|
||||||
&:active {
|
&:active {
|
||||||
color: var(--global--color-background);
|
color: var(--global--color-background);
|
||||||
background: var(--global--color-primary);
|
background: var(--global--color-primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-thumbnail {
|
||||||
|
|
||||||
|
.attachment-woocommerce_thumbnail {
|
||||||
|
height: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2658,3 +2990,57 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Downloads
|
||||||
|
*/
|
||||||
|
|
||||||
|
.woocommerce-order-downloads {
|
||||||
|
|
||||||
|
padding-top: 0 !important;
|
||||||
|
|
||||||
|
table,
|
||||||
|
tr {
|
||||||
|
border-style: hidden;
|
||||||
|
|
||||||
|
td.download-remaining {
|
||||||
|
text-align: center !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(2n) {
|
||||||
|
|
||||||
|
td {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(2n+1) {
|
||||||
|
|
||||||
|
td {
|
||||||
|
background: var(--global--color-background);
|
||||||
|
filter: brightness(88%);
|
||||||
|
|
||||||
|
.is-dark-theme & {
|
||||||
|
filter: brightness(112%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
td.download-file {
|
||||||
|
padding-right: 0.5rem;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
padding-top: 0.3rem;
|
||||||
|
padding-bottom: 0.3rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
width: 100%;
|
||||||
|
padding-top: 0.3rem !important;
|
||||||
|
padding-bottom: 0.3rem !important;
|
||||||
|
margin-top: 0.5rem !important;
|
||||||
|
margin-bottom: 0.5rem !important;
|
||||||
|
|
||||||
|
@include inversebuttoncolors();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -405,7 +405,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Track when suggestions are displayed (and not already visible).
|
// Track when suggestions are displayed (and not already visible).
|
||||||
$( 'ul.product_data_tabs li.marketplace-suggestions_options a' ).click( function( e ) {
|
$( 'ul.product_data_tabs li.marketplace-suggestions_options a' ).on( 'click', function( e ) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
if ( '#marketplace_suggestions' === currentTab ) {
|
if ( '#marketplace_suggestions' === currentTab ) {
|
||||||
|
|
|
@ -25,10 +25,10 @@ jQuery( function ( $ ) {
|
||||||
$( '.js_field-country' ).selectWoo().change( this.change_country );
|
$( '.js_field-country' ).selectWoo().change( this.change_country );
|
||||||
$( '.js_field-country' ).trigger( 'change', [ true ] );
|
$( '.js_field-country' ).trigger( 'change', [ true ] );
|
||||||
$( document.body ).on( 'change', 'select.js_field-state', this.change_state );
|
$( document.body ).on( 'change', 'select.js_field-state', this.change_state );
|
||||||
$( '#woocommerce-order-actions input, #woocommerce-order-actions a' ).click(function() {
|
$( '#woocommerce-order-actions input, #woocommerce-order-actions a' ).on( 'click', function() {
|
||||||
window.onbeforeunload = '';
|
window.onbeforeunload = '';
|
||||||
});
|
});
|
||||||
$( 'a.edit_address' ).click( this.edit_address );
|
$( 'a.edit_address' ).on( 'click', this.edit_address );
|
||||||
$( 'a.billing-same-as-shipping' ).on( 'click', this.copy_billing_to_shipping );
|
$( 'a.billing-same-as-shipping' ).on( 'click', this.copy_billing_to_shipping );
|
||||||
$( 'a.load_customer_billing' ).on( 'click', this.load_billing );
|
$( 'a.load_customer_billing' ).on( 'click', this.load_billing );
|
||||||
$( 'a.load_customer_shipping' ).on( 'click', this.load_shipping );
|
$( 'a.load_customer_shipping' ).on( 'click', this.load_shipping );
|
||||||
|
|
|
@ -49,14 +49,14 @@ jQuery( function( $ ) {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Catalog Visibility.
|
// Catalog Visibility.
|
||||||
$( '#catalog-visibility' ).find( '.edit-catalog-visibility' ).click( function() {
|
$( '#catalog-visibility' ).find( '.edit-catalog-visibility' ).on( 'click', function() {
|
||||||
if ( $( '#catalog-visibility-select' ).is( ':hidden' ) ) {
|
if ( $( '#catalog-visibility-select' ).is( ':hidden' ) ) {
|
||||||
$( '#catalog-visibility-select' ).slideDown( 'fast' );
|
$( '#catalog-visibility-select' ).slideDown( 'fast' );
|
||||||
$( this ).hide();
|
$( this ).hide();
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
$( '#catalog-visibility' ).find( '.save-post-visibility' ).click( function() {
|
$( '#catalog-visibility' ).find( '.save-post-visibility' ).on( 'click', function() {
|
||||||
$( '#catalog-visibility-select' ).slideUp( 'fast' );
|
$( '#catalog-visibility-select' ).slideUp( 'fast' );
|
||||||
$( '#catalog-visibility' ).find( '.edit-catalog-visibility' ).show();
|
$( '#catalog-visibility' ).find( '.edit-catalog-visibility' ).show();
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ jQuery( function( $ ) {
|
||||||
$( '#catalog-visibility-display' ).text( label );
|
$( '#catalog-visibility-display' ).text( label );
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
$( '#catalog-visibility' ).find( '.cancel-post-visibility' ).click( function() {
|
$( '#catalog-visibility' ).find( '.cancel-post-visibility' ).on( 'click', function() {
|
||||||
$( '#catalog-visibility-select' ).slideUp( 'fast' );
|
$( '#catalog-visibility-select' ).slideUp( 'fast' );
|
||||||
$( '#catalog-visibility' ).find( '.edit-catalog-visibility' ).show();
|
$( '#catalog-visibility' ).find( '.edit-catalog-visibility' ).show();
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ jQuery( function ( $ ) {
|
||||||
// Tabbed Panels
|
// Tabbed Panels
|
||||||
$( document.body ).on( 'wc-init-tabbed-panels', function() {
|
$( document.body ).on( 'wc-init-tabbed-panels', function() {
|
||||||
$( 'ul.wc-tabs' ).show();
|
$( 'ul.wc-tabs' ).show();
|
||||||
$( 'ul.wc-tabs a' ).click( function( e ) {
|
$( 'ul.wc-tabs a' ).on( 'click', function( e ) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
var panel_wrap = $( this ).closest( 'div.panel-wrap' );
|
var panel_wrap = $( this ).closest( 'div.panel-wrap' );
|
||||||
$( 'ul.wc-tabs li', panel_wrap ).removeClass( 'active' );
|
$( 'ul.wc-tabs li', panel_wrap ).removeClass( 'active' );
|
||||||
|
|
|
@ -130,7 +130,7 @@ jQuery(function( $ ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Export
|
// Export
|
||||||
$( '.export_csv' ).click( function() {
|
$( '.export_csv' ).on( 'click', function() {
|
||||||
var exclude_series = $( this ).data( 'exclude_series' ) || '';
|
var exclude_series = $( this ).data( 'exclude_series' ) || '';
|
||||||
exclude_series = exclude_series.toString();
|
exclude_series = exclude_series.toString();
|
||||||
exclude_series = exclude_series.split( ',' );
|
exclude_series = exclude_series.split( ',' );
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$( '.submit :input' ).click( function() {
|
$( '.submit :input' ).on( 'click', function() {
|
||||||
window.onbeforeunload = '';
|
window.onbeforeunload = '';
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
@ -235,7 +235,7 @@
|
||||||
$( this ).focus();
|
$( this ).focus();
|
||||||
} );
|
} );
|
||||||
|
|
||||||
$( '.wc_input_table .remove_rows' ).click( function() {
|
$( '.wc_input_table .remove_rows' ).on( 'click', function() {
|
||||||
var $tbody = $( this ).closest( '.wc_input_table' ).find( 'tbody' );
|
var $tbody = $( this ).closest( '.wc_input_table' ).find( 'tbody' );
|
||||||
if ( $tbody.find( 'tr.current' ).length > 0 ) {
|
if ( $tbody.find( 'tr.current' ).length > 0 ) {
|
||||||
var $current = $tbody.find( 'tr.current' );
|
var $current = $tbody.find( 'tr.current' );
|
||||||
|
|
|
@ -6,7 +6,7 @@ jQuery( function( $ ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$( document.body ).bind( 'price_slider_create price_slider_slide', function( event, min, max ) {
|
$( document.body ).on( 'price_slider_create price_slider_slide', function( event, min, max ) {
|
||||||
|
|
||||||
$( '.price_slider_amount span.from' ).html( accounting.formatMoney( min, {
|
$( '.price_slider_amount span.from' ).html( accounting.formatMoney( min, {
|
||||||
symbol: woocommerce_price_slider_params.currency_format_symbol,
|
symbol: woocommerce_price_slider_params.currency_format_symbol,
|
||||||
|
@ -66,6 +66,7 @@ jQuery( function( $ ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
init_price_filter();
|
init_price_filter();
|
||||||
|
$( document.body ).on( 'init_price_filter', init_price_filter );
|
||||||
|
|
||||||
var hasSelectiveRefresh = (
|
var hasSelectiveRefresh = (
|
||||||
'undefined' !== typeof wp &&
|
'undefined' !== typeof wp &&
|
||||||
|
@ -75,7 +76,7 @@ jQuery( function( $ ) {
|
||||||
wp.customize.widgetsPreview.WidgetPartial
|
wp.customize.widgetsPreview.WidgetPartial
|
||||||
);
|
);
|
||||||
if ( hasSelectiveRefresh ) {
|
if ( hasSelectiveRefresh ) {
|
||||||
wp.customize.selectiveRefresh.bind( 'partial-content-rendered', function() {
|
wp.customize.selectiveRefresh.on( 'partial-content-rendered', function() {
|
||||||
init_price_filter();
|
init_price_filter();
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ jQuery( function( $ ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set a cookie and hide the store notice when the dismiss button is clicked
|
// Set a cookie and hide the store notice when the dismiss button is clicked
|
||||||
$( '.woocommerce-store-notice__dismiss-link' ).click( function( event ) {
|
$( '.woocommerce-store-notice__dismiss-link' ).on( 'click', function( event ) {
|
||||||
Cookies.set( cookieName, 'hidden', { path: '/' } );
|
Cookies.set( cookieName, 'hidden', { path: '/' } );
|
||||||
$( '.woocommerce-store-notice' ).hide();
|
$( '.woocommerce-store-notice' ).hide();
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
@ -85,7 +85,7 @@ jQuery( function( $ ) {
|
||||||
$( '.woocommerce form input' ).filter(':password').parent('span').addClass('password-input');
|
$( '.woocommerce form input' ).filter(':password').parent('span').addClass('password-input');
|
||||||
$( '.password-input' ).append( '<span class="show-password-input"></span>' );
|
$( '.password-input' ).append( '<span class="show-password-input"></span>' );
|
||||||
|
|
||||||
$( '.show-password-input' ).click(
|
$( '.show-password-input' ).on( 'click',
|
||||||
function() {
|
function() {
|
||||||
$( this ).toggleClass( 'display-password' );
|
$( this ).toggleClass( 'display-password' );
|
||||||
if ( $( this ).hasClass( 'display-password' ) ) {
|
if ( $( this ).hasClass( 'display-password' ) ) {
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
"phpunit/phpunit": "^8.5",
|
"phpunit/phpunit": "^8.5",
|
||||||
"squizlabs/php_codesniffer": "^3.5"
|
"squizlabs/php_codesniffer": "^3.5"
|
||||||
},
|
},
|
||||||
"default-branch": true,
|
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin/mozart"
|
"bin/mozart"
|
||||||
],
|
],
|
||||||
|
@ -53,10 +52,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Composes all dependencies as a package inside a WordPress plugin",
|
"description": "Composes all dependencies as a package inside a WordPress plugin",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/coenjacobs/mozart/issues",
|
|
||||||
"source": "https://github.com/coenjacobs/mozart/tree/master"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://github.com/coenjacobs",
|
"url": "https://github.com/coenjacobs",
|
||||||
|
@ -147,10 +142,6 @@
|
||||||
"sftp",
|
"sftp",
|
||||||
"storage"
|
"storage"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/thephpleague/flysystem/issues",
|
|
||||||
"source": "https://github.com/thephpleague/flysystem/tree/1.0.70"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://offset.earth/frankdejonge",
|
"url": "https://offset.earth/frankdejonge",
|
||||||
|
@ -206,24 +197,20 @@
|
||||||
"container-interop",
|
"container-interop",
|
||||||
"psr"
|
"psr"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/php-fig/container/issues",
|
|
||||||
"source": "https://github.com/php-fig/container/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-02-14T16:28:37+00:00"
|
"time": "2017-02-14T16:28:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/console",
|
"name": "symfony/console",
|
||||||
"version": "v4.4.16",
|
"version": "v4.4.17",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/console.git",
|
"url": "https://github.com/symfony/console.git",
|
||||||
"reference": "20f73dd143a5815d475e0838ff867bce1eebd9d5"
|
"reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/console/zipball/20f73dd143a5815d475e0838ff867bce1eebd9d5",
|
"url": "https://api.github.com/repos/symfony/console/zipball/c8e37f6928c19816437a4dd7bf16e3bd79941470",
|
||||||
"reference": "20f73dd143a5815d475e0838ff867bce1eebd9d5",
|
"reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -282,9 +269,6 @@
|
||||||
],
|
],
|
||||||
"description": "Symfony Console Component",
|
"description": "Symfony Console Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/console/tree/v4.4.16"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -299,20 +283,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-10-24T11:50:19+00:00"
|
"time": "2020-11-28T10:15:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/finder",
|
||||||
"version": "v4.4.16",
|
"version": "v4.4.17",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/finder.git",
|
"url": "https://github.com/symfony/finder.git",
|
||||||
"reference": "26f63b8d4e92f2eecd90f6791a563ebb001abe31"
|
"reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/finder/zipball/26f63b8d4e92f2eecd90f6791a563ebb001abe31",
|
"url": "https://api.github.com/repos/symfony/finder/zipball/9f1d1d883b79a91ef320c0c6e803494e042ef36e",
|
||||||
"reference": "26f63b8d4e92f2eecd90f6791a563ebb001abe31",
|
"reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -343,9 +327,6 @@
|
||||||
],
|
],
|
||||||
"description": "Symfony Finder Component",
|
"description": "Symfony Finder Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/finder/tree/v4.4.16"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -360,7 +341,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-10-24T11:50:19+00:00"
|
"time": "2020-11-17T19:45:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-mbstring",
|
"name": "symfony/polyfill-mbstring",
|
||||||
|
@ -423,9 +404,6 @@
|
||||||
"portable",
|
"portable",
|
||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -502,9 +480,6 @@
|
||||||
"portable",
|
"portable",
|
||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -585,9 +560,6 @@
|
||||||
"portable",
|
"portable",
|
||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -664,9 +636,6 @@
|
||||||
"interoperability",
|
"interoperability",
|
||||||
"standards"
|
"standards"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/service-contracts/tree/v1.1.9"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -696,5 +665,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "7.2"
|
"php": "7.2"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,10 +71,6 @@
|
||||||
"stylecheck",
|
"stylecheck",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
|
|
||||||
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
|
|
||||||
},
|
|
||||||
"time": "2020-06-25T14:57:39+00:00"
|
"time": "2020-06-25T14:57:39+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -133,10 +129,6 @@
|
||||||
"phpcs",
|
"phpcs",
|
||||||
"standards"
|
"standards"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
|
|
||||||
"source": "https://github.com/PHPCompatibility/PHPCompatibility"
|
|
||||||
},
|
|
||||||
"time": "2019-12-27T09:44:58+00:00"
|
"time": "2019-12-27T09:44:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -189,10 +181,6 @@
|
||||||
"polyfill",
|
"polyfill",
|
||||||
"standards"
|
"standards"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
|
|
||||||
"source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
|
|
||||||
},
|
|
||||||
"time": "2019-11-04T15:17:54+00:00"
|
"time": "2019-11-04T15:17:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -243,10 +231,6 @@
|
||||||
"standards",
|
"standards",
|
||||||
"wordpress"
|
"wordpress"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
|
|
||||||
"source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
|
|
||||||
},
|
|
||||||
"time": "2019-08-28T14:22:28+00:00"
|
"time": "2019-08-28T14:22:28+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -298,11 +282,6 @@
|
||||||
"phpcs",
|
"phpcs",
|
||||||
"standards"
|
"standards"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
|
|
||||||
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
||||||
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
|
|
||||||
},
|
|
||||||
"time": "2020-10-23T02:01:07+00:00"
|
"time": "2020-10-23T02:01:07+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -343,10 +322,6 @@
|
||||||
"woocommerce",
|
"woocommerce",
|
||||||
"wordpress"
|
"wordpress"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/woocommerce/woocommerce-sniffs/issues",
|
|
||||||
"source": "https://github.com/woocommerce/woocommerce-sniffs/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2020-08-06T18:23:45+00:00"
|
"time": "2020-08-06T18:23:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -393,11 +368,6 @@
|
||||||
"standards",
|
"standards",
|
||||||
"wordpress"
|
"wordpress"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
|
|
||||||
"source": "https://github.com/WordPress/WordPress-Coding-Standards",
|
|
||||||
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
|
|
||||||
},
|
|
||||||
"time": "2020-05-13T23:57:56+00:00"
|
"time": "2020-05-13T23:57:56+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -411,5 +381,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "7.0"
|
"php": "7.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,10 +59,6 @@
|
||||||
"constructor",
|
"constructor",
|
||||||
"instantiate"
|
"instantiate"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/doctrine/instantiator/issues",
|
|
||||||
"source": "https://github.com/doctrine/instantiator/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2015-06-14T21:17:01+00:00"
|
"time": "2015-06-14T21:17:01+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -108,10 +104,6 @@
|
||||||
"object",
|
"object",
|
||||||
"object graph"
|
"object graph"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
||||||
"source": "https://github.com/myclabs/DeepCopy/tree/1.x"
|
|
||||||
},
|
|
||||||
"time": "2017-10-19T19:58:43+00:00"
|
"time": "2017-10-19T19:58:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -167,10 +159,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/phar-io/manifest/issues",
|
|
||||||
"source": "https://github.com/phar-io/manifest/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-03-05T18:14:27+00:00"
|
"time": "2017-03-05T18:14:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -218,10 +206,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Library for handling version information and constraints",
|
"description": "Library for handling version information and constraints",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/phar-io/version/issues",
|
|
||||||
"source": "https://github.com/phar-io/version/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-03-05T17:38:23+00:00"
|
"time": "2017-03-05T17:38:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -276,10 +260,6 @@
|
||||||
"reflection",
|
"reflection",
|
||||||
"static analysis"
|
"static analysis"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
||||||
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-09-11T18:02:19+00:00"
|
"time": "2017-09-11T18:02:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -332,10 +312,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
||||||
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x"
|
|
||||||
},
|
|
||||||
"time": "2019-12-28T18:55:12+00:00"
|
"time": "2019-12-28T18:55:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -381,10 +357,6 @@
|
||||||
"email": "me@mikevanriel.com"
|
"email": "me@mikevanriel.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
||||||
"source": "https://github.com/phpDocumentor/TypeResolver/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-12-30T13:23:38+00:00"
|
"time": "2017-12-30T13:23:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -448,10 +420,6 @@
|
||||||
"spy",
|
"spy",
|
||||||
"stub"
|
"stub"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/phpspec/prophecy/issues",
|
|
||||||
"source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
|
|
||||||
},
|
|
||||||
"time": "2020-03-05T15:02:03+00:00"
|
"time": "2020-03-05T15:02:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -515,10 +483,6 @@
|
||||||
"testing",
|
"testing",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/5.3"
|
|
||||||
},
|
|
||||||
"time": "2018-04-06T15:36:58+00:00"
|
"time": "2018-04-06T15:36:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -566,11 +530,6 @@
|
||||||
"filesystem",
|
"filesystem",
|
||||||
"iterator"
|
"iterator"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"irc": "irc://irc.freenode.net/phpunit",
|
|
||||||
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
|
|
||||||
},
|
|
||||||
"time": "2017-11-27T13:52:08+00:00"
|
"time": "2017-11-27T13:52:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -612,10 +571,6 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"template"
|
"template"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
|
|
||||||
},
|
|
||||||
"time": "2015-06-21T13:50:34+00:00"
|
"time": "2015-06-21T13:50:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -665,10 +620,6 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"timer"
|
"timer"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/php-timer/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-02-26T11:10:40+00:00"
|
"time": "2017-02-26T11:10:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -718,10 +669,6 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tokenizer"
|
"tokenizer"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
|
|
||||||
},
|
|
||||||
"abandoned": true,
|
"abandoned": true,
|
||||||
"time": "2017-11-27T05:48:46+00:00"
|
"time": "2017-11-27T05:48:46+00:00"
|
||||||
},
|
},
|
||||||
|
@ -807,10 +754,6 @@
|
||||||
"testing",
|
"testing",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/6.5.14"
|
|
||||||
},
|
|
||||||
"time": "2019-02-01T05:22:47+00:00"
|
"time": "2019-02-01T05:22:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -870,32 +813,28 @@
|
||||||
"mock",
|
"mock",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/5.0.10"
|
|
||||||
},
|
|
||||||
"abandoned": true,
|
"abandoned": true,
|
||||||
"time": "2018-08-09T05:50:03+00:00"
|
"time": "2018-08-09T05:50:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/code-unit-reverse-lookup",
|
"name": "sebastian/code-unit-reverse-lookup",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
||||||
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
||||||
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^5.6 || ^7.0"
|
"php": ">=5.6"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5.7 || ^6.0"
|
"phpunit/phpunit": "^8.5"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -920,11 +859,13 @@
|
||||||
],
|
],
|
||||||
"description": "Looks up which function or method a line of code belongs to",
|
"description": "Looks up which function or method a line of code belongs to",
|
||||||
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
||||||
"support": {
|
"funding": [
|
||||||
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
{
|
||||||
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/master"
|
"url": "https://github.com/sebastianbergmann",
|
||||||
},
|
"type": "github"
|
||||||
"time": "2017-03-04T06:30:41+00:00"
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-11-30T08:15:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/comparator",
|
"name": "sebastian/comparator",
|
||||||
|
@ -988,10 +929,6 @@
|
||||||
"compare",
|
"compare",
|
||||||
"equality"
|
"equality"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/comparator/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2018-02-01T13:46:46+00:00"
|
"time": "2018-02-01T13:46:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1044,10 +981,6 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"diff"
|
"diff"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/diff/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-08-03T08:09:46+00:00"
|
"time": "2017-08-03T08:09:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1098,28 +1031,24 @@
|
||||||
"environment",
|
"environment",
|
||||||
"hhvm"
|
"hhvm"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/environment/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-07-01T08:51:00+00:00"
|
"time": "2017-07-01T08:51:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/exporter",
|
"name": "sebastian/exporter",
|
||||||
"version": "3.1.2",
|
"version": "3.1.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/exporter.git",
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||||||
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
|
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
|
||||||
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
|
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0",
|
"php": ">=7.0",
|
||||||
"sebastian/recursion-context": "^3.0"
|
"sebastian/recursion-context": "^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -1169,11 +1098,13 @@
|
||||||
"export",
|
"export",
|
||||||
"exporter"
|
"exporter"
|
||||||
],
|
],
|
||||||
"support": {
|
"funding": [
|
||||||
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
{
|
||||||
"source": "https://github.com/sebastianbergmann/exporter/tree/master"
|
"url": "https://github.com/sebastianbergmann",
|
||||||
},
|
"type": "github"
|
||||||
"time": "2019-09-14T09:02:43+00:00"
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-11-30T07:47:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/global-state",
|
"name": "sebastian/global-state",
|
||||||
|
@ -1224,28 +1155,24 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"global state"
|
"global state"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
|
|
||||||
},
|
|
||||||
"time": "2017-04-27T15:39:26+00:00"
|
"time": "2017-04-27T15:39:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/object-enumerator",
|
"name": "sebastian/object-enumerator",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
||||||
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
|
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
||||||
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0",
|
"php": ">=7.0",
|
||||||
"sebastian/object-reflector": "^1.1.1",
|
"sebastian/object-reflector": "^1.1.1",
|
||||||
"sebastian/recursion-context": "^3.0"
|
"sebastian/recursion-context": "^3.0"
|
||||||
},
|
},
|
||||||
|
@ -1275,28 +1202,30 @@
|
||||||
],
|
],
|
||||||
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
||||||
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
||||||
"support": {
|
"funding": [
|
||||||
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
{
|
||||||
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
|
"url": "https://github.com/sebastianbergmann",
|
||||||
},
|
"type": "github"
|
||||||
"time": "2017-08-03T12:35:26+00:00"
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-11-30T07:40:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/object-reflector",
|
"name": "sebastian/object-reflector",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
||||||
"reference": "773f97c67f28de00d397be301821b06708fca0be"
|
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
||||||
"reference": "773f97c67f28de00d397be301821b06708fca0be",
|
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0"
|
"php": ">=7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^6.0"
|
"phpunit/phpunit": "^6.0"
|
||||||
|
@ -1324,28 +1253,30 @@
|
||||||
],
|
],
|
||||||
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
||||||
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
||||||
"support": {
|
"funding": [
|
||||||
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
{
|
||||||
"source": "https://github.com/sebastianbergmann/object-reflector/tree/master"
|
"url": "https://github.com/sebastianbergmann",
|
||||||
},
|
"type": "github"
|
||||||
"time": "2017-03-29T09:07:27+00:00"
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-11-30T07:37:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/recursion-context",
|
"name": "sebastian/recursion-context",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
||||||
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
|
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
||||||
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0"
|
"php": ">=7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^6.0"
|
"phpunit/phpunit": "^6.0"
|
||||||
|
@ -1366,14 +1297,14 @@
|
||||||
"BSD-3-Clause"
|
"BSD-3-Clause"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "Jeff Welch",
|
|
||||||
"email": "whatthejeff@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de"
|
"email": "sebastian@phpunit.de"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Jeff Welch",
|
||||||
|
"email": "whatthejeff@gmail.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Adam Harvey",
|
"name": "Adam Harvey",
|
||||||
"email": "aharvey@php.net"
|
"email": "aharvey@php.net"
|
||||||
|
@ -1381,11 +1312,13 @@
|
||||||
],
|
],
|
||||||
"description": "Provides functionality to recursively process PHP variables",
|
"description": "Provides functionality to recursively process PHP variables",
|
||||||
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
||||||
"support": {
|
"funding": [
|
||||||
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
{
|
||||||
"source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
|
"url": "https://github.com/sebastianbergmann",
|
||||||
},
|
"type": "github"
|
||||||
"time": "2017-03-03T06:23:57+00:00"
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-11-30T07:34:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/resource-operations",
|
"name": "sebastian/resource-operations",
|
||||||
|
@ -1427,10 +1360,6 @@
|
||||||
],
|
],
|
||||||
"description": "Provides a list of PHP built-in functions that operate on resources",
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
||||||
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2015-07-28T20:34:47+00:00"
|
"time": "2015-07-28T20:34:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1474,10 +1403,6 @@
|
||||||
],
|
],
|
||||||
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
||||||
"homepage": "https://github.com/sebastianbergmann/version",
|
"homepage": "https://github.com/sebastianbergmann/version",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/sebastianbergmann/version/issues",
|
|
||||||
"source": "https://github.com/sebastianbergmann/version/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2016-10-03T07:35:21+00:00"
|
"time": "2016-10-03T07:35:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1540,9 +1465,6 @@
|
||||||
"polyfill",
|
"polyfill",
|
||||||
"portable"
|
"portable"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://symfony.com/sponsor",
|
"url": "https://symfony.com/sponsor",
|
||||||
|
@ -1597,10 +1519,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/theseer/tokenizer/issues",
|
|
||||||
"source": "https://github.com/theseer/tokenizer/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2019-06-13T22:48:21+00:00"
|
"time": "2019-06-13T22:48:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1650,10 +1568,6 @@
|
||||||
"check",
|
"check",
|
||||||
"validate"
|
"validate"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/webmozart/assert/issues",
|
|
||||||
"source": "https://github.com/webmozart/assert/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2020-07-08T17:02:28+00:00"
|
"time": "2020-07-08T17:02:28+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -1667,5 +1581,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "7.0"
|
"php": "7.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,11 +67,6 @@
|
||||||
"po",
|
"po",
|
||||||
"translation"
|
"translation"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"email": "oom@oscarotero.com",
|
|
||||||
"issues": "https://github.com/oscarotero/Gettext/issues",
|
|
||||||
"source": "https://github.com/php-gettext/Gettext/tree/v4.8.3"
|
|
||||||
},
|
|
||||||
"time": "2020-11-18T22:35:49+00:00"
|
"time": "2020-11-18T22:35:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -133,10 +128,6 @@
|
||||||
"translations",
|
"translations",
|
||||||
"unicode"
|
"unicode"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/php-gettext/Languages/issues",
|
|
||||||
"source": "https://github.com/php-gettext/Languages/tree/2.6.0"
|
|
||||||
},
|
|
||||||
"time": "2019-11-13T10:30:21+00:00"
|
"time": "2019-11-13T10:30:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -182,10 +173,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Peast is PHP library that generates AST for JavaScript code",
|
"description": "Peast is PHP library that generates AST for JavaScript code",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/mck89/peast/issues",
|
|
||||||
"source": "https://github.com/mck89/peast/tree/v1.11.0"
|
|
||||||
},
|
|
||||||
"time": "2020-10-09T15:12:13+00:00"
|
"time": "2020-10-09T15:12:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -232,10 +219,6 @@
|
||||||
"mustache",
|
"mustache",
|
||||||
"templating"
|
"templating"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/bobthecow/mustache.php/issues",
|
|
||||||
"source": "https://github.com/bobthecow/mustache.php/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2019-11-23T21:40:31+00:00"
|
"time": "2019-11-23T21:40:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -285,10 +268,6 @@
|
||||||
"iri",
|
"iri",
|
||||||
"sockets"
|
"sockets"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/rmccue/Requests/issues",
|
|
||||||
"source": "https://github.com/rmccue/Requests/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2016-10-13T00:11:37+00:00"
|
"time": "2016-10-13T00:11:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -338,9 +317,6 @@
|
||||||
],
|
],
|
||||||
"description": "Symfony Finder Component",
|
"description": "Symfony Finder Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/finder/tree/3.3"
|
|
||||||
},
|
|
||||||
"time": "2017-06-01T21:01:25+00:00"
|
"time": "2017-06-01T21:01:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -398,10 +374,6 @@
|
||||||
],
|
],
|
||||||
"description": "Provides internationalization tools for WordPress projects.",
|
"description": "Provides internationalization tools for WordPress projects.",
|
||||||
"homepage": "https://github.com/wp-cli/i18n-command",
|
"homepage": "https://github.com/wp-cli/i18n-command",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/wp-cli/i18n-command/issues",
|
|
||||||
"source": "https://github.com/wp-cli/i18n-command/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2020-07-08T15:20:38+00:00"
|
"time": "2020-07-08T15:20:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -450,9 +422,6 @@
|
||||||
],
|
],
|
||||||
"description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
|
"description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
|
||||||
"homepage": "https://github.com/mustangostang/spyc/",
|
"homepage": "https://github.com/mustangostang/spyc/",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/wp-cli/spyc/tree/autoload"
|
|
||||||
},
|
|
||||||
"time": "2017-04-25T11:26:20+00:00"
|
"time": "2017-04-25T11:26:20+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -503,10 +472,6 @@
|
||||||
"cli",
|
"cli",
|
||||||
"console"
|
"console"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/wp-cli/php-cli-tools/issues",
|
|
||||||
"source": "https://github.com/wp-cli/php-cli-tools/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2018-09-04T13:28:00+00:00"
|
"time": "2018-09-04T13:28:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -569,11 +534,6 @@
|
||||||
"cli",
|
"cli",
|
||||||
"wordpress"
|
"wordpress"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"docs": "https://make.wordpress.org/cli/handbook/",
|
|
||||||
"issues": "https://github.com/wp-cli/wp-cli/issues",
|
|
||||||
"source": "https://github.com/wp-cli/wp-cli"
|
|
||||||
},
|
|
||||||
"time": "2020-02-18T08:15:37+00:00"
|
"time": "2020-02-18T08:15:37+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -587,5 +547,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "7.0"
|
"php": "7.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
113
changelog.txt
113
changelog.txt
|
@ -1,5 +1,118 @@
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 4.8.0 - 2020-12-08 =
|
||||||
|
|
||||||
|
**WooCommerce**
|
||||||
|
|
||||||
|
* Enhancement - Limited the system status report's "not tested with version" warning to major versions. #28114
|
||||||
|
* Enhancement - Add shipping, tax, and fee lines to refund REST API response. #28241
|
||||||
|
* Enhancement - Added support for Twenty Twenty-One theme. #28134
|
||||||
|
* Tweak - Reduced the memory usage of AJAX product searches. #28177
|
||||||
|
* Tweak - Replaced deprecated jQuery functionality. #28005, #28058
|
||||||
|
* Tweak - Hid "Add to cart" button for out of stock grouped products. #28169
|
||||||
|
* Tweak - Made product date deserialization more explicit. #28052
|
||||||
|
* Fix - Stock adjustment when deleting a refunded order item. #28069
|
||||||
|
* Fix - Avatar display for recent reviews widget in admin area. #28067
|
||||||
|
* Fix - Incorrect product sorting user capability. #28062
|
||||||
|
* Fix - PayPal response emptying uninitialized cart. #28027
|
||||||
|
* Fix - Display of visual feedback after pressing "Place Order" in `Twenty Twenty` and `Twenty Nineteen` themes #27997
|
||||||
|
* Fix - Category and tag bulk deletion message. #27856
|
||||||
|
* Fix - Corrected Puerto Rico address validation. #28465
|
||||||
|
* Dev - Filter: `woocommerce_product_has_options` to products. #27514
|
||||||
|
* Dev - Added error message to `checkout_error` JS event. #28101
|
||||||
|
* Dev - Replaced usage of deprecated `woocommerce_reset_loop()` in product category shortcodes. #28242
|
||||||
|
* Dev - Set "Tested up to" header to WordPress 5.6. #28388
|
||||||
|
* Localization - Jamaican currency, states, and address structure. #27723
|
||||||
|
* Localization - Better display of inclusive taxes during checkout. #28064
|
||||||
|
* Localization - Validation for Belgium postcodes. #28145
|
||||||
|
|
||||||
|
**WooCommerce Admin - 1.7.0 & 1.7.1 & 1.7.2 & 1.7.3**
|
||||||
|
|
||||||
|
* Enhancement - Variations report. #5167
|
||||||
|
* Enhancement - Add ability to toggle homescreen layouts. #5429
|
||||||
|
* Enhancement - Accordion component #5474
|
||||||
|
* Enhancement - Badge component #5520
|
||||||
|
* Tweak - Remove customer analytics data upon order deletion #5171
|
||||||
|
* Tweak - Updating Stripe key field validation to support test keys #5201
|
||||||
|
* Tweak - Wrap search control selected items in list #5231
|
||||||
|
* Tweak - Update store setup link to redirect to setup wizard #5200
|
||||||
|
* Tweak - Removing breadcrumbs from wc-admin header #5232
|
||||||
|
* Tweak - Use consistent markdown headers in navigation readme #5417
|
||||||
|
* Tweak - Remove Store Setup Alert #5499
|
||||||
|
* Tweak - Customers: Update column heading for date registered #5542
|
||||||
|
* Tweak - alter homescreen layout. #5465
|
||||||
|
* Fix - Added support for custom actionable statuses. #5550
|
||||||
|
* Fix - wrong casing used on the PayPal brand name #5514 🎉 @rtpHarry
|
||||||
|
* Fix - Import @wordpress/base-styles/default-custom-properties #5491
|
||||||
|
* Fix - downloads report #5441
|
||||||
|
* Fix - missing custom autocompleter attribute in Search component of Advanced Filter #5448
|
||||||
|
* Fix - empty no posts state on Marketing page. #5411
|
||||||
|
* Fix - visual issues in the Search component. #5199
|
||||||
|
* Fix - Inconsistent line endings in readme.txt. #5281
|
||||||
|
* Fix - popover menu to expand menu item width to 100% #5519
|
||||||
|
* Fix - Wrong class name for querying Categories Report #5522 🎉 @zzap
|
||||||
|
* Fix - Remove label printing mention for non us countries #5527
|
||||||
|
* Fix - First product script navigation dependency #5584
|
||||||
|
* Fix - Added support for custom actionable statuses #5550
|
||||||
|
* Fix - Display the store management links last on the homescreen #5579
|
||||||
|
* Fix - Ensure the "Set up additional payment providers" inbox notification is shown when relevant after completing the OBW. #5547
|
||||||
|
* Fix - Load wc-tracks in the homepage notice admin script. #5638
|
||||||
|
* Fix - Link component prop caused a React warning. #5653
|
||||||
|
* Fix - Flickering of order panel while loading. #5655
|
||||||
|
* Fix - Tax code duplicated when clicking the button to remove. #5638
|
||||||
|
* Fix - Restore Autoloading of WooCommerce Classes in PHP Tests. #5650
|
||||||
|
* Fix - Skip WC Payment plugin note if plugin not added through the onboarding process. #5619
|
||||||
|
* Fix - Use error_log() to log the deprecated class calls instead of `_deprecated_function()`. #5802
|
||||||
|
* Fix - Don't show the Orders panel on the homescreen with the Task List. #5552
|
||||||
|
* Fix - Home Screen: Do not show store setup activity panel. #5801
|
||||||
|
* Dev - Home Screen - migrate orders panel. #5455
|
||||||
|
* Dev - Store Profiler - include Creative Mail as a free extension #5543
|
||||||
|
* Dev - Add undefined check in intervals data util #5546
|
||||||
|
* Dev - Fix wakeup visibility for PHP 8 compatibility #5211
|
||||||
|
* Dev - Fix header height and positioning for wc nav #5173
|
||||||
|
* Dev - Add remote inbox notification rule processors for country and state #5203
|
||||||
|
* Dev - Rename admin notes classes and file names to fit conventions #514
|
||||||
|
* Dev - remove checks of store registration that are no longer needed. #5170
|
||||||
|
* Dev - Fix version update script for composer.json #5165
|
||||||
|
* Dev - Remove getAdminLink from data package #5158
|
||||||
|
* Dev - Bump @woocommerce/components dependencies. #5153
|
||||||
|
* Dev - Add note status remote inbox notifications rule processor #5207
|
||||||
|
* Dev - Make code chunk filenames more stable. #5229
|
||||||
|
* Dev - Inbox Panel component moved #5252
|
||||||
|
* Dev - Added animation to Inbox note deletion #5263
|
||||||
|
* Dev - Update starter pack dependencies #5254
|
||||||
|
* Dev - Ensure test zips have latest packages from npm and composer. #5313
|
||||||
|
* Dev - Add remote inbox notifications rule allowing access to any option #5206
|
||||||
|
* Dev - Add manage orders on the go admin note #5159
|
||||||
|
* Dev - Add WooCommerceDependencyExtractionWebpackPlugin package #5198
|
||||||
|
* Dev - Migrate devdocs examples to Storybook stories #5271
|
||||||
|
* Dev - Remove Enzyme in favor of React Testing Library #5299
|
||||||
|
* Dev - Add exclusion rule to PHPCS config for TODO comments #5388
|
||||||
|
* Dev - Remove no longer used isPanelEmpty logic. #5423
|
||||||
|
* Dev - Use new @wordpress/components Card on Marketing page. #5428
|
||||||
|
* Dev - Add PSR-4 naming checks to PHP linting. #5512
|
||||||
|
* Dev - Rearrange the store management links under categories add filter woocommerce_admin_homescreen_quicklinks. #5476
|
||||||
|
* Dev - Restyle the setup task list header to display incomplete tasks #5520
|
||||||
|
|
||||||
|
**WooCommerce Blocks - 3.7.0 & 3.7.1 & 3.8.0 & 3.8.1**
|
||||||
|
|
||||||
|
* Enhancement - Allow shoppers to sign-up for an account from the Checkout block. #3331
|
||||||
|
* Enhancement - Standardise & refactor colors scss to align with Gutenberg colors and WooCommerce brand. #3300
|
||||||
|
* Tweak - Show the phone number field in the billing section when shipping is disabled in settings. #3376
|
||||||
|
* Tweak - Add new doc referencing feature flags and experimental interfaces. #3348
|
||||||
|
* Tweak - Add __experimental_woocommerce_blocks_checkout_order_processed action. #3238
|
||||||
|
* Fix - Fix PHP 8 error when argument is not invocable in AssetsDataRegistry::Add_data. #3315
|
||||||
|
* Fix - Improve layout of Cart block line item quantity selector & price on smaller screens. #3299
|
||||||
|
* Fix - Correctly process orders with $0 total (e.g. via coupon) in Checkout block. #3298
|
||||||
|
* Fix - Respect Enable Taxes setting for checkout block taxes display. #3291
|
||||||
|
* Fix - Fix 3D secure payment errors. #3272
|
||||||
|
* Fix - Show current selected attributes when re-edit Products by Attribute block. #3185
|
||||||
|
* Fix - Ensure that accounts are not created via checkout block request if account registration is disabled for WooCommerce. #3371
|
||||||
|
* Fix - radio controls and checkboxes in Twenty Twenty One dark theme. #3446
|
||||||
|
* Fix - Twenty Twenty One Price filter, Active filters and radio control styling. #3444
|
||||||
|
* Fix - Twenty Twenty One Button and Placeholder Styling. #3443
|
||||||
|
* Fix - checkbox and textarea styles in Twenty Twenty One when it has dark controls active. #3450
|
||||||
|
|
||||||
= 4.7.1 - 2020-11-24 =
|
= 4.7.1 - 2020-11-24 =
|
||||||
|
|
||||||
**WooCommerce**
|
**WooCommerce**
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"pelago/emogrifier": "3.1.0",
|
"pelago/emogrifier": "3.1.0",
|
||||||
"psr/container": "1.0.0",
|
"psr/container": "1.0.0",
|
||||||
"woocommerce/action-scheduler": "3.1.6",
|
"woocommerce/action-scheduler": "3.1.6",
|
||||||
"woocommerce/woocommerce-admin": "1.7.2",
|
"woocommerce/woocommerce-admin": "1.7.3",
|
||||||
"woocommerce/woocommerce-blocks": "3.8.1"
|
"woocommerce/woocommerce-blocks": "3.8.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "486f7eb6eda8b5a537d5a6e72c4cbdad",
|
"content-hash": "77e54b85eedb5be94edbd73cf5436900",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "automattic/jetpack-autoloader",
|
"name": "automattic/jetpack-autoloader",
|
||||||
|
@ -43,9 +43,6 @@
|
||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"description": "Creates a custom autoloader for a plugin or theme.",
|
"description": "Creates a custom autoloader for a plugin or theme.",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.6.0"
|
|
||||||
},
|
|
||||||
"time": "2020-11-19T21:20:12+00:00"
|
"time": "2020-11-19T21:20:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -77,9 +74,6 @@
|
||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"description": "A wrapper for defining constants in a more testable way.",
|
"description": "A wrapper for defining constants in a more testable way.",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/Automattic/jetpack-constants/tree/v1.5.1"
|
|
||||||
},
|
|
||||||
"time": "2020-10-28T19:00:31+00:00"
|
"time": "2020-10-28T19:00:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -207,10 +201,6 @@
|
||||||
"zend",
|
"zend",
|
||||||
"zikula"
|
"zikula"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/composer/installers/issues",
|
|
||||||
"source": "https://github.com/composer/installers/tree/v1.9.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://packagist.com",
|
"url": "https://packagist.com",
|
||||||
|
@ -281,10 +271,6 @@
|
||||||
"geolocation",
|
"geolocation",
|
||||||
"maxmind"
|
"maxmind"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
|
|
||||||
"source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.6.0"
|
|
||||||
},
|
|
||||||
"time": "2019-12-19T22:59:03+00:00"
|
"time": "2019-12-19T22:59:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -359,10 +345,6 @@
|
||||||
"email",
|
"email",
|
||||||
"pre-processing"
|
"pre-processing"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/MyIntervals/emogrifier/issues",
|
|
||||||
"source": "https://github.com/MyIntervals/emogrifier"
|
|
||||||
},
|
|
||||||
"time": "2019-12-26T19:37:31+00:00"
|
"time": "2019-12-26T19:37:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -412,10 +394,6 @@
|
||||||
"container-interop",
|
"container-interop",
|
||||||
"psr"
|
"psr"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/php-fig/container/issues",
|
|
||||||
"source": "https://github.com/php-fig/container/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-02-14T16:28:37+00:00"
|
"time": "2017-02-14T16:28:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -469,9 +447,6 @@
|
||||||
],
|
],
|
||||||
"description": "Symfony CssSelector Component",
|
"description": "Symfony CssSelector Component",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/css-selector/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2017-05-01T15:01:29+00:00"
|
"time": "2017-05-01T15:01:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -507,24 +482,20 @@
|
||||||
],
|
],
|
||||||
"description": "Action Scheduler for WordPress and WooCommerce",
|
"description": "Action Scheduler for WordPress and WooCommerce",
|
||||||
"homepage": "https://actionscheduler.org/",
|
"homepage": "https://actionscheduler.org/",
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/woocommerce/action-scheduler/issues",
|
|
||||||
"source": "https://github.com/woocommerce/action-scheduler/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2020-05-12T16:22:33+00:00"
|
"time": "2020-05-12T16:22:33+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "woocommerce/woocommerce-admin",
|
"name": "woocommerce/woocommerce-admin",
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
||||||
"reference": "efd94d917504fe71bae650233de47344c8d5c005"
|
"reference": "16de972f319e5e6fc8dbebf5024dd263234f39e0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/efd94d917504fe71bae650233de47344c8d5c005",
|
"url": "https://api.github.com/repos/woocommerce/woocommerce-admin/zipball/16de972f319e5e6fc8dbebf5024dd263234f39e0",
|
||||||
"reference": "efd94d917504fe71bae650233de47344c8d5c005",
|
"reference": "16de972f319e5e6fc8dbebf5024dd263234f39e0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -556,11 +527,7 @@
|
||||||
],
|
],
|
||||||
"description": "A modern, javascript-driven WooCommerce Admin experience.",
|
"description": "A modern, javascript-driven WooCommerce Admin experience.",
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
"homepage": "https://github.com/woocommerce/woocommerce-admin",
|
||||||
"support": {
|
"time": "2020-12-03T21:12:01+00:00"
|
||||||
"issues": "https://github.com/woocommerce/woocommerce-admin/issues",
|
|
||||||
"source": "https://github.com/woocommerce/woocommerce-admin/tree/v1.7.2"
|
|
||||||
},
|
|
||||||
"time": "2020-11-19T17:48:33+00:00"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "woocommerce/woocommerce-blocks",
|
"name": "woocommerce/woocommerce-blocks",
|
||||||
|
@ -607,10 +574,6 @@
|
||||||
"gutenberg",
|
"gutenberg",
|
||||||
"woocommerce"
|
"woocommerce"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues",
|
|
||||||
"source": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/tree/v3.8.1"
|
|
||||||
},
|
|
||||||
"time": "2020-11-23T20:48:39+00:00"
|
"time": "2020-11-23T20:48:39+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -659,10 +622,6 @@
|
||||||
"isolation",
|
"isolation",
|
||||||
"tool"
|
"tool"
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
|
||||||
"source": "https://github.com/bamarni/composer-bin-plugin/tree/master"
|
|
||||||
},
|
|
||||||
"time": "2020-05-03T08:27:20+00:00"
|
"time": "2020-05-03T08:27:20+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -678,5 +637,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "7.0"
|
"php": "7.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -583,6 +583,7 @@ return array(
|
||||||
'JH' => __( 'Jharkhand', 'woocommerce' ),
|
'JH' => __( 'Jharkhand', 'woocommerce' ),
|
||||||
'KA' => __( 'Karnataka', 'woocommerce' ),
|
'KA' => __( 'Karnataka', 'woocommerce' ),
|
||||||
'KL' => __( 'Kerala', 'woocommerce' ),
|
'KL' => __( 'Kerala', 'woocommerce' ),
|
||||||
|
'LA' => __( 'Ladakh', 'woocommerce' ),
|
||||||
'MP' => __( 'Madhya Pradesh', 'woocommerce' ),
|
'MP' => __( 'Madhya Pradesh', 'woocommerce' ),
|
||||||
'MH' => __( 'Maharashtra', 'woocommerce' ),
|
'MH' => __( 'Maharashtra', 'woocommerce' ),
|
||||||
'MN' => __( 'Manipur', 'woocommerce' ),
|
'MN' => __( 'Manipur', 'woocommerce' ),
|
||||||
|
@ -1236,6 +1237,7 @@ return array(
|
||||||
'SD' => __( 'Sindh', 'woocommerce' ),
|
'SD' => __( 'Sindh', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
'PL' => array(),
|
'PL' => array(),
|
||||||
|
'PR' => array(),
|
||||||
'PT' => array(),
|
'PT' => array(),
|
||||||
'PY' => array( // Paraguay states.
|
'PY' => array( // Paraguay states.
|
||||||
'PY-ASU' => __( 'Asunción', 'woocommerce' ),
|
'PY-ASU' => __( 'Asunción', 'woocommerce' ),
|
||||||
|
@ -1501,7 +1503,7 @@ return array(
|
||||||
'TZ30' => __( 'Simiyu', 'woocommerce' ),
|
'TZ30' => __( 'Simiyu', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
'LK' => array(),
|
'LK' => array(),
|
||||||
'RS' => array( // Serbia districts. Ref: https://github.com/unicode-org/cldr/blob/release-37/common/subdivisions/en.xml#L4251-L4283
|
'RS' => array( // Serbia districts. Ref: https://github.com/unicode-org/cldr/blob/release-37/common/subdivisions/en.xml#L4251-L4283.
|
||||||
'RS00' => _x( 'Belgrade', 'district', 'woocommerce' ),
|
'RS00' => _x( 'Belgrade', 'district', 'woocommerce' ),
|
||||||
'RS14' => _x( 'Bor', 'district', 'woocommerce' ),
|
'RS14' => _x( 'Bor', 'district', 'woocommerce' ),
|
||||||
'RS11' => _x( 'Braničevo', 'district', 'woocommerce' ),
|
'RS11' => _x( 'Braničevo', 'district', 'woocommerce' ),
|
||||||
|
|
|
@ -218,7 +218,7 @@ abstract class WC_Payment_Gateway extends WC_Settings_API {
|
||||||
/**
|
/**
|
||||||
* Get the return url (thank you page).
|
* Get the return url (thank you page).
|
||||||
*
|
*
|
||||||
* @param WC_Order $order Order object.
|
* @param WC_Order|null $order Order object.
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function get_return_url( $order = null ) {
|
public function get_return_url( $order = null ) {
|
||||||
|
@ -370,7 +370,7 @@ abstract class WC_Payment_Gateway extends WC_Settings_API {
|
||||||
* a passed in amount.
|
* a passed in amount.
|
||||||
*
|
*
|
||||||
* @param int $order_id Order ID.
|
* @param int $order_id Order ID.
|
||||||
* @param float $amount Refund amount.
|
* @param float|null $amount Refund amount.
|
||||||
* @param string $reason Refund reason.
|
* @param string $reason Refund reason.
|
||||||
* @return boolean True or false based on success, or a WP_Error object.
|
* @return boolean True or false based on success, or a WP_Error object.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -462,7 +462,7 @@ class WC_Admin_Attributes {
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
/* <![CDATA[ */
|
/* <![CDATA[ */
|
||||||
|
|
||||||
jQuery( 'a.delete' ).click( function() {
|
jQuery( 'a.delete' ).on( 'click', function() {
|
||||||
if ( window.confirm( '<?php esc_html_e( 'Are you sure you want to delete this attribute?', 'woocommerce' ); ?>' ) ) {
|
if ( window.confirm( '<?php esc_html_e( 'Are you sure you want to delete this attribute?', 'woocommerce' ); ?>' ) ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -236,7 +236,7 @@ class WC_Admin {
|
||||||
'<a href="https://wordpress.org/support/plugin/woocommerce/reviews?rate=5#new-post" target="_blank" class="wc-rating-link" aria-label="' . esc_attr__( 'five star', 'woocommerce' ) . '" data-rated="' . esc_attr__( 'Thanks :)', 'woocommerce' ) . '">★★★★★</a>'
|
'<a href="https://wordpress.org/support/plugin/woocommerce/reviews?rate=5#new-post" target="_blank" class="wc-rating-link" aria-label="' . esc_attr__( 'five star', 'woocommerce' ) . '" data-rated="' . esc_attr__( 'Thanks :)', 'woocommerce' ) . '">★★★★★</a>'
|
||||||
);
|
);
|
||||||
wc_enqueue_js(
|
wc_enqueue_js(
|
||||||
"jQuery( 'a.wc-rating-link' ).click( function() {
|
"jQuery( 'a.wc-rating-link' ).on( 'click', function() {
|
||||||
jQuery.post( '" . WC()->ajax_url() . "', { action: 'woocommerce_rated' } );
|
jQuery.post( '" . WC()->ajax_url() . "', { action: 'woocommerce_rated' } );
|
||||||
jQuery( this ).parent().text( jQuery( this ).data( 'rated' ) );
|
jQuery( this ).parent().text( jQuery( this ).data( 'rated' ) );
|
||||||
});"
|
});"
|
||||||
|
|
|
@ -194,7 +194,7 @@ class WC_Meta_Box_Coupon_Data {
|
||||||
foreach ( $product_ids as $product_id ) {
|
foreach ( $product_ids as $product_id ) {
|
||||||
$product = wc_get_product( $product_id );
|
$product = wc_get_product( $product_id );
|
||||||
if ( is_object( $product ) ) {
|
if ( is_object( $product ) ) {
|
||||||
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . htmlspecialchars( wp_kses_post( $product->get_formatted_name() ) ) . '</option>';
|
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . esc_html( wp_strip_all_tags( $product->get_formatted_name() ) ) . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -212,7 +212,7 @@ class WC_Meta_Box_Coupon_Data {
|
||||||
foreach ( $product_ids as $product_id ) {
|
foreach ( $product_ids as $product_id ) {
|
||||||
$product = wc_get_product( $product_id );
|
$product = wc_get_product( $product_id );
|
||||||
if ( is_object( $product ) ) {
|
if ( is_object( $product ) ) {
|
||||||
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . htmlspecialchars( wp_kses_post( $product->get_formatted_name() ) ) . '</option>';
|
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . esc_html( wp_strip_all_tags( $product->get_formatted_name() ) ) . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -19,7 +19,7 @@ defined( 'ABSPATH' ) || exit;
|
||||||
foreach ( $product_ids as $product_id ) {
|
foreach ( $product_ids as $product_id ) {
|
||||||
$product = wc_get_product( $product_id );
|
$product = wc_get_product( $product_id );
|
||||||
if ( is_object( $product ) ) {
|
if ( is_object( $product ) ) {
|
||||||
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . htmlspecialchars( wp_kses_post( $product->get_formatted_name() ) ) . '</option>';
|
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . esc_html( wp_strip_all_tags( $product->get_formatted_name() ) ) . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -37,7 +37,7 @@ defined( 'ABSPATH' ) || exit;
|
||||||
foreach ( $product_ids as $product_id ) {
|
foreach ( $product_ids as $product_id ) {
|
||||||
$product = wc_get_product( $product_id );
|
$product = wc_get_product( $product_id );
|
||||||
if ( is_object( $product ) ) {
|
if ( is_object( $product ) ) {
|
||||||
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . htmlspecialchars( wp_kses_post( $product->get_formatted_name() ) ) . '</option>';
|
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . esc_html( wp_strip_all_tags( $product->get_formatted_name() ) ) . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -53,7 +53,7 @@ defined( 'ABSPATH' ) || exit;
|
||||||
foreach ( $product_ids as $product_id ) {
|
foreach ( $product_ids as $product_id ) {
|
||||||
$product = wc_get_product( $product_id );
|
$product = wc_get_product( $product_id );
|
||||||
if ( is_object( $product ) ) {
|
if ( is_object( $product ) ) {
|
||||||
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . htmlspecialchars( wp_kses_post( $product->get_formatted_name() ) ) . '</option>';
|
echo '<option value="' . esc_attr( $product_id ) . '"' . selected( true, true, false ) . '>' . esc_html( wp_strip_all_tags( $product->get_formatted_name() ) ) . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -12,8 +12,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
/**
|
/**
|
||||||
* WC_Report_Coupon_Usage
|
* WC_Report_Coupon_Usage
|
||||||
*
|
*
|
||||||
* @author WooThemes
|
|
||||||
* @category Admin
|
|
||||||
* @package WooCommerce\Admin\Reports
|
* @package WooCommerce\Admin\Reports
|
||||||
* @version 2.1.0
|
* @version 2.1.0
|
||||||
*/
|
*/
|
||||||
|
@ -330,25 +328,26 @@ class WC_Report_Coupon_Usage extends WC_Admin_Report {
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery('.section_title').click(function(){
|
jQuery( '.section_title' ).on( 'click', function() {
|
||||||
var next_section = jQuery(this).next('.section');
|
var next_section = jQuery( this ).next( '.section' );
|
||||||
|
|
||||||
if ( jQuery(next_section).is(':visible') )
|
if ( jQuery( next_section ).is( ':visible' ) ) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
jQuery('.section:visible').slideUp();
|
jQuery( '.section:visible' ).slideUp();
|
||||||
jQuery('.section_title').removeClass('open');
|
jQuery( '.section_title' ).removeClass( 'open' );
|
||||||
jQuery(this).addClass('open').next('.section').slideDown();
|
jQuery( this ).addClass( 'open' ).next( '.section' ).slideDown();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
} );
|
||||||
jQuery('.section').slideUp( 100, function() {
|
jQuery( '.section' ).slideUp( 100, function() {
|
||||||
<?php if ( empty( $this->coupon_codes ) ) : ?>
|
<?php if ( empty( $this->coupon_codes ) ) : ?>
|
||||||
jQuery('.section_title:eq(1)').click();
|
jQuery( '.section_title:eq(1)' ).click();
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
jQuery('.section_title:eq(0)').click();
|
jQuery( '.section_title:eq(0)' ).click();
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
});
|
} );
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
|
@ -251,7 +251,12 @@ class WC_Report_Sales_By_Date extends WC_Admin_Report {
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ( $this->report_data->full_refunds as $key => $order ) {
|
foreach ( $this->report_data->full_refunds as $key => $order ) {
|
||||||
$this->report_data->full_refunds[ $key ]->net_refund = $order->total_refund - ( $order->total_shipping + $order->total_tax + $order->total_shipping_tax );
|
$total_refund = is_numeric( $order->total_refund ) ? $order->total_refund : 0;
|
||||||
|
$total_shipping = is_numeric( $order->total_shipping ) ? $order->total_shipping : 0;
|
||||||
|
$total_tax = is_numeric( $order->total_tax ) ? $order->total_tax : 0;
|
||||||
|
$total_shipping_tax = is_numeric( $order->total_shipping_tax ) ? $order->total_shipping_tax : 0;
|
||||||
|
|
||||||
|
$this->report_data->full_refunds[ $key ]->net_refund = $total_refund - ( $total_shipping + $total_tax + $total_shipping_tax );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -374,23 +374,24 @@ class WC_Report_Sales_By_Product extends WC_Admin_Report {
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery('.section_title').click(function(){
|
jQuery( '.section_title' ).on( 'click', function() {
|
||||||
var next_section = jQuery(this).next('.section');
|
var next_section = jQuery( this ).next( '.section' );
|
||||||
|
|
||||||
if ( jQuery(next_section).is(':visible') )
|
if ( jQuery( next_section ).is( ':visible' ) ) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
jQuery('.section:visible').slideUp();
|
jQuery( '.section:visible' ).slideUp();
|
||||||
jQuery('.section_title').removeClass('open');
|
jQuery( '.section_title' ).removeClass( 'open' );
|
||||||
jQuery(this).addClass('open').next('.section').slideDown();
|
jQuery( this ).addClass( 'open' ).next( '.section' ).slideDown();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
} );
|
||||||
jQuery('.section').slideUp( 100, function() {
|
jQuery( '.section' ).slideUp( 100, function() {
|
||||||
<?php if ( empty( $this->product_ids ) ) : ?>
|
<?php if ( empty( $this->product_ids ) ) : ?>
|
||||||
jQuery('.section_title:eq(1)').click();
|
jQuery( '.section_title:eq(1)' ).click();
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
});
|
} );
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
wc_enqueue_js(
|
wc_enqueue_js(
|
||||||
"jQuery( '#flush-logs' ).click( function() {
|
"jQuery( '#flush-logs' ).on( 'click', function() {
|
||||||
if ( window.confirm('" . esc_js( __( 'Are you sure you want to clear all logs from the database?', 'woocommerce' ) ) . "') ) {
|
if ( window.confirm('" . esc_js( __( 'Are you sure you want to clear all logs from the database?', 'woocommerce' ) ) . "') ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -368,7 +368,7 @@ class WC_AJAX {
|
||||||
$woocommerce_checkout_payment = ob_get_clean();
|
$woocommerce_checkout_payment = ob_get_clean();
|
||||||
|
|
||||||
// Get messages if reload checkout is not true.
|
// Get messages if reload checkout is not true.
|
||||||
$reload_checkout = isset( WC()->session->reload_checkout ) ? true : false;
|
$reload_checkout = isset( WC()->session->reload_checkout );
|
||||||
if ( ! $reload_checkout ) {
|
if ( ! $reload_checkout ) {
|
||||||
$messages = wc_print_notices( true );
|
$messages = wc_print_notices( true );
|
||||||
} else {
|
} else {
|
||||||
|
@ -1594,7 +1594,7 @@ class WC_AJAX {
|
||||||
$formatted_name .= ' – ' . sprintf( __( 'Stock: %d', 'woocommerce' ), wc_format_stock_quantity_for_display( $stock_amount, $product_object ) );
|
$formatted_name .= ' – ' . sprintf( __( 'Stock: %d', 'woocommerce' ), wc_format_stock_quantity_for_display( $stock_amount, $product_object ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
$products[ $product_object->get_id() ] = rawurldecode( $formatted_name );
|
$products[ $product_object->get_id() ] = rawurldecode( wp_strip_all_tags( $formatted_name ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
wp_send_json( apply_filters( 'woocommerce_json_search_found_products', $products ) );
|
wp_send_json( apply_filters( 'woocommerce_json_search_found_products', $products ) );
|
||||||
|
|
|
@ -528,7 +528,7 @@ class WC_Countries {
|
||||||
'NZ' => "{name}\n{company}\n{address_1}\n{address_2}\n{city} {postcode}\n{country}",
|
'NZ' => "{name}\n{company}\n{address_1}\n{address_2}\n{city} {postcode}\n{country}",
|
||||||
'NO' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
'NO' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
||||||
'PL' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
'PL' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
||||||
'PR' => "{company}\n{name}\n{address_1} {address_2}\n{state} \n{country} {postcode}",
|
'PR' => "{company}\n{name}\n{address_1} {address_2}\n{city} \n{country} {postcode}",
|
||||||
'PT' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
'PT' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
||||||
'SK' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
'SK' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
||||||
'RS' => "{name}\n{company}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
'RS' => "{name}\n{company}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
|
||||||
|
@ -1205,11 +1205,11 @@ class WC_Countries {
|
||||||
),
|
),
|
||||||
'PR' => array(
|
'PR' => array(
|
||||||
'city' => array(
|
'city' => array(
|
||||||
'required' => false,
|
'label' => __( 'Municipality', 'woocommerce' ),
|
||||||
'hidden' => true,
|
|
||||||
),
|
),
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'label' => __( 'Municipality', 'woocommerce' ),
|
'required' => false,
|
||||||
|
'hidden' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'PT' => array(
|
'PT' => array(
|
||||||
|
@ -1230,10 +1230,10 @@ class WC_Countries {
|
||||||
),
|
),
|
||||||
'RS' => array(
|
'RS' => array(
|
||||||
'city' => array(
|
'city' => array(
|
||||||
'required' => false,
|
'required' => true,
|
||||||
),
|
),
|
||||||
'postcode' => array(
|
'postcode' => array(
|
||||||
'required' => false,
|
'required' => true,
|
||||||
),
|
),
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'label' => __( 'District', 'woocommerce' ),
|
'label' => __( 'District', 'woocommerce' ),
|
||||||
|
|
|
@ -1373,7 +1373,7 @@ CREATE TABLE {$wpdb->prefix}wc_reserved_stock (
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( WCConnectionHelper::is_connected() ) {
|
if ( WCConnectionHelper::is_connected() ) {
|
||||||
$row_meta['premium_support'] = '<a href="' . esc_url( apply_filters( 'woocommerce_support_url', 'https://woocommerce.com/my-account/tickets/' ) ) . '" aria-label="' . esc_attr__( 'Visit premium customer support', 'woocommerce' ) . '">' . esc_html__( 'Premium support', 'woocommerce' ) . '</a>';
|
$row_meta['premium_support'] = '<a href="' . esc_url( apply_filters( 'woocommerce_support_url', 'https://woocommerce.com/my-account/create-a-ticket/' ) ) . '" aria-label="' . esc_attr__( 'Visit premium customer support', 'woocommerce' ) . '">' . esc_html__( 'Premium support', 'woocommerce' ) . '</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
return array_merge( $links, $row_meta );
|
return array_merge( $links, $row_meta );
|
||||||
|
|
|
@ -1191,8 +1191,10 @@ class WC_Tax {
|
||||||
public static function get_rates_for_tax_class( $tax_class ) {
|
public static function get_rates_for_tax_class( $tax_class ) {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
|
|
||||||
|
$tax_class = self::format_tax_rate_class( $tax_class );
|
||||||
|
|
||||||
// Get all the rates and locations. Snagging all at once should significantly cut down on the number of queries.
|
// Get all the rates and locations. Snagging all at once should significantly cut down on the number of queries.
|
||||||
$rates = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM `{$wpdb->prefix}woocommerce_tax_rates` WHERE `tax_rate_class` = %s;", sanitize_title( $tax_class ) ) );
|
$rates = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM `{$wpdb->prefix}woocommerce_tax_rates` WHERE `tax_rate_class` = %s;", $tax_class ) );
|
||||||
$locations = $wpdb->get_results( "SELECT * FROM `{$wpdb->prefix}woocommerce_tax_rate_locations`" );
|
$locations = $wpdb->get_results( "SELECT * FROM `{$wpdb->prefix}woocommerce_tax_rate_locations`" );
|
||||||
|
|
||||||
if ( ! empty( $rates ) ) {
|
if ( ! empty( $rates ) ) {
|
||||||
|
|
|
@ -91,6 +91,7 @@ class WC_Validation {
|
||||||
case 'PT':
|
case 'PT':
|
||||||
$valid = (bool) preg_match( '/^([0-9]{4})([-])([0-9]{3})$/', $postcode );
|
$valid = (bool) preg_match( '/^([0-9]{4})([-])([0-9]{3})$/', $postcode );
|
||||||
break;
|
break;
|
||||||
|
case 'PR':
|
||||||
case 'US':
|
case 'US':
|
||||||
$valid = (bool) preg_match( '/^([0-9]{5})(-[0-9]{4})?$/i', $postcode );
|
$valid = (bool) preg_match( '/^([0-9]{5})(-[0-9]{4})?$/i', $postcode );
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -602,13 +602,7 @@ final class WooCommerce {
|
||||||
* - WP_LANG_DIR/plugins/woocommerce-LOCALE.mo
|
* - WP_LANG_DIR/plugins/woocommerce-LOCALE.mo
|
||||||
*/
|
*/
|
||||||
public function load_plugin_textdomain() {
|
public function load_plugin_textdomain() {
|
||||||
if ( function_exists( 'determine_locale' ) ) {
|
|
||||||
$locale = determine_locale();
|
$locale = determine_locale();
|
||||||
} else {
|
|
||||||
// @todo Remove when start supporting WP 5.0 or later.
|
|
||||||
$locale = is_admin() ? get_user_locale() : get_locale();
|
|
||||||
}
|
|
||||||
|
|
||||||
$locale = apply_filters( 'plugin_locale', $locale, 'woocommerce' );
|
$locale = apply_filters( 'plugin_locale', $locale, 'woocommerce' );
|
||||||
|
|
||||||
unload_textdomain( 'woocommerce' );
|
unload_textdomain( 'woocommerce' );
|
||||||
|
|
|
@ -569,6 +569,28 @@ class WC_Product_Data_Store_CPT extends WC_Data_Store_WP implements WC_Object_Da
|
||||||
case 'date_on_sale_to':
|
case 'date_on_sale_to':
|
||||||
$value = $value ? $value->getTimestamp() : '';
|
$value = $value ? $value->getTimestamp() : '';
|
||||||
break;
|
break;
|
||||||
|
case 'stock_quantity':
|
||||||
|
// Fire actions to let 3rd parties know the stock is about to be changed.
|
||||||
|
if ( $product->is_type( 'variation' ) ) {
|
||||||
|
/**
|
||||||
|
* Action to signal that the value of 'stock_quantity' for a variation is about to change.
|
||||||
|
*
|
||||||
|
* @since 4.9
|
||||||
|
*
|
||||||
|
* @param int $product The variation whose stock is about to change.
|
||||||
|
*/
|
||||||
|
do_action( 'woocommerce_variation_before_set_stock', $product );
|
||||||
|
} else {
|
||||||
|
/**
|
||||||
|
* Action to signal that the value of 'stock_quantity' for a product is about to change.
|
||||||
|
*
|
||||||
|
* @since 4.9
|
||||||
|
*
|
||||||
|
* @param int $product The product whose stock is about to change.
|
||||||
|
*/
|
||||||
|
do_action( 'woocommerce_product_before_set_stock', $product );
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$updated = $this->update_or_delete_post_meta( $product, $meta_key, $value );
|
$updated = $this->update_or_delete_post_meta( $product, $meta_key, $value );
|
||||||
|
@ -1614,7 +1636,7 @@ class WC_Product_Data_Store_CPT extends WC_Data_Store_WP implements WC_Object_Da
|
||||||
|
|
||||||
// Variations should also search the parent's meta table for fallback fields.
|
// Variations should also search the parent's meta table for fallback fields.
|
||||||
if ( $include_variations ) {
|
if ( $include_variations ) {
|
||||||
$variation_query = $wpdb->prepare( ' OR ( wc_product_meta_lookup.sku = "" AND parent_wc_product_meta_lookup.sku LIKE %s ) ', $like );
|
$variation_query = $wpdb->prepare( " OR ( wc_product_meta_lookup.sku = '' AND parent_wc_product_meta_lookup.sku LIKE %s ) ", $like );
|
||||||
} else {
|
} else {
|
||||||
$variation_query = '';
|
$variation_query = '';
|
||||||
}
|
}
|
||||||
|
|
|
@ -1048,7 +1048,7 @@ class WC_Email extends WC_Settings_API {
|
||||||
var view = '" . esc_js( __( 'View template', 'woocommerce' ) ) . "';
|
var view = '" . esc_js( __( 'View template', 'woocommerce' ) ) . "';
|
||||||
var hide = '" . esc_js( __( 'Hide template', 'woocommerce' ) ) . "';
|
var hide = '" . esc_js( __( 'Hide template', 'woocommerce' ) ) . "';
|
||||||
|
|
||||||
jQuery( 'a.toggle_editor' ).text( view ).click( function() {
|
jQuery( 'a.toggle_editor' ).text( view ).on( 'click', function() {
|
||||||
var label = hide;
|
var label = hide;
|
||||||
|
|
||||||
if ( jQuery( this ).closest(' .template' ).find( '.editor' ).is(':visible') ) {
|
if ( jQuery( this ).closest(' .template' ).find( '.editor' ).is(':visible') ) {
|
||||||
|
@ -1059,7 +1059,7 @@ class WC_Email extends WC_Settings_API {
|
||||||
return false;
|
return false;
|
||||||
} );
|
} );
|
||||||
|
|
||||||
jQuery( 'a.delete_template' ).click( function() {
|
jQuery( 'a.delete_template' ).on( 'click', function() {
|
||||||
if ( window.confirm('" . esc_js( __( 'Are you sure you want to delete this template file?', 'woocommerce' ) ) . "') ) {
|
if ( window.confirm('" . esc_js( __( 'Are you sure you want to delete this template file?', 'woocommerce' ) ) . "') ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,7 +126,7 @@ class WC_Action_Queue implements WC_Queue_Interface {
|
||||||
|
|
||||||
$next_timestamp = as_next_scheduled_action( $hook, $args, $group );
|
$next_timestamp = as_next_scheduled_action( $hook, $args, $group );
|
||||||
|
|
||||||
if ( $next_timestamp ) {
|
if ( is_numeric( $next_timestamp ) ) {
|
||||||
return new WC_DateTime( "@{$next_timestamp}", new DateTimeZone( 'UTC' ) );
|
return new WC_DateTime( "@{$next_timestamp}", new DateTimeZone( 'UTC' ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -293,7 +293,7 @@ class WC_Shortcode_My_Account {
|
||||||
|
|
||||||
$errors = new WP_Error();
|
$errors = new WP_Error();
|
||||||
|
|
||||||
do_action( 'lostpassword_post', $errors );
|
do_action( 'lostpassword_post', $errors, $user_data );
|
||||||
|
|
||||||
if ( $errors->get_error_code() ) {
|
if ( $errors->get_error_code() ) {
|
||||||
wc_add_notice( $errors->get_error_message(), 'error' );
|
wc_add_notice( $errors->get_error_message(), 'error' );
|
||||||
|
|
|
@ -131,7 +131,7 @@ class WC_Products_Tracking {
|
||||||
var initialStockValue = $( '#_stock' ).val();
|
var initialStockValue = $( '#_stock' ).val();
|
||||||
var hasRecordedEvent = false;
|
var hasRecordedEvent = false;
|
||||||
|
|
||||||
$( '#publish' ).click( function() {
|
$( '#publish' ).on( 'click', function() {
|
||||||
if ( hasRecordedEvent ) {
|
if ( hasRecordedEvent ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ class WC_Status_Tracking {
|
||||||
if ( 'status' === $tab ) {
|
if ( 'status' === $tab ) {
|
||||||
wc_enqueue_js(
|
wc_enqueue_js(
|
||||||
"
|
"
|
||||||
$( 'a.debug-report' ).click( function() {
|
$( 'a.debug-report' ).on( 'click', function() {
|
||||||
window.wcTracks.recordEvent( 'status_view_reports' );
|
window.wcTracks.recordEvent( 'status_view_reports' );
|
||||||
} );
|
} );
|
||||||
"
|
"
|
||||||
|
|
|
@ -962,6 +962,7 @@ function wc_format_postcode( $postcode, $country ) {
|
||||||
case 'PT':
|
case 'PT':
|
||||||
$postcode = substr_replace( $postcode, '-', 4, 0 );
|
$postcode = substr_replace( $postcode, '-', 4, 0 );
|
||||||
break;
|
break;
|
||||||
|
case 'PR':
|
||||||
case 'US':
|
case 'US':
|
||||||
$postcode = rtrim( substr_replace( $postcode, '-', 5, 0 ), '-' );
|
$postcode = rtrim( substr_replace( $postcode, '-', 5, 0 ), '-' );
|
||||||
break;
|
break;
|
||||||
|
@ -1200,7 +1201,7 @@ function wc_format_stock_for_display( $product ) {
|
||||||
|
|
||||||
switch ( get_option( 'woocommerce_stock_format' ) ) {
|
switch ( get_option( 'woocommerce_stock_format' ) ) {
|
||||||
case 'low_amount':
|
case 'low_amount':
|
||||||
if ( $stock_amount <= get_option( 'woocommerce_notify_low_stock_amount' ) ) {
|
if ( $stock_amount <= wc_get_low_stock_amount( $product ) ) {
|
||||||
/* translators: %s: stock amount */
|
/* translators: %s: stock amount */
|
||||||
$display = sprintf( __( 'Only %s left in stock', 'woocommerce' ), wc_format_stock_quantity_for_display( $stock_amount, $product ) );
|
$display = sprintf( __( 'Only %s left in stock', 'woocommerce' ), wc_format_stock_quantity_for_display( $stock_amount, $product ) );
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,6 +38,13 @@ function wc_update_product_stock( $product, $stock_quantity = null, $operation =
|
||||||
$product_with_stock = $product_id_with_stock !== $product->get_id() ? wc_get_product( $product_id_with_stock ) : $product;
|
$product_with_stock = $product_id_with_stock !== $product->get_id() ? wc_get_product( $product_id_with_stock ) : $product;
|
||||||
$data_store = WC_Data_Store::load( 'product' );
|
$data_store = WC_Data_Store::load( 'product' );
|
||||||
|
|
||||||
|
// Fire actions to let 3rd parties know the stock is about to be changed.
|
||||||
|
if ( $product_with_stock->is_type( 'variation' ) ) {
|
||||||
|
do_action( 'woocommerce_variation_before_set_stock', $product_with_stock );
|
||||||
|
} else {
|
||||||
|
do_action( 'woocommerce_product_before_set_stock', $product_with_stock );
|
||||||
|
}
|
||||||
|
|
||||||
// Update the database.
|
// Update the database.
|
||||||
$new_stock = $data_store->update_product_stock( $product_id_with_stock, $stock_quantity, $operation );
|
$new_stock = $data_store->update_product_stock( $product_id_with_stock, $stock_quantity, $operation );
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "woocommerce",
|
"name": "woocommerce",
|
||||||
"version": "4.8.0",
|
"version": "4.9.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/cli": {
|
"@babel/cli": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.8",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.12.8.tgz",
|
||||||
"integrity": "sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==",
|
"integrity": "sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@nicolo-ribaudo/chokidar-2": "^2.1.8",
|
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents",
|
||||||
"chokidar": "^3.4.0",
|
"chokidar": "^3.4.0",
|
||||||
"commander": "^4.0.1",
|
"commander": "^4.0.1",
|
||||||
"convert-source-map": "^1.1.0",
|
"convert-source-map": "^1.1.0",
|
||||||
|
@ -20,117 +20,6 @@
|
||||||
"make-dir": "^2.1.0",
|
"make-dir": "^2.1.0",
|
||||||
"slash": "^2.0.0",
|
"slash": "^2.0.0",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"anymatch": {
|
|
||||||
"version": "3.1.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
|
|
||||||
"integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"normalize-path": "^3.0.0",
|
|
||||||
"picomatch": "^2.0.4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary-extensions": {
|
|
||||||
"version": "2.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz",
|
|
||||||
"integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"braces": {
|
|
||||||
"version": "3.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
|
|
||||||
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"fill-range": "^7.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chokidar": {
|
|
||||||
"version": "3.4.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz",
|
|
||||||
"integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"anymatch": "~3.1.1",
|
|
||||||
"braces": "~3.0.2",
|
|
||||||
"fsevents": "~2.1.2",
|
|
||||||
"glob-parent": "~5.1.0",
|
|
||||||
"is-binary-path": "~2.1.0",
|
|
||||||
"is-glob": "~4.0.1",
|
|
||||||
"normalize-path": "~3.0.0",
|
|
||||||
"readdirp": "~3.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fill-range": {
|
|
||||||
"version": "7.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
|
|
||||||
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"to-regex-range": "^5.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fsevents": {
|
|
||||||
"version": "2.1.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
|
|
||||||
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"glob-parent": {
|
|
||||||
"version": "5.1.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
|
|
||||||
"integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"is-glob": "^4.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"is-binary-path": {
|
|
||||||
"version": "2.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
||||||
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"binary-extensions": "^2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"is-number": {
|
|
||||||
"version": "7.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
||||||
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"readdirp": {
|
|
||||||
"version": "3.5.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
|
|
||||||
"integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"picomatch": "^2.2.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"to-regex-range": {
|
|
||||||
"version": "5.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
||||||
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
||||||
"dev": true,
|
|
||||||
"optional": true,
|
|
||||||
"requires": {
|
|
||||||
"is-number": "^7.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/code-frame": {
|
"@babel/code-frame": {
|
||||||
|
@ -143,25 +32,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/compat-data": {
|
"@babel/compat-data": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.7.tgz",
|
||||||
"integrity": "sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==",
|
"integrity": "sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/core": {
|
"@babel/core": {
|
||||||
"version": "7.12.3",
|
"version": "7.12.9",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
|
||||||
"integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==",
|
"integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
"@babel/generator": "^7.12.1",
|
"@babel/generator": "^7.12.5",
|
||||||
"@babel/helper-module-transforms": "^7.12.1",
|
"@babel/helper-module-transforms": "^7.12.1",
|
||||||
"@babel/helpers": "^7.12.1",
|
"@babel/helpers": "^7.12.5",
|
||||||
"@babel/parser": "^7.12.3",
|
"@babel/parser": "^7.12.7",
|
||||||
"@babel/template": "^7.10.4",
|
"@babel/template": "^7.12.7",
|
||||||
"@babel/traverse": "^7.12.1",
|
"@babel/traverse": "^7.12.9",
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.7",
|
||||||
"convert-source-map": "^1.7.0",
|
"convert-source-map": "^1.7.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"gensync": "^1.0.0-beta.1",
|
"gensync": "^1.0.0-beta.1",
|
||||||
|
@ -173,43 +62,54 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/generator": {
|
"@babel/generator": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz",
|
||||||
"integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==",
|
"integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.5",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.12.3",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz",
|
||||||
"integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==",
|
"integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/traverse": {
|
"@babel/template": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz",
|
||||||
"integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==",
|
"integrity": "sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
"@babel/generator": "^7.12.1",
|
"@babel/parser": "^7.12.7",
|
||||||
|
"@babel/types": "^7.12.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@babel/traverse": {
|
||||||
|
"version": "7.12.9",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz",
|
||||||
|
"integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/code-frame": "^7.10.4",
|
||||||
|
"@babel/generator": "^7.12.5",
|
||||||
"@babel/helper-function-name": "^7.10.4",
|
"@babel/helper-function-name": "^7.10.4",
|
||||||
"@babel/helper-split-export-declaration": "^7.11.0",
|
"@babel/helper-split-export-declaration": "^7.11.0",
|
||||||
"@babel/parser": "^7.12.1",
|
"@babel/parser": "^7.12.7",
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.7",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -218,9 +118,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"version": "4.2.0",
|
"version": "4.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
|
||||||
"integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
|
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ms": "2.1.2"
|
"ms": "2.1.2"
|
||||||
|
@ -292,14 +192,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-compilation-targets": {
|
"@babel/helper-compilation-targets": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz",
|
||||||
"integrity": "sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==",
|
"integrity": "sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/compat-data": "^7.12.1",
|
"@babel/compat-data": "^7.12.5",
|
||||||
"@babel/helper-validator-option": "^7.12.1",
|
"@babel/helper-validator-option": "^7.12.1",
|
||||||
"browserslist": "^4.12.0",
|
"browserslist": "^4.14.5",
|
||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -325,13 +225,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-create-regexp-features-plugin": {
|
"@babel/helper-create-regexp-features-plugin": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz",
|
||||||
"integrity": "sha512-rsZ4LGvFTZnzdNZR5HZdmJVuXK8834R5QkF3WvcnBhrlVtF0HSIUC6zbreL9MgjTywhKokn8RIYRiq99+DLAxA==",
|
"integrity": "sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-annotate-as-pure": "^7.10.4",
|
"@babel/helper-annotate-as-pure": "^7.10.4",
|
||||||
"@babel/helper-regex": "^7.10.4",
|
|
||||||
"regexpu-core": "^4.7.1"
|
"regexpu-core": "^4.7.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -356,9 +255,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -398,18 +297,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-member-expression-to-functions": {
|
"@babel/helper-member-expression-to-functions": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz",
|
||||||
"integrity": "sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==",
|
"integrity": "sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1"
|
"@babel/types": "^7.12.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -446,52 +345,52 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/generator": {
|
"@babel/generator": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz",
|
||||||
"integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==",
|
"integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.5",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-module-imports": {
|
"@babel/helper-module-imports": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz",
|
||||||
"integrity": "sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==",
|
"integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1"
|
"@babel/types": "^7.12.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.12.3",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz",
|
||||||
"integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==",
|
"integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/traverse": {
|
"@babel/traverse": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.9",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz",
|
||||||
"integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==",
|
"integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
"@babel/generator": "^7.12.1",
|
"@babel/generator": "^7.12.5",
|
||||||
"@babel/helper-function-name": "^7.10.4",
|
"@babel/helper-function-name": "^7.10.4",
|
||||||
"@babel/helper-split-export-declaration": "^7.11.0",
|
"@babel/helper-split-export-declaration": "^7.11.0",
|
||||||
"@babel/parser": "^7.12.1",
|
"@babel/parser": "^7.12.7",
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.7",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -500,9 +399,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"version": "4.2.0",
|
"version": "4.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
|
||||||
"integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
|
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ms": "2.1.2"
|
"ms": "2.1.2"
|
||||||
|
@ -517,12 +416,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-optimise-call-expression": {
|
"@babel/helper-optimise-call-expression": {
|
||||||
"version": "7.10.4",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz",
|
||||||
"integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==",
|
"integrity": "sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.10.4"
|
"@babel/types": "^7.12.7"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/types": {
|
||||||
|
"version": "7.12.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
"lodash": "^4.17.19",
|
||||||
|
"to-fast-properties": "^2.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-plugin-utils": {
|
"@babel/helper-plugin-utils": {
|
||||||
|
@ -531,15 +443,6 @@
|
||||||
"integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
|
"integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/helper-regex": {
|
|
||||||
"version": "7.10.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.5.tgz",
|
|
||||||
"integrity": "sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"lodash": "^4.17.19"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@babel/helper-remap-async-to-generator": {
|
"@babel/helper-remap-async-to-generator": {
|
||||||
"version": "7.11.4",
|
"version": "7.11.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.11.4.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.11.4.tgz",
|
||||||
|
@ -553,55 +456,55 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-replace-supers": {
|
"@babel/helper-replace-supers": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz",
|
||||||
"integrity": "sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==",
|
"integrity": "sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-member-expression-to-functions": "^7.12.1",
|
"@babel/helper-member-expression-to-functions": "^7.12.1",
|
||||||
"@babel/helper-optimise-call-expression": "^7.10.4",
|
"@babel/helper-optimise-call-expression": "^7.10.4",
|
||||||
"@babel/traverse": "^7.12.1",
|
"@babel/traverse": "^7.12.5",
|
||||||
"@babel/types": "^7.12.1"
|
"@babel/types": "^7.12.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/generator": {
|
"@babel/generator": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz",
|
||||||
"integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==",
|
"integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.5",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.12.3",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz",
|
||||||
"integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==",
|
"integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/traverse": {
|
"@babel/traverse": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.9",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz",
|
||||||
"integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==",
|
"integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
"@babel/generator": "^7.12.1",
|
"@babel/generator": "^7.12.5",
|
||||||
"@babel/helper-function-name": "^7.10.4",
|
"@babel/helper-function-name": "^7.10.4",
|
||||||
"@babel/helper-split-export-declaration": "^7.11.0",
|
"@babel/helper-split-export-declaration": "^7.11.0",
|
||||||
"@babel/parser": "^7.12.1",
|
"@babel/parser": "^7.12.7",
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.7",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -610,9 +513,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"version": "4.2.0",
|
"version": "4.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
|
||||||
"integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
|
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ms": "2.1.2"
|
"ms": "2.1.2"
|
||||||
|
@ -636,9 +539,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -658,9 +561,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -704,54 +607,54 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helpers": {
|
"@babel/helpers": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz",
|
||||||
"integrity": "sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==",
|
"integrity": "sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/template": "^7.10.4",
|
"@babel/template": "^7.10.4",
|
||||||
"@babel/traverse": "^7.12.1",
|
"@babel/traverse": "^7.12.5",
|
||||||
"@babel/types": "^7.12.1"
|
"@babel/types": "^7.12.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/generator": {
|
"@babel/generator": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz",
|
||||||
"integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==",
|
"integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.5",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.12.3",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz",
|
||||||
"integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==",
|
"integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/traverse": {
|
"@babel/traverse": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.9",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz",
|
||||||
"integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==",
|
"integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
"@babel/generator": "^7.12.1",
|
"@babel/generator": "^7.12.5",
|
||||||
"@babel/helper-function-name": "^7.10.4",
|
"@babel/helper-function-name": "^7.10.4",
|
||||||
"@babel/helper-split-export-declaration": "^7.11.0",
|
"@babel/helper-split-export-declaration": "^7.11.0",
|
||||||
"@babel/parser": "^7.12.1",
|
"@babel/parser": "^7.12.7",
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.7",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -760,9 +663,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"version": "4.2.0",
|
"version": "4.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
|
||||||
"integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
|
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ms": "2.1.2"
|
"ms": "2.1.2"
|
||||||
|
@ -865,9 +768,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-proposal-numeric-separator": {
|
"@babel/plugin-proposal-numeric-separator": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz",
|
||||||
"integrity": "sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==",
|
"integrity": "sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-plugin-utils": "^7.10.4",
|
"@babel/helper-plugin-utils": "^7.10.4",
|
||||||
|
@ -896,9 +799,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-proposal-optional-chaining": {
|
"@babel/plugin-proposal-optional-chaining": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz",
|
||||||
"integrity": "sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==",
|
"integrity": "sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-plugin-utils": "^7.10.4",
|
"@babel/helper-plugin-utils": "^7.10.4",
|
||||||
|
@ -1082,12 +985,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": {
|
"@babel/helper-module-imports": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz",
|
||||||
"integrity": "sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==",
|
"integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1"
|
"@babel/types": "^7.12.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-remap-async-to-generator": {
|
"@babel/helper-remap-async-to-generator": {
|
||||||
|
@ -1102,9 +1005,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -1395,13 +1298,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-transform-sticky-regex": {
|
"@babel/plugin-transform-sticky-regex": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz",
|
||||||
"integrity": "sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==",
|
"integrity": "sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-plugin-utils": "^7.10.4",
|
"@babel/helper-plugin-utils": "^7.10.4"
|
||||||
"@babel/helper-regex": "^7.10.4"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/plugin-transform-template-literals": {
|
"@babel/plugin-transform-template-literals": {
|
||||||
|
@ -1452,14 +1354,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/preset-env": {
|
"@babel/preset-env": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.7.tgz",
|
||||||
"integrity": "sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==",
|
"integrity": "sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/compat-data": "^7.12.1",
|
"@babel/compat-data": "^7.12.7",
|
||||||
"@babel/helper-compilation-targets": "^7.12.1",
|
"@babel/helper-compilation-targets": "^7.12.5",
|
||||||
"@babel/helper-module-imports": "^7.12.1",
|
"@babel/helper-module-imports": "^7.12.5",
|
||||||
"@babel/helper-plugin-utils": "^7.10.4",
|
"@babel/helper-plugin-utils": "^7.10.4",
|
||||||
"@babel/helper-validator-option": "^7.12.1",
|
"@babel/helper-validator-option": "^7.12.1",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.12.1",
|
"@babel/plugin-proposal-async-generator-functions": "^7.12.1",
|
||||||
|
@ -1469,10 +1371,10 @@
|
||||||
"@babel/plugin-proposal-json-strings": "^7.12.1",
|
"@babel/plugin-proposal-json-strings": "^7.12.1",
|
||||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
||||||
"@babel/plugin-proposal-numeric-separator": "^7.12.1",
|
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.12.1",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.12.1",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
||||||
"@babel/plugin-proposal-private-methods": "^7.12.1",
|
"@babel/plugin-proposal-private-methods": "^7.12.1",
|
||||||
"@babel/plugin-proposal-unicode-property-regex": "^7.12.1",
|
"@babel/plugin-proposal-unicode-property-regex": "^7.12.1",
|
||||||
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
||||||
|
@ -1514,24 +1416,24 @@
|
||||||
"@babel/plugin-transform-reserved-words": "^7.12.1",
|
"@babel/plugin-transform-reserved-words": "^7.12.1",
|
||||||
"@babel/plugin-transform-shorthand-properties": "^7.12.1",
|
"@babel/plugin-transform-shorthand-properties": "^7.12.1",
|
||||||
"@babel/plugin-transform-spread": "^7.12.1",
|
"@babel/plugin-transform-spread": "^7.12.1",
|
||||||
"@babel/plugin-transform-sticky-regex": "^7.12.1",
|
"@babel/plugin-transform-sticky-regex": "^7.12.7",
|
||||||
"@babel/plugin-transform-template-literals": "^7.12.1",
|
"@babel/plugin-transform-template-literals": "^7.12.1",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.12.1",
|
"@babel/plugin-transform-typeof-symbol": "^7.12.1",
|
||||||
"@babel/plugin-transform-unicode-escapes": "^7.12.1",
|
"@babel/plugin-transform-unicode-escapes": "^7.12.1",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.12.1",
|
"@babel/plugin-transform-unicode-regex": "^7.12.1",
|
||||||
"@babel/preset-modules": "^0.1.3",
|
"@babel/preset-modules": "^0.1.3",
|
||||||
"@babel/types": "^7.12.1",
|
"@babel/types": "^7.12.7",
|
||||||
"core-js-compat": "^3.6.2",
|
"core-js-compat": "^3.7.0",
|
||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": {
|
"@babel/helper-module-imports": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz",
|
||||||
"integrity": "sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==",
|
"integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/types": "^7.12.1"
|
"@babel/types": "^7.12.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helper-remap-async-to-generator": {
|
"@babel/helper-remap-async-to-generator": {
|
||||||
|
@ -1586,9 +1488,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/types": {
|
"@babel/types": {
|
||||||
"version": "7.12.1",
|
"version": "7.12.7",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz",
|
||||||
"integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
|
"integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
|
@ -3719,13 +3621,23 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@nicolo-ribaudo/chokidar-2": {
|
"@nicolo-ribaudo/chokidar-2": {
|
||||||
"version": "2.1.8",
|
"version": "2.1.8-no-fsevents",
|
||||||
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz",
|
||||||
"integrity": "sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==",
|
"integrity": "sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chokidar": "2.1.8"
|
"anymatch": "^2.0.0",
|
||||||
|
"async-each": "^1.0.1",
|
||||||
|
"braces": "^2.3.2",
|
||||||
|
"glob-parent": "^3.1.0",
|
||||||
|
"inherits": "^2.0.3",
|
||||||
|
"is-binary-path": "^1.0.0",
|
||||||
|
"is-glob": "^4.0.0",
|
||||||
|
"normalize-path": "^3.0.0",
|
||||||
|
"path-is-absolute": "^1.0.0",
|
||||||
|
"readdirp": "^2.2.1",
|
||||||
|
"upath": "^1.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@nodelib/fs.scandir": {
|
"@nodelib/fs.scandir": {
|
||||||
|
@ -23270,9 +23182,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"version": "3.3.2",
|
"version": "3.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/config/-/config-3.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/config/-/config-3.3.3.tgz",
|
||||||
"integrity": "sha512-NlGfBn2565YA44Irn7GV5KHlIGC3KJbf0062/zW5ddP9VXIuRj0m7HVyFAWvMZvaHPEglyGfwmevGz3KosIpCg==",
|
"integrity": "sha512-T3RmZQEAji5KYqUQpziWtyGJFli6Khz7h0rpxDwYNjSkr5ynyTWwO7WpfjHzTXclNCDfSWQRcwMb+NwxJesCKw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"json5": "^2.1.1"
|
"json5": "^2.1.1"
|
||||||
|
@ -23809,15 +23721,52 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"core-js-compat": {
|
"core-js-compat": {
|
||||||
"version": "3.6.5",
|
"version": "3.8.0",
|
||||||
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz",
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.0.tgz",
|
||||||
"integrity": "sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==",
|
"integrity": "sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"browserslist": "^4.8.5",
|
"browserslist": "^4.14.7",
|
||||||
"semver": "7.0.0"
|
"semver": "7.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"browserslist": {
|
||||||
|
"version": "4.14.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.7.tgz",
|
||||||
|
"integrity": "sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"caniuse-lite": "^1.0.30001157",
|
||||||
|
"colorette": "^1.2.1",
|
||||||
|
"electron-to-chromium": "^1.3.591",
|
||||||
|
"escalade": "^3.1.1",
|
||||||
|
"node-releases": "^1.1.66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"caniuse-lite": {
|
||||||
|
"version": "1.0.30001163",
|
||||||
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001163.tgz",
|
||||||
|
"integrity": "sha512-QQbOGkHWnvhn3Dlf4scPlXTZVhGOK+2qCOP5gPxqzXHhtn3tZHwNdH9qNcQRWN0f3tDYrsyXFJCFiP/GLzI5Vg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"electron-to-chromium": {
|
||||||
|
"version": "1.3.611",
|
||||||
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.611.tgz",
|
||||||
|
"integrity": "sha512-YhqTzCXtEO2h0foGLGS60ortd6yY/yUQhqDEp1VWG3DIyHvckFFyaRwR41M0/M3m7Yb8Exqh+nzyb2TuxaoMTw==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"escalade": {
|
||||||
|
"version": "3.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
|
||||||
|
"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"node-releases": {
|
||||||
|
"version": "1.1.67",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.67.tgz",
|
||||||
|
"integrity": "sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"semver": {
|
"semver": {
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
|
||||||
|
@ -24059,9 +24008,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"deasync": {
|
"deasync": {
|
||||||
"version": "0.1.20",
|
"version": "0.1.21",
|
||||||
"resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.20.tgz",
|
"resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.21.tgz",
|
||||||
"integrity": "sha512-E1GI7jMI57hL30OX6Ht/hfQU8DO4AuB9m72WFm4c38GNbUD4Q03//XZaOIHZiY+H1xUaomcot5yk2q/qIZQkGQ==",
|
"integrity": "sha512-kUmM8Y+PZpMpQ+B4AuOW9k2Pfx/mSupJtxOsLzmnHY2WqZUYRFccFn2RhzPAqt3Xb+sorK/badW2D4zNzqZz5w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"bindings": "^1.5.0",
|
"bindings": "^1.5.0",
|
||||||
|
@ -27500,12 +27449,12 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"grunt-stylelint": {
|
"grunt-stylelint": {
|
||||||
"version": "0.15.0",
|
"version": "0.16.0",
|
||||||
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.15.0.tgz",
|
"resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.16.0.tgz",
|
||||||
"integrity": "sha512-1G5kbT3Y6OtAqgIv/XErtI6ai1t1UdtQWXxUV5Gd900PQoEzu/WrBYhGNAXdb/9nAsNWNjFHQjtdXQtZcDmobA==",
|
"integrity": "sha512-ullm0h9iCdgPEDq1TNwKL5HteXA4zke6wbYoRtsO32ATCU3zfUXmDN9unhu+joEcdgJKOPcd2+7UhRNXO1rr+w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chalk": "^3.0.0"
|
"chalk": "^4.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-styles": {
|
"ansi-styles": {
|
||||||
|
@ -27518,9 +27467,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chalk": {
|
"chalk": {
|
||||||
"version": "3.0.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
|
||||||
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
|
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ansi-styles": "^4.1.0",
|
"ansi-styles": "^4.1.0",
|
||||||
|
@ -34613,9 +34562,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"regenerate": {
|
"regenerate": {
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
||||||
"integrity": "sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==",
|
"integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"regenerate-unicode-properties": {
|
"regenerate-unicode-properties": {
|
||||||
|
|
12
package.json
12
package.json
|
@ -34,10 +34,10 @@
|
||||||
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && node ./node_modules/husky/husky.js install"
|
"git:update-hooks": "rm -r .git/hooks && mkdir -p .git/hooks && node ./node_modules/husky/husky.js install"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.12.1",
|
"@babel/cli": "7.12.8",
|
||||||
"@babel/core": "7.12.3",
|
"@babel/core": "7.12.9",
|
||||||
"@babel/polyfill": "7.12.1",
|
"@babel/polyfill": "7.12.1",
|
||||||
"@babel/preset-env": "7.12.1",
|
"@babel/preset-env": "7.12.7",
|
||||||
"@babel/register": "7.12.1",
|
"@babel/register": "7.12.1",
|
||||||
"@typescript-eslint/eslint-plugin": "3.10.1",
|
"@typescript-eslint/eslint-plugin": "3.10.1",
|
||||||
"@typescript-eslint/experimental-utils": "3.10.1",
|
"@typescript-eslint/experimental-utils": "3.10.1",
|
||||||
|
@ -55,9 +55,9 @@
|
||||||
"chai": "4.2.0",
|
"chai": "4.2.0",
|
||||||
"chai-as-promised": "7.1.1",
|
"chai-as-promised": "7.1.1",
|
||||||
"commander": "4.1.1",
|
"commander": "4.1.1",
|
||||||
"config": "3.3.2",
|
"config": "3.3.3",
|
||||||
"cross-env": "6.0.3",
|
"cross-env": "6.0.3",
|
||||||
"deasync": "0.1.20",
|
"deasync": "0.1.21",
|
||||||
"eslint": "6.8.0",
|
"eslint": "6.8.0",
|
||||||
"eslint-config-wpcalypso": "5.0.0",
|
"eslint-config-wpcalypso": "5.0.0",
|
||||||
"eslint-plugin-jest": "23.20.0",
|
"eslint-plugin-jest": "23.20.0",
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
"grunt-postcss": "0.9.0",
|
"grunt-postcss": "0.9.0",
|
||||||
"grunt-rtlcss": "2.0.2",
|
"grunt-rtlcss": "2.0.2",
|
||||||
"grunt-sass": "3.1.0",
|
"grunt-sass": "3.1.0",
|
||||||
"grunt-stylelint": "0.15.0",
|
"grunt-stylelint": "0.16.0",
|
||||||
"gruntify-eslint": "5.0.0",
|
"gruntify-eslint": "5.0.0",
|
||||||
"husky": "4.3.0",
|
"husky": "4.3.0",
|
||||||
"istanbul": "1.0.0-alpha.2",
|
"istanbul": "1.0.0-alpha.2",
|
||||||
|
|
|
@ -4,7 +4,7 @@ Tags: e-commerce, store, sales, sell, woo, shop, cart, checkout, downloadable, d
|
||||||
Requires at least: 5.3
|
Requires at least: 5.3
|
||||||
Tested up to: 5.6
|
Tested up to: 5.6
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Stable tag: 4.6.2
|
Stable tag: 4.8.0
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- Flaky Create Product, Coupon, and Order tests
|
- Flaky Create Product, Coupon, and Order tests
|
||||||
|
- Missing `config` package dependency
|
||||||
|
|
||||||
# 0.1.0
|
# 0.1.0
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,10 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jest/globals": "^26.4.2",
|
"@jest/globals": "^26.4.2",
|
||||||
"@woocommerce/e2e-utils": "file:../utils"
|
"config": "3.3.3"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@woocommerce/e2e-utils": "^0.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Missing `config` package dependency
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- `clickFilter()` util helper method that clicks on a list page filter
|
- `clickFilter()` util helper method that clicks on a list page filter
|
||||||
- `moveAllItemsToTrash()` util helper method that checks every item in a list page and moves them to the trash
|
- `moveAllItemsToTrash()` util helper method that checks every item in a list page and moves them to the trash
|
||||||
- `createSimpleOrder( status )` component which accepts an order status string and creates a basic order with that status
|
- `createSimpleOrder( status )` component which accepts an order status string and creates a basic order with that status
|
||||||
|
|
|
@ -11,11 +11,14 @@
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"module": "build-module/index.js",
|
"module": "build-module/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@woocommerce/api": "0.1.0",
|
|
||||||
"@wordpress/e2e-test-utils": "^4.6.0",
|
"@wordpress/e2e-test-utils": "^4.6.0",
|
||||||
|
"config": "3.3.3",
|
||||||
"faker": "^5.1.0",
|
"faker": "^5.1.0",
|
||||||
"fishery": "^1.0.1"
|
"fishery": "^1.0.1"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@woocommerce/api": "^0.1.0"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -51,6 +51,7 @@ function WC() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.Fu
|
||||||
* Returns the WooCommerce PSR11-compatible object container.
|
* Returns the WooCommerce PSR11-compatible object container.
|
||||||
* Code in the `includes` directory should use the container to get instances of classes in the `src` directory.
|
* Code in the `includes` directory should use the container to get instances of classes in the `src` directory.
|
||||||
*
|
*
|
||||||
|
* @since 4.4.0
|
||||||
* @return \Psr\Container\ContainerInterface The WooCommerce PSR11 container.
|
* @return \Psr\Container\ContainerInterface The WooCommerce PSR11 container.
|
||||||
*/
|
*/
|
||||||
function wc_get_container() : \Psr\Container\ContainerInterface {
|
function wc_get_container() : \Psr\Container\ContainerInterface {
|
||||||
|
|
Loading…
Reference in New Issue