-
Recent changes (not part of an official release yet)
- 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.
- Re-Create placeholder files (
index.html
and.gitkeep
), often used in Git repositories after thumbs cache has been cleaned. - Discovery feature does now validate the
href
attribute of links, when indexing the whole site. - Empty pages without any HTML output will no longer break the panel widget.
-
1.1.3
(2017/01/07)- 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
(2016/12/11)- Remove Whoops handler to restore Widget compatibility with Kirby 2.4.1.
-
1.1.1
(2016/11/27)- Fix path to panel JS
-
1.1.0
(2016/11/24)- Fix error with overridden optimizer options.
- Make
imagekit.lazy
overridable for single thumbnails
-
1.1.0-beta2
(2016/10/29)- 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.
- Widget API now displays more helpful errors in most situations (only browsers, that support the
-
1.1.0-beta1
(2016/09/21)- 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. - Compatibilitly: Widget should now work with Kirby 2.4-beta1
-
1.0.0
(2016/08/19)- 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
(2016/07/25)- 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’sMultiViews
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 …
- Changed Job-File Suffix: Pending thumbs aka placeholder files aka job files now have a suffix of
-
1.0.0-beta1
(2016/06/04)- First public release
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.