Skip to content

Commit

Permalink
(chore): release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike van den Hoek committed Oct 9, 2024
1 parent 70cff27 commit 00a8de0
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

## 2.2.3

### Fixed

- Possible $page array was allowed without an ID during registration of settings pages.

## 2.2.2

### Changed
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: 2.2.2
* Version: 2.2.3
* Author: Yard | Digital agency
* Author URI: https://www.yard.nl/
* License: EUPL-1.2
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 @@ -23,7 +23,7 @@ class Plugin extends BasePlugin
* Version of the plugin.
* Used for setting versions of enqueue scripts and styles.
*/
const VERSION = '2.2.2';
const VERSION = '2.2.3';

protected function checkForUpdate()
{
Expand Down

0 comments on commit 00a8de0

Please sign in to comment.