- ESI client version
0.27.0 - 2019-11-01
- Name comparison in ESI Class
- CCP Imageserver, we're using their new Image API now
0.26.7 - 2019-06-11
- Typo in cache key
- Hotfix for new ESI client and cache database table
0.26.6 - 2019-06-11
- Backwards compatibility with older ESI clients on update
0.26.5 - 2019-06-11
- Ship type to lost ship
- Code updated to work with the new release of the ESI Client
0.26.4 - 2019-02-01
- An issue that on rare occasions the database cache tables are not created properly after moving the WordPress installation and somehow losing the cache tables. Reactivating the plugin should do the trick now. (Issue #50)
- Number formatting for ISK lost to have it more accurate
0.26.3 - 2018-11-25
- Minimum needed ESI client version to the lastest version of the ESI client
0.26.2 - 2018-11-17
- EVE Time to kill, so you now see when it happened.
0.26.1 - 2018-10-08
- Check if ZipArchive is available to extract the ESI client zip or if we have to use PclZip
0.26.0 - 2018-10-06
- Esi client again, so I can use one for all my plugins and don't have to tweak it for every plugin individually
- Database names to fit in with WordPress' naming convention
- register_widget call made compatible for PHP 7.2 (create_function() is deprecated)
This update has some major code changes including changes on the database cache tables and the ESI client. If you run into troubles after this update, please try to deactivate and activate this plugin again. If this doesn't help feel free to get in touch with me on my Discord or open an Issue on Github
0.25.1 - 2018-10-02
- An error when final blow is a structure like a Citadel or similar, which prevented the widget from loading correctly
0.25.0 - 2018-09-30
- Namespaces to match WordPress's folder structure (Plugin » Plugins)
- Implemented a reset to defaults method in Swagger class to make ESI calls a bit easier to handle
- Esi client optimized for better data handling
0.24.1 - 2018-09-26
- Reintroduced cahing on calls to zKillboard API
0.24.0 - 2018-09-26
- Adapted to changes in zKillboard API
0.23.2 - 2018-09-15
- The way to fetch killmails from zKillboard has been improved. This should improve overall performance as well.
0.23.1 - 2018-09-14
- Activation hook is apparently not being fired on plugin update, so we have to apply a little workaround here. Thanks WordPress for removing that hook ...
0.23.0 - 2018-09-14
- Highlight for solo kills in zkillboard style
- Cache handling is now done with an own database table instead of WP transient cache. This should keep the wp_options table clean.
0.22.5 - 2018-09-10
- An issue with WordPress transient cache vs. jSon data ...
0.22.4 - 2018-09-10
- Calling the right RemoteHelper (Issue #33)
0.22.3 - 2018-09-10
- Names for transient cache
- Cache times for transient cache
After this update make sure you go to your widget settings and save it again. The way the widget settings are handled has been changed slightly to improve performance.
0.22.2 - 2018-09-10
- Some ESI calls that went wrong
0.22.1 - 2018-08-19
- Should have removed the right json_decode ...
0.22.0 - 2018-08-19
- A json_decode that was to much has been removed
- URL to CCP's image server
- Local image cache (doesn't work reliably on all machines)
0.21 - 2018-05-29
- Changed ESI URL to the new one
0.20 - 2018-04-24
- Adapted to zKillboard API changes
0.19 - 2018-01-04
- Plugin dir base name detection simplified
- Field name for corporation_name and alliance_name in ESI endpoints. Thanks CCP for changing them again :-(
0.18 - 2017-10-17
- Image API end point for render fixed (Really to many end points ....)
0.17 - 2017-10-17
- Image API end point for ships (To many end point that do te same here ...), and this time we have the right images for T2 ships :-)
0.16 - 2017-10-16
- Image API end point for ships
0.15 - 2017-10-06
- Pilot name for final blow is now displayed again
- Tooltip behaviour and CSS
0.14 - 2017-09-29
- Updated the code to the recent changes in field names and so on in the zKillboard API (thanks zkb dude ...)
0.13 - 2017-09-25
- Implemented a check if the cache might be empty, so redo it
- Additional check for CCPs strict mode, which is actually not so strict and still can give more than one result ... (CCPLEASE get your shit sorted ...)
- Positioning
0.12 - 2017-08-26
- Set different transient cache times for different API calls
- Renamed transient cache to build a common cache for my plugins that uses the same API calls
0.11 - 2017-08-24
- Moved cache directory to a more common place
0.10 - 2017-08-23
- Implemented a better check if we have a kill or a loss mail
- Missing
$args['after_widget']
added again
0.9 - 2017-08-21
- Pilot to the list of possible entities to select from
- Possibility to have multiple widgets for different entities (Pilot/Corp/Alliance)
- Complete rework of the API stuff. No more XML API calls. HOORAY \o/
0.8 - 2017-08-18
- Creation of cache directories
0.7.1 - 2017-08-18
- Excessively high cache time for ESI API information reduced from 3600 hours (108.3 days) down to 2 hours.
0.7 - 2017-08-18
- Image optimization for cached images
- max-width for images
- Switched codebase to short array syntax
- Last fragments of am earlier change
0.6 - 2017-08-13
- Codebase reorganized
0.5 - 2017-08-12
- Dropped an additional check that doesn't make sense for this plugin
- Tooltips
- Switched API calls to ESI API except one that the ESI doesn't support yet (CCPLEASE!)
0.4 - 2017-08-12
- Dummy Image optimized
- A lot of code optimizations
0.3.1 - 2017-08-11
- Usage of a wrong variable
- Ignoring NPC only killmails
0.3 - 2017-08-11
- Ship, corp and alliance images
- Prevent direct access to our classes
- Writing empty index.php files into our cache directories, so the directory listing doesn't work there
0.2 - 2017-08-11
- First "official" release
- Links to kill mails on zKillboard now open in a new browser tab
- This changelog :-)
- Dummy structure that will be replaced once the ajax call is made. (only in cache workaround mode)
v0.1 - 2017-08-10
- First "unofficial" release, still not considered final or stable or what ever :-)
- Sidebar Widget
- Widget configuration