Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Releases: pwweb/laravel-core

👮‍♂️ Security fixes

11 Apr 12:32
Compare
Choose a tag to compare
Pre-release
  • 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

19 Feb 13:10
Compare
Choose a tag to compare
Pre-release
  • Update laravel/framework to 8.24.0
  • Update all references to use Eloquent as Model; to use Illuminate\Database\Eloquent\Model as Model;

Security Update and Adjustments to Tax Rates

20 Jan 09:41
Compare
Choose a tag to compare
  • 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

04 Dec 11:30
Compare
Choose a tag to compare
Pre-release
0.3.4-beta

Updated Readme to standardise

Corrections to the new Exchange Rates

08 Nov 18:02
f60d6b1
Compare
Choose a tag to compare
Pre-release
Merge pull request #50 from pwweb/analysis-BM2vaV

Apply fixes from StyleCI

Addition of Exchange Rates

08 Nov 16:37
Compare
Choose a tag to compare
Pre-release

Added the tables for exchange rates.
Extended Graphql schema for all models.

Bug fixes from merging the localisation

02 Nov 17:47
Compare
Choose a tag to compare
Pre-release
0.3.1-beta

Update menu directive.

v0.3.0-beta - Localisation & Core Merged

01 Nov 15:56
Compare
Choose a tag to compare

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

10 Oct 15:49
a04b0e8
Compare
Choose a tag to compare
Pre-release
Merge pull request #37 from pwweb/analysis-9meDJl

Apply fixes from StyleCI

0.2.1-beta

02 Oct 13:08
Compare
Choose a tag to compare
0.2.1-beta Pre-release
Pre-release

Upgrade to Laravel 8.0 and above