Skip to content

v2.2.1

Latest

Choose a tag to compare

@Addono Addono released this 13 Jan 16:25

Release Notes - Version 2.2.1

Overview

This release includes various enhancements, bug fixes, and dependency updates. Key highlights include the re-implementation of weekly "winners" tracking, updates to align with PHP 7.4, improvements to documentation, and modernization of CI and development environments.


Features

  • Weekly "Winners" Tracking
    • Re-implemented support for tracking the most frequent users in the past week. This feature was originally introduced in #48 but was reverted due to conflicts with existing functionality. It has now been refined and reintroduced. (7b8e01c)

Enhancements

  • Development Environment

    • Added a new docker-compose.dev.yml for development with additional tooling, including phpMyAdmin. (c291306)
  • PHP 7.4 Support

    • Upgraded Dockerfile to PHP 7.4 to address deprecations. (4fe3643)
    • Updated CI and Docker images documentation to reflect the shift to PHP 7.4. (bdcbe46)

Continuous Integration

  • Updated Cypress testing framework to version 13. (0cef141)
  • Improved CI workflows:
    • Allow manual dispatching of workflows. (900a420)
    • Fixed CI status badge in the README. (bae71db)
    • Updated Cypress action for integration tests. (229e7ff)

Bug Fixes

  • Resolved an error when retrieving the most recent transaction for users without prior transactions. (230afbc)
  • Fixed invocation issues with the removed docker-compose command in CI workflows. (4bbf6ba)

Dependency Updates

  • Indirect Dependencies:
    • path-parse updated from 1.0.6 to 1.0.7. (fa52083)
    • minimist updated from 1.2.5 to 1.2.8. (e26fdca)
    • qs updated from 6.5.2 to 6.5.3. (9cc0d3d)

Documentation Updates

  • Fixed the CI status badge in the README. (bae71db)
  • Removed a broken Codacy badge from the README. (9b3c6f4)
  • Updated instructions to reflect the removal of the deprecated docker-compose command. (c526b47)

Styling and Refactors

  • Adjusted styling in NGINX Dockerfile. (fdde451)
  • Removed deprecated version identifiers in docker-compose.yml. (efa1bac)

Versioning

  • Bumped project version to v2.2.1. (54fbbc9)

Thank you to all contributors for their efforts in making this release possible!

Full Changelog: v2.2.0...v2.2.1