Files
Chamilo/vendor/neutron/temporary-filesystem/CHANGELOG.md
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

944 B

CHANGELOG

  • 2.2.0 (2016-03-05)

    • Support Symfony with all 2.x LTS versions and 3.0, add big travis matrix (@patkar)
    • Update php unit to old stable (@patkar)
    • Test with lowest (security release) version and php 5.3 (@patkar)
    • Support PHP 5.6, 7.0, and HHVM and use docker with cache on travis (@patkar)
    • Composer cleanup, ignore lock file (@patkar)
  • 2.1.1 (2013-10-10)

    • Add a factory for the Manager
  • 2.1.0 (2013-08-06)

    • Use custom IOException instead of Symfony one.
    • Add a TemporaryFilesystemInterface.
    • Add optional directory prefix to createTemporaryDirectory.
    • Add temporary files manager.
  • 2.0.1 (2013-04-09)

    • Add TemporaryFilesystem::createTemporaryFile method
  • 2.0.0 (2013-04-08)

    • Switch from inheritance to composition design
    • Add TemporaryFilesystem::create method
    • Add TemporaryFilesystem::createTemporaryDirectory method
  • 1.0.0 (2012-11-02)

    • First tagged release