diff --git a/bootstrap.php b/bootstrap.php index ad0d8a39..99f2d1f3 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -5,7 +5,7 @@ use function NewfoldLabs\WP\ModuleLoader\register; -define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.0-beta.3' ); +define( 'NFD_ECOMMERCE_MODULE_VERSION', '1.4.0-beta.5' ); if ( function_exists( 'is_admin' ) && is_admin() ) { $old_woocommerce_module_version = get_option( 'nfd_ecommerce_module_version' ); diff --git a/build/index.asset.php b/build/index.asset.php index d4626c29..e70bd916 100644 --- a/build/index.asset.php +++ b/build/index.asset.php @@ -1 +1 @@ - array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'c417858e5fdcb3ec43bd'); + array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'b89582e5db2185567ce8'); diff --git a/package-lock.json b/package-lock.json index 94dc901f..620710a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newfold-labs/wp-module-ecommerce", - "version": "1.4.0-beta.4", + "version": "1.4.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newfold-labs/wp-module-ecommerce", - "version": "1.4.0-beta.4", + "version": "1.4.0-beta.5", "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", diff --git a/package.json b/package.json index 19189ecd..13af8d1d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@newfold-labs/wp-module-ecommerce", "description": "Brand Agnostic eCommerce Experience", "license": "GPL-2.0-or-later", - "version": "1.4.0-beta.4", + "version": "1.4.0-beta.5", "main": "build/index.js", "files": [ "build/", diff --git a/src/constants.js b/src/constants.js index 20bbeec2..1af1d835 100644 --- a/src/constants.js +++ b/src/constants.js @@ -52,7 +52,7 @@ export const wpSolutionsPromotedPluginsList = [ title: "WEBPAGE CREATION", description: "Build webpages fast with tailored block patterns and page templates included in your hosting package.", buttonText: "Add a Page to Your Site", - name: "", + name: "Webpage Creation", plsSlug: "", plsProviderName: "", download: null, @@ -63,7 +63,7 @@ export const wpSolutionsPromotedPluginsList = [ title: "SEARCH ENGINE OPTIMIZATION", description: "Start increasing your search result rankings today.", buttonText: "Improve Your Search Ranking", - name:"WordPress SEO", + name:"Yoast SEO", plsSlug: "wp-seo", plsProviderName: "yoast", download: "https://downloads.wordpress.org/plugin/wordpress-seo.latest-stable.zip", @@ -74,7 +74,7 @@ export const wpSolutionsPromotedPluginsList = [ title: "OFFER CONTENT COURSES", description: "Create beautiful and engaging online courses, lessons, and quizzes.", buttonText: "Create a Course", - name: "", + name: "Offer Content Courses", plsSlug: "sensei-lms", plsProviderName: "automattic", download: "https://downloads.wordpress.org/plugin/sensei-lms.latest-stable.zip", @@ -98,7 +98,7 @@ export const wpSolutionsPromotedPluginsList = [ title: "SETUP BOOKINGS", description: "Manage the renting or booking of services and items that you offer your customers.", buttonText: "Setup Bookings", - name: "", + name: "Bookings & Appointments", plsSlug: "yith-woocommerce-booking-premium", plsProviderName: "yith", download: null, @@ -109,7 +109,7 @@ export const wpSolutionsPromotedPluginsList = [ title: "WEBPAGE CREATION", description: "Build webpages fast with tailored block patterns and page templates.", buttonText: "Add a Page to Your Site", - name: "", + name: "Webpage Creation", plsSlug: "", plsProviderName: "", download: null, @@ -131,7 +131,7 @@ export const wpSolutionsPromotedPluginsList = [ title: "SETUP A LOYALTY PROGRAM", description: "Reward customer loyalty with an effective points program.", buttonText: "Configure Points & Rewards", - name: "Bookings & Appointments", + name: "Loyalty Program", plsSlug: "yith-woocommerce-points-and-rewards-premium", plsProviderName: "yith", download: null,