Skip to content

Commit e3f5a70

Browse files
committed
re ordered packages within the changelog
1 parent 7a762af commit e3f5a70

File tree

1 file changed

+47
-46
lines changed

1 file changed

+47
-46
lines changed

CHANGELOG.md

Lines changed: 47 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -165,23 +165,36 @@ therefore being able to further customize which actions apply to each row
165165
- now uses an `Enum` for the upgrade status table header
166166

167167
**PRIVATE REPOS:**
168-
#### webshop-commercial
169-
- moved email template notification table in the partials folder
170-
- refactored the event listener to async and notification to sync
171-
- updated 'pay later' orders storing process
172-
- added missing providers
173-
- added missing column to the migration file
174-
- updated migration payment method column
175-
- removed leftover provider inclusion
176-
- fixed not translated / hard coded text in the blade templates
177-
- updated model as per latest contract updates
178-
- added shipping changes partial template
179-
- updated contract implementations
180-
- updated webshop dependency version
181-
- corrected `PaymentIntent` callback due to flawed refactor
182-
- various other fixes and refactor
183-
- added functionality to generate a Sale Payment when client makes a successful card payment
184-
- removed the `paid` column from the `webshop_orders` table & refactored as required
168+
169+
#### commercial
170+
- added invoice issued event
171+
- updated the Sale & Sale return templates regarding the address select
172+
- removes unused traits in `SaleInvoiceIssued` event
173+
- small refactor
174+
- added missing client order ref in the Sale form template
175+
- added `update` & `delete` policies to all line types; improved line update time limit handling
176+
- added check when creating a sale payment to ensure the sale is not already linked to a payment
177+
178+
#### discounts
179+
- small refactor in the `SaleDiscountFor` dynamic method
180+
181+
#### emag
182+
- updated Sale form template regarding the address select
183+
- removed customizations to the Sale form & table regarding `client_order_reference` as they're no longer required
184+
- updated the `EmagPayments` import
185+
- added new functionality to fetch a product picture for products with valid Emag offers
186+
187+
#### financials
188+
- updated invoiceable entity info to use the billing address; client invoice now support dynamic relations
189+
- added generic invoice imports to the package
190+
- updated all package index tables to include record create/update timestamp & user information
191+
- added a new `Online` payment type
192+
- implemented conditional action for client payment (receipt) printing
193+
194+
#### inventory
195+
- added `available()` method on the `Stock` model
196+
- small refactor
197+
- added a new `StockUpdated` event and a product `emitStockUpdated` method
185198

186199
#### webshop
187200
- improved internet explorer warning
@@ -225,35 +238,23 @@ therefore being able to further customize which actions apply to each row
225238
- added a new publish command, that publishes the compiled package assets
226239
- small product card manufacturer logo render improvement
227240

228-
#### emag
229-
- updated Sale form template regarding the address select
230-
- removed customizations to the Sale form & table regarding `client_order_reference` as they're no longer required
231-
- updated the `EmagPayments` import
232-
- added new functionality to fetch a product picture for products with valid Emag offers
233-
234-
#### commercial
235-
- added invoice issued event
236-
- updated the Sale & Sale return templates regarding the address select
237-
- removes unused traits in `SaleInvoiceIssued` event
238-
- small refactor
239-
- added missing client order ref in the Sale form template
240-
- added `update` & `delete` policies to all line types; improved line update time limit handling
241-
- added check when creating a sale payment to ensure the sale is not already linked to a payment
242-
243-
#### financials
244-
- updated invoiceable entity info to use the billing address; client invoice now support dynamic relations
245-
- added generic invoice imports to the package
246-
- updated all package index tables to include record create/update timestamp & user information
247-
- added a new `Online` payment type
248-
- implemented conditional action for client payment (receipt) printing
249-
250-
#### inventory
251-
- added `available()` method on the `Stock` model
252-
- small refactor
253-
- added a new `StockUpdated` event and a product `emitStockUpdated` method
254-
255-
#### discounts
256-
- small refactor in the `SaleDiscountFor` dynamic method
241+
#### webshop-commercial
242+
- moved email template notification table in the partials folder
243+
- refactored the event listener to async and notification to sync
244+
- updated 'pay later' orders storing process
245+
- added missing providers
246+
- added missing column to the migration file
247+
- updated migration payment method column
248+
- removed leftover provider inclusion
249+
- fixed not translated / hard coded text in the blade templates
250+
- updated model as per latest contract updates
251+
- added shipping changes partial template
252+
- updated contract implementations
253+
- updated webshop dependency version
254+
- corrected `PaymentIntent` callback due to flawed refactor
255+
- various other fixes and refactor
256+
- added functionality to generate a Sale Payment when client makes a successful card payment
257+
- removed the `paid` column from the `webshop_orders` table & refactored as required
257258

258259
### Upgrade steps
259260

0 commit comments

Comments
 (0)