Skip to content

Commit

Permalink
(chore): Fix version and release tag mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
dtakken committed Jul 1, 2024
1 parent 1df3a2d commit f0e222a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3
* Version: 1.2.5
* 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.3';
const VERSION = '1.2.5';

protected function checkForUpdate()
{
Expand Down

0 comments on commit f0e222a

Please sign in to comment.