Skip to content

Commit fe4eab4

Browse files
author
Mike van den Hoek
committed
(release): v4.2.8
1 parent 7403905 commit fe4eab4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.8
4+
5+
- Fix: translations just in time error
6+
37
## Version 4.2.7
48

59
- Feat: add new fields with double negation for upload status in URLs ([#16](https://github.com/OpenWebconcept/plugin-openwoo/pull/16/files)) @rmpel

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.7
9+
* Version: 4.2.8
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.7');
32+
define('OWO_VERSION', '4.2.8');
3333

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

0 commit comments

Comments
 (0)