diff --git a/CHANGELOG.md b/CHANGELOG.md index c3dc091..bbd237d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## Version 1.2.3 + +### Fix + +- Don't exit with an error code when there is nothing to update. + ## Version 1.2.2 ### Feat diff --git a/pdc-leges.php b/pdc-leges.php index 6eacd0f..9785e6b 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.2 + * Version: 1.2.3 * 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 7c30750..5d7d3e0 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.2'; + const VERSION = '1.2.3'; protected function checkForUpdate() {