rah/rah_sitemap_links

Links module for rah_sitemap

Fund package maintenance!
www.paypal.me/jukkasvahn

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Type:textpattern-plugin

0.2.2 2022-09-25 16:50 UTC

This package is auto-updated.

Last update: 2024-04-25 20:50:32 UTC


README

Download | Packagist | Issues

This Textpattern CMS plugin is a links module for rah_sitemap. It adds links from the Links panel to the XML sitemap.

Install

Using Composer:

$ composer require rah/rah_sitemap_links

Or download an installer package.

Usage

Any link that meets one of the following criteria will be included in the sitemap:

  • Is published to a category named rah_sitemap.
  • The URL starts with the site’s URL (i.e. http://mysite.com/).
  • The URL starts with a forward slash (/).

Changelog

Version 0.2.2 – 2022/09/25

  • Updated Composer version constraint to support rah_sitemap >= 4.0.0.

Version 0.2.1 – 2022/04/24

  • Re-package 0.2.0 with corrected help document headings.

Version 0.2.0 – 2022/04/24

  • rah_sitemap >= 3.0.0 compatibility.
  • Now requires rah_sitemap >= 3.0.0.

Version 0.1.0 – 2014/03/28

  • Initial release.