https://github.com/littlebizzy/disable-image-compression
Disables all JPEG compression
https://github.com/littlebizzy/disable-image-compression
wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
Disables all JPEG compression
- Host: GitHub
- URL: https://github.com/littlebizzy/disable-image-compression
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2017-09-17T21:47:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T18:24:37.000Z (over 1 year ago)
- Last Synced: 2025-05-07T19:58:39.385Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/disable-image-compression
- Size: 44.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Disable Image Compression
Disables all JPEG compression
## Changelog
### 2.0.3
- removed `int` from parameter for PHP 7.0 compatibility
- now only uses the `int` return type hint
- optimized spacing and syntax
- added `Tested up to` header
- added `Update URI` header
- added `Text Domain` header
### 2.0.2
- added `Requires PHP` plugin header
- improved `gu_override_dot_org` snippet
### 2.0.1
- fixed `gu_override_dot_org` snippet
### 2.0.0
- completely refactored code to WordPress standards
- no more PHP classes
- maintains support for Git Updater
- supports PHP 7.0 to 8.3
- supports Multisite
### 1.1.0
- cleaned up plugin files
- removed admin notice script
- added support for Git Updater
- added disable wordpress.org updates snippet
### 1.0.2
- added recommended plugins admin notice
- release files unavailable
### 1.0.1
- tested with WordPress 4.8
- release files unavailable
### 1.0.0
- initial release