Skip to content

Commit

Permalink
(chore): Version bump, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dtakken committed Jun 28, 2024
1 parent 10b1768 commit 1df3a2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pdc-leges.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Leges/Foundation/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Plugin extends BasePlugin
*
* @const string VERSION
*/
const VERSION = '1.2.2';
const VERSION = '1.2.3';

protected function checkForUpdate()
{
Expand Down

0 comments on commit 1df3a2d

Please sign in to comment.