We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287fd4c commit 4934616Copy full SHA for 4934616
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## Version 4.2.10
4
+
5
+- Fix: wrong type check
6
7
## Version 4.2.9
8
9
- Fix: extended cpt dependency check
openwoo.php
@@ -6,7 +6,7 @@
* Plugin Name: Yard | OpenWOO
* Plugin URI: https://www.yard.nl/
* Description: Voegt de OpenWOO functionaliteit toe aan de website.
- * Version: 4.2.9
+ * Version: 4.2.10
10
* Author: Yard | Digital Agency
11
* Author URI: https://www.yard.nl/
12
* License: EUPL-1.2
@@ -29,7 +29,7 @@
29
define('OWO_SLUG', basename(__FILE__, '.php'));
30
define('OWO_DIR', basename(__DIR__));
31
define('OWO_ROOT_PATH', __DIR__);
32
-define('OWO_VERSION', '4.2.9');
+define('OWO_VERSION', '4.2.10');
33
34
/**
35
* Manual loaded file: the autoloader.
0 commit comments