Skip to content

Commit

Permalink
Ready to release 4.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Nov 22, 2024
1 parent c047ab2 commit 00dc2d6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,25 @@ 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.3.0] Not Yet Released
## [4.3.0] - 2024-11-22

### Added
- Compatibility with WordPress 6.6 & 6.7.
- It's now possible to change buffering behavior (for loggers supporting deferred forwarding). By default, the new behavior is: events batch at 1000 and no buffering for WP CLI. To modify it, you have to activate "advanced settings" in admin (see [hooks](HOOKS.md) for details).

### Changed
- To avoid name collision with some third-party configurations, the version tag in Datadog, Loki and Grafana loggers is now named `wp_version` (it was previously `version`).
- Ability to self-update from Github.
- The plugin user agent is now more consistent and "standard".

### Fixed
- There's a WordPress core "feature" which causes some PII to leak (to wp.org) during plugin and theme updates. This is no more the case for this plugin.
- In some cases, a WordPress notice can be triggered concerning the loading sequence of translations.

### Removed
- Test site launching from wordpress.org plugin page.
- All Databeam hooks and libraries, as the Databeam project is abandoned.
- Dependency on wp.org for updates.

## [4.2.0] - 2024-06-16

Expand Down
2 changes: 1 addition & 1 deletion decalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
* Version: 4.3.0
* Requires at least: 6.2
* Requires PHP: 8.1
* Author: Pierre Lannoy / PerfOps One
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', '4.3.0-dev5' );
define( 'DECALOG_VERSION', '4.3.0' );
define( 'DECALOG_API_VERSION', '3' );
define( 'DECALOG_MONOLOG_VERSION', '2.9.3' );
define( 'DECALOG_CODENAME', '"-"' );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: PierreLannoy, hosterra
Tags: logs, error reporting, monitoring, tracing, logging
Requires at least: 6.2
Requires PHP: 8.1
Tested up to: 6.5
Stable tag: 4.2.0
Tested up to: 6.7
Stable tag: 4.3.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 00dc2d6

Please sign in to comment.