All notable changes to the imagettftextgradient project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Signed up for Patreon and added links to README.md
- Added
.github
folder to unclutter the root directory - Added
CODEOWNERS
file - Added
FUNDING.yml
file - Added
SECURITY.md
file - Added
SUPPORT.md
file - Updated shields.io badge aesthetics on README.md
- Removed the MIT logo from the shields.io badge for imagettftextgradient's license
- Added Patrons shields.io badge to README.md
- Enabled GitHub discussions area and now recommending it over StackOverflow
- Removed
ISSUE_TEMPLATE.md
file for our single issue template and replaced withISSUE_TEMPLATE
folder to separate bug reports & feature requests within GitHub issues - Updated avatar image
- Moved all Twitter activity for all agjgd projects (including imagettftextgradient) to the @agjgdphp Twitter account as there were issues with the individual accounts being frozen
- Changed documentation website to imagettftextgradient.agjgd.org
- Updated copyright years to 2022
- Text changes to README.md
- Switched YUI reset CSS from Yahoo hosted to inline
- Added examples/README.md to help browsers on the GitHub repository
- Switched to DIR constant in examples to get current directory
- Fixed labeling issue with $text_left, $text_right, $text_top & $text_bottom in examples
- Updated parameter descriptions to be more in line with php.net's descriptions of imagettftext()
- Refactored source to pass phpcs line length limit of 85 characters
- Fixed typos & formatting errors
- Fixed incorrect default value of the $return_array array
- Created imagettftextgradient.agjgd.org
- Refactored PHP code in examples for readability
- Added "Yellow to Green" example
- Lots of new files for various functions
- Intial release of imagettftextgradient