Skip to content

Commit

Permalink
(chore): release version 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike van den Hoek committed Jul 17, 2024
1 parent f9ebdaa commit 9de5d59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 4.2.7

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

## Version 4.2.6

- Refactor: switch out cURL for wp_remote_get so WordPress filters and such work ([#15](https://github.com/OpenWebconcept/plugin-openwoo/pull/15)) @rmpel
Expand Down
6 changes: 3 additions & 3 deletions openwoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Yard | OpenWOO
* Plugin URI: https://www.yard.nl/
* Description: Adds OpenWOO implementation
* Version: 4.2.6
* Version: 4.2.7
* Author: Yard | Digital Agency
* Author URI: https://www.yard.nl/
* License: EUPL-1.2
Expand All @@ -21,7 +21,7 @@
/**
* If this file is called directly, abort.
*/
if (! defined('WPINC')) {
if (!defined('WPINC')) {
die;
}

Expand All @@ -30,7 +30,7 @@
define('OWO_LANGUAGE_DOMAIN', OWO_SLUG);
define('OWO_DIR', basename(__DIR__));
define('OWO_ROOT_PATH', __DIR__);
define('OWO_VERSION', '4.2.6');
define('OWO_VERSION', '4.2.7');

/**
* Manual loaded file: the autoloader.
Expand Down

0 comments on commit 9de5d59

Please sign in to comment.