diff --git a/languages/vo-html-sitemap-nl_NL.mo b/languages/vo-html-sitemap-nl_NL.mo
index 30140a6..6ed6b10 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 4e8df66..3376186 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-25T13:24:39+00:00\n"
-"PO-Revision-Date: 2024-09-25 15:27+0200\n"
+"POT-Creation-Date: 2024-09-26T13:22:22+00:00\n"
+"PO-Revision-Date: 2024-09-26 15:22+0200\n"
"Last-Translator: Danique Wijnalda \n"
"Language-Team: \n"
"Language: nl_NL\n"
@@ -11,26 +11,23 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 3.4.2\n"
+"X-Generator: Poedit 3.1\n"
"X-Poedit-Basepath: .\n"
#. Plugin Name of the plugin
-#: vo-html-sitemap.php src/Core/SettingsPage.php:63
+#: src/Core/SettingsPage.php:63
msgid "VO HTML Sitemap"
msgstr "VO HTML Sitemap"
#. Description of the plugin
-#: vo-html-sitemap.php
msgid "Van Ons plugin to add an HTML sitemap to your site."
msgstr "Van Ons plugin om een HTML sitemap toe te voegen aan jou site."
#. Author of the plugin
-#: vo-html-sitemap.php
msgid "Van Ons"
msgstr "Van Ons"
#. Author URI of the plugin
-#: vo-html-sitemap.php
msgid "https://van-ons.nl/"
msgstr "https://van-ons.nl/"
diff --git a/languages/vo-html-sitemap.pot b/languages/vo-html-sitemap.pot
index a5c4405..0bef5b7 100644
--- a/languages/vo-html-sitemap.pot
+++ b/languages/vo-html-sitemap.pot
@@ -2,36 +2,32 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
-"Project-Id-Version: VO HTML Sitemap 1.0.4\n"
+"Project-Id-Version: VO HTML Sitemap 1.0.5\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-25T13:24:39+00:00\n"
+"POT-Creation-Date: 2024-09-26T13:22:22+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"X-Generator: WP-CLI 2.11.0\n"
+"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: vo-html-sitemap\n"
#. Plugin Name of the plugin
-#: vo-html-sitemap.php
#: src/Core/SettingsPage.php:63
msgid "VO HTML Sitemap"
msgstr ""
#. Description of the plugin
-#: vo-html-sitemap.php
msgid "Van Ons plugin to add an HTML sitemap to your site."
msgstr ""
#. Author of the plugin
-#: vo-html-sitemap.php
msgid "Van Ons"
msgstr ""
#. Author URI of the plugin
-#: vo-html-sitemap.php
msgid "https://van-ons.nl/"
msgstr ""
diff --git a/readme.txt b/readme.txt
index 4bcb9ea..68e5b9d 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.4
+Stable tag: 1.0.5
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 7c74ed2..92636e4 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.4
+ * Version: 1.0.5
* 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.4');
+define('VOHTMLSITEMAP_VERSION', '1.0.5');
define('VOHTMLSITEMAP_ROOT', __DIR__ . '/');
define('VOHTMLSITEMAP_ROOT_FILE', __FILE__);