Skip to content

Commit

Permalink
chore(wp org): Update store page by version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
merlijnvanlent committed Sep 25, 2024
1 parent 43837fd commit abc1fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 1.0.4
Requires PHP: 8.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down
4 changes: 2 additions & 2 deletions vo-html-sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Van Ons plugin to add a HTML sitemap to your site.
* Author: Van Ons
* Author URI: https://van-ons.nl/
* Version: 1.0.3
* Version: 1.0.4
* Text Domain: vo-html-sitemap
* Domain Path: /languages
* Requires at least: 6.4
Expand All @@ -25,7 +25,7 @@
spl_autoload_register(__NAMESPACE__ . '\\autoload');

// define plugin constants
define('VOHTMLSITEMAP_VERSION', '1.0.3');
define('VOHTMLSITEMAP_VERSION', '1.0.4');

define('VOHTMLSITEMAP_ROOT', dirname(__FILE__) . '/');
define('VOHTMLSITEMAP_ROOT_FILE', __FILE__);
Expand Down

0 comments on commit abc1fa2

Please sign in to comment.