Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

ecommerce version bump 1.3.31 #1086

Merged
merged 4 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"newfold-labs/wp-module-context": "^1.0.0",
"newfold-labs/wp-module-data": "^2.5.0",
"newfold-labs/wp-module-deactivation": "^1.1.2",
"newfold-labs/wp-module-ecommerce": "^1.3.30",
"newfold-labs/wp-module-ecommerce": "^1.3.31",
"newfold-labs/wp-module-global-ctb": "^1.0.11",
"newfold-labs/wp-module-facebook": "^1.0.6",
"newfold-labs/wp-module-help-center": "^1.0.25",
Expand Down
51 changes: 26 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@newfold-labs/wp-module-ecommerce": "^1.3.30",
"@newfold-labs/wp-module-ecommerce": "^1.3.31",
"@newfold-labs/wp-module-runtime": "^1.0.10",
"@newfold-labs/wp-module-facebook":"^1.0.6",
"@newfold/ui-component-library": "^1.1.0",
Expand Down
17 changes: 8 additions & 9 deletions src/app/pages/settings/socialMediaAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ const SocialMediaAccounts = () => {
variant="outlined"
onClick={ () => setShowModal( true ) }
>
{ __(
"Add",
'wp-plugin-bluehost'
) }
{ __( 'Add', 'wp-plugin-bluehost' ) }
</Button>
</div>
<FacebookConnectPluginView
Expand Down Expand Up @@ -96,7 +93,7 @@ const SocialMediaAccounts = () => {
id="nfd-simple-search"
className="nfd-rounded-lg nfd-text-gray-900 nfd-border-none nfd-outline-none nfd-text-sm nfd-w-full nfd-ps-10 nfd-p-2.5 nfd-dark:placeholder-gray-400 nfd-border-transparent focus:nfd-border-transparent focus:nfd-ring-0"
placeholder={ __(
"Search...",
'Search…',
'wp-plugin-bluehost'
) }
required
Expand All @@ -117,10 +114,12 @@ const SocialMediaAccounts = () => {
>
<path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"></path>
</svg>
<p className="nfd-pl-3">{ __(
"Facebook",
'wp-plugin-bluehost'
) }</p>
<p className="nfd-pl-3">
{ __(
'Facebook',
'wp-plugin-bluehost'
) }
</p>
</button>
</div>
</div>
Expand Down
Loading