Skip to content

Releases: friends-of-forkcms/fork-cms-module-compression

Release 4.0.2

21 Jul 23:58
Compare
Choose a tag to compare
  • Release it trigger workflow #12
  • Lock release-it to specific version 0771577

Release 4.0.1

09 Jun 00:18
Compare
Choose a tag to compare
  • Bugfix : installer removed comma #10
  • Add support for release-it a6a7746

Release v4.0.0

07 Jun 02:26
8ad74c8
Compare
Choose a tag to compare

Important changes

  • No longer located in the Settings panel. Settings panel is only needed to enter your API key. Module is located under the Modules tab.
  • Cleaned up the code
  • Using React and react-checkbox-tree to display a folder tree
  • Using SSE (Server-Sent Events), a fairly unknown way but much better than websockets to stream events from PHP to the frontend console window. And much better than the old solution of simple ajax calls and writing log output to a cache file...
  • Using a simple Guzzle-based http client to make compression requests, as the tinify/tinify lib and older versions have some issues #8
  • Rewrite database logic to Doctrine (compression history)
  • Add more tests!
  • Add Github Actions for unit tests
  • Add Github Actions for php-cs

Release v3.0.0

19 Oct 13:44
68bb46e
Compare
Choose a tag to compare

This module now works in Fork CMS 5.*

Release v2.0.0

19 Jun 16:24
Compare
Choose a tag to compare

Upgraded to Fork CMS v4 with Twig template support

Release v1.2.0

29 May 16:12
Compare
Choose a tag to compare

Compatible with Fork CMS 3.8.X - 3.9.X