Skip to content

Commit

Permalink
Released version 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarst committed Sep 28, 2021
1 parent a797c4f commit 9c7bd34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion laps.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c7bd34

Please sign in to comment.