spree 4.7.3 → 4.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +63 -51
  3. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 652e2c154677cf9adedac5c0fa66e3d54001fc98c4188c5a866892923652507d
4
- data.tar.gz: 36907302494aebc0054f82dbbbe30e4cb05db9173180e63d9f69fe28fa597ebc
3
+ metadata.gz: bfb0ef4efbdaae3caaf140abc707e59fee6855285729df82c7d6f1e8fae6dbae
4
+ data.tar.gz: e658511227da936fe14b7a00a4230f22d55e06d871ad40f7850e0de889fb25e5
5
5
  SHA512:
6
- metadata.gz: 665a72f99e29b270e2c58670b170433a1a33862d84d8a97864ac2ff7add7bed1a3cc672b1331cf24030716cdc525ce58eed88bcef55994cc6d8eadc71195c33d
7
- data.tar.gz: ce95045d61aeca6f81f1018e19075fa5d4426401f9b126a10d85c0a8b55d173e19237d4642c3be8ab0ba24b35a1ea87fd1f01bf2f18ba0d273e96ff32d1893ca
6
+ metadata.gz: 58f2f7e2dba36f964b4680135c511ef35c05d60870e4785ff6b7a23c19f2458cca3d0187b1b31096ef2d3f1ba7c561277e0580336e8ae122d1672a9bd41c9c2a
7
+ data.tar.gz: cfe4900bf5617e9cc3b68296f581f9ca0b01dca233a0325ab1166c16ff8844a0d17ca380e192d4bbd7cbcc54ee78e6456896088c299dd6fa28aa48f6f4249e96
data/README.md CHANGED
@@ -1,19 +1,57 @@
1
- # [Spree Commerce](https://spreecommerce.org) [![Gem Version](https://badge.fury.io/rb/spree.svg)](https://badge.fury.io/rb/spree) [![Test Coverage](https://api.codeclimate.com/v1/badges/8277fc2bb0b1f777084f/test_coverage)](https://codeclimate.com/github/spree/spree/test_coverage)
2
-
3
- [![Github README - Header](https://github.com/spree/spree/assets/43988137/54768c5a-3d8f-48db-b965-f1cb96ed7f91)](https://github.com/spree/spree/releases/tag/v4.6.0)
4
-
5
- **Spree** is a headless open source e-commerce platform for global brands.
6
-
7
- * [Success Stories](https://spreecommerce.org/stories/)
8
- * [Integrations](https://spreecommerce.org/integrations/)
9
- * [Roadmap](https://github.com/spree/spree/milestones?direction=asc&sort=due_date&state=open)
10
- * [Join our Slack community](http://slack.spreecommerce.org/)
11
-
12
- ## Key Features
13
-
14
- * **[Headless Commerce](https://spreecommerce.org/use-cases/headless-ecommerce-api/)** - build mobile apps or custom storefronts in any technology, [JS/TS SDK available](https://github.com/spree/spree-storefront-api-v2-js-sdk)
15
- * **[PWA](https://spreecommerce.org/use-cases/spree-pwa-progressive-web-application/)** - offline shopping experiences like native mobile apps
16
- * **[Global Commerce](https://spreecommerce.org/use-cases/international-sales-demo/)** - multi currency and multi language support out of the box, different shipping methods / costs for different regions, advanced tax calculation
1
+ <p align="center">
2
+ <a href="https://spreecommerce.org">
3
+ <img src="docs/images/spree_header_978-2x.png" alt="Spree Commerce">
4
+ </a>
5
+
6
+ <h1 align="center">Spree Commerce</h2>
7
+
8
+ <p align="center">
9
+ Open Source e-commerce platform for global brands.
10
+ <br />
11
+ <br />
12
+ The best alternative to BigCommerce, Magento, Commerce Tools, etc.
13
+ <br />
14
+ Build any eCommerce solution that your business requires.
15
+ <br />
16
+ <br />
17
+ <a href="https://slack.spreecommerce.org">Slack</a>
18
+ ·
19
+ <a href="https://docs.spreecommerce.org">Documentation</a>
20
+ ·
21
+ <a href="https://spreecommerce.org">Website</a>
22
+ ·
23
+ <a href="https://github.com/spree/spree/milestones?direction=asc&sort=due_date&state=open">Roadmap</a>
24
+ </p>
25
+ </p>
26
+
27
+ <p align="center">
28
+ <a href="https://rubygems.org/gems/spree">
29
+ <img alt="Gem Total Downloads" src="https://img.shields.io/gem/dt/spree" />
30
+ </a>
31
+ <a href="https://slack.spreecommerce.org">
32
+ <img alt="Slack members" src="https://img.shields.io/badge/slack%20members-6.5K-blue" />
33
+ </a>
34
+ </p>
35
+
36
+ ## Getting Started
37
+
38
+ Visit the [Quickstart Guide](https://docs.spreecommerce.org/developer/getting-started) to set up Spree in 5 minutes.
39
+
40
+ ## Features
41
+
42
+ * **Composable**
43
+ * connect with your existing ecosystem, build custom workflows with ease
44
+ * [Storefront and Admin API](https://docs.spreecommerce.org/api-reference)
45
+ * Webhooks
46
+ * **Customizable and modular**
47
+ * pick and choose parts you want to use
48
+ * customize everything else (storefront, order processing, API, etc)
49
+ * **[Global Commerce](https://spreecommerce.org/use-cases/international-sales-demo/)**
50
+ * multi-currency
51
+ * multi-language
52
+ * full translation support for products, categories, and more
53
+ * different shipping methods / costs for different regions
54
+ * advanced tax calculation
17
55
  * **Multi-Store** - host multiple brands / stores on one Spree instance with different branding, configuration, payment methods, shipping options, product catalogs etc
18
56
  * **[Multi-vendor marketplace](https://spreecommerce.org/use-cases/multi-vendor-marketplace-demo/)** - run your own marketplace with multiple suppliers with dedicated Supplier Dashboard
19
57
  * **Responsive Admin Panel** - manage and curate products, users, orders, returns, shipments & more
@@ -22,49 +60,23 @@
22
60
  * **Payments** - over 30 payment provider integration out of the box plus API to integrate any other gateway
23
61
  * **Run everywhere** - cloud, VPS, Docker, Kubernetes
24
62
  * **Battle Tested** - used by thousands of merchants around the globe in all categories since 2007!
25
- * **Fully customizable** - pick and choose parts you want to use and customize everything else (storefront, order processing, API, etc) to create unique solutions that your business requires
26
- * **More features available via extensions** - dozens of extensions built by community, ready for use for free!
63
+ * **Extensions** adding new features to Spree
27
64
 
28
- ## Documentation
65
+ <a href="https://docs.spreecommerce.org/developer/getting-started">
66
+ <img src="docs/images/admin_panel_978-2x.png" alt="Spree Admin Dashboard" />
67
+ </a>
29
68
 
30
- * [Getting Started](https://dev-docs.spreecommerce.org/getting-started/installation)
31
- * [Developer Documentation](https://dev-docs.spreecommerce.org/)
32
-
33
- ## API
34
-
35
- * [API Reference](https://api.spreecommerce.org/)
36
- * [JavaScript / TypeScript SDK](https://github.com/spree/spree-storefront-api-v2-js-sdk)
37
-
38
- ## Contributing
69
+ ## Community & Contributing
39
70
 
40
71
  Spree is an open source project and we love contributions in any form - pull requests, issues, feature ideas!
41
72
 
42
- Please review the [Contributing Guide](https://dev-docs.spreecommerce.org/contributing/index) and see the list of our amazing [Contributors](https://github.com/spree/spree/graphs/contributors).
43
-
44
- ## Support
45
-
46
- Get Spree support on [Slack](https://spree-commerce.slack.com/join/shared_invite/zt-ico7d35e-OeoAYXKO8XNtrZR1ZvBb5A#/shared-invite/email) or directly through a form on our [website](https://spreecommerce.org/contact/).
47
-
48
- [![GitHub README - Spree Slack](https://github.com/spree/spree/assets/43988137/d0fc8423-5f38-4514-bfb1-c26eeb752639)](https://spree-commerce.slack.com/join/shared_invite/zt-ico7d35e-OeoAYXKO8XNtrZR1ZvBb5A#/shared-invite/email)
49
-
50
- ## Sponsored by
51
-
52
- ### Upside
53
- [![Github README Sponsor Upside](https://github.com/spree/spree/assets/43988137/8b0a50a8-640e-4561-b833-2ab6de2da68d)](https://upsidelab.io/)
54
-
55
- Upside is a leading software development consultancy that specializes in helping global digital commerce brands scale their technology. Upside provides a range of end-to-end software development services, making it a one-stop shop for all digital commerce technology needs.
56
-
57
- Visit the website: [upsidelab.io](https://upsidelab.io)
58
-
59
- ### Vendo
60
-
61
- [![Github README Sponsor Vendo](https://github.com/spree/spree/assets/43988137/7d0ab67c-7484-414d-bed4-156fcb00c149)](https://www.getvendo.com/)
73
+ Follow our [Contributing Guide](https://docs.spreecommerce.org/developer/contributing)
62
74
 
63
- Vendo helps your eCommerce brand to sell more and effortlessly through tens of super motivated influencers only at the cost of a sales commission.
75
+ [Join our Slack](https://slack.spreecommerce.org) to meet other community members.
64
76
 
65
- While getting your brand and all the products promoted for free to millions of social media followers interested in your products, Vendo automatically pulls and syncs your products and later pushes orders to your dashboard for fulfillment. No extra work.
77
+ ## Enterprise support
66
78
 
67
- 👉 [Get more sales now!](https://www.getvendo.com/vendo-seller-network)
79
+ [Contact us](https://spreecommerce.org/contact/) for enterprise support. We offer migration services, can help with custom development, launch your own Spree applications, optimize your Spree stack, etc.
68
80
 
69
81
  ## License
70
82
 
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: 4.7.3
4
+ version: 4.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Schofield
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-04-24 00:00:00.000000000 Z
12
+ date: 2024-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core
@@ -17,42 +17,42 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 4.7.3
20
+ version: 4.8.0
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: 4.7.3
27
+ version: 4.8.0
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: 4.7.3
34
+ version: 4.8.0
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: 4.7.3
41
+ version: 4.8.0
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: 4.7.3
48
+ version: 4.8.0
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: 4.7.3
55
+ version: 4.8.0
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
@@ -67,9 +67,9 @@ licenses:
67
67
  - BSD-3-Clause
68
68
  metadata:
69
69
  bug_tracker_uri: https://github.com/spree/spree/issues
70
- changelog_uri: https://github.com/spree/spree/releases/tag/v4.7.3
71
- documentation_uri: https://dev-docs.spreecommerce.org/
72
- source_code_uri: https://github.com/spree/spree/tree/v4.7.3
70
+ changelog_uri: https://github.com/spree/spree/releases/tag/v4.8.0
71
+ documentation_uri: https://docs.spreecommerce.org/
72
+ source_code_uri: https://github.com/spree/spree/tree/v4.8.0
73
73
  post_install_message:
74
74
  rdoc_options: []
75
75
  require_paths: