Skip to content

Commit

Permalink
Ready for 3.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Mar 16, 2023
1 parent dc41d11 commit 7d8b4bc
Show file tree
Hide file tree
Showing 13 changed files with 246 additions and 67 deletions.
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
CHANGELOG
=========

3.0.0 (2013-03-xx)
3.0.0 (2023-03-16)
------------------

- Removed support for PHP prior to 8.0
- Renamed `forxer\Gravatar\` namespace by `Gravatar\`
- Renamed `getUrl(string $email)` by `getUrl()` ; email should be explictly defined before
- Renamed `forxer\Gravatar\` namespace to `Gravatar\`
- Renamed `getUrl(string $email)` to `url()` ; email should be defined before
- Introduced `gravatar()` and `gravatar_profile()` helpers functions
- Used more type hinting for consistency
- Split code into traits to facilitate reading and maintenance
- Used more type hinting for consistency
- Renamed most variables to facilitate reading


Expand Down
Loading

0 comments on commit 7d8b4bc

Please sign in to comment.