From 832e16f037ac5a9950ce2a6e0f39391babc1b0de Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 19 Jun 2026 20:22:06 +0200 Subject: [PATCH] prepare release of v2.0.0-beta.4 --- CHANGELOG.md | 12 ++++++++++++ statify.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b406b5..38362be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0-beta.4 + +* Fixed `sprintf` placeholder typi in referrers date range heading (#329) +* Fixed off-by-one error in date formatting (#328) (#330) +* Allow relative URLs to be linked in dashboard widget (#331) +* Remove refresh button (#332) (#333) +* Remove "amp/" suffix from target URLs (#183) (#335) +* Show post titles instead of URLs in widget (#78) (#336) +* Move new menu item to dashboard sub menu (#334) +* Update jaybizzle/crawler-detect to v1.4 (#337) +* Make widget title translatable (#338) + ## 2.0.0-beta.3 * Localize date formats in dashboard scripts (#324) (#325) diff --git a/statify.php b/statify.php index 3c8f333..cd68c18 100644 --- a/statify.php +++ b/statify.php @@ -3,7 +3,7 @@ * Plugin Name: Statify * Plugin URI: https://statify.pluginkollektiv.org/ * Description: Compact, easy-to-use and privacy-compliant stats plugin for WordPress. - * Version: 2.0.0-beta.3 + * Version: 2.0.0-beta.4 * Requires at least: 5.1 * Requires PHP: 7.4 * Author: pluginkollektiv