Skip to content

Commit 4e12ba1

Browse files
committed
(release): bump version to 4.2.11 and add hotfix for wrong type check
1 parent 585cf90 commit 4e12ba1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Version 4.2.11
4+
5+
- Hotfix: wrong type check
6+
37
## Version 4.2.10
48

59
- Fix: wrong type check

openwoo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
define('OWO_SLUG', basename(__FILE__, '.php'));
3030
define('OWO_DIR', basename(__DIR__));
3131
define('OWO_ROOT_PATH', __DIR__);
32-
define('OWO_VERSION', '4.2.10');
32+
define('OWO_VERSION', '4.2.11');
3333

3434
/**
3535
* Manual loaded file: the autoloader.

0 commit comments

Comments
 (0)