Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream tag v4.3.3 #6

Open
wants to merge 1,242 commits into
base: instinct-dna
Choose a base branch
from
Open

Merge upstream tag v4.3.3 #6

wants to merge 1,242 commits into from

Conversation

aaronsmulktis
Copy link
Member

Upgrade to Spree 4.3

MatthewKennedy and others added 30 commits July 15, 2021 17:55
Add Store to StoreCredit association
The default Base#for_store should be always treated only as a fallback as it returns the object without previously attached scopes
Add additional associations to the Store model
…ountry

[SD-1367] Use store.default_country instead of deprecated one
* Associate taxonomies to store

* Revert taxons current_store changes from API::V1
…ral-on-chrome

Fix CSS causing drop-down to be off center on chrome.
rafalcymerys and others added 29 commits September 3, 2021 12:17
* Add service for associating carts

* Add endpoint for associating guest cart

* Update swagger docs

* Apply suggestions from code review

Co-authored-by: Damian Legawiec <[email protected]>

Co-authored-by: Damian Legawiec <[email protected]>
* Add endpoint for switching currencies

* Add documentation for change currency method
* Add filters meta to products response

* Cleanup structure

* Support multiple taxons

* Update namespace for filters

* Reuse presenters from spree core for filters

* Add stronger assertions in tests

* Fix support for multiple taxons
spree#11335)

* Added simple caching for Product#total_on_hand

Product cache key is busted when StockItem is changed

* Use cached Variant#in_stock? rather than querying DB

* Added caching to Variant#backorderable?

Also cache is busted when StockLocation is activated/de-activated
…n Panel (spree#11332)

* Remove hard association belongs to product.

* Fix collection.

* Test for flash message.

* Update backend/app/controllers/spree/admin/images_controller.rb

* Add spree.

* Update backend/app/controllers/spree/admin/images_controller.rb

* Add test for deleting image on none master variant.

* Add test to ensure the request can not destroy a variant image belonging to other store.

Co-authored-by: Damian Legawiec <[email protected]>
* Bump version to 4.3.0 🎊🎊🎊

* Update CHANGELOG.md
…spree#11595)

In spree#11363 there was an attempt to fix this issue. At that time the fix
only covered the case in which the `created_at` column already existed,
but it did not add a default value for timestamps in the `create_table`
block so that it is taken into account when the table does not exist at
all. This patch provides a default value also in that case.
[4.3] Fix CSRF security issue in adjustments admin panel
@aaronsmulktis aaronsmulktis self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.