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 585cf90 commit 4e12ba1Copy full SHA for 4e12ba1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## Version 4.2.11
4
+
5
+- Hotfix: wrong type check
6
7
## Version 4.2.10
8
9
- Fix: wrong type check
openwoo.php
@@ -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.10');
+define('OWO_VERSION', '4.2.11');
33
34
/**
35
* Manual loaded file: the autoloader.
0 commit comments