Skip to content
  • Sponsor gocom/rah_sitemap

  • Notifications You must be signed in to change notification settings
  • Fork 3

Releases: gocom/rah_sitemap

4.0.2

30 Aug 14:50
Compare
Choose a tag to compare
  • Fixed: "Exclude articles based on fields" setting, caused by regression in version 3.0.0. Articles can once again be excluded from the feed using field-value filters.

4.0.1

18 Feb 09:14
Compare
Choose a tag to compare
  • Fixed: issues with lastmod date generation caused by Textpattern 4.8.8 core issues. Date format string would be passed down to the wrong date function on certain host system, based on it's supported features. Mitigated the issue by using PHP's date function directly instead of Textpattern's safe_strftime.

4.0.0

25 Sep 13:11
Compare
Choose a tag to compare
  • Fixed: invalid lastmod date format caused by regression in Textpattern 4.8.8.
  • Now requires Textpattern >= 4.8.8.

3.0.0

23 Apr 13:17
Compare
Choose a tag to compare
  • Can now handle large websites with hundreds of thousands of articles. Instead of one large sitemap being generated, it now generates a sitemap index, which links to smaller split sitemaps. This reduces sitemap generation memory usage.
  • Now requires PHP >= 7.4.0.

2.1.0

01 Jan 18:41
Compare
Choose a tag to compare
  • Added: Global options to exclude categories from the sitemap by type. Thank you, @sebastiansIT.
  • Added: German translation. Thank you, @sebastiansIT.

2.0.2

31 Dec 22:28
Compare
Choose a tag to compare

Changes:

  • Fixes yes-no toggle default-selection rendering. Thank you, @sebastiansIT.
  • Fixes expired article exclusion. Thank you, @sebastiansIT.

Install using Composer:

$ composer require rah/rah_sitemap:2.0.2

2.0.1

01 Nov 19:44
Compare
Choose a tag to compare

Changes:

  • Fixed: option to exclude expired articles.

Install using Composer:

$ composer require rah/rah_sitemap:2.0.1

2.0.0

20 Apr 12:27
Compare
Choose a tag to compare

Changes:

  • Fixed: Generates valid /year/month/day/title permlinks. Thank you, @palant.
  • Drop old legacy preference migration code.
  • Use preference API to create preference options.
  • Now requires Textpattern 4.7.0 or newer.
  • Now requires PHP 7.2.0 or newer.

Install using Composer:

$ composer require rah/rah_sitemap:2.0.0

1.3.0

28 Mar 19:54
Compare
Choose a tag to compare

This release integrates the plugin with Textpattern 4.5.0 admin interface and adds Composer support. Changes:

  • Changed: Integrated preferences to Textpattern's native preferences panel, and to Section and Category editors.
  • Added: Language strings, interface is now translatable using Textpacks.
  • Added: Finnish translation.
  • Added: French translation by Patrick Lefevre.
  • Added: Chinese translation by WizJin.
  • Improved: Compatibility with Textpattern 4.5.0.
  • Now requires Textpattern 4.5.0 or newer.

Install using Composer:

$ composer require rah/rah_sitemap:1.3.0

1.2.0

21 Mar 09:40
Compare
Choose a tag to compare
  • Added: adds site URL to relative article permlinks. Basically a fix for gbp_permanent_links.
  • Changed: from permlinkurl_id() to permlinkurl(). Greatly reduced the amount of queries generating article permlinks makes.