-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.0 #929
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fixed a bug where route search ignores flag for 'shortest/secure' route search requests
- BC Break: Core _PHP_ framework + dependencies moved into `composer.json` and are no longer part of this repo - Upgraded some 3rd party _Composer_ dependencies: `monolog/monolog`, `swiftmailer/swiftmailer`, `league/html-to-markdown`, `react/socket`, `react/promise-stream` - Fixed a bug where `/setup` throws HTTP `5xx` error if no `pathfinder` DB exists - Fixed compatibility issue with PHP `v7.4`, closed #887
…espace for all _PF_ related scripts is `Exodus4D\Pathfinder` - BC Break: Project folder structure changed. Removed `app/main` dir. - BC Break: Core _PHP_ framework + dependencies moved into `composer.json` and are no longer part of this repo
…espace for all _PF_ related scripts is `Exodus4D\Pathfinder` - BC Break: Project folder structure changed. Removed `app/main` dir. - BC Break: Core _PHP_ framework + dependencies moved into `composer.json` and are no longer part of this repo
…espace for all _PF_ related scripts is `Exodus4D\Pathfinder`
- Upgraded "[_pathfinder_esi_](https://github.com/exodus4d/pathfinder_esi)" Web API client`v1.3.2` → `v2.0.0` - Fixed a js bug where current active(selected) system becomes deselected after system was dragged on map - Fixed a js bug where new auto mapped systems (e.g. after jump) were positioned outside current map scroll viewport - Fixed a js bug where map sync failed after map tabs switch - Fixed blurry map when map zoom was changed - Fixed multiple minor JS bugs where map render/update failed
…lib `v0.5.1` → `v0.6.4` - Fixed some UI issues mapped systems that have active pilots in - Fixed some memory leaks where Charts don´t get destroyed properly
…d of redirecting the user to `/login` page, closed #894
…e" in C4 Shattered whs, closed #902
- Upgraded "[_Select2_](https://select2.org/)" js lib `v4.0.6-rc.1` → `v4.0.13` - Fixed some issues where changed map settings (e.g. "share") do not get updated/stored, closed #889, closed #925 - Moved ajax endpoints for map create/update/delete into `/Api/Rest/` dir - Minor UI improvements for "manual dialog" (fixed pixelated text)
- Fixed visible paginate buttons in local overlay
Update lists of signatures for WH classes
- Fixed some bugs ("infinite scroll" in select options) in "_Select2_" js plugin
…tion no longer requires a Git acc. Package will be installed from [packagist.org/packages/exodus4d/pathfinder_esi](https://packagist.org/packages/exodus4d/pathfinder_esi)
- Fixed some broken endpoint URLs (case sensitive)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking changes:
v7.1
→v7.2
composer.json
and is no longer part of this repoExodus4D\Pathfinder
app/main
dirFeatures:
Improvements:
node-sass
) → replaced Compass Compass deprecated - move to libsass? #917Upgrades:
bcosca/fatfree-core
,exodus4d/pathfinder_esi
,monolog/monolog
,swiftmailer/swiftmailer
,league/html-to-markdown
,react/socket
,react/promise-stream
v3.2.0
→v4.0.0
v0.5.1
→v0.6.4
v4.0.6-rc.1
→v4.0.13
Fixes:
/login
page Error 403: Forbidden #894v7.4
Error with PHP 7.4.0 #887/setup
throws HTTP5xx
error if nopathfinder
DB found