Releases: gocom/rah_sitemap
Releases · gocom/rah_sitemap
4.0.2
4.0.1
- 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'ssafe_strftime
.
4.0.0
- Fixed: invalid lastmod date format caused by regression in Textpattern 4.8.8.
- Now requires Textpattern >= 4.8.8.
3.0.0
- 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
- Added: Global options to exclude categories from the sitemap by type. Thank you, @sebastiansIT.
- Added: German translation. Thank you, @sebastiansIT.
2.0.2
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
2.0.0
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
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