# v2.0.6 (2026-04-15)
### Bug Fixes
* fix invalid URL after login when voting (2026-04-14)
**Changed Files:**
– src/Component/Voting/lib/Voting/DisplayButton/VoteDisplayButton.php
* fix possible PHP error (2026-04-14)
**Changed Files:**
– src/Component/View/lib/View/Helper/NavHelper.php
* fix possible PHP errors (2026-04-14)
**Changed Files:**
– src/Component/Calendar/lib/Calendar/FormField/SlotFormField.php
– src/Component/Entity/lib/Entity/EntityComponent.php
* fix SQL error when querying by on/off field (2026-04-14)
**Changed Files:**
– src/Component/Field/lib/Field/Type/BooleanType.php
* fix Ultimate Member integration not working (2026-04-13)
**Changed Files:**
– src/Component/Dashboard/lib/Dashboard/DashboardComponent.php
– src/Component/Dashboard/lib/Dashboard/Helper/SettingsFormHelper.php
– src/Component/Dashboard/lib/Dashboard/WordPress/AbstractProfile.php
* fix voting buttons not showing properly for guest (2026-04-14)
**Changed Files:**
– src/Component/Voting/assets/js/voting.js
### Formatting & Styling
* remove comments in code (2026-04-13)
**Changed Files:**
– src/Component/Entity/lib/Entity/SystemTool/RecountSystemTool.php
### Refactoring
* refactor report submission form code (2026-04-14)
**Changed Files:**
– src/Component/Voting/lib/Voting/Controller/VoteEntityForm.php
– src/Component/Voting/lib/Voting/Type/ReportType.php
* refactor Stripe webhook handling (2026-04-15)
**Changed Files:**
– src/Component/PaymentGateway/lib/PaymentGateway/Gateway/StripeGateway.php
