Skip to content

Commit 90fcccf

Browse files
chore: Reset changelog; Fix license
1 parent 91e0fd8 commit 90fcccf

4 files changed

Lines changed: 6 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
# Changelog
22

3-
## 1.0.3 - 2025-04-28
4-
5-
- Add support to optionally base64 encode the source filename
6-
7-
## 1.0.2 - 2025-04-22
8-
9-
- Ensure methods signatures correspond with processing options
10-
11-
## 1.0.1 - 2025-04-22
12-
13-
- Ensure options requiring base64 encoding are properly encoded
14-
15-
## 1.0.0 - 2025-04-21
16-
17-
- Initial release
3+
## Unreleased

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2025 Foster Commerce
3+
Copyright (c) 2025 SmallPics
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# smallpics-php
22

3-
A PHP client library for generating URLs with SmallPics.io. This package provides a simple way to build URLs with SmallPics.io processing options.
3+
A PHP client library for generating URLs with [SmallPics](https://www.smallpics.io). This package provides a simple way to build URLs with SmallPics processing options.
44

55
## Installation
66

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smallpics/smallpics-php",
3-
"description": "A PHP client library for generating URLs with SmallPics.io",
3+
"description": "A PHP client library for generating URLs with SmallPics",
44
"type": "library",
55
"version": "0.1.0",
66
"keywords": [
@@ -10,12 +10,12 @@
1010
"images",
1111
"processing"
1212
],
13-
"license": "proprietary",
13+
"license": "MIT",
1414
"support": {
1515
"email": "support@smallpics.io",
1616
"issues": "https://github.com/smallpics/smallpics-php/issues?state=open",
1717
"source": "https://github.com/smallpics/smallpics-php",
18-
"docs": "https://github.com/smallpics/smallpics-php/blob/develop/README.md"
18+
"docs": "https://github.com/smallpics/smallpics-php/blob/main/README.md"
1919
},
2020
"require": {
2121
"php": ">=8.2.0"

0 commit comments

Comments
 (0)