Skip to content

Commit

Permalink
Ready to release 3.10.0 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Mar 2, 2024
1 parent 4636a04 commit 236897b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ All notable changes to **DecaLog** are documented in this *changelog*.

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).

## [3.10.0] - Not Yet Released
## [3.10.0] - 2024-03-02

### Added
- Compatibility with WordPress 6.5.
- Spatie Ray logger now supports host and port settings to allow Docker, Kubernetes, etc. usage (thanks to [Axel Ducoron](https://github.com/aksld)).
- Spatie Ray logger now supports host and port settings to allow Docker, Kubernetes and other "local" usage (thanks to [Axel Ducoron](https://github.com/aksld)).

### Changed
- Minimal required WordPress version is now 6.1.
- Minimal required PHP version is now 8.1.

## [3.9.1] - 2024-01-24

Expand Down
6 changes: 3 additions & 3 deletions decalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* Plugin Name: DecaLog
* Plugin URI: https://perfops.one/decalog
* Description: Capture and log events, metrics and traces on your site. Make WordPress observable – finally!
* Version: 3.9.1
* Requires at least: 5.2
* Requires PHP: 7.2
* Version: 3.10.0
* Requires at least: 6.1
* Requires PHP: 8.1
* Author: Pierre Lannoy / PerfOps One
* Author URI: https://perfops.one
* License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' );
define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' );
define( 'DECALOG_SLUG', 'decalog' );
define( 'DECALOG_VERSION', '3.9.1' );
define( 'DECALOG_VERSION', '3.10.0' );
define( 'DECALOG_API_VERSION', '3' );
define( 'DECALOG_MONOLOG_VERSION', '2.9.1' );
define( 'DECALOG_CODENAME', '"-"' );
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== DecaLog ===
Contributors: PierreLannoy, hosterra
Tags: logs, error reporting, monitoring, tracing, logging
Requires at least: 5.2
Requires PHP: 7.2
Tested up to: 6.4
Stable tag: 3.9.1
Requires at least: 6.1
Requires PHP: 8.1
Tested up to: 6.5
Stable tag: 3.10.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 236897b

Please sign in to comment.