spree 5.3.0 → 5.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +30 -27
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60f8d86d98b0bcd689e459447f3d2499d5b7757a3c4310b3352148d7dd02b838
|
|
4
|
+
data.tar.gz: b7a662b7ab796dba84cd384600fdb2ea88f19852678fb03b12a4fe62cc6f31a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b65437230699703ed9b5d8958634581373081672530ffcc622715f5e1ce52954b496926212f35c53eb67d95bb1fcf8a4ed5489867097daa958ff2a71ed4fa084
|
|
7
|
+
data.tar.gz: bd075fcbc2ec4f40d66c8f049ef9964ca81aff4e492714189bddf398b2127b1e5b3bdbe32f30e519e6f97dd85ddec8768761771143c228025af89daa87eb1cde
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://spreecommerce.org">
|
|
3
|
-
<img alt="Spree Commerce - an open source eCommerce platform" src="https://
|
|
3
|
+
<img alt="Spree Commerce - an open source eCommerce platform" src="https://raw.githubusercontent.com/spree/spree/e4ee6636d9a31c73761b0c76662d15b0f9899ecb/docs/images/Spree%20Commerce%20open-source%20eCommerce%20platform%20API%20headless%20Next.js.webp">
|
|
4
4
|
</a>
|
|
5
5
|
|
|
6
6
|
<h1 align="center">Spree Commerce</h2>
|
|
@@ -11,21 +11,17 @@
|
|
|
11
11
|
Build any eCommerce solution that your business requires.
|
|
12
12
|
<br />
|
|
13
13
|
<br />
|
|
14
|
-
<a href="https://spreecommerce.org/announcing-spree-5-the-biggest-open-source-release-ever/">Spree 5</a>
|
|
15
|
-
·
|
|
16
14
|
<a href="https://spreecommerce.org">Website</a>
|
|
17
15
|
·
|
|
18
16
|
<a href="https://spreecommerce.org/docs/">Documentation</a>
|
|
19
17
|
·
|
|
20
|
-
<a href="https://
|
|
18
|
+
<a href="https://spreecommerce.org/docs/developer/getting-started/quickstart">Quickstart Guide</a>
|
|
21
19
|
·
|
|
22
|
-
<a href="https://github.com/spree/
|
|
20
|
+
<a href="https://github.com/spree/spree/milestones?direction=asc&sort=due_date&state=open">Roadmap</a>
|
|
23
21
|
·
|
|
24
|
-
<a href="https://
|
|
22
|
+
<a href="https://slack.spreecommerce.org">Slack</a>
|
|
25
23
|
·
|
|
26
24
|
<a href="https://spreecommerce.org/enterprise/">Enterprise</a>
|
|
27
|
-
·
|
|
28
|
-
<a href="https://github.com/spree/spree/milestones?direction=asc&sort=due_date&state=open">Roadmap</a>
|
|
29
25
|
</p>
|
|
30
26
|
</p>
|
|
31
27
|
|
|
@@ -46,16 +42,9 @@ Copy and paste the following command to your terminal to set up Spree in 5 minut
|
|
|
46
42
|
bash -c "$(curl -fsSL https://spreecommerce.org/install)"
|
|
47
43
|
```
|
|
48
44
|
|
|
49
|
-
If you prefer to install Spree manually, you
|
|
45
|
+
If you prefer to install Spree manually, you may follow the [Quickstart Guide](https://spreecommerce.org/docs/developer/getting-started/quickstart).
|
|
50
46
|
|
|
51
|
-
Make sure to check out
|
|
52
|
-
* [New Spree Installer CLI](https://spreecommerce.org/docs/developer/getting-started/quickstart) — spin up a project in seconds, with recommended defaults.
|
|
53
|
-
* Spree Generators — instantly scaffold models, admin dashboard components, and boilerplate.
|
|
54
|
-
* [End-to-End Spree Tutorial](https://spreecommerce.org/docs/developer/tutorial/introduction) — taking beginners from zero to production-ready Spree developers.
|
|
55
|
-
* [Storefront on Tailwind 4](https://spreecommerce.org/docs/developer/upgrades/5.1-to-5.2#update-storefront-to-tailwind-v4-or-stay-on-v3) — build modern, responsive storefronts using the latest Tailwind CSS.
|
|
56
|
-
* [Admin SDK Enhancements](https://spreecommerce.org/docs/developer/admin/components#admin-components) — improved [Navigation](https://spreecommerce.org/docs/developer/admin/navigation) system, [Component](https://spreecommerce.org/docs/developer/admin/components) library, and [Form Builder](https://spreecommerce.org/docs/developer/admin/form-builder) for rapid admin UI development.
|
|
57
|
-
* [Spree Dev Tools Gem](https://spreecommerce.org/docs/developer/tutorial/testing) — write automated tests faster with opinions, helpers, and best practices built in.
|
|
58
|
-
* [AI Tool Integrations](https://spreecommerce.org/docs/developer/contributing/developing-spree#using-ai-tools-for-development) — import Spree-optimized Cursor/Claude rules to streamline agentic coding workflows.
|
|
47
|
+
Make sure to check out **Spree 5** announcement below and the latest [Spree 5.3 release](https://github.com/spree/spree/releases/tag/v5.3.0).
|
|
59
48
|
|
|
60
49
|
If you like what you see, consider giving Spree a GitHub star :star:
|
|
61
50
|
|
|
@@ -73,21 +62,35 @@ Thank you for supporting Spree open-source :heart:
|
|
|
73
62
|
|
|
74
63
|
[](https://spreecommerce.org/announcing-spree-5-the-biggest-open-source-release-ever/)
|
|
75
64
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
65
|
+
[Spree 5](https://spreecommerce.org/announcing-spree-5-the-biggest-open-source-release-ever/) is the most feature-packed open-source release in Spree Commerce's history — transforming the platform into an API-first, developer-friendly, enterprise-grade eCommerce solution that still adheres to its open-source roots.
|
|
66
|
+
|
|
67
|
+
**Spree 5 packs a punch with:**
|
|
68
|
+
|
|
69
|
+
- **Admin Dashboard** — Completely new Admin Dashboard built with Tailwind CSS, Admin SDK with Tables DSL, staff management with role-based permissions
|
|
70
|
+
- **Pricing & Promotions** — Flexible Pricing Engine with regional/B2B/wholesale pricing out of the box, Customer Groups, Gift Cards, and enhanced Promotions UI
|
|
71
|
+
- **Products & Catalog** — Metafields for custom data without migrations, CSV importer/exporter, Digital products, Product Tags, Bulk operations UI
|
|
72
|
+
- **Checkout & Payments** — Stripe, Adyen, Payment Links, Wallet payments (Apple Pay/Google Pay), Buy Now Pay Later, Bank & SEPA payments
|
|
73
|
+
- **Integrations & Extensibility** — Event Bus with Subscribers, Webhooks 2.0 with admin UI, native integrations (Google Analytics 4, GTM, Klaviyo)
|
|
74
|
+
- **Developer Experience** — New CLI Installer, code generators, LSP editor integrations, Claude Code/Cursor AI integrations
|
|
75
|
+
|
|
76
|
+
Upcoming **Spree 5.4** expands the platform's reach to JavaScript developers with:
|
|
77
|
+
|
|
78
|
+
- **New REST API** — ~10x faster than API v2, built for simplicity and performance
|
|
79
|
+
- **TypeScript SDK** — First-class developer experience with full type safety
|
|
80
|
+
- **Next.js Starter Kit** — Production-ready headless storefront powered by the new API
|
|
81
|
+
|
|
82
|
+
Read the [full Spree 5.3 announcement here](https://spreecommerce.org/announcing-spree-commerce-5-3-with-price-lists-customer-groups-new-admin-tools/).
|
|
82
83
|
|
|
83
|
-
|
|
84
|
+
To install Spree check out this [Quickstart Guide](https://spreecommerce.org/docs/developer/getting-started/quickstart).
|
|
84
85
|
|
|
85
|
-
|
|
86
|
+
[View the latest Releases](https://github.com/spree/spree/releases) ·
|
|
87
|
+
[View the Roadmap](https://github.com/orgs/spree/projects) ·
|
|
88
|
+
[Get Enterprise Support](https://spreecommerce.org/get-started/)
|
|
86
89
|
|
|
87
90
|
## Enterprise support
|
|
88
91
|
|
|
89
92
|
[Contact us](https://spreecommerce.org/get-started/) for enterprise support and custom development services. We offer:
|
|
90
|
-
* expert delivery of your Spree
|
|
93
|
+
* expert delivery of your Spree project,
|
|
91
94
|
* migrations and upgrades,
|
|
92
95
|
* optimizing your Spree stack.
|
|
93
96
|
|
|
@@ -190,7 +193,7 @@ Follow our [Contributing Guide](https://spreecommerce.org/docs/developer/contrib
|
|
|
190
193
|
|
|
191
194
|
## Contact
|
|
192
195
|
|
|
193
|
-
[Contact us](https://spreecommerce.org/
|
|
196
|
+
[Contact us](https://spreecommerce.org/get-started/) and let's go!
|
|
194
197
|
|
|
195
198
|
## Developed by
|
|
196
199
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.3.
|
|
4
|
+
version: 5.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Schofield
|
|
@@ -17,42 +17,42 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 5.3.
|
|
20
|
+
version: 5.3.1
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 5.3.
|
|
27
|
+
version: 5.3.1
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: spree_api
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
32
|
- - '='
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 5.3.
|
|
34
|
+
version: 5.3.1
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 5.3.
|
|
41
|
+
version: 5.3.1
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: spree_cli
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
46
|
- - '='
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 5.3.
|
|
48
|
+
version: 5.3.1
|
|
49
49
|
type: :runtime
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
53
|
- - '='
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 5.3.
|
|
55
|
+
version: 5.3.1
|
|
56
56
|
description: A complete open source e-commerce solution with multi-store, multi-currency
|
|
57
57
|
and multi-language capabilities
|
|
58
58
|
email: hello@spreecommerce.org
|
|
@@ -70,9 +70,9 @@ licenses:
|
|
|
70
70
|
- BSD-3-Clause
|
|
71
71
|
metadata:
|
|
72
72
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
|
73
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v5.3.
|
|
73
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v5.3.1
|
|
74
74
|
documentation_uri: https://docs.spreecommerce.org/
|
|
75
|
-
source_code_uri: https://github.com/spree/spree/tree/v5.3.
|
|
75
|
+
source_code_uri: https://github.com/spree/spree/tree/v5.3.1
|
|
76
76
|
rdoc_options: []
|
|
77
77
|
require_paths:
|
|
78
78
|
- lib
|
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
version: '0'
|
|
89
89
|
requirements:
|
|
90
90
|
- none
|
|
91
|
-
rubygems_version: 4.0.
|
|
91
|
+
rubygems_version: 4.0.3
|
|
92
92
|
specification_version: 4
|
|
93
93
|
summary: A complete open source e-commerce solution
|
|
94
94
|
test_files: []
|