yotpo / magento2-module-yotpo-core
Yotpo Reviews core 扩展程序 for Magento2
4.3.1
2024-07-30 05:10 UTC
Requires
- php: ~5.6.0|^7.0|^8.0
- magento/framework: >=102.0.0
Replaces
- yotpo/magento2-module-yotpo-reviews: *
- yotpo/module-review: *
- yotpo/module-yotpo: *
- dev-master
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.34
- 4.0.33
- 4.0.32
- 4.0.31
- 4.0.30
- 4.0.29
- 4.0.28
- 4.0.27
- 4.0.26
- 4.0.25
- 4.0.24
- 4.0.23
- 4.0.22
- 4.0.21
- 4.0.20
- 4.0.19
- 4.0.18
- 4.0.17
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 0.0.1
- dev-KAT-765-support-tracking-url
- dev-KAT-CONF-version-0.0.1
- dev-SMSPC-538-option-to-capture-klaviyo-forms
- dev-COR-81-handle-config-product-price
- dev-COR-FIX-4104
- dev-COR-2083-skip-variants-that-their-product-is-not-available-4104
- dev-COR-2038-fetch-product-image-url-refactor-suggestion
- dev-COR-manaf-reset-sync-4104
- dev-manaf-sync-reset-on-app-key-change
- dev-manaf-and-images-4104
- dev-COR-2038-fetch-product-image-url
- dev-COR-2038-fetch-product-image-url-4104
- dev-manaf-sync-reset-on-app-key-change-2
- dev-COR-2004-change-real-time-products-sync-flows-to-sync-changed-products-4104
- dev-COR-2003-for-artifact
- dev-YOTOPT-415-phpstan-errors
This package is auto-updated.
Last update: 2024-08-30 05:21:22 UTC
README
此库包含 Yotpo Reviews & SMSBump 扩展程序的核心文件。目录结构类似于标准的 Magento 2 项目库
此库还将包含不同版本的 Magento 2 扩展程序包
文档
要求
Magento 2.0+(模块版本 2.4.5 之前)
Magento 2.1+(模块版本 2.7.5 至 2.7.7)
Magento 2.2+(模块版本 2.8.0 及以上)
✓ 通过 composer 安装(推荐)
在您的 Magento 2 根目录下运行以下命令
composer require yotpo/magento2-module-yotpo-core
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
在 app/code 下手动安装
- 下载并将 Yotpo 核心模块的内容放置于 {YOUR-MAGENTO2-ROOT-DIR}/app/code/Yotpo/Core。
- 下载并将此存储库的内容放置于 {YOUR-MAGENTO2-ROOT-DIR}/app/code/Yotpo/Yotpo。
- 在您的 Magento 2 根目录下运行以下命令
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
用法
安装后,前往 Magento 2 管理面板
前往 Stores -> Settings -> Configuration,更改商店视图(不要为默认配置)并点击左侧边栏上的 Yotpo 产品评论软件
输入您的账户应用密钥和密钥
版权 © 2018 Yotpo。保留所有权利。
发布新版本
-
您需要更改所有 4 个存储库中所有出现的版本号引用
- magento2-module-core
- magento2-module-reviews
- magento2-module-messaging
- magento2-module-combined
-
合并后,您需要在所有 4 个存储库中创建带有新版本号的新标签
- git tag {VERSION}
- git push origin {VERSION}
-
检查新版本是否存在于 Packagist(https://packagist.org.cn/)中。