Kirby Imagekit Versions Save

Asynchronous thumbnail creation and optimization for Kirby 2

1.1.3

7 years ago
  • Add redirect detection to Widget API, so the indexing feature works with templates, that only send a redirect to the browser instead of showing content.

1.1.2

7 years ago
  • Remove Whoops handler to restore Widget compatibility with Kirby 2.4.1.

1.1.1

7 years ago
  • Fix wrong path of Widget JS file

1.1.0

7 years ago
  • ImageOptimization: ImageKit can now utilize mozjpeg, pngquant, optipng, jpegtran and gifsicle to optimize your images, resulting in much faster loading times.
  • Better Error-Handling: Detection of out-of-memory errors is more reliable now.
  • Improved Widget: Most errors are now recoverable and the confirm dialog is now displayed as an overlay.

1.1.0-beta2

7 years ago
  • Widget API now displays more helpful errors in most situations (only browsers, that support the foreignContent feature of SVG. Currently, most browsers will still only show the old error (but looks great in Firefox).
  • Widget Errors are now recoverable. You don’t have to reload the panel any more, if a server-side error occurs.
  • Better integration with Whoops for error-handling for the panel widget.
  • Confirm dialog for clearing thumbs folder is not displaying as overlay, rather than as system dialod. Supports ESC key for cancel and ENTER for confirming the action.

1.1.0-beta1

7 years ago
  • Optimization: ImageKit is now capable of applying several optimizations to your images, using popular command-line tools.
  • Better Error Handling: The ComplaingThumb class now handles out-of-memory errors more reliable.

1.0.0

7 years ago
  • Release! Initial version of the plugin is now final. Licenses are availabel at my store.
  • Bugfix: Fix handling of images that are located at the top-level of the content directory.

1.0.0-beta2

7 years ago
  • Changed Job-File Suffix: Pending thumbs aka placeholder files aka job files now have a suffix of -imagekitjob.php instead of .imagekitjob.php. This fixes errors with Apache’s MultiViews feature (read explanation). You should clear your thumbs folder after upgrading.
  • Error Handling: ImageKit now tries it’s best to show you if there was an error in the thumbnail creating process. The widget is now able to display errors and if thumbnail creation failed, an error image is returned instead of nothing.
  • Discovery Feature: The widget now scans your whole site for thumbnails, so you don’t have to open every page manually.
  • Widget Code: The widget logic has been improved on both the server and the client side for better extensibility.
  • Widget UI: Added text underneath the progress bar to give the user a better understanding of what the widget is currently doing. Added animation while the progress bar is visible. If an operation is cancelled, Widget UI is now blocked until another operation can be started.
  • Permissions: The widget now shows an error message when the user has been logged out. The widget is now accessible for all logged-in panel users by default.
  • Refactoring: The whole plugin has been refactored here and there …

1.0.0-beta1

7 years ago
  • First public release