regionhalland/region-halland-plugin-site-map-regionhalland

网站地图

v1.6.0 2023-08-17 10:19 UTC

This package is auto-updated.

Last update: 2024-09-17 13:57:42 UTC


README

如何使用Region Halland的插件"RhSiteMapRegionHalland"

以下是如何使用插件"RhSiteMapRegionHalland"的说明。

使用范围

此插件在插件文件夹中显示网站地图,即

http://[SITE-NAME]/app/plugins/region-halland-site-map-regionhalland/site-map/site-map.php

许可证模型

此插件使用许可证模型GPL-3.0。您可以阅读有关此许可证模型的更多信息,通过随附的文件

LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhSiteMapRegionHalland?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/RhSiteMapRegionHalland

通过composer导入插件

这些部分需要您将其添加到composer文件中

仓库 = 插件存储的位置,在此例中为github

"repositories": [
  {
    "type": "vcs",
    "url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhSiteMapRegionHalland"
  },
],

要求 = 指定您希望使用的插件版本,在此例中为1.0.0

注意!请调整以获取当前版本。

"require": {
  "regionhalland/region-halland-site-map-regionhalland": "1.0.0"
},

版本历史

1.6.0

  • 新增功能

1.5.0

  • 调整网站地图URL

1.4.0

  • 添加通过Packagist发布的功能
  • 调整composer名称

1.3.1

  • 修正网站地图链接

1.3.0

  • 添加关于许可证模型的信息
  • 附加许可证模型文件

1.2.0

  • 代码清洁和代码整理

1.1.1

  • 调整错误的load-path

1.1.0

  • 输出为xml而不是链接列表

1.0.1

  • 错误的php结束标记的bug

1.0.0

  • 第一个版本