rah / rah_sitemap_links
rah_sitemap的链接模块
0.2.2
2022-09-25 16:50 UTC
Requires
- php: >=7.4.0
- rah/rah_sitemap: ^3.0.0 || ^4.0.0
- textpattern/installer: *
- textpattern/lock: >=4.7.0
Requires (Dev)
- rah/mtxpc: ^0.9.0
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-08-25 21:35:17 UTC
README
这个Textpattern CMS插件是rah_sitemap的链接模块。它将来自链接面板的链接添加到XML站点地图中。
安装
使用Composer
$ composer require rah/rah_sitemap_links
或者下载安装程序包。
用法
满足以下任一条件的任何链接都将包含在站点地图中
- 发布到名为rah_sitemap的分类。
- URL以站点的URL开头(即
http://mysite.com/
)。 - URL以正斜杠(
/
)开头。
变更日志
版本 0.2.2 – 2022/09/25
- 更新Composer版本约束以支持rah_sitemap >= 4.0.0。
版本 0.2.1 – 2022/04/24
- 重新打包0.2.0,修正了帮助文档标题。
版本 0.2.0 – 2022/04/24
- 与rah_sitemap >= 3.0.0兼容。
- 现在需要rah_sitemap >= 3.0.0。
版本 0.1.0 – 2014/03/28
- 首次发布。