Skip to content

Commit 50f433d

Browse files
committed
(release): v4.2.13
1 parent fd1bf15 commit 50f433d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

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

3-
## Version 4.2.12
4-
5-
- Fix: retrieving attachment URL in BijlageEntity class
3+
## Version 4.2.13
64

5+
- Hotfix: namespace typo
6+
-
77
## Version 4.2.12
88

9-
- Hotfix: namespace typo
9+
- Fix: retrieving attachment URL in BijlageEntity class
1010

1111
## Version 4.2.11
1212

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: Voegt de OpenWOO functionaliteit toe aan de website.
9-
* Version: 4.2.12
9+
* Version: 4.2.13
1010
* Author: Yard | Digital Agency
1111
* Author URI: https://www.yard.nl/
1212
* License: EUPL-1.2
@@ -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.12');
32+
define('OWO_VERSION', '4.2.13');
3333

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

0 commit comments

Comments
 (0)