diff --git a/CHANGELOG.md b/CHANGELOG.md index 406a518..b6b74ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## [4.2.0] - 2024-06-xx +## [4.2.0] - 2024-06-16 ### Added - It's now possible to send Datadog events, metrics and traces to custom endpoints. These custom endpoints must be defined in `wp-config.php` as `DECALOG_DATADOG_EVENTS_CUSTOM_ENDPOINT`, `DECALOG_DATADOG_METRICS_CUSTOM_ENDPOINT` and `DECALOG_DATADOG_TRACES_CUSTOM_ENDPOINT` constants. diff --git a/decalog.php b/decalog.php index 1f00c3e..254c254 100644 --- a/decalog.php +++ b/decalog.php @@ -10,7 +10,7 @@ * 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: 4.1.0 + * Version: 4.2.0 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Pierre Lannoy / PerfOps One diff --git a/init.php b/init.php index 0eb908e..6af157a 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' ); define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' ); define( 'DECALOG_SLUG', 'decalog' ); -define( 'DECALOG_VERSION', '4.2.0-dev2' ); +define( 'DECALOG_VERSION', '4.2.0' ); define( 'DECALOG_API_VERSION', '3' ); define( 'DECALOG_MONOLOG_VERSION', '2.9.3' ); define( 'DECALOG_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index 5ea5a77..0fc38f5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: logs, error reporting, monitoring, tracing, logging Requires at least: 6.2 Requires PHP: 8.1 Tested up to: 6.5 -Stable tag: 4.1.0 +Stable tag: 4.2.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html