regionhalland / region-halland-plugin-manage-lists-region-halland
管理不同类型的列表
v1.2.0
2020-07-14 14:35 UTC
This package is auto-updated.
Last update: 2024-09-15 00:29:26 UTC
README
如何使用Region Hallands插件"RhManageListsRegionHalland"
以下是如何使用插件"RhManageListsRegionHalland"的说明。
应用范围
此插件管理不同类型的列表
许可模型
此插件使用GPL-3.0许可模型。您可以通过随附的文件了解更多关于此许可模型的信息
LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhManageListsRegionHalland?path=%2FLICENSE&version=GBmaster)
安装和激活
A) Hämta pluginen via Git eller läs in det med Composer
B) Installera Region Hallands plugin i Wordpress plugin folder
C) Aktivera pluginet inifrån Wordpress admin
通过Git下载插件
git clone https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhManageListsRegionHalland
通过composer导入插件
以下两个部分需要您添加到您的composer文件中
Repositories = 存储插件的位置,在本例中为github
"repositories": [
{
"type": "vcs",
"url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhManageListsRegionHalland"
},
],
Require = 指定您要使用的插件版本,在本例中为1.0.0
注意!请确保您下载的是最新版本。
"require": {
"regionhalland/region-halland-manage-lists-region-halland": "1.0.0"
},
版本历史
1.2.0
- 添加了通过Packagist发布管道
1.1.1
- 调整了composer中的插件名称
1.1.0
- 添加了关于许可模型的信息
- 附加了许可模型文件
1.0.0
- 第一个版本