You are here

CHANGELOG.txt in MimeDetect 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
- Source code reformatted to match with standards.
- Some bug fixes.


-- MimeDetect 7.x-1.1, 2017-02-28 --

- Added a simple file upload validator (as a submodule) for D6 upgrade and
  provide a basic functionality.
- Added a new full settings form.
- MIME type detection engines can now be enabled or disabled individually.
- Improved installation and status messages.
- Removed the bundled 'magic' file. Now default mime information is taken from
  system or PHP fileinfo.


-- MimeDetect 7.x-1.0, 2017-02-26 --

- Better documentation.
- Issue #2685545 by daria.a: Fixed deprecated function: Function split() is
  deprecated in mimedetect_mime()


-- MimeDetect 7.x-1.0-beta1, 2011-11-21 --

- Issue #1332960 by pillarsdotnet: The mimedetect_mime() function assumes a
  $file->filepath property, but it does not exist.
- Issue #660748 by jbrown: Admin page needs to be in different section for D7.
- Issue #306217 by seaneffel: Improve trouble shooting documentation.
- Issue #306217 by guix and drewish: Add variable to specify magic file path.


-- MimeDetect 7.x-1.0-dev, 2009-04-15 --

- Initial 7.x version

File

CHANGELOG.txt
View source
  1. - Source code reformatted to match with standards.
  2. - Some bug fixes.
  3. -- MimeDetect 7.x-1.1, 2017-02-28 --
  4. - Added a simple file upload validator (as a submodule) for D6 upgrade and
  5. provide a basic functionality.
  6. - Added a new full settings form.
  7. - MIME type detection engines can now be enabled or disabled individually.
  8. - Improved installation and status messages.
  9. - Removed the bundled 'magic' file. Now default mime information is taken from
  10. system or PHP fileinfo.
  11. -- MimeDetect 7.x-1.0, 2017-02-26 --
  12. - Better documentation.
  13. - Issue #2685545 by daria.a: Fixed deprecated function: Function split() is
  14. deprecated in mimedetect_mime()
  15. -- MimeDetect 7.x-1.0-beta1, 2011-11-21 --
  16. - Issue #1332960 by pillarsdotnet: The mimedetect_mime() function assumes a
  17. $file->filepath property, but it does not exist.
  18. - Issue #660748 by jbrown: Admin page needs to be in different section for D7.
  19. - Issue #306217 by seaneffel: Improve trouble shooting documentation.
  20. - Issue #306217 by guix and drewish: Add variable to specify magic file path.
  21. -- MimeDetect 7.x-1.0-dev, 2009-04-15 --
  22. - Initial 7.x version