Skip to content

Commit d7c9042

Browse files
committed
(chore): Updated CMB2 version to v2.11.0
1 parent 7aceae9 commit d7c9042

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.5
4+
5+
- Chore: Updated CMB2 to version 2.11.0
6+
37
## Version 4.2.4
48

59
- Fix: typo metabox field Lattitude -> Latitude

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": "^7.4|^8.0",
29-
"wpackagist-plugin/cmb2": "2.10.*"
29+
"wpackagist-plugin/cmb2": "2.11.*"
3030
},
3131
"require-dev": {
3232
"mockery/mockery": "^1.0",
@@ -58,4 +58,4 @@
5858
"@unit"
5959
]
6060
}
61-
}
61+
}

openwoo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Yard | OpenWOO
77
* Plugin URI: https://www.yard.nl/
88
* Description: Adds OpenWOO implementation
9-
* Version: 4.2.4
9+
* Version: 4.2.5
1010
* Author: Yard | Digital Agency
1111
* Author URI: https://www.yard.nl/
1212
* License: EUPL-1.2
@@ -30,7 +30,7 @@
3030
define('OWO_LANGUAGE_DOMAIN', OWO_SLUG);
3131
define('OWO_DIR', basename(__DIR__));
3232
define('OWO_ROOT_PATH', __DIR__);
33-
define('OWO_VERSION', '4.2.4');
33+
define('OWO_VERSION', '4.2.5');
3434

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

0 commit comments

Comments
 (0)