Skip to content

Commit

Permalink
Merged pull request from @atastycookie and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
golchha21 committed Mar 2, 2024
1 parent 5cc5e66 commit 3062992
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `golchha21/resmushit` will be documented in this file

## 1.3.0 - 2024-03-02

- Merged a [pull request](https://github.com/golchha21/ReSmushIt/pull/1) from [@atastycookie](https://github.com/atastycookie) which improves security to avoid MITM attacks
- Version bump

## 1.2.9 - 2023-05-06

- Added Laravel 10 support
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golchha21/resmushit",
"version": "1.2.9",
"version": "1.3.0",
"description": "A Laravel package for the popular image optimization web service reSmush.it",
"keywords": [
"golchha21",
Expand Down
2 changes: 1 addition & 1 deletion src/ReSmushIt.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ReSmushIt
{
private const VERSION = '1.2.9';
private const VERSION = '1.3.0';
private const ENDPOINT = 'https://api.resmush.it/';
private const TIMEOUT = 10;
private const MAX_FILE_SIZE = 5242880;
Expand Down

0 comments on commit 3062992

Please sign in to comment.