Skip to content

Commit 2248761

Browse files
committed
Ready to release 4.5.0.
1 parent c853b22 commit 2248761

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to **DecaLog** are documented in this *changelog*.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **DecaLog** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [4.5.0] - Not Yet Released
6+
## [4.5.0] - 2025-11-27
77

88
### Added
99
- Compatibility with WordPress 6.9.

decalog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: DecaLog
1111
* Plugin URI: https://perfops.one/decalog
1212
* Description: Capture and log events, metrics and traces on your site. Make WordPress observable – finally!
13-
* Version: 4.4.0
13+
* Version: 4.5.0
1414
* Requires at least: 6.2
1515
* Requires PHP: 8.1
1616
* Author: Pierre Lannoy / PerfOps One

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' );
1313
define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' );
1414
define( 'DECALOG_SLUG', 'decalog' );
15-
define( 'DECALOG_VERSION', '4.4.0' );
15+
define( 'DECALOG_VERSION', '4.5.0' );
1616
define( 'DECALOG_API_VERSION', '3' );
1717
define( 'DECALOG_MONOLOG_VERSION', '2.9.3' );
1818
define( 'DECALOG_CODENAME', '"-"' );

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: PierreLannoy, hosterra
33
Tags: logs, error reporting, monitoring, tracing, logging
44
Requires at least: 6.2
55
Requires PHP: 8.1
6-
Tested up to: 6.8
7-
Stable tag: 4.4.0
6+
Tested up to: 6.9
7+
Stable tag: 4.5.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

0 commit comments

Comments
 (0)