This repository was archived by the owner on Feb 16, 2024. It is now read-only.
Releases: pwweb/laravel-core
Releases · pwweb/laravel-core
👮♂️ Security fixes
- Added password to the
hidden
array for the User model - Removed the
composer.lock
file from the repo
Security Update and Bug Fix Model Use
- Update laravel/framework to 8.24.0
- Update all references to
use Eloquent as Model;
touse Illuminate\Database\Eloquent\Model as Model;
Security Update and Adjustments to Tax Rates
- Fix security vulnerability by pinning laravel/framework >= 8.22.1
- Add virtual column to tax rates table to calculate the decimal equivalent of the tax rate i.e. 20% => 0.20
Republishing of the migrations will be necessary and running the migrations will be necessary for the tax rate changes.
Changes to interfaces etc
0.3.4-beta Updated Readme to standardise
Corrections to the new Exchange Rates
Merge pull request #50 from pwweb/analysis-BM2vaV Apply fixes from StyleCI
Addition of Exchange Rates
Added the tables for exchange rates.
Extended Graphql schema for all models.
Bug fixes from merging the localisation
0.3.1-beta Update menu directive.
v0.3.0-beta - Localisation & Core Merged
This is a possible breaking change in the sense that the localisation package has been merged. This requires testing and there will be some "modifications" needed for applications that use this package.
Bug fix in Breadcrumbs
Merge pull request #37 from pwweb/analysis-9meDJl Apply fixes from StyleCI
0.2.1-beta
Upgrade to Laravel 8.0 and above