From f0e222a5d90dacd765b628b92845b7cb352bcec5 Mon Sep 17 00:00:00 2001 From: Dik Takken Date: Mon, 1 Jul 2024 13:22:03 +0200 Subject: [PATCH] (chore): Fix version and release tag mismatch --- CHANGELOG.md | 8 ++++++++ pdc-leges.php | 2 +- src/Leges/Foundation/Plugin.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd237d..37eb482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## Version 1.2.5 + +- No changes. Corrects version and git tag which were out of sync. + +## Version 1.2.4 + +- No changes. Corrects version and git tag which were out of sync. + ## Version 1.2.3 ### Fix diff --git a/pdc-leges.php b/pdc-leges.php index 9785e6b..df6ffeb 100644 --- a/pdc-leges.php +++ b/pdc-leges.php @@ -4,7 +4,7 @@ * Plugin Name: PDC Leges * Plugin URI: https://www.openwebconcept.nl * Description: PDC Leges - * Version: 1.2.3 + * Version: 1.2.5 * Author: Yard Internet * Author URI: https://www.yardinternet.nl/ * License: GPL-3.0 diff --git a/src/Leges/Foundation/Plugin.php b/src/Leges/Foundation/Plugin.php index 5d7d3e0..811b94f 100644 --- a/src/Leges/Foundation/Plugin.php +++ b/src/Leges/Foundation/Plugin.php @@ -27,7 +27,7 @@ class Plugin extends BasePlugin * * @const string VERSION */ - const VERSION = '1.2.3'; + const VERSION = '1.2.5'; protected function checkForUpdate() {