Skip to content

Commit c53a5fa

Browse files
committed
Accepting WebP Images and changes to docker-compose file for automatic db setup.
1 parent 06bd422 commit c53a5fa

18 files changed

Lines changed: 318 additions & 96 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Compress JPEG & PNG images for WordPress
44

5-
Make your website faster by optimizing your JPEG and PNG images.
5+
Make your website faster by optimizing your JPEG, PNG, and WebP images.
66

77
This plugin automatically optimizes your images by integrating with the
88
popular image compression services TinyJPG and TinyPNG. You can download the

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinify/tiny-compress-images",
3-
"description": "Speed up your website. Optimize your JPEG and PNG images automatically with TinyPNG.",
3+
"description": "Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG.",
44
"license": "GPL-2.0+",
55
"type": "wordpress-plugin",
66
"keywords": [

0 commit comments

Comments
 (0)