diff --git a/languages/vo-html-sitemap-nl_NL.mo b/languages/vo-html-sitemap-nl_NL.mo index 6ed6b10..15b4b3e 100644 Binary files a/languages/vo-html-sitemap-nl_NL.mo and b/languages/vo-html-sitemap-nl_NL.mo differ diff --git a/languages/vo-html-sitemap-nl_NL.po b/languages/vo-html-sitemap-nl_NL.po index 3376186..f0141f8 100644 --- a/languages/vo-html-sitemap-nl_NL.po +++ b/languages/vo-html-sitemap-nl_NL.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/vo-html-sitemap\n" -"POT-Creation-Date: 2024-09-26T13:22:22+00:00\n" -"PO-Revision-Date: 2024-09-26 15:22+0200\n" +"POT-Creation-Date: 2024-10-03T09:42:01+00:00\n" +"PO-Revision-Date: 2024-10-03 11:42+0200\n" "Last-Translator: Danique Wijnalda \n" "Language-Team: \n" "Language: nl_NL\n" diff --git a/languages/vo-html-sitemap.pot b/languages/vo-html-sitemap.pot index 0bef5b7..9d45682 100644 --- a/languages/vo-html-sitemap.pot +++ b/languages/vo-html-sitemap.pot @@ -2,14 +2,14 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: VO HTML Sitemap 1.0.5\n" +"Project-Id-Version: VO HTML Sitemap 1.0.6\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/vo-html-sitemap\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-09-26T13:22:22+00:00\n" +"POT-Creation-Date: 2024-10-03T09:42:01+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.5.0\n" "X-Domain: vo-html-sitemap\n" diff --git a/readme.txt b/readme.txt index 68e5b9d..1c482e8 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://van-ons.nl/ Tags: sitemap, SEO, html Requires at least: 6.4 Tested up to: 6.6 -Stable tag: 1.0.5 +Stable tag: 1.0.6 Requires PHP: 8.0 License: MIT License URI: https://opensource.org/licenses/MIT diff --git a/vo-html-sitemap.php b/vo-html-sitemap.php index 92636e4..5f038cf 100644 --- a/vo-html-sitemap.php +++ b/vo-html-sitemap.php @@ -4,7 +4,7 @@ * Description: Van Ons plugin to add an HTML sitemap to your site. * Author: Van Ons * Author URI: https://van-ons.nl/ - * Version: 1.0.5 + * Version: 1.0.6 * Text Domain: vo-html-sitemap * Domain Path: /languages * Requires at least: 6.4 @@ -23,7 +23,7 @@ } // Define plugin constants. -define('VOHTMLSITEMAP_VERSION', '1.0.5'); +define('VOHTMLSITEMAP_VERSION', '1.0.6'); define('VOHTMLSITEMAP_ROOT', __DIR__ . '/'); define('VOHTMLSITEMAP_ROOT_FILE', __FILE__);