Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
305 lines (237 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

305 lines (237 loc) · 14.8 KB

Change Log

[0.28.0]

Changed

  • ESI client version

0.27.0 - 2019-11-01

Full Changelog

Fixed

  • Name comparison in ESI Class

Changed

  • CCP Imageserver, we're using their new Image API now

0.26.7 - 2019-06-11

Full Changelog

Fixed

  • Typo in cache key
  • Hotfix for new ESI client and cache database table

0.26.6 - 2019-06-11

Full Changelog

Hotfix

  • Backwards compatibility with older ESI clients on update

0.26.5 - 2019-06-11

Full Changelog

Added

  • Ship type to lost ship

Changed

  • Code updated to work with the new release of the ESI Client

0.26.4 - 2019-02-01

Full Changelog

Fixed

  • 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)

Changed

  • Number formatting for ISK lost to have it more accurate

0.26.3 - 2018-11-25

Full Changelog

Changed

  • Minimum needed ESI client version to the lastest version of the ESI client

0.26.2 - 2018-11-17

Full Changelog

Added

  • EVE Time to kill, so you now see when it happened.

0.26.1 - 2018-10-08

Full Changelog

Changed

  • Check if ZipArchive is available to extract the ESI client zip or if we have to use PclZip

0.26.0 - 2018-10-06

Full Changelog

Changed

  • 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

Fixed

  • register_widget call made compatible for PHP 7.2 (create_function() is deprecated)

Additional Info

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

Full Changelog

Fixed

  • 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

Full Changelog

Changed

  • 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

Full Changelog

Fixed

  • Reintroduced cahing on calls to zKillboard API

0.24.0 - 2018-09-26

Full Changelog

Changed

0.23.2 - 2018-09-15

Full Changelog

Changed

  • The way to fetch killmails from zKillboard has been improved. This should improve overall performance as well.

0.23.1 - 2018-09-14

Full Changelog

Fixed

  • 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

Full Changelog

Added

  • Highlight for solo kills in zkillboard style

Changed

  • 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

Full Changelog

Fixed

  • An issue with WordPress transient cache vs. jSon data ...

0.22.4 - 2018-09-10

Full Changelog

Fixed

  • Calling the right RemoteHelper (Issue #33)

0.22.3 - 2018-09-10

Full Changelog

Fixed

  • Names for transient cache
  • Cache times for transient cache

Protip

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

Full Changelog

Fixed

  • Some ESI calls that went wrong

0.22.1 - 2018-08-19

Full Changelog

Changed

  • Should have removed the right json_decode ...

0.22.0 - 2018-08-19

Full Changelog

Fixed

  • A json_decode that was to much has been removed

Changed

  • URL to CCP's image server

Removed

  • Local image cache (doesn't work reliably on all machines)

0.21 - 2018-05-29

Full Changelog

Changed

  • Changed ESI URL to the new one

0.20 - 2018-04-24

Full Changelog

Changed

  • Adapted to zKillboard API changes

0.19 - 2018-01-04

Full Changelog

Changed

  • Plugin dir base name detection simplified

Fixed

  • Field name for corporation_name and alliance_name in ESI endpoints. Thanks CCP for changing them again :-(

0.18 - 2017-10-17

Full Changelog

Fixed

  • Image API end point for render fixed (Really to many end points ....)

0.17 - 2017-10-17

Full Changelog

Fixed

  • 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

Full Changelog

Fixed

  • Image API end point for ships

0.15 - 2017-10-06

Full Changelog

Fixed

  • Pilot name for final blow is now displayed again

Changed

  • Tooltip behaviour and CSS

0.14 - 2017-09-29

Full Changelog

Changed

  • 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

Full Changelog

Fixed

  • 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

Full Changelog

Changed

  • 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

Full Changelog

Changed

  • Moved cache directory to a more common place

0.10 - 2017-08-23

Full Changelog

Changed

  • Implemented a better check if we have a kill or a loss mail

Fixed

  • Missing $args['after_widget'] added again

0.9 - 2017-08-21

Full Changelog

Added

  • Pilot to the list of possible entities to select from
  • Possibility to have multiple widgets for different entities (Pilot/Corp/Alliance)

Changed

  • Complete rework of the API stuff. No more XML API calls. HOORAY \o/

0.8 - 2017-08-18

Full Changelog

Changed

  • Creation of cache directories

0.7.1 - 2017-08-18

Full Changelog

Fixed

  • Excessively high cache time for ESI API information reduced from 3600 hours (108.3 days) down to 2 hours.

0.7 - 2017-08-18

Full Changelog

Added

  • Image optimization for cached images
  • max-width for images

Changed

  • Switched codebase to short array syntax

Removed

  • Last fragments of am earlier change

0.6 - 2017-08-13

Full Changelog

Changes

  • Codebase reorganized

0.5 - 2017-08-12

Full Changelog

Changes

  • 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

Full Changelog

Changes

  • Dummy Image optimized
  • A lot of code optimizations

0.3.1 - 2017-08-11

Full Changelog

Fixed

  • Usage of a wrong variable
  • Ignoring NPC only killmails

0.3 - 2017-08-11

Full Changelog

Added

  • Ship, corp and alliance images

Changed

  • 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

Full Changelog

Changed

  • First "official" release
  • Links to kill mails on zKillboard now open in a new browser tab

Added

  • This changelog :-)
  • Dummy structure that will be replaced once the ajax call is made. (only in cache workaround mode)

v0.1 - 2017-08-10

Changed

  • First "unofficial" release, still not considered final or stable or what ever :-)

Added

  • Sidebar Widget
  • Widget configuration