- Esi client version
v0.1-r20191102 - 2019-11-02
- CCP Image Server, this time for real ...
v0.1-r20191101 - 2019-11-01
- CCP Image Server
v0.1-r20190611.2 - 2019-06-11
- Hotfix for new ESI client and cache database table
v0.1-r20190611 - 2019-06-11
- WordPress deprecation notice for uppcoming WP 5.2 (Notice: login_headertitle is deprecated since version 5.2.0! Use login_headertext instead. Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead. in /var/www/ppfeufer/webroot/dev.ppfeufer.de/wordpress/wp-includes/functions.php on line 4699)
- Code updated to work with the new release of the ESI Client
v0.1-r20190330 - 2019-03-30
- Lightbox-Effect for (Gutenberg) gallery is now detecting the right image again when clicking on "previous".
- Deprecated warnings
v0.1-r20181226 - 2018-12-26
- Modal window capability for Gutenberg gallery
[latestblogposts]
shortcode to documentation
- Autoloading classes instead of including them individually
- Common ESI client integrated
- German translation
- MO Cache (not really needed)
- Support for older Internet Explorer (Version 9 and older)
v0.1-r20180823 - 2018-08-23
- Serving the font from the same server as the theme instead from google fonts server. GDPR Update!
v0.1-r20180709 - 2018-07-09
- Developer contact updated
- Discord server added to readme
- Code formatting
v0.1-r20180601 - 2018-06-01
- GPDR related checkbox to comment form (Issue: #24)
v0.1-r20180529 - 2018-05-29
- ESI URL to the new one
v0.1-r20180104 - 2018-01-04
- New background for the "Moon Mining Changes" expansion
- Field name for corporation_name and alliance_name in ESI endpoints. Thanks CCP for changing them again :-(
v0.1-r20170929 - 2017-09-29
- Removed link to EVE Gate from author credits since CCP shut down EVE Gate
- Implemented a check if the cache might be empty, so redo it
- getEveIdFromName method checks now if it got the right ID to the name ...
v0.1-r20170826 - 2017-08-26
- Moved cache directory to a more common place
- 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
v0.1-r20170822 - 2017-08-22
- Some
undefined variable
notices and broken avatars
v0.1-r20170821-2 - 2017-08-21
- Had to debug some stuff on a live environment during an update.
v0.1-r20170821 - 2017-08-21
- API calls to ESI, no more XML API ...
v0.1-r20170818 - 2017-08-18
- Switched to short array syntax in codebase
- More reliable way to create the cache directories
v0.1-r20170812 - 2017-08-12
- Cache time for remote images that are downloaded to be cached is now configurable
- Thumbnails to a more reasonable size
- Deactivated EncodeEmailAddresses class for the time being, due to an issue with the Retina Plugin
- No longer jumping to bootstrap tabs
- Hover state of subpage menu
- Category header image fixed
- Killboard widget, use the EVE Online Killboard Widget Plugin instead
v0.1-r20170719 - 2017-07-19
- Short "how to" on using Child Themes with this theme
- Plugin support for Categories Images
- Plugin support for EVE Online Fitting Manager for WordPress
- Changed some functions in functions.php to be able to be overwritten in a child theme.
- Removed themes's own security class from being automatically loaded and executed. Use a plugin for that, it's better that way and also protects you when you are no longer using this theme.
- Imagecache fixed, in case the image can't be downloaded, it will be taken from CCP's image server
- Fixed EVE Avatars in comments
- Removed the
[button]
shortcode, use the Bootstrap 3 Shortcodes for WordPress plugin instead, which better implements the bootstrap shortcodes. - Fixed the scroll issue when using bootstrap carousels
- Fixed the scroll issue when using bootstrap accordions
- Visualized an open menu in mobile nav also with the caret
v0.1-r20170630 - 2017-06-30
- Fixed carets in head and foot navigation, they don't belong there.
- Fixed removal of comments in output compression.
- Fixed cron job call for cleaning up the image cache. (Please deactivate the cron job in your theme's performance settings before updating to this version, in order to make sure the old and briken cron is removed properly)
- Moved the slider and headerimages from articles and pages into their own container "stage" for better accessability via CSS.
- Child Theming made easier
- Documentation updated
- Removed border from sidebar in mobile view
v0.1-r20170419 - 2017-04-19
- Cron and Image Cache via Theme Options (Design -> Options -> Performance Settings)
- Article Navigation for default posts
- Option to show the corporation logo on a corp page left from your text
- New Shortcodes: [contengrid] and [gridelement]
- First try on fome sort of documentation (See documentation folder)
- New widget: Childpages Submenu
- Fixed missing text domains for translations (If you guys have translation files for this theme, let me know)
- Fixed sidebar on blog index
- Changed theme credits in footer from statis text to an action that can be used (eve_online_theme_credits)
v0.1-r20170325 - 2017-03-25
- Minimum required WordPress Version: 4.7.0
- CacheHelper class
- Cron class
- Cron to clear image cache once every day to not litter thousands of images there
- Warp Bubbles and Engeniering Complexes added to the killboard Plugin
- Added "position" to columns shortcode, accepts "first" and "last" as parameter
- Missing clearfixes in the content areas
- Styled the author info for articles
- Fixed the CSS enqueue logic, so that Child Theming is possible without any weird hacks
- Sanitized and normalized some theme settings
v0.1-r20170307 - 2017-03-07
- CHANGELOG.md file to keep track of changes from now on
- New shortcode "[credits]" for article credits
- New shortcode "[latestblogposts]" (only use it at a static page, not in articles)
- Pagination for video galleries
- Filter to remove the version string from enqueued CSS and JS
- Imagecache for images fetched from CCP's imageserver
- Fixed a typo in themes version number, we had a 0 to much :-)
- Fixed the radio buttons in background settings so the are no longer ellipsoid
- Fixed an issue with the head menu disappearing in mobile view so you couldn't navigate any longer
- Structure names updated
- Deactivated HTML Minify for now, since there seems to be an issue with inline JS comments that are starting with //
- Deactivated zKillboard settings in killboard plugin for now to not confuse any one right now, it's still not implemented propperly
v0.1-r20170203 - 2017-02-03
- HTML minify class
- "minify HTML" as option to the theme options page
- CSS responsive style to mobile first as it makes things easier
v0.1-r20170127 - 2017-01-27
- First"official" release, still not considered final or stable or what ever :-)
- Major code cleanup