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

Releases: ppfeufer/eve-online-fitting-manager

0.18.0

Choose a tag to compare

@ppfeufer ppfeufer released this 29 Sep 12:27
91ab37b

[v0.18.0] - 2021-09-29

Changed

  • Required ESI Client version

0.17.0

Choose a tag to compare

@ppfeufer ppfeufer released this 04 May 22:06
f5431fe

Full Changelog

Added

  • Insurance panel to fitting detail page

Changed

  • Headline in Doctrine view is now also a breadcrumb navigation if current doctrine has parents
  • A lot of code cleanup
  • Minimum requirements (see README.md)

Removed

  • Faulty template setting removed (the plugin this was depending on got changed, and now it doesn't work anymore)

0.16.0

Choose a tag to compare

@ppfeufer ppfeufer released this 01 Nov 19:44
0e95e90

Full Changelog

Changed

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

0.15.0

Choose a tag to compare

@ppfeufer ppfeufer released this 20 Oct 12:42
16c44f9

Full Changelog

Added

  • Fleet Roles
  • Post title will now be set to "Shiptype, Fittingname" if left empty/blank on saving your post

0.14.5

Choose a tag to compare

@ppfeufer ppfeufer released this 31 Aug 13:28
76f131e

v0.14.5 - 2019-08-31

Full Changelog

Fixed

  • Parsing from items with old names failed to get a propper EVE item ID and stopped with a nasty error message. (Issue: #48)
  • Paresing of fittings that include [Empty High Slot] lines was broken and is now fixed as well. (Discovered while working on issue #48)

0.14.4

Choose a tag to compare

@ppfeufer ppfeufer released this 11 Jun 20:09
5d6b50b

Full Changelog

Fixed

  • Hotfix for new ESI client and cache database table

0.14.3

Choose a tag to compare

@ppfeufer ppfeufer released this 11 Jun 13:50
fa45f3c

Full Changelog

Hotfix

  • Backwards compatibility with older ESI clients on update

0.14.2

Choose a tag to compare

@ppfeufer ppfeufer released this 11 Jun 12:51
37feb00

Full Changelog

Changed

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

0.14.1

Choose a tag to compare

@ppfeufer ppfeufer released this 01 Feb 09:19
7144eb4

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.

0.14.0

Choose a tag to compare

@ppfeufer ppfeufer released this 27 Dec 14:38
05f357e

Full Changelog

This is a complete rewrite to utilize ESI, so there is no longer a need for a local EDK installation in order to get this plugin to work. Before you update, it is recommended that you backup your fittings you have already.

Added

  • ESI Client (#34)
  • Database cache table for market, so we don't pollute the wp_options table to much

Changed

  • EVE Central market API deactivated, since it's is still dead
  • EVE Marketer is now the default market API
  • Namespaces to match WordPress's folder structure (Plugin » Plugins)
  • Updated image server URL

Fixed

  • Formatted doctrine description

Removed

  • Osmium is long dead, time to remove it. RIP Osmium, you will be missed.
  • Image cache, to much hassle, let's just use CCP's image server instead