From 9c7bd34d5456a5645af048d57ceb806988208dc4 Mon Sep 17 00:00:00 2001 From: Andrey Savchenko Date: Tue, 28 Sep 2021 11:19:21 +0300 Subject: [PATCH] Released version 3.3.5 --- CHANGELOG.md | 2 ++ README.md | 3 +-- laps.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de00f0e..23000ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## 3.3.5 - 2021-09-21 + ### Changed - reduced maximum Server Timing headers size to 2K (half of possible nginx defaults) diff --git a/README.md b/README.md index 24bc2ec..42955ff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ _Make a site, make it fast._ [![Total Downloads](https://img.shields.io/packagist/dt/rarst/laps.svg)](https://packagist.org/packages/rarst/laps) [![Latest Stable Version](https://img.shields.io/packagist/v/rarst/laps.svg?label=version)](https://packagist.org/packages/rarst/laps) [![PHP from Packagist](https://img.shields.io/packagist/php-v/rarst/laps.svg)](https://packagist.org/packages/rarst/laps) -[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg)](https://github.com/php-pds/skeleton) [![Download Laps](https://img.shields.io/badge/download-laps.zip-blue)](https://github.com/Rarst/laps/releases/latest/download/laps.zip) Laps is a plugin that **shows performance information** about WordPress page load. @@ -44,7 +43,7 @@ API requests need to be authenticated as admin for performance data to be sent. ## Tests -Tests require [Brain Monkey](https://github.com/Brain-WP/BrainMonkey) (included in dependencies) and PHPUnit 8 (not included). +Tests require [Brain Monkey](https://github.com/Brain-WP/BrainMonkey) (included in dependencies) and PHPUnit 9 (not included). ```bash phpunit diff --git a/laps.php b/laps.php index 0b2f793..cace095 100644 --- a/laps.php +++ b/laps.php @@ -5,7 +5,7 @@ Plugin URI: https://github.com/Rarst/laps Description: Light WordPress profiler. Author: Andrey “Rarst” Savchenko -Version: 3.3.4 +Version: 3.3.5 Author URI: https://www.rarst.net/ Requires PHP: 7.1.3 Update URI: false