From 61cd0d4cdca24f6d2791517ad10e5467a235b58f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:52:36 +0000 Subject: [PATCH 01/12] NPM(deps): Bump @wordpress/icons from 10.5.0 to 10.6.0 Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.5.0 to 10.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/icons@10.6.0/packages/icons) --- updated-dependencies: - dependency-name: "@wordpress/icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cea141b..c1b12809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.1.0", "@wordpress/i18n": "^5.5.0", - "@wordpress/icons": "^10.5.0", + "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", @@ -5733,14 +5733,14 @@ } }, "node_modules/@wordpress/element": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.5.0.tgz", - "integrity": "sha512-N9w3jfceltdDEN71jpaMCXU+jbvec9kredvQIn/6YNiUMarPXWth7DJYU3+mDtbYawnTIvytzGjbj/J+bqqdHg==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.6.0.tgz", + "integrity": "sha512-IvSocvmd0fNus/XZo7K1EU4UD7aOKUdi3Y7pFUW2ljBbL3vuXk3E+6bwYahCjUIlBhpgGuCjemWTdg2Awzfmiw==", "dependencies": { "@babel/runtime": "^7.16.0", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", - "@wordpress/escape-html": "^3.5.0", + "@wordpress/escape-html": "^3.6.0", "change-case": "^4.1.2", "is-plain-object": "^5.0.0", "react": "^18.3.0", @@ -5752,9 +5752,9 @@ } }, "node_modules/@wordpress/element/node_modules/@wordpress/escape-html": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.5.0.tgz", - "integrity": "sha512-8dUWTmsDZuqAmBtRgk0JpiIafRKPM4n8tqCr147AugTbP/vyQ7rIzG3M/YCtVSmDr6f/qZ32YU8J7c34RhZ/9g==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.6.0.tgz", + "integrity": "sha512-NY9As0uJ81TPTogBzD6G/m7L4+sjvkjTEKkNsHLD5aEYxRX+RHlPYPyyd6y4CmlOkttwymbV9eKNP+LrfX5zZQ==", "dependencies": { "@babel/runtime": "^7.16.0" }, @@ -5951,13 +5951,13 @@ } }, "node_modules/@wordpress/icons": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.5.0.tgz", - "integrity": "sha512-BZwKBRKoTef9uW73T+FwK6d4JlcvgdVAaz3LB5dCluXg5PLV5ufMdumAaMxKWq/Ffl92/ddt8CKIdHjxfAZF4A==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.6.0.tgz", + "integrity": "sha512-dy58bQFVee2izXA65Ptar1f8mVhL1hilOJI3BWbLWmxHr9H4VjI0ohjW4ZkAhahBG2yIvKZja/HaFMTs5O/7Xg==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.5.0", - "@wordpress/primitives": "^4.5.0" + "@wordpress/element": "^6.6.0", + "@wordpress/primitives": "^4.6.0" }, "engines": { "node": ">=18.12.0", @@ -5965,12 +5965,12 @@ } }, "node_modules/@wordpress/icons/node_modules/@wordpress/primitives": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.5.0.tgz", - "integrity": "sha512-1TYCpCAr2BmYJESlD8v325GgYXSgUbrFtebwgvpMN/28CEwmPN+ORRECV41nPX4yVJ2k0kYzYxzQUGp/78xWsw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.6.0.tgz", + "integrity": "sha512-uu4ANmgwslB2YOyIBQDSwKTQXXqGDL9Gz5INe+UeJZBMt2uU/TGEjKcZ63dqbuM8mqlPAcdVGL52RCt7mIKEhQ==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.5.0", + "@wordpress/element": "^6.6.0", "clsx": "^2.1.1" }, "engines": { diff --git a/package.json b/package.json index 6aef2836..50e5d29c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.1.0", "@wordpress/i18n": "^5.5.0", - "@wordpress/icons": "^10.5.0", + "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", From 4431ea11519a37a984fe83b88db9483e0f5ea3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:52:54 +0000 Subject: [PATCH 02/12] NPM(deps): Bump @wordpress/compose from 7.5.0 to 7.6.0 Bumps [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) from 7.5.0 to 7.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/compose/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/compose@7.6.0/packages/compose) --- updated-dependencies: - dependency-name: "@wordpress/compose" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 106 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cea141b..0a67fda6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@newfold-labs/wp-module-runtime": "^1.0.11", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", - "@wordpress/compose": "^7.5.0", + "@wordpress/compose": "^7.6.0", "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.1.0", "@wordpress/i18n": "^5.5.0", @@ -5437,19 +5437,19 @@ } }, "node_modules/@wordpress/compose": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-7.5.0.tgz", - "integrity": "sha512-jWRmleIGxmvTIC/1VYtAvq0iRfCkW/AtlNmqoKiyd0Ah5lccWRtxSH5V3Vh1BEkBQRANMWxJpOpRTKDFTcfTvg==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-7.6.0.tgz", + "integrity": "sha512-4ukiLfCOUkb0zmdFpPSVOnQkpNHTWqQUOCgpMykjKO0gRfa/rZ6dxcZUQ/KEYT5EKZkGCo9bR4lBhxjNVrgfug==", "dependencies": { "@babel/runtime": "^7.16.0", "@types/mousetrap": "^1.6.8", - "@wordpress/deprecated": "^4.5.0", - "@wordpress/dom": "^4.5.0", - "@wordpress/element": "^6.5.0", - "@wordpress/is-shallow-equal": "^5.5.0", - "@wordpress/keycodes": "^4.5.0", - "@wordpress/priority-queue": "^3.5.0", - "@wordpress/undo-manager": "^1.5.0", + "@wordpress/deprecated": "^4.6.0", + "@wordpress/dom": "^4.6.0", + "@wordpress/element": "^6.6.0", + "@wordpress/is-shallow-equal": "^5.6.0", + "@wordpress/keycodes": "^4.6.0", + "@wordpress/priority-queue": "^3.6.0", + "@wordpress/undo-manager": "^1.6.0", "change-case": "^4.1.2", "clipboard": "^2.0.11", "mousetrap": "^1.6.5", @@ -5464,12 +5464,12 @@ } }, "node_modules/@wordpress/compose/node_modules/@wordpress/deprecated": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/deprecated/-/deprecated-4.5.0.tgz", - "integrity": "sha512-r3xGAM45XTd+z+hnUvLGtSz+Y0ebybuw/cyE0CatksJBGvXez3kiTDaknALkgzjHRZzIGpNu6XTVUoIJs0H39A==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/deprecated/-/deprecated-4.6.0.tgz", + "integrity": "sha512-XQbF7SIb43I4Ey7nEDqowm7YJgzoUpdmZfNBN01/UXKUZ0FNaKzf2LCNjOCwfEfRE7AroyUgMR40qWVBBs+GKQ==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/hooks": "^4.5.0" + "@wordpress/hooks": "^4.6.0" }, "engines": { "node": ">=18.12.0", @@ -5477,12 +5477,12 @@ } }, "node_modules/@wordpress/compose/node_modules/@wordpress/dom": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-4.5.0.tgz", - "integrity": "sha512-XjnpRbbhZ1hdgv758vSXQacjfy/N0H2oI0oWukrLmlkKDP5ZrGfdziHQ2+KcoW+QDx8pu4JYcUpjmuJLugDStw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-4.6.0.tgz", + "integrity": "sha512-ZCjMOya5dTkzgp/vTq7w1qpvVQDPoF7sJpalARUUQjeMUkUw/PTLYvvXJ3gARBCgaEdD85QjLorpxnJVz1XNng==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/deprecated": "^4.5.0" + "@wordpress/deprecated": "^4.6.0" }, "engines": { "node": ">=18.12.0", @@ -5490,9 +5490,9 @@ } }, "node_modules/@wordpress/compose/node_modules/@wordpress/hooks": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.5.0.tgz", - "integrity": "sha512-wr1l1WM1yobyNGFLRgbLNBGtYIkzAGfmbT2e9zIOvqllRJT4wprYTqqhgovOKHlET5ij/TKdv4tApkGLUIXTsA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.6.0.tgz", + "integrity": "sha512-FWJhubBXeyRhx12YUmxT9pNoV9Azvx8nkynhduV+RNgA+F2SXoOf15pr+USPV//m3Bx031GN/wPHjgUCbC6+XA==", "dependencies": { "@babel/runtime": "^7.16.0" }, @@ -5502,9 +5502,9 @@ } }, "node_modules/@wordpress/compose/node_modules/@wordpress/is-shallow-equal": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-5.5.0.tgz", - "integrity": "sha512-nkCz45HgMBkjhyxffDgpAgJbfnKyZML94/gHhBtxizHfaNuZ5as7DfEyN1xgebvDiLbOaRU7em1pPAuEhIoTfQ==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-5.6.0.tgz", + "integrity": "sha512-WjxXleJePz9scpTXMTl//mn3AgEBqdHd56pWtaDgz9Ub7O5H8AMNa2BU4VDK8OOQ3iwpAUgqGhaTRK5GjbaeSA==", "dependencies": { "@babel/runtime": "^7.16.0" }, @@ -5514,12 +5514,12 @@ } }, "node_modules/@wordpress/compose/node_modules/@wordpress/keycodes": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-4.5.0.tgz", - "integrity": "sha512-5kCxbP+xqAr0pwftdvnM+oAqGa6r0IQoct9TyvqXE2hdE9Cnu5RlnVG30Ki7/3d1KoMRBh00nFoS2RzpWbOq+A==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-4.6.0.tgz", + "integrity": "sha512-7jmKM1BLyoQPLXFl+3FPaKBrLEe7kUIkBMGS88083SQtXXFcW8sYQt5jd6E1yY6EAnniGveUNrv0C9Lbaipx3w==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/i18n": "^5.5.0" + "@wordpress/i18n": "^5.6.0" }, "engines": { "node": ">=18.12.0", @@ -5527,9 +5527,9 @@ } }, "node_modules/@wordpress/compose/node_modules/@wordpress/priority-queue": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-3.5.0.tgz", - "integrity": "sha512-ilbG70ZuUJd0UTC7uyLP8zI/ZSN0d4ceG3qwlDx13yQAcjAcuw1Ei1CwzFBsbmI3OS1KkfkDpwZzKOrA+j/00Q==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-3.6.0.tgz", + "integrity": "sha512-r2cyisWaqDLesIqC8BqWoXyNIxt1lwjvevw5Kijl9zxzxfYBsNQlu7RI1JNYgnjbDQQirWukFgprt7tdzhwssQ==", "dependencies": { "@babel/runtime": "^7.16.0", "requestidlecallback": "^0.3.0" @@ -5733,14 +5733,14 @@ } }, "node_modules/@wordpress/element": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.5.0.tgz", - "integrity": "sha512-N9w3jfceltdDEN71jpaMCXU+jbvec9kredvQIn/6YNiUMarPXWth7DJYU3+mDtbYawnTIvytzGjbj/J+bqqdHg==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.6.0.tgz", + "integrity": "sha512-IvSocvmd0fNus/XZo7K1EU4UD7aOKUdi3Y7pFUW2ljBbL3vuXk3E+6bwYahCjUIlBhpgGuCjemWTdg2Awzfmiw==", "dependencies": { "@babel/runtime": "^7.16.0", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", - "@wordpress/escape-html": "^3.5.0", + "@wordpress/escape-html": "^3.6.0", "change-case": "^4.1.2", "is-plain-object": "^5.0.0", "react": "^18.3.0", @@ -5752,9 +5752,9 @@ } }, "node_modules/@wordpress/element/node_modules/@wordpress/escape-html": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.5.0.tgz", - "integrity": "sha512-8dUWTmsDZuqAmBtRgk0JpiIafRKPM4n8tqCr147AugTbP/vyQ7rIzG3M/YCtVSmDr6f/qZ32YU8J7c34RhZ/9g==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.6.0.tgz", + "integrity": "sha512-NY9As0uJ81TPTogBzD6G/m7L4+sjvkjTEKkNsHLD5aEYxRX+RHlPYPyyd6y4CmlOkttwymbV9eKNP+LrfX5zZQ==", "dependencies": { "@babel/runtime": "^7.16.0" }, @@ -5919,12 +5919,12 @@ } }, "node_modules/@wordpress/i18n": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.5.0.tgz", - "integrity": "sha512-MtCJIjNHCWs7R77f5Xml1CCnVXqrle4cDpqMU9myx4Cq8ZijqSayX1CTtwtk+Z3/3xa+dBZu5Koe4wiW1yIUSA==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.6.0.tgz", + "integrity": "sha512-xTpwuRh0owYFlgRHUbUAQIWr8ye3FC0ZsjDIOskJaNkrheAU9ZWKJDcmQmPvi01Udml4g9LUIaffkcRd2kyW2g==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/hooks": "^4.5.0", + "@wordpress/hooks": "^4.6.0", "gettext-parser": "^1.3.1", "memize": "^2.1.0", "sprintf-js": "^1.1.1", @@ -5939,9 +5939,9 @@ } }, "node_modules/@wordpress/i18n/node_modules/@wordpress/hooks": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.5.0.tgz", - "integrity": "sha512-wr1l1WM1yobyNGFLRgbLNBGtYIkzAGfmbT2e9zIOvqllRJT4wprYTqqhgovOKHlET5ij/TKdv4tApkGLUIXTsA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.6.0.tgz", + "integrity": "sha512-FWJhubBXeyRhx12YUmxT9pNoV9Azvx8nkynhduV+RNgA+F2SXoOf15pr+USPV//m3Bx031GN/wPHjgUCbC6+XA==", "dependencies": { "@babel/runtime": "^7.16.0" }, @@ -6360,12 +6360,12 @@ } }, "node_modules/@wordpress/undo-manager": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-1.5.0.tgz", - "integrity": "sha512-ijvKwnXzKMV9xEcVB4mOIPih6BP5ZnZ1QYsv/EaPV7qlt2zgEevAHGa/FLQMW/lWlGCa5OhUK4tqDV+ZvrjTGw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-1.6.0.tgz", + "integrity": "sha512-Sl2rG/7t5zTQOgp+jOPn5m27sKd1DJIX/EGhM6LtRcjXZqa0rLDJXal1xWfkZk5oghaqW1TAwXJsg9UdAlh7Nw==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/is-shallow-equal": "^5.5.0" + "@wordpress/is-shallow-equal": "^5.6.0" }, "engines": { "node": ">=18.12.0", @@ -6373,9 +6373,9 @@ } }, "node_modules/@wordpress/undo-manager/node_modules/@wordpress/is-shallow-equal": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-5.5.0.tgz", - "integrity": "sha512-nkCz45HgMBkjhyxffDgpAgJbfnKyZML94/gHhBtxizHfaNuZ5as7DfEyN1xgebvDiLbOaRU7em1pPAuEhIoTfQ==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-5.6.0.tgz", + "integrity": "sha512-WjxXleJePz9scpTXMTl//mn3AgEBqdHd56pWtaDgz9Ub7O5H8AMNa2BU4VDK8OOQ3iwpAUgqGhaTRK5GjbaeSA==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index 6aef2836..2608b752 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@newfold-labs/wp-module-runtime": "^1.0.11", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", - "@wordpress/compose": "^7.5.0", + "@wordpress/compose": "^7.6.0", "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.1.0", "@wordpress/i18n": "^5.5.0", From c45fe9575b261fc2b95dbd20905ba9110e88ed7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:53:29 +0000 Subject: [PATCH 03/12] NPM(deps): Bump @wordpress/element from 6.5.0 to 6.6.0 Bumps [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/element/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/element@6.6.0/packages/element) --- updated-dependencies: - dependency-name: "@wordpress/element" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cea141b..d169b9f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.6.0", - "@wordpress/element": "^6.1.0", + "@wordpress/element": "^6.6.0", "@wordpress/i18n": "^5.5.0", "@wordpress/icons": "^10.5.0", "classnames": "^2.5.1", @@ -5733,14 +5733,14 @@ } }, "node_modules/@wordpress/element": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.5.0.tgz", - "integrity": "sha512-N9w3jfceltdDEN71jpaMCXU+jbvec9kredvQIn/6YNiUMarPXWth7DJYU3+mDtbYawnTIvytzGjbj/J+bqqdHg==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.6.0.tgz", + "integrity": "sha512-IvSocvmd0fNus/XZo7K1EU4UD7aOKUdi3Y7pFUW2ljBbL3vuXk3E+6bwYahCjUIlBhpgGuCjemWTdg2Awzfmiw==", "dependencies": { "@babel/runtime": "^7.16.0", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", - "@wordpress/escape-html": "^3.5.0", + "@wordpress/escape-html": "^3.6.0", "change-case": "^4.1.2", "is-plain-object": "^5.0.0", "react": "^18.3.0", @@ -5752,9 +5752,9 @@ } }, "node_modules/@wordpress/element/node_modules/@wordpress/escape-html": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.5.0.tgz", - "integrity": "sha512-8dUWTmsDZuqAmBtRgk0JpiIafRKPM4n8tqCr147AugTbP/vyQ7rIzG3M/YCtVSmDr6f/qZ32YU8J7c34RhZ/9g==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.6.0.tgz", + "integrity": "sha512-NY9As0uJ81TPTogBzD6G/m7L4+sjvkjTEKkNsHLD5aEYxRX+RHlPYPyyd6y4CmlOkttwymbV9eKNP+LrfX5zZQ==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index 6aef2836..637832f5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.6.0", - "@wordpress/element": "^6.1.0", + "@wordpress/element": "^6.6.0", "@wordpress/i18n": "^5.5.0", "@wordpress/icons": "^10.5.0", "classnames": "^2.5.1", From a5846d4f2b58afbfd87273cb8f375d57b092c2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:14:41 +0000 Subject: [PATCH 04/12] Composer(deps): Bump newfold-labs/wp-module-help-center Bumps [newfold-labs/wp-module-help-center](https://github.com/newfold-labs/wp-module-help-center) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/newfold-labs/wp-module-help-center/releases) - [Commits](https://github.com/newfold-labs/wp-module-help-center/compare/2.0.1...2.1.0) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-help-center dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 762 +++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 669 insertions(+), 95 deletions(-) diff --git a/composer.json b/composer.json index 22139718..23abf997 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ "newfold-labs/wp-module-ecommerce": "^1.3.41", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.13", - "newfold-labs/wp-module-help-center": "^2.0.1", + "newfold-labs/wp-module-help-center": "^2.1.0", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.11", diff --git a/composer.lock b/composer.lock index a0eddee0..7c62e770 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e64867f21eabe39f5fcf7c9c080b2ae3", + "content-hash": "3248053f551ea0e6f05220b951a799ba", "packages": [ { "name": "doctrine/inflector", @@ -102,6 +102,331 @@ ], "time": "2021-04-16T17:34:40+00:00" }, + { + "name": "guzzlehttp/guzzle", + "version": "7.9.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^2.7.0", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "ext-curl": "*", + "guzzle/client-integration-tests": "3.0.2", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", + "psr/log": "^1.1 || ^2.0 || ^3.0" + }, + "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "psr-18", + "psr-7", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2024-07-24T11:22:20+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2024-07-18T10:29:17+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "2.7.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.7.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2024-07-18T11:15:46+00:00" + }, { "name": "instawp/connect-helpers", "version": "1.0.0", @@ -298,20 +623,21 @@ }, { "name": "newfold-labs/wp-module-ai", - "version": "1.1.10", + "version": "1.1.11", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ai.git", - "reference": "ebb63253228ce82b972a25c3b28787f8ef7ba0d8" + "reference": "523fe373a723b2336e3043cbcaeac058734ed761" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/ebb63253228ce82b972a25c3b28787f8ef7ba0d8", - "reference": "ebb63253228ce82b972a25c3b28787f8ef7ba0d8", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/523fe373a723b2336e3043cbcaeac058734ed761", + "reference": "523fe373a723b2336e3043cbcaeac058734ed761", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": "^2.4.18" + "newfold-labs/wp-module-data": "^2.4.18", + "newfold-labs/wp-module-installer": "^1.1.5" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2" @@ -336,10 +662,10 @@ ], "description": "A module for providing artificial intelligence capabilities.", "support": { - "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.1.10", + "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.1.11", "issues": "https://github.com/newfold-labs/wp-module-ai/issues" }, - "time": "2024-08-07T14:29:43+00:00" + "time": "2024-08-28T15:18:10+00:00" }, { "name": "newfold-labs/wp-module-atomic", @@ -871,22 +1197,23 @@ }, { "name": "newfold-labs/wp-module-help-center", - "version": "2.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-help-center.git", - "reference": "9242f848c13b3f0ed17c30d452ea5807ce75fd4a" + "reference": "77e132e6c1974251b3889c4e9a6f80e38f91e6b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/9242f848c13b3f0ed17c30d452ea5807ce75fd4a", - "reference": "9242f848c13b3f0ed17c30d452ea5807ce75fd4a", + "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/77e132e6c1974251b3889c4e9a6f80e38f91e6b3", + "reference": "77e132e6c1974251b3889c4e9a6f80e38f91e6b3", "shasum": "" }, "require": { "newfold-labs/wp-module-ai": "^1.1.9", "newfold-labs/wp-module-data": "^2.5.0", - "newfold-labs/wp-module-features": "^1.4.1" + "newfold-labs/wp-module-features": "^1.4.1", + "typesense/typesense-php": "^2.0" }, "require-dev": { "newfold-labs/wp-php-standards": "@stable" @@ -911,10 +1238,10 @@ ], "description": "HelpCenter", "support": { - "source": "https://github.com/newfold-labs/wp-module-help-center/tree/2.0.1", + "source": "https://github.com/newfold-labs/wp-module-help-center/tree/2.1.0", "issues": "https://github.com/newfold-labs/wp-module-help-center/issues" }, - "time": "2024-07-18T13:12:42+00:00" + "time": "2024-08-30T09:05:05+00:00" }, { "name": "newfold-labs/wp-module-install-checker", @@ -957,16 +1284,16 @@ }, { "name": "newfold-labs/wp-module-installer", - "version": "1.1.4", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-installer.git", - "reference": "2f1289336d1f49c18a95b05aa7279c12471d3bd6" + "reference": "b418c3aa8c192e805930abd9871b301d16671ba8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/2f1289336d1f49c18a95b05aa7279c12471d3bd6", - "reference": "2f1289336d1f49c18a95b05aa7279c12471d3bd6", + "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/b418c3aa8c192e805930abd9871b301d16671ba8", + "reference": "b418c3aa8c192e805930abd9871b301d16671ba8", "shasum": "" }, "require-dev": { @@ -992,10 +1319,10 @@ ], "description": "An installer for WordPress plugins and themes.", "support": { - "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.1.4", + "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.1.5", "issues": "https://github.com/newfold-labs/wp-module-installer/issues" }, - "time": "2024-03-19T09:53:55+00:00" + "time": "2024-08-28T06:37:38+00:00" }, { "name": "newfold-labs/wp-module-loader", @@ -1661,6 +1988,320 @@ }, "time": "2024-08-20T05:34:40+00:00" }, + { + "name": "psr/http-client", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "support": { + "source": "https://github.com/php-fig/http-client" + }, + "time": "2023-09-23T14:17:50+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory" + }, + "time": "2024-04-15T12:06:14+00:00" + }, + { + "name": "psr/http-message", + "version": "2.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/2.0" + }, + "time": "2023-04-04T09:54:51+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.5.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "80d075412b557d41002320b96a096ca65aa2c98d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", + "reference": "80d075412b557d41002320b96a096ca65aa2c98d", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-24T14:02:46+00:00" + }, + { + "name": "typesense/typesense-php", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/typesense/typesense-php.git", + "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/typesense/typesense-php/zipball/e1a6d2cc5fafce2085904d816e32427d957f0409", + "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/guzzle": "^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Devloops\\Typesence\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Abdullah Al-Faqeir", + "email": "abdullah@devloops.net", + "homepage": "https://www.devloops.net", + "role": "Developer" + } + ], + "description": "PHP client for Typesense https://github.com/typesense/typesense", + "homepage": "https://www.devloops.net", + "support": { + "source": "https://github.com/typesense/typesense-php/tree/v2.0.4" + }, + "time": "2020-09-22T13:45:34+00:00" + }, { "name": "wp-cli/wp-config-transformer", "version": "v1.3.6", @@ -1902,16 +2543,16 @@ }, { "name": "wp-forge/wp-query-builder", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-query-builder.git", - "reference": "34959e5618969afd8350a8206744a7810d9f253b" + "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-forge/wp-query-builder/zipball/34959e5618969afd8350a8206744a7810d9f253b", - "reference": "34959e5618969afd8350a8206744a7810d9f253b", + "url": "https://api.github.com/repos/wp-forge/wp-query-builder/zipball/131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984", + "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984", "shasum": "" }, "require": { @@ -1941,9 +2582,9 @@ ], "support": { "issues": "https://github.com/wp-forge/wp-query-builder/issues", - "source": "https://github.com/wp-forge/wp-query-builder/tree/1.0.3" + "source": "https://github.com/wp-forge/wp-query-builder/tree/1.0.4" }, - "time": "2023-04-29T19:26:54+00:00" + "time": "2024-08-22T21:49:41+00:00" }, { "name": "wp-forge/wp-update-handler", @@ -2892,73 +3533,6 @@ ], "time": "2024-07-21T23:26:44+00:00" }, - { - "name": "symfony/deprecation-contracts", - "version": "v2.5.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-24T14:02:46+00:00" - }, { "name": "symfony/finder", "version": "v5.4.42", From 3d1b2f523ae9392c804d5a848eb3af16976611ef Mon Sep 17 00:00:00 2001 From: manikantakailasa Date: Wed, 4 Sep 2024 19:03:57 +0530 Subject: [PATCH 05/12] ecommerce version bump 1.3.42 --- composer.json | 2 +- composer.lock | 856 ++++++++++++++++++++++++++++++++++++++-------- package-lock.json | 8 +- package.json | 2 +- 4 files changed, 721 insertions(+), 147 deletions(-) diff --git a/composer.json b/composer.json index 22139718..a4afa1da 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.1", "newfold-labs/wp-module-deactivation": "^1.2.3", - "newfold-labs/wp-module-ecommerce": "^1.3.41", + "newfold-labs/wp-module-ecommerce": "^1.3.42", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.13", "newfold-labs/wp-module-help-center": "^2.0.1", diff --git a/composer.lock b/composer.lock index a0eddee0..d1941183 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e64867f21eabe39f5fcf7c9c080b2ae3", + "content-hash": "6ba4fca43f4907c15951dcbcf23fe778", "packages": [ { "name": "doctrine/inflector", @@ -102,6 +102,331 @@ ], "time": "2021-04-16T17:34:40+00:00" }, + { + "name": "guzzlehttp/guzzle", + "version": "7.9.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^2.7.0", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "ext-curl": "*", + "guzzle/client-integration-tests": "3.0.2", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", + "psr/log": "^1.1 || ^2.0 || ^3.0" + }, + "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "psr-18", + "psr-7", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2024-07-24T11:22:20+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2024-07-18T10:29:17+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "2.7.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.7.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2024-07-18T11:15:46+00:00" + }, { "name": "instawp/connect-helpers", "version": "1.0.0", @@ -298,20 +623,21 @@ }, { "name": "newfold-labs/wp-module-ai", - "version": "1.1.10", + "version": "1.1.11", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ai.git", - "reference": "ebb63253228ce82b972a25c3b28787f8ef7ba0d8" + "reference": "523fe373a723b2336e3043cbcaeac058734ed761" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/ebb63253228ce82b972a25c3b28787f8ef7ba0d8", - "reference": "ebb63253228ce82b972a25c3b28787f8ef7ba0d8", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/523fe373a723b2336e3043cbcaeac058734ed761", + "reference": "523fe373a723b2336e3043cbcaeac058734ed761", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": "^2.4.18" + "newfold-labs/wp-module-data": "^2.4.18", + "newfold-labs/wp-module-installer": "^1.1.5" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2" @@ -336,10 +662,10 @@ ], "description": "A module for providing artificial intelligence capabilities.", "support": { - "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.1.10", + "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.1.11", "issues": "https://github.com/newfold-labs/wp-module-ai/issues" }, - "time": "2024-08-07T14:29:43+00:00" + "time": "2024-08-28T15:18:10+00:00" }, { "name": "newfold-labs/wp-module-atomic", @@ -396,24 +722,24 @@ }, { "name": "newfold-labs/wp-module-coming-soon", - "version": "1.2.5", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", - "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2" + "reference": "3b43b08f02348e4d016392247dc4503df5d48b39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/36da71998930ffc6fcb13d2ea082b82507a284b2", - "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2", + "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/3b43b08f02348e4d016392247dc4503df5d48b39", + "reference": "3b43b08f02348e4d016392247dc4503df5d48b39", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": ">=2.4.18", + "newfold-labs/wp-module-data": ">=2.6.2", "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "newfold-labs/wp-php-standards": "^1.2.4" }, "type": "library", "autoload": { @@ -443,10 +769,10 @@ ], "description": "Coming Soon module for WordPress sites.", "support": { - "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.5", + "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.6", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, - "time": "2024-06-19T19:13:33+00:00" + "time": "2024-08-30T20:32:49+00:00" }, { "name": "newfold-labs/wp-module-context", @@ -504,36 +830,36 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.2", + "version": "2.6.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051" + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/91d1b03162f23b7b8bd3a41d9496eb8017df0051", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", "shasum": "" }, "require": { "ext-json": "*", - "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", "wp-forge/helpers": "^2.0", - "wp-forge/wp-query-builder": "^1.0", + "wp-forge/wp-query-builder": "^1.0.4", "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/url": "^1.2.2" }, "require-dev": { "10up/wp_mock": "^0.4.2", - "bluehost/bluehost-wordpress-plugin": "*", - "brianhenryie/composer-phpstorm": "*", - "johnpbloch/wordpress": "*", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", "kporras07/composer-symlinks": "^1.2", - "lucatume/wp-browser": "^3", - "newfold-labs/wp-php-standards": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", "phpunit/phpcov": "^5.0", - "wpackagist-plugin/woocommerce": "*" + "wpackagist-plugin/woocommerce": ">=9" }, "type": "library", "extra": { @@ -595,10 +921,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.2", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.3", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-08-16T14:18:26+00:00" + "time": "2024-08-30T19:51:58+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -663,16 +989,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.41", + "version": "v1.3.42", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d" + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/1aff908a8b97d2742ab26201b27d0d9d5e619e30", + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30", "shasum": "" }, "require": { @@ -715,10 +1041,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.41", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.42", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-08-21T09:22:19+00:00" + "time": "2024-09-04T13:22:33+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -871,22 +1197,23 @@ }, { "name": "newfold-labs/wp-module-help-center", - "version": "2.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-help-center.git", - "reference": "9242f848c13b3f0ed17c30d452ea5807ce75fd4a" + "reference": "77e132e6c1974251b3889c4e9a6f80e38f91e6b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/9242f848c13b3f0ed17c30d452ea5807ce75fd4a", - "reference": "9242f848c13b3f0ed17c30d452ea5807ce75fd4a", + "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/77e132e6c1974251b3889c4e9a6f80e38f91e6b3", + "reference": "77e132e6c1974251b3889c4e9a6f80e38f91e6b3", "shasum": "" }, "require": { "newfold-labs/wp-module-ai": "^1.1.9", "newfold-labs/wp-module-data": "^2.5.0", - "newfold-labs/wp-module-features": "^1.4.1" + "newfold-labs/wp-module-features": "^1.4.1", + "typesense/typesense-php": "^2.0" }, "require-dev": { "newfold-labs/wp-php-standards": "@stable" @@ -911,10 +1238,10 @@ ], "description": "HelpCenter", "support": { - "source": "https://github.com/newfold-labs/wp-module-help-center/tree/2.0.1", + "source": "https://github.com/newfold-labs/wp-module-help-center/tree/2.1.0", "issues": "https://github.com/newfold-labs/wp-module-help-center/issues" }, - "time": "2024-07-18T13:12:42+00:00" + "time": "2024-08-30T09:05:05+00:00" }, { "name": "newfold-labs/wp-module-install-checker", @@ -957,16 +1284,16 @@ }, { "name": "newfold-labs/wp-module-installer", - "version": "1.1.4", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-installer.git", - "reference": "2f1289336d1f49c18a95b05aa7279c12471d3bd6" + "reference": "b418c3aa8c192e805930abd9871b301d16671ba8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/2f1289336d1f49c18a95b05aa7279c12471d3bd6", - "reference": "2f1289336d1f49c18a95b05aa7279c12471d3bd6", + "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/b418c3aa8c192e805930abd9871b301d16671ba8", + "reference": "b418c3aa8c192e805930abd9871b301d16671ba8", "shasum": "" }, "require-dev": { @@ -992,10 +1319,10 @@ ], "description": "An installer for WordPress plugins and themes.", "support": { - "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.1.4", + "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.1.5", "issues": "https://github.com/newfold-labs/wp-module-installer/issues" }, - "time": "2024-03-19T09:53:55+00:00" + "time": "2024-08-28T06:37:38+00:00" }, { "name": "newfold-labs/wp-module-loader", @@ -1315,16 +1642,16 @@ }, { "name": "newfold-labs/wp-module-patterns", - "version": "2.3.1", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "da1d39692ad3232baa7ee00166a336abf12b94a4" + "reference": "dabe7f8de5ee83400021e4e12374486086248eea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/da1d39692ad3232baa7ee00166a336abf12b94a4", - "reference": "da1d39692ad3232baa7ee00166a336abf12b94a4", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/dabe7f8de5ee83400021e4e12374486086248eea", + "reference": "dabe7f8de5ee83400021e4e12374486086248eea", "shasum": "" }, "require": { @@ -1362,10 +1689,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.3.1", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.4.0", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2024-08-01T05:21:28+00:00" + "time": "2024-08-30T12:44:15+00:00" }, { "name": "newfold-labs/wp-module-performance", @@ -1566,16 +1893,16 @@ }, { "name": "newfold-labs/wp-module-staging", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef" + "reference": "bf00499e80ba23729dfe140e8211a325627c259c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/87116edaff795913173dd5d0dc4cb258d6cda8ef", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/bf00499e80ba23729dfe140e8211a325627c259c", + "reference": "bf00499e80ba23729dfe140e8211a325627c259c", "shasum": "" }, "require": { @@ -1613,10 +1940,10 @@ ], "description": "Newfold module for staging functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.0", + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.1", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" }, - "time": "2024-07-03T17:28:16+00:00" + "time": "2024-09-03T18:35:49+00:00" }, { "name": "newfold-labs/wp-module-survey", @@ -1661,6 +1988,320 @@ }, "time": "2024-08-20T05:34:40+00:00" }, + { + "name": "psr/http-client", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "support": { + "source": "https://github.com/php-fig/http-client" + }, + "time": "2023-09-23T14:17:50+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory" + }, + "time": "2024-04-15T12:06:14+00:00" + }, + { + "name": "psr/http-message", + "version": "2.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/2.0" + }, + "time": "2023-04-04T09:54:51+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.5.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "80d075412b557d41002320b96a096ca65aa2c98d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", + "reference": "80d075412b557d41002320b96a096ca65aa2c98d", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-24T14:02:46+00:00" + }, + { + "name": "typesense/typesense-php", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/typesense/typesense-php.git", + "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/typesense/typesense-php/zipball/e1a6d2cc5fafce2085904d816e32427d957f0409", + "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/guzzle": "^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Devloops\\Typesence\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Abdullah Al-Faqeir", + "email": "abdullah@devloops.net", + "homepage": "https://www.devloops.net", + "role": "Developer" + } + ], + "description": "PHP client for Typesense https://github.com/typesense/typesense", + "homepage": "https://www.devloops.net", + "support": { + "source": "https://github.com/typesense/typesense-php/tree/v2.0.4" + }, + "time": "2020-09-22T13:45:34+00:00" + }, { "name": "wp-cli/wp-config-transformer", "version": "v1.3.6", @@ -1902,16 +2543,16 @@ }, { "name": "wp-forge/wp-query-builder", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-query-builder.git", - "reference": "34959e5618969afd8350a8206744a7810d9f253b" + "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-forge/wp-query-builder/zipball/34959e5618969afd8350a8206744a7810d9f253b", - "reference": "34959e5618969afd8350a8206744a7810d9f253b", + "url": "https://api.github.com/repos/wp-forge/wp-query-builder/zipball/131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984", + "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984", "shasum": "" }, "require": { @@ -1941,9 +2582,9 @@ ], "support": { "issues": "https://github.com/wp-forge/wp-query-builder/issues", - "source": "https://github.com/wp-forge/wp-query-builder/tree/1.0.3" + "source": "https://github.com/wp-forge/wp-query-builder/tree/1.0.4" }, - "time": "2023-04-29T19:26:54+00:00" + "time": "2024-08-22T21:49:41+00:00" }, { "name": "wp-forge/wp-update-handler", @@ -2892,85 +3533,18 @@ ], "time": "2024-07-21T23:26:44+00:00" }, - { - "name": "symfony/deprecation-contracts", - "version": "v2.5.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "files": [ - "function.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-24T14:02:46+00:00" - }, { "name": "symfony/finder", - "version": "v5.4.42", + "version": "v5.4.43", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0724c51fa067b198e36506d2864e09a52180998a" + "reference": "ae25a9145a900764158d439653d5630191155ca0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0724c51fa067b198e36506d2864e09a52180998a", - "reference": "0724c51fa067b198e36506d2864e09a52180998a", + "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0", + "reference": "ae25a9145a900764158d439653d5630191155ca0", "shasum": "" }, "require": { @@ -3004,7 +3578,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.42" + "source": "https://github.com/symfony/finder/tree/v5.4.43" }, "funding": [ { @@ -3020,7 +3594,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T08:53:29+00:00" + "time": "2024-08-13T14:03:51+00:00" }, { "name": "symfony/polyfill-php80", diff --git a/package-lock.json b/package-lock.json index 670ec256..8df35700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.41", + "@newfold-labs/wp-module-ecommerce": "^1.3.42", "@newfold-labs/wp-module-runtime": "^1.0.11", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", @@ -3148,9 +3148,9 @@ } }, "node_modules/@newfold-labs/wp-module-ecommerce": { - "version": "1.3.41", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.41/d9a093b1da7e519c16b081619587663d85c04e2c", - "integrity": "sha512-BWw84zCmPNxeBrh0eLg42HTywYZcbNPIC2vZXZIna3UJpdY/rjqA/AsTKhWmpCZt8pIKSqrNt8p354cFHFRbGQ==", + "version": "1.3.42", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.42/a9844b987eab820ed6fbcf01a7defd3de3b33d19", + "integrity": "sha512-sqdYLgYuYvFE/J+dfALydDg0ZnQbU7E4GuAfJjpXj8MizYpLvssc2KaDsnfxVdIwUII9LkN8BXw+1sSkH1w4Lw==", "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", diff --git a/package.json b/package.json index e37673a8..c0e2c111 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.41", + "@newfold-labs/wp-module-ecommerce": "^1.3.42", "@newfold-labs/wp-module-runtime": "^1.0.11", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", From f62afeab7cdbe5283428dec6ddc30d1a9f12e46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:28:59 +0000 Subject: [PATCH 06/12] NPM(deps): Bump @wordpress/i18n from 5.5.0 to 5.6.0 Bumps [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/i18n/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/i18n@5.6.0/packages/i18n) --- updated-dependencies: - dependency-name: "@wordpress/i18n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23d5d218..a3095bb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.6.0", - "@wordpress/i18n": "^5.5.0", + "@wordpress/i18n": "^5.6.0", "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", @@ -5919,12 +5919,12 @@ } }, "node_modules/@wordpress/i18n": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.5.0.tgz", - "integrity": "sha512-MtCJIjNHCWs7R77f5Xml1CCnVXqrle4cDpqMU9myx4Cq8ZijqSayX1CTtwtk+Z3/3xa+dBZu5Koe4wiW1yIUSA==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.6.0.tgz", + "integrity": "sha512-xTpwuRh0owYFlgRHUbUAQIWr8ye3FC0ZsjDIOskJaNkrheAU9ZWKJDcmQmPvi01Udml4g9LUIaffkcRd2kyW2g==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/hooks": "^4.5.0", + "@wordpress/hooks": "^4.6.0", "gettext-parser": "^1.3.1", "memize": "^2.1.0", "sprintf-js": "^1.1.1", @@ -5939,9 +5939,9 @@ } }, "node_modules/@wordpress/i18n/node_modules/@wordpress/hooks": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.5.0.tgz", - "integrity": "sha512-wr1l1WM1yobyNGFLRgbLNBGtYIkzAGfmbT2e9zIOvqllRJT4wprYTqqhgovOKHlET5ij/TKdv4tApkGLUIXTsA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.6.0.tgz", + "integrity": "sha512-FWJhubBXeyRhx12YUmxT9pNoV9Azvx8nkynhduV+RNgA+F2SXoOf15pr+USPV//m3Bx031GN/wPHjgUCbC6+XA==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index 44babddb..21d05a00 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.6.0", - "@wordpress/i18n": "^5.5.0", + "@wordpress/i18n": "^5.6.0", "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", From ccd05e0277eb5002af9310a3af16c080f742f69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:31:25 +0000 Subject: [PATCH 07/12] Composer(deps): Bump newfold-labs/wp-module-coming-soon Bumps [newfold-labs/wp-module-coming-soon](https://github.com/newfold-labs/wp-module-coming-soon) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/newfold-labs/wp-module-coming-soon/releases) - [Commits](https://github.com/newfold-labs/wp-module-coming-soon/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-coming-soon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 23abf997..22ee2ccc 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "doctrine/inflector": "1.4.4 as 1.3.1", "newfold-labs/wp-module-activation": "^1.0.3", "newfold-labs/wp-module-atomic": "^1.3", - "newfold-labs/wp-module-coming-soon": "^1.2.5", + "newfold-labs/wp-module-coming-soon": "^1.2.6", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.1", "newfold-labs/wp-module-deactivation": "^1.2.3", diff --git a/composer.lock b/composer.lock index 7c62e770..5bcc3af3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3248053f551ea0e6f05220b951a799ba", + "content-hash": "922ee2a61f3f2c9884a3e57839258105", "packages": [ { "name": "doctrine/inflector", @@ -722,24 +722,24 @@ }, { "name": "newfold-labs/wp-module-coming-soon", - "version": "1.2.5", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", - "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2" + "reference": "3b43b08f02348e4d016392247dc4503df5d48b39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/36da71998930ffc6fcb13d2ea082b82507a284b2", - "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2", + "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/3b43b08f02348e4d016392247dc4503df5d48b39", + "reference": "3b43b08f02348e4d016392247dc4503df5d48b39", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": ">=2.4.18", + "newfold-labs/wp-module-data": ">=2.6.2", "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "newfold-labs/wp-php-standards": "^1.2.4" }, "type": "library", "autoload": { @@ -769,10 +769,10 @@ ], "description": "Coming Soon module for WordPress sites.", "support": { - "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.5", + "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.6", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, - "time": "2024-06-19T19:13:33+00:00" + "time": "2024-08-30T20:32:49+00:00" }, { "name": "newfold-labs/wp-module-context", @@ -830,36 +830,36 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.2", + "version": "2.6.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051" + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/91d1b03162f23b7b8bd3a41d9496eb8017df0051", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", "shasum": "" }, "require": { "ext-json": "*", - "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", "wp-forge/helpers": "^2.0", - "wp-forge/wp-query-builder": "^1.0", + "wp-forge/wp-query-builder": "^1.0.4", "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/url": "^1.2.2" }, "require-dev": { "10up/wp_mock": "^0.4.2", - "bluehost/bluehost-wordpress-plugin": "*", - "brianhenryie/composer-phpstorm": "*", - "johnpbloch/wordpress": "*", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", "kporras07/composer-symlinks": "^1.2", - "lucatume/wp-browser": "^3", - "newfold-labs/wp-php-standards": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", "phpunit/phpcov": "^5.0", - "wpackagist-plugin/woocommerce": "*" + "wpackagist-plugin/woocommerce": ">=9" }, "type": "library", "extra": { @@ -921,10 +921,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.2", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.3", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-08-16T14:18:26+00:00" + "time": "2024-08-30T19:51:58+00:00" }, { "name": "newfold-labs/wp-module-deactivation", From a57deffa6aaf8fbf3d6fbc1e551413a7a46402dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:46:53 +0000 Subject: [PATCH 08/12] Composer(deps): Bump newfold-labs/wp-module-patterns from 2.3.1 to 2.4.1 Bumps [newfold-labs/wp-module-patterns](https://github.com/newfold-labs/wp-module-patterns) from 2.3.1 to 2.4.1. - [Release notes](https://github.com/newfold-labs/wp-module-patterns/releases) - [Commits](https://github.com/newfold-labs/wp-module-patterns/compare/2.3.1...2.4.1) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-patterns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 22ee2ccc..0add3690 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "newfold-labs/wp-module-migration": "^1.0.11", "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", - "newfold-labs/wp-module-patterns": "^2.3.1", + "newfold-labs/wp-module-patterns": "^2.4.1", "newfold-labs/wp-module-performance": "2.0.1 as 1.9.9", "newfold-labs/wp-module-runtime": "^1.0.11", "newfold-labs/wp-module-secure-passwords": "^1.1.1", diff --git a/composer.lock b/composer.lock index 5bcc3af3..19cc0359 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "922ee2a61f3f2c9884a3e57839258105", + "content-hash": "a5da496500a1590817983fb3b87d8b89", "packages": [ { "name": "doctrine/inflector", @@ -1642,16 +1642,16 @@ }, { "name": "newfold-labs/wp-module-patterns", - "version": "2.3.1", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "da1d39692ad3232baa7ee00166a336abf12b94a4" + "reference": "2d8bb11201123adc6505afd89af6494490f929ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/da1d39692ad3232baa7ee00166a336abf12b94a4", - "reference": "da1d39692ad3232baa7ee00166a336abf12b94a4", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/2d8bb11201123adc6505afd89af6494490f929ed", + "reference": "2d8bb11201123adc6505afd89af6494490f929ed", "shasum": "" }, "require": { @@ -1689,10 +1689,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.3.1", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.4.1", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2024-08-01T05:21:28+00:00" + "time": "2024-09-04T13:49:43+00:00" }, { "name": "newfold-labs/wp-module-performance", From 140fa9f04b3bbc7e087f75469369d9609f0101e6 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 4 Sep 2024 20:46:49 -0700 Subject: [PATCH 09/12] fix lock conflict --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 19cc0359..d84476b1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a5da496500a1590817983fb3b87d8b89", + "content-hash": "4ca76b43f89eee4c4a4055576be6cf4c", "packages": [ { "name": "doctrine/inflector", @@ -989,16 +989,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.41", + "version": "v1.3.42", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d" + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/1aff908a8b97d2742ab26201b27d0d9d5e619e30", + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30", "shasum": "" }, "require": { @@ -1041,10 +1041,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.41", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.42", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-08-21T09:22:19+00:00" + "time": "2024-09-04T13:22:33+00:00" }, { "name": "newfold-labs/wp-module-facebook", From f04fa6da53714ec59064b527a57b7ea5fd34ed4b Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 4 Sep 2024 20:56:50 -0700 Subject: [PATCH 10/12] update version to 2.11.5 --- package-lock.json | 4 ++-- package.json | 2 +- wp-plugin-hostgator.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68b6c48c..0a80cff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-plugin-hostgator", - "version": "2.11.4", + "version": "2.11.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-plugin-hostgator", - "version": "2.11.4", + "version": "2.11.5", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", diff --git a/package.json b/package.json index 2f9ad3dd..b01f2318 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-plugin-hostgator", "description": "WordPress plugin that integrates your WordPress site with the HostGator control panel, including performance, security, and update features.", "license": "GPL-2.0-or-later", - "version": "2.11.4", + "version": "2.11.5", "private": true, "contributors": [ "Abdulrahman Al Ani (https://alani.dev/)", diff --git a/wp-plugin-hostgator.php b/wp-plugin-hostgator.php index 32c32ceb..5077e96b 100644 --- a/wp-plugin-hostgator.php +++ b/wp-plugin-hostgator.php @@ -12,7 +12,7 @@ * Plugin URI: https://hostgator.com * Update URI: https://github.com/newfold-labs/wp-plugin-hostgator/ * Description: WordPress plugin that integrates a WordPress site with the HostGator control panel, including performance, security, and update features. - * Version: 2.11.4 + * Version: 2.11.5 * Requires at least: 6.4 * Requires PHP: 7.3 * Tested up to: 6.6.1 @@ -32,7 +32,7 @@ } // Define constants -define( 'HOSTGATOR_PLUGIN_VERSION', '2.11.4' ); +define( 'HOSTGATOR_PLUGIN_VERSION', '2.11.5' ); define( 'HOSTGATOR_PLUGIN_FILE', __FILE__ ); define( 'HOSTGATOR_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'HOSTGATOR_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); From 8bfcf8424e8758607f8eb06903c7ed35b94a71f7 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 4 Sep 2024 20:57:58 -0700 Subject: [PATCH 11/12] translations --- ..._MX-9e71d2756c2984d297e6f139c5f4fd84.json} | 2 +- languages/wp-plugin-hostgator-es_MX.po | 416 ++++++++--------- ..._BR-9e71d2756c2984d297e6f139c5f4fd84.json} | 2 +- languages/wp-plugin-hostgator-pt_BR.po | 416 ++++++++--------- languages/wp-plugin-hostgator.pot | 418 +++++++++--------- 5 files changed, 627 insertions(+), 627 deletions(-) rename languages/{wp-plugin-hostgator-es_MX-376909f87620c224719cfc8ef136a526.json => wp-plugin-hostgator-es_MX-9e71d2756c2984d297e6f139c5f4fd84.json} (99%) rename languages/{wp-plugin-hostgator-pt_BR-376909f87620c224719cfc8ef136a526.json => wp-plugin-hostgator-pt_BR-9e71d2756c2984d297e6f139c5f4fd84.json} (99%) diff --git a/languages/wp-plugin-hostgator-es_MX-376909f87620c224719cfc8ef136a526.json b/languages/wp-plugin-hostgator-es_MX-9e71d2756c2984d297e6f139c5f4fd84.json similarity index 99% rename from languages/wp-plugin-hostgator-es_MX-376909f87620c224719cfc8ef136a526.json rename to languages/wp-plugin-hostgator-es_MX-9e71d2756c2984d297e6f139c5f4fd84.json index e576eea3..7c85b170 100644 --- a/languages/wp-plugin-hostgator-es_MX-376909f87620c224719cfc8ef136a526.json +++ b/languages/wp-plugin-hostgator-es_MX-9e71d2756c2984d297e6f139c5f4fd84.json @@ -1,7 +1,7 @@ { "translation-revision-date": "2023-08-24 18:27", "generator": "WP-CLI\/2.11.0", - "source": "build\/2.11.4\/index.js", + "source": "build\/2.11.5\/index.js", "domain": "messages", "locale_data": { "messages": { diff --git a/languages/wp-plugin-hostgator-es_MX.po b/languages/wp-plugin-hostgator-es_MX.po index 83283c26..f56e2952 100644 --- a/languages/wp-plugin-hostgator-es_MX.po +++ b/languages/wp-plugin-hostgator-es_MX.po @@ -79,28 +79,28 @@ msgstr "Obtener una vista previa de la próxima página de destino" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Home" msgstr "Pagina principal" #: inc/Admin.php:73 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Marketplace" msgstr "Mercado en Línea" #: inc/Admin.php:78 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Performance" msgstr "Rendimiento" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Settings" msgstr "Configuraciones" #: inc/Admin.php:91 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Help" msgstr "Ayuda" @@ -170,369 +170,369 @@ msgstr "Actualizaciones automáticas habilitadas en la página ConfiguraciónHostGa msgid "Auto-updates enabled" msgstr "Atualizações automáticas habilitadas" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oh No, An Error!" msgstr "Oh, Não, Um Erro!" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "Você encontrou um erro, por favor atualize a página e tente novamente!" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "If the error persists, please contact support." msgstr "Se o erro persistir, por favor contate o suporte." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " Error code: " msgstr " Código de erro: " -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Phone" msgstr "Telefone" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "Ligue para nós" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Call Us" msgstr "Ligue para nós" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Chat" msgstr "Chat" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "Tem uma dúvida? Estamos aqui 24/7" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Live Chat" msgstr "Chat ao Vivo" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Tweet" msgstr "Tweet" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "Envie um tweet para @hgsupport para suporte" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Tweet Us" msgstr "Tweet-nos" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Knowledge Base" msgstr "Base de Conhecimento" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Know what the pros know." msgstr "Saiba o que os profissionais sabem." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Find Answers" msgstr "Encontre Respostas" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Blog" msgstr "Blog" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Get our tips and in-depth articles." msgstr "Receba nossas dicas e artigos detalhados." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Learn Stuff" msgstr "Aprenda Coisas" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Video Tutorials" msgstr "Vídeos Tutoriais" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "Tutoriais passo a passo e guias adicionais." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Watch Now" msgstr "Assista Agora" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "There's nothing here!" msgstr "Não há nada aqui!" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Settings and Performance" msgstr "Configurações e Desempenho" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Customize & fine-tune your site." msgstr "Personalize & ajuste seu site." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Settings" msgstr "Gerenciar Configurações" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "Gerencie as configurações do seu site. Você pode ajustar atualizações automáticas, comentários, revisões e muito mais." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "Gerencie o desempenho do site e as configurações de cache, bem como limpe o cache do site." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Visit Marketplace" msgstr "Visite o Mercado" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add site services, themes or plugins from the marketplace." msgstr "Adicione serviços de site, temas ou plugins da loja." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Website Content" msgstr "Conteúdo do Site" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Create, manage & sort your story." msgstr "Crie, gerencie e classifique seu conteúdo." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "New Post" msgstr "Nova postagem" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Write a new blog post." msgstr "Escreva uma nova postagem no blog." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Pages" msgstr "Páginas" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "New Page" msgstr "Nova Página" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add fresh pages to your website." msgstr "Adicione novas páginas ao seu site." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Categories" msgstr "Categorias" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Categories" msgstr "Gerenciar Categorias" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Organize existing content into categories." msgstr "Organize o conteúdo existente em categorias." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Web Hosting" msgstr "Hospedagem de Sites" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Access & manage your HostGator account." msgstr "Acesse & gerencie sua conta HostGator." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Sites" msgstr "Gerenciar Sites" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "Gerencie seu site a partir do painel de controle. Você pode criar backups, definir a segurança e melhorar o desempenho." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Email" msgstr "E-mail" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Email" msgstr "Gerenciar E-mail" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "Crie contas de e-mail, componha, envie e receba seu e-mail no painel de controle." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Domains" msgstr "Domínios" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Find a Domain" msgstr "Encontre um Domínio" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "Encontre um novo domínio e atribua-o ao seu site ou inicie um novo site com um novo domínio." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Get Help" msgstr "Obter Ajuda" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "24/7/365 support. We work when you work." msgstr "Suporte 24/7/365. Nós trabalhamos quando você trabalha." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "No cache enabled." msgstr "Nenhum cache ativado." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Disabled" msgstr "Desativado" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Not recommended." msgstr "Não recomendado." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "Recurso de caches estáticos, como imagens e a aparência do seu site, por 1 hora." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Assets Only" msgstr "Somente Recursos" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache enabled for assets only." msgstr "Cache ativado apenas para recursos." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "Recomendado para comércio eletrônico e sites que são atualizados com frequência ou exibem informações em tempo real." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "Recurso de caches estáticos por 24 horas e páginas da web por 2 horas." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Assets & Web Pages" msgstr "Recursos & Páginas da Web" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache enabled for assets and pages." msgstr "Cache ativado para ativos e páginas." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "Recomendado para blogs, sites educacionais e sites que são atualizados pelo menos uma vez por semana." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "Recurso de caches estáticos por 1 semana e páginas da web por 8 horas." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Assets & Web Pages - Extended" msgstr "Recursos & Páginas da Web - Estendido" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache enabled for assets and pages (extended)." msgstr "Cache ativado para recursos e páginas (estendido)." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "Aumente a velocidade e o desempenho armazenando uma cópia do conteúdo, arquivos e imagens do seu site on-line para que as páginas do seu site sejam carregadas mais rapidamente para seus visitantes." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache Level" msgstr "Levels de Cache" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clear All Cache Now" msgstr "Limpar Todo o Cache Agora" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache cleared" msgstr "Cache limpo" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clear Cache" msgstr "Limpar Cache" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Plugins" msgstr "Plugins" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Themes" msgstr "Temas" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Automatic Updates" msgstr "Atualizações Automáticas" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Disable comments for older posts" msgstr "Desabilitar comentários de postagens mais antigas" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments on posts are disabled after " msgstr "Os comentários em postagens são desativados após " -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " day." msgid_plural " days." msgstr[0] " dia." msgstr[1] " dias." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Close comments after " msgstr "Fechar comentários após " -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Posts will display " msgstr "As postagens serão exibidas " -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " comment at a time." msgid_plural " comments at a time." msgstr[0] " comentário por vez." msgstr[1] " comentários por vez." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Display " msgstr "Exibir " -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments" msgstr "Comentários" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " revision." msgid_plural " revisions." msgstr[0] " revisão." msgstr[1] " revisões." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The trash will automatically empty every " msgstr "A lixeira será automaticamente vazia a cada " -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " week." msgid_plural " weeks." msgstr[0] " semana." msgstr[1] " semanas." -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Content Options" msgstr "Opções de Conteúdo" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Controls for content revisions and how often to empty the trash." msgstr "Controles para revisões de conteúdo e com que frequência esvaziar a lixeira." @@ -549,460 +549,460 @@ msgid "Why choose HostGator for your WordPress site?" msgstr "" #: inc/Admin.php:67 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Pages & Posts" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "HostGator Account" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Products & Services" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Payments" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Store Details" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Admin" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Secret page to manage admin features and settings." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "More" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Domain" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Load More" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oops! Something Went Wrong" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "An error occurred while loading the content. Please try again later." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Products" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "View all " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add New" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Blog Posts" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Bookings & Appointments" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your site is not live." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your site is live." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "\"Settings\"" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " to set your site live." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Site Pages" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Every page load is fresh." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache setting saved" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This is where you can manage cache settings for your website." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage All Updates" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "WordPress Core" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Keeping automatic updates on ensures timely security fixes and the latest features." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Site Status" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Not Live" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Live" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Coming Soon page" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments setting saved " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments setting saved." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " comments per page." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Trash emptying frequency " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The Help Center provides guided, step-by-step assistance as you build your site." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sorry, that is not allowed." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This feature cannot currently be modified." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This is where you can manage common settings for your website." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Features" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The performance feature provides improvements to loads faster for visitors including cache settings." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cancel" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clone" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Created" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Delete" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deployed" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Error" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Proceed" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Production Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switch" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switching" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Working…" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sales Channel" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "WonderBlocks provides a library of customizable block patterns and page templates." msgstr "" diff --git a/languages/wp-plugin-hostgator.pot b/languages/wp-plugin-hostgator.pot index d326f738..72517b5b 100644 --- a/languages/wp-plugin-hostgator.pot +++ b/languages/wp-plugin-hostgator.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPL 2.0 or later. msgid "" msgstr "" -"Project-Id-Version: The HostGator Plugin 2.11.4\n" +"Project-Id-Version: The HostGator Plugin 2.11.5\n" "Report-Msgid-Bugs-To: https://github.com/newfold-labs/wp-plugin-hostgator/issues\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,43 +86,43 @@ msgstr "" #: inc/Admin.php:64 #: inc/Admin.php:346 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Home" msgstr "" #: inc/Admin.php:67 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Pages & Posts" msgstr "" #: inc/Admin.php:70 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Store" msgstr "" #: inc/Admin.php:73 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Marketplace" msgstr "" #: inc/Admin.php:78 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Performance" msgstr "" #: inc/Admin.php:82 #: inc/Admin.php:347 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Settings" msgstr "" #: inc/Admin.php:87 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Staging" msgstr "" #: inc/Admin.php:91 -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Help" msgstr "" @@ -192,812 +192,812 @@ msgstr "" msgid "Auto-updates enabled" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Hostgator WordPress Plugin" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oh No, An Error!" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "If the error persists, please contact support." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " Error code: " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "HostGator Account" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Phone" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Give us a ring at (866) 96-GATOR" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Call Us" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Chat" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Have a question? We're here 24/7/365" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Live Chat" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Tweet" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Tweet us at @hgsupport for support" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Tweet Us" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Knowledge Base" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Know what the pros know." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Find Answers" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Blog" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Get our tips and in-depth articles." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Learn Stuff" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Video Tutorials" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Step-by-step tutorials and additional guides." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Watch Now" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "There's nothing here!" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Products & Services" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sales Channel" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Payments" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Store Details" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Admin" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Secret page to manage admin features and settings." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "We are available 24/7 to help answer questions and solve your problems." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "More" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Settings and Performance" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Customize & fine-tune your site." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Settings" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage your site settings. You can ajdust automatic updates, comments, revisions and more." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage site performance and caching settings as well as clear the site cache." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Visit Marketplace" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add site services, themes or plugins from the marketplace." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Website Content" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Create, manage & sort your story." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "New Post" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Write a new blog post." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Pages" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "New Page" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add fresh pages to your website." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Categories" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Categories" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Organize existing content into categories." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Web Hosting" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Access & manage your HostGator account." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Sites" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage your site from the control panel. You can create backups, set security, and improve performance." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Email" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Email" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Create email accounts, compose, send, and receive your email from the control panel." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Domains" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage Domain" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Find a Domain" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Find a new domain and assign it to your site or start a new site with a fresh domain." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Get Help" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "24/7/365 support. We work when you work." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Explore our featured collection of tools and services." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oops, there was an error loading the marketplace, please try again later." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sorry, no marketplace items. Please, try again later." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Load More" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oops! Something Went Wrong" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "An error occurred while loading the content. Please try again later." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Products" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Showcase physical and digital goods, product variations, and custom configurations." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "View all " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add New" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Blog Posts" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add a new blog post or edit your existing posts." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Bookings & Appointments" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Add your list of services, setup a booking calendar, and edit your bookings form." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your site is not live." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your site is live." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Visitors to your site will see your \"Coming Soon\" page and not your actual site. Visit " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "\"Settings\"" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " to set your site live." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Visitors to your site will see all your publicly published pages." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Site Pages" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "No cache enabled." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Every page load is fresh." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Disabled" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Not recommended." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache static assets like images and the appearance of your site for 1 hour." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Assets Only" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache enabled for assets only." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Recommended for ecommerce and sites that update frequently or display info in real-time." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache static assets for 24 hours and web pages for 2 hours." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Assets & Web Pages" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache enabled for assets and pages." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Recommended for blogs, educational sites, and sites that update at least weekly." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache static assets for 1 week and web pages for 8 hours." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Assets & Web Pages - Extended" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache enabled for assets and pages (extended)." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Recommended for sites that update a few times a month or less like porfolios or brochure sites." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Boost speed and performance by storing a copy of your website content, files, and images online so the pages of your website load faster for your visitors." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache setting saved" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache Level" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clear All Cache Now" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "We automatically clear your cache as you work (creating content, changing settings, installing plugins and more). But you can manually clear it here to be confident it's fresh." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cache cleared" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clear Cache" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This is where you can manage cache settings for your website." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Manage All Updates" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "WordPress Core" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Plugins" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Themes" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Automatic Updates" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Keeping automatic updates on ensures timely security fixes and the latest features." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Site Status" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Not Live" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Live" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Coming Soon page" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your Hostgator Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Disable comments for older posts" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments setting saved " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments on posts are disabled after " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " day." msgid_plural " days." msgstr[0] "" msgstr[1] "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Close comments after " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments setting saved." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Posts will display " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " comment at a time." msgid_plural " comments at a time." msgstr[0] "" msgstr[1] "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Display " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " comments per page." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Comments allow visitors to provide feedback and respond to your posts or pages." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Post revision setting saved " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Posts will save " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " revision." msgid_plural " revisions." msgstr[0] "" msgstr[1] "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Number of revisions posts can save " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Saving drafts and updating published content creates revisions. Make changes with confidence, knowing you can take " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " step back." msgid_plural " steps back." msgstr[0] "" msgstr[1] "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Trash setting saved " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The trash will automatically empty every " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid " week." msgid_plural " weeks." msgstr[0] "" msgstr[1] "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Trash emptying frequency " msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Content Options" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Controls for content revisions and how often to empty the trash." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The Help Center provides guided, step-by-step assistance as you build your site." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Sorry, that is not allowed." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This feature cannot currently be modified." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This is where you can manage common settings for your website." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Features" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The performance feature provides improvements to loads faster for visitors including cache settings." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "WonderBlocks provides a library of customizable block patterns and page templates." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cancel" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clone" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Confirm Clone Action" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cloned to Staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Cloning production to staging, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Clone to staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Created" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Staging Created" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Creating a staging site, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Create staging site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Currently editing" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Delete" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Confirm Delete" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deleted Staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deleting the staging site, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Delete Staging Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy all changes" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Confirm Deployment" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy database only" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy files only" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deployed" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploying from staging to production, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Deploy Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Error" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Not currently editing" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Proceed" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Production Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Staging Site" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switch" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switching" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switch to Production" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will navigate you to the production environment" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Loading the production environment now." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switching to the production environment, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switch to Staging" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "This will navigate you to the staging environment" msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Loading the staging environment now." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Switching to the staging environment, this should take about a minute." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "An unknown error has occurred." msgstr "" -#: build/2.11.4/index.js:1 +#: build/2.11.5/index.js:1 msgid "Working…" msgstr "" From 3fd5983d9d5e603c498bdb4570e798b8e6dbe9a1 Mon Sep 17 00:00:00 2001 From: aratidgr8 Date: Thu, 5 Sep 2024 19:50:40 +0530 Subject: [PATCH 12/12] Ecommerce version bump 1.3.43 --- composer.json | 2 +- composer.lock | 38 +++++++++++++++++++------------------- package-lock.json | 9 ++++----- package.json | 2 +- 4 files changed, 25 insertions(+), 26 deletions(-) diff --git a/composer.json b/composer.json index ccdf945f..8058d1ed 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.1", "newfold-labs/wp-module-deactivation": "^1.2.3", - "newfold-labs/wp-module-ecommerce": "^1.3.42", + "newfold-labs/wp-module-ecommerce": "^1.3.43", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.13", "newfold-labs/wp-module-help-center": "^2.1.0", diff --git a/composer.lock b/composer.lock index d84476b1..7f6dc320 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4ca76b43f89eee4c4a4055576be6cf4c", + "content-hash": "7e4a6f9d3e96e8bccfe4952dfad5ac9f", "packages": [ { "name": "doctrine/inflector", @@ -989,16 +989,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.42", + "version": "v1.3.43", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30" + "reference": "a4c7c46c83cf54cf99183d442d9abdcf0c90d77e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/1aff908a8b97d2742ab26201b27d0d9d5e619e30", - "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/a4c7c46c83cf54cf99183d442d9abdcf0c90d77e", + "reference": "a4c7c46c83cf54cf99183d442d9abdcf0c90d77e", "shasum": "" }, "require": { @@ -1041,10 +1041,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.42", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.43", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-09-04T13:22:33+00:00" + "time": "2024-09-05T13:57:17+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -1893,16 +1893,16 @@ }, { "name": "newfold-labs/wp-module-staging", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef" + "reference": "bf00499e80ba23729dfe140e8211a325627c259c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/87116edaff795913173dd5d0dc4cb258d6cda8ef", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/bf00499e80ba23729dfe140e8211a325627c259c", + "reference": "bf00499e80ba23729dfe140e8211a325627c259c", "shasum": "" }, "require": { @@ -1940,10 +1940,10 @@ ], "description": "Newfold module for staging functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.0", + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.1", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" }, - "time": "2024-07-03T17:28:16+00:00" + "time": "2024-09-03T18:35:49+00:00" }, { "name": "newfold-labs/wp-module-survey", @@ -3535,16 +3535,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.42", + "version": "v5.4.43", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0724c51fa067b198e36506d2864e09a52180998a" + "reference": "ae25a9145a900764158d439653d5630191155ca0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0724c51fa067b198e36506d2864e09a52180998a", - "reference": "0724c51fa067b198e36506d2864e09a52180998a", + "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0", + "reference": "ae25a9145a900764158d439653d5630191155ca0", "shasum": "" }, "require": { @@ -3578,7 +3578,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.42" + "source": "https://github.com/symfony/finder/tree/v5.4.43" }, "funding": [ { @@ -3594,7 +3594,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T08:53:29+00:00" + "time": "2024-08-13T14:03:51+00:00" }, { "name": "symfony/polyfill-php80", diff --git a/package-lock.json b/package-lock.json index 68b6c48c..89de85e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.42", + "@newfold-labs/wp-module-ecommerce": "^1.3.43", "@newfold-labs/wp-module-runtime": "^1.0.11", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", @@ -3148,10 +3148,9 @@ } }, "node_modules/@newfold-labs/wp-module-ecommerce": { - "version": "1.3.42", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.42/a9844b987eab820ed6fbcf01a7defd3de3b33d19", - "integrity": "sha512-sqdYLgYuYvFE/J+dfALydDg0ZnQbU7E4GuAfJjpXj8MizYpLvssc2KaDsnfxVdIwUII9LkN8BXw+1sSkH1w4Lw==", - "license": "GPL-2.0-or-later", + "version": "1.3.43", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.43/a80b4f62baf70120810c2b09a356249f13f4dc9c", + "integrity": "sha512-KLZD9irH1Gv3XeySa5WtMkD0vW+rHPesruWHo7zOeWDEiBcNtX6vepjyNju795qua9LhZyjuRVgkD1FjE34o5w==", "dependencies": { "@faizaanceg/pandora": "^1.1.1", "@heroicons/react": "2.1.3", diff --git a/package.json b/package.json index 2f9ad3dd..5ba44ac1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.42", + "@newfold-labs/wp-module-ecommerce": "^1.3.43", "@newfold-labs/wp-module-runtime": "^1.0.11", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7",