Skip to content

Releases: mautic/Transifex-API

5.0.0

Choose a tag to compare

@escopecz escopecz released this 28 Nov 10:38
170ee80

The Transifex API v2 will stop working in November 30 2022. This version implements the Transifex API v3.

https://mautic.atlassian.net/browse/TPROD-346

These changes are needed for mautic/mautic#11724

This release removes endpoints that the Mautic project do not use as we have no resources to maintain all the endpoints. Support for other endpoints can be added any time. As this is a major release and can contain breaking changes!

This PR is also moving the scattered docs into Readme.md with useful examples.

4.1.0

Choose a tag to compare

@dennisameling dennisameling released this 05 May 15:45
5dca817

Explicitly declares PHP 8 support 🚀

4.0.0

Choose a tag to compare

@escopecz escopecz released this 07 Jan 08:43
caa46c6

Mautic forked the library. The breaking change is:

  • Namespace was renamed from BabDev/* to Mautic/*.

Other improvements:

  • Added PHPSTAN as dev dependency.
  • PHPSTAN and CS Fixer added into Travis CI as separate jobs.
  • Added composer command aliases to simplify running the test tools.