Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

44 lines (37 loc) · 2.55 KB

Changelog

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.

v1.0.4 (November 22, 2022)

  • 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 with ISSUE_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

v1.0.3 (June 4, 2018)

  • 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

v1.0.2 (April 10, 2018)

  • Fixed typos & formatting errors

v1.0.1 (April 9, 2018)

  • 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

v1.0.0 (March 17, 2017)

  • Intial release of imagettftextgradient