Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion statify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading