Releases: AmpersandHQ/magento2-disable-stock-reservation
Releases · AmpersandHQ/magento2-disable-stock-reservation
1.3.2
1.3.1
What's Changed
- Check if getCanBackInStock by @robsoned in #131
- Respect
"Set Items' Status to be In Stock When Order is Cancelled" = "No"
flag to prevent items being returned
- Respect
- Prevent the need for source selection when shipping via Admin by @convenient in #127
New Contributors
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Add test for #69 - Test order shipments are valid when zero stock by @convenient in #110
- Test 2.4.6-p2 by @convenient in #123
- Fix cancelling an order with missing
order_sources
data by @convenient in #124
Full Changelog: 1.2.9...1.3.0
1.2.9
What's Changed
- Fix
is_in_stock
not being handled properly withback_to_stock
on refunds by @convenient in #120
Full Changelog: 1.2.8...1.2.9
1.2.8
What's Changed
- Run tests against 2.4.6-p1 by @convenient in #119
- Fix edge case canceling an order with a deleted product by @convenient in #118
Full Changelog: 1.2.7...1.2.8
1.2.7
What's Changed
- Remove plugin that will prevent double quantity refund by @markfischmann in #93
- Drop support for magento 2.3
New Contributors
- @markfischmann made their first contribution in #93
Full Changelog: 1.2.6...1.2.7
1.2.6
What's Changed
- Filter sources based on sku by @barryvdh in #114
- Update SourceRepository.php to return stock to relevant stock source by @peekarboo in #113
- Update variable type by @ahasAmp in #99
New Contributors
Full Changelog: 1.2.5...1.2.6
1.2.5
What's Changed
- Add missing
db_schema_whitelist.json
by @convenient in #111
Full Changelog: 1.2.4...1.2.5
1.2.4
What's Changed
- Adds plugin to ensure InventoryInStorePickupSales shipment can be sent with qty is 0, solves part of issue #69, and all of #108 by @waleedbasit in #109
New Contributors
- @waleedbasit made their first contribution in #109
Full Changelog: 1.2.3-p1...1.2.4
1.2.3-p1
No functional changes in this tag, making sure its tagged with updated testing so we can better support changes going forward.
What's Changed
- Refactor testing structure and setup by @convenient in #103
Full Changelog: 1.2.3...1.2.3-p1