Skip to content

Commit

Permalink
Changed the minimal Enum requirement to v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 29, 2024
1 parent 47319bc commit b5ca1b9
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
Thank you for your contributions.
days-before-pr-stale: 90
days-before-pr-close: 3
stale-pr-label: 'wontfix'

2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- Upgraded to Konekt Address, Customer and User modules to v3
- Removed the Vanilo v2 `Framework` namespace compatibility layer
- Added the `currency` field to the orders table
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-pdo": "*",
"doctrine/dbal": "^3.5.1",
"laravel/framework": "^10.38.2",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"konekt/concord": "^1.13",
"spatie/laravel-medialibrary": "^10.0",
"cviebrock/eloquent-sluggable": "^10.0|^11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Adjustments/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- Added the `mapInto()` method to the `RelationAdjustmentCollection` class, which forwards the call to the underlying Eloquent collection
- BC: Added the `deleteByType()` method to the `AdjustmentCollection` interface + both implementation

Expand Down
2 changes: 1 addition & 1 deletion src/Adjustments/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.38.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Cart/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- BC: Changed the `CheckoutSubjectItem` interface into Configurable & Schematized

## 3.x Series
Expand Down
2 changes: 1 addition & 1 deletion src/Cart/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- BC: Added the `?CheckoutSubject` return type to the `getCart()` method of the `Checkout` interface
- BC: The unused `$config` parameter has been removed from the `RequestStore` checkout driver constructor
- BC: Changed `Checkout::getShippingAddress()` return type to be nullable
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"laravel/framework": "^10.38.2",
"vanilo/support": "^4.0",
"vanilo/contracts": "^4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/MasterProduct/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- Added the `Stockable` interface to the `MasterProductVariant` Model
- Added the `backorder` field to product variants

Expand Down
2 changes: 1 addition & 1 deletion src/MasterProduct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"cviebrock/eloquent-sluggable": "^10.0",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Order/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- Upgraded to Konekt Address and User modules to v3
- Added the `currency` field to the orders table
- BC: Changed the `OrderItem` interface into Configurable
Expand Down
2 changes: 1 addition & 1 deletion src/Order/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/address": "^3.0",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"konekt/laravel-migration-compatibility": "^1.6",
"konekt/user": "^3.0",
"laravel/framework": "^10.38.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- BC: Changed the `PaymentMethod` interface into Configurable
- Deprecated the `PaymentMethod::getConfiguration()` in favor of `configuration()`

Expand Down
2 changes: 1 addition & 1 deletion src/Payment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Product/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- Added the `Stockable` interface to the Product Model
- Added the `backorder` field to products

Expand Down
2 changes: 1 addition & 1 deletion src/Product/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"konekt/enum-eloquent": "^1.9",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Shipment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Dropped Enum v3 Support
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed minimal Enum requirement to v4.1
- Changed minimal Enum requirement to v4.2
- Added `isZoneRestricted()` & `isNotZoneRestricted()` helper methods to the `ShippingMethod` class
- BC: Changed the ShippingFeeCalculator, Carrier and Shipment interfaces to Configurable & Schematized

Expand Down
2 changes: 1 addition & 1 deletion src/Shipment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/address": "^2.8",
"konekt/concord": "^1.13",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"konekt/laravel-migration-compatibility": "^1.6",
"laravel/framework": "^10.38.2",
"vanilo/contracts": "^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Taxes/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Upgraded to Konekt Address v3
- Added PHP 8.3 Support
- Changed minimum Laravel version to v10.38.2
- Changed the minimal Enum requirement to v4.1
- Changed the minimal Enum requirement to v4.2
- BC: Changed the `TaxRate` interface so that it extends the `Configurable` interface
- Added the `type` field to the TaxCategory model
- Added the `Taxable` interface
Expand Down
2 changes: 1 addition & 1 deletion src/Taxes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.2",
"konekt/concord": "^1.13",
"konekt/address": "^3.0",
"konekt/enum": "^4.1",
"konekt/enum": "^4.2",
"konekt/laravel-migration-compatibility": "^1.6",
"vanilo/contracts": "^4.0",
"vanilo/support": "^4.0",
Expand Down

0 comments on commit b5ca1b9

Please sign in to comment.