From 9e40ba0beb5c94f2d2c012d57d3a09e85e8914b4 Mon Sep 17 00:00:00 2001 From: Merlijn van Lent Date: Thu, 3 Oct 2024 11:42:43 +0200 Subject: [PATCH] chore(release bump) --- languages/vo-html-sitemap-nl_NL.mo | Bin 1355 -> 1355 bytes languages/vo-html-sitemap-nl_NL.po | 4 ++-- languages/vo-html-sitemap.pot | 4 ++-- readme.txt | 2 +- vo-html-sitemap.php | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/languages/vo-html-sitemap-nl_NL.mo b/languages/vo-html-sitemap-nl_NL.mo index 6ed6b105ac59e51c41ab3332ef1cee4a04bd40a3..15b4b3e0e71c293a6e8bd04ede000f54a0244563 100644 GIT binary patch delta 23 ecmX@jb((9#7bY%416>1S1w%tClg 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__);