Skip to content

0.14.9

Compare
Choose a tag to compare
@gchtr gchtr released this 01 Mar 15:53
  • Added Timmy\Timmy::VERSION constant. You can use this to check Timmy’s version using version_compare() as soon as the upcoming new major version 1.0.0 is released:
    if ( version_compare( Timmy\Timmy::VERSION, '1.0.0', '<' ) ) {
        // Do something for Timmy versions < 1.0.0.
    }
  • Fixed a bug when Timmy tries to resize files that it shouldn’t, like video files. See #45.
  • Updated testing suite.
  • Updated composer/installers Composer dependency to allow versions ^1.0 and ^2.0.