Releases: cp6/my-idlers
Releases · cp6/my-idlers
v3.0
3.0 28th December 2024
Updated PHP version to 8.3
Updated Laravel version to ^11
Updated composer package versions
Updated routes into middleware grouping for auth
Updated login and register forms
Updated servers, shared, reseller and domains pages to use Datatables
Added icons to back and submit button components
Added icon button to shared and reseller create pages
Added several updated OS versions to OsSeeder
Added Font awesome Brands webfont
Added IP whois data columns to the ips table
Added IP whois data fetching and updating DB
Added Note to API
Fixed OS icons not loading in servers index page
Fixed Settings being called without being created (existing)
Fixed issue with OS: Call to a member function toJson() on array
Fixed due in (days) column showing a massive float
Removed 1 user being seeded
Removed doctrine/dbal
V2.3.2
2.3.2 26th September 2023
- Added tabs to the homepage for stats and avg summary cards
- Added Geekbench 6 columns to YABS table
- Added Geekbench 6 insert from YABS result
- Updated YABS insert to include Geekbench 5 results also
- Updated server show page and public show to display Geekbench 6 values
- Updated tests to pass
- Updated footer to only have one conditional check for the setting
- Updated homepage table to be rounded
- Fixed setting causing a fail with validation
- Fixed pricing cache not being refreshed
- Fixed object being accessed instead of array for certain models
- Removed unused Vue component
V2.3.1
V2.3
V2.2.1
V2.2
V2.1.9
V2.1.8
V2.1.8 20th October 2022
- Added & implemented details footer blade component
- Added new index layout
- Updated domains, misc, reseller, seedboxes and shared use new index layout
- Updated validation for store and update
- Updated
updatePricing()
to not need$as_usd
parameter - Updated labels assigned insert
- Updated order/sort by methods for pricing related columns
- Removed add YABs button on servers index page
V2.1.7
V2.1.7 13th October 2022
- Added default order by (Change this in settings)
- Added dual success & error response alert component
- Added new response alert component into views
- Added input parameters for compareYabs()
- Updated and fixed server_type and virt mix-ups
- Updated views title @section layout
- Updated cache timeframes
- Updated RouteServiceProvider::HOME for '/'
- Updated the server choose compare method
- Fixed update server ssh port
- Fixed server due in X days being null
- Removed unused with 'labels.label' in queries
- Removed unused welcome and dashboard views
- Removed dashboard redirect to / from routes file
- Removed now unused success & error alert components
v2.1.6
v2.1.6 22th September 2022
Changelog:
- Removed old method and functions for adding a YABS result
- Fixed YABS JSON parser disk being the ram value
- Fixed YABS JSON parser disk conversion (MB & GB)
- Fixed YABS JSON parser RAM conversion (MB & GB)
- Fixed OS icons for server index page (showing wrongly)
- Added custom HTTP error pages
- Updated yabs table for gb5 values to be nullable
- Updated error alert component
- Updated posting YABS now clears relevant caches
- Updated models and controllers to use first()
- Update yabs compare view blade for nullable values
Ensure you run
php artisan migrate
php artisan route:cache
php artisan cache:clear