From d4de1f522db0f43dce7196bed384b215a9bf169d Mon Sep 17 00:00:00 2001 From: Hermanni Piirainen Date: Wed, 8 May 2024 15:19:29 +0300 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 5 +++++ plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd8b84..1b946a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Released] +## [1.4.0] - 2024-05-08 + +### Changed +- Move basic functionality to its own class inside src directory to simplify PSR-4 autoloading. + ## [1.3.3] - 2024-05-06 ### Changed diff --git a/plugin.php b/plugin.php index 7f34aec..1247a07 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Oopi * Plugin URI: https://github.com/devgeniem/wp-oopi * Description: Oopi is an object-oriented developer friendly WordPress importer. - * Version: 1.3.3 + * Version: 1.4.0 * Author: Geniem * Author URI: http://www.github.com/devgeniem * License: GPL3