Skip to content

Commit

Permalink
chore: bump version, update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin authored and Colin committed Dec 13, 2023
1 parent 2286b51 commit 8c2d044
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.2

### Feat

- Add search box to find leges items by ID

## version 1.2.1

### 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.1
* Version: 1.2.2
* 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.1';
const VERSION = '1.2.2';

protected function checkForUpdate()
{
Expand Down

0 comments on commit 8c2d044

Please sign in to comment.