Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

69 lines (49 loc) · 1.48 KB

Changelog

All Notable changes to laravel-invoice will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

2.0.2 - 2020-04-21

Added

  • Illuminate Support ^7.0

2.0.2 - 2020-04-14

Added

  • IsInvoiceable trait for "product" like models
  • findByInvoiceable() method for collecting invoices by invoiced models
  • findByRelated() method for collecting invoices by invoice receiver models
  • BaseModel created

2.0.1 - 2020-04-08

Changed

  • Version fixed in changelog
  • Test coverage

2.0.0 - 2020-04-08

Added

  • Bills for receiving invoices
  • Free or complimentary sale for invoice lines
  • Polymorphic customer and polymorphic product relationships
  • Service layer
  • Multiple tax for each invoice line
  • Supporting fixed or percentage tax
  • Configurable table names

Changed

  • Package name
  • File structure
  • Readme for new distribution

ATTENTION

To follow original repository, please see sandervanhooft/laravel-invoicable.

Former changes (changelog of original): CHANGELOG.md

TEMPLATE

## NEXT - YYYY-MM-DD

### Added
- for new features

### Changed
- for changes in existing functionality

### Deprecated
- for soon-to-be removed features

### Fixed
- for any bug fixes

### Removed
- for now removed features

### Security
- in case of vulnerabilities