spree

An open source eCommerce platform giving you full control and customizability. Modular and API-first. Build any eCommerce solution that your business requires. Developed by @vendo-dev

OTHER License

Downloads
4
Stars
12.9K
Committers
1.1K

Bot releases are visible (Hide)

spree - Version 4.0.4

Published by damianlegawiec about 4 years ago

⚠️ This security release is recommended for all Spree 4.0 installations ⚠️

Fixes security issue ensuring that doorkeeper_token is valid when authenticating requests in API v2 calls

spree - Version 3.7.11

Published by damianlegawiec about 4 years ago

⚠️ This security release is recommended for all Spree 3.7 installations ⚠️

Fixes security issue ensuring that doorkeeper_token is valid when authenticating requests in API v2 calls

spree - Version 4.1.10

Published by damianlegawiec about 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

API

spree - Version 4.2.0.beta

Published by damianlegawiec about 4 years ago

spree - Version 4.1.9

Published by damianlegawiec about 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Core

spree - Version 4.1.8

Published by damianlegawiec about 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Core

Storefront

API

spree - Version 4.1.7

Published by damianlegawiec over 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Core

Storefront

API v2

spree - Version 4.1.6

Published by damianlegawiec over 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Core

Storefront

API

spree - Version 4.1.5

Published by damianlegawiec over 4 years ago

This release contains a small number of fixes to make Spree compatible with Ruby 2.7 🚀

Still, the minimum ruby version requirement is Ruby 2.5.

spree - Version 4.1.4

Published by damianlegawiec over 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Storefront

Admin Panel

Core

spree - Version 4.1.3

Published by damianlegawiec over 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Storefront

spree - Version 4.1.2

Published by damianlegawiec over 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Storefront

Admin Panel

spree - Version 4.1.1

Published by damianlegawiec over 4 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Storefront

Core

Full changelog

https://github.com/spree/spree/compare/v4.1.0...v4.1.1

spree - Version 4.1.0

Published by damianlegawiec over 4 years ago

Major/New Features

Spree 4.1 comes with a completely new mobile-first ultra-fast Storefront which you can easily customize to your brand or business requirements. The new Storefront UI was open-sourced by Spark Solutions team built upon experiences from dozens of eCommerce projects. Special thanks go to Matthew Kennedy for helping out!

Demo

Try it for yourself, check out this fashion site demo: demo.spreecommerce.org

Mobile-first Storefront

We've redesigned the Storefront UI from scratch for the mobile. Fully responsive layout with mobile and tablet devices in mind. We've implemented all the best practices making it pretty and useful for the end-users.

iPhone, Android, iPad, desktop - no matter the device, the new storefront is ready to handle all of those, out of the box!

Easy customization

The new Spree UX is fully customizable so feel free to tweak it to your needs: the overall styling (colors, fonts, roundings, borders), header, footer, placeholder images and text, SEO settings.

To help you customize your eCommerce platform we’ve prepared:

Blazing fast performance

Performance is one of the leading factors in eCommerce conversion rates and SEO traffic. It was one of our goals to reduce page views loading times and make the UI snappy and responsive.

We've optimized both frontend and the backend. Eliminating n+1 queries, implementing full page caching, improving JavaScript evaluation time - it all resulted in amazing Google lighthouse scores, even on low performance hosting options and with poor mobile internet connections.

This leads to more conversions, more organic search traffic, more sales and more market value brought to the business owners.

SEO and structured data

We've greatly improved SEO support by implementing JSON-LD and OpenGraph support. At the same time keeping in line with all the SEO best practices to make your storefront no 1 in search results.

Turbolinks - single-page application without the hassle

Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework.

Of course, you can still combine it with React, Vue or Angular!

Easy migration path

Just follow Follow 4.0 to 4.1 upgrade guide to upgrade your current store to the new UI.

Contact

Feel free to reach out with questions or support requests,

This new Spree UX will be improved and optimized even more. We very much welcome your feedback and suggestions.

About Spark Solutions

Spark Solutions is a software development agency specialized in Ruby on Rails, Spree Commerce and Javascript development. We’ve been leading Spree open-source efforts since 2016 as its core team. We also do client work. Our project teams consist of UX and UI designers, Software Engineers, Testers and Project Managers practicing agile project delivery. We’ll integrate our team with yours to jointly architect, deliver, maintain and scale the software products you need. You drive the project with requirements and acceptance testing and we help you deliver faster using industry-standard project management and comms best practices.

Installation

Add Spree gems to Gemfile

gem 'spree', '~> 4.1'
gem 'spree_auth_devise', '~> 4.1'
gem 'spree_gateway', '~> 3.7'

Run bundle install

Note: if you run into Bundler could not find compatible versions for gem "sprockets": error message, please run

bundle update

Use the install generators to set up Spree

rails g spree:install --user_class=Spree::User
rails g spree:auth:install
rails g spree_gateway:install

Upgrade

Follow 4.0 to 4.1 upgrade guide

Full Changelog

You can view the full changes using Github Compare.

spree - Version 4.1.0.rc3

Published by damianlegawiec over 4 years ago

spree - Version 4.1.0.rc2

Published by damianlegawiec over 4 years ago

spree - Version 4.1.0.rc1

Published by damianlegawiec over 4 years ago

spree - Version 4.0.3

Published by damianlegawiec almost 5 years ago

This security release is recommended for all Spree 4.0 installations

Fixes security issue with API v2 Order information https://github.com/spree/spree/pull/9662/commits/72e1d4427f3b214eda6e3931b335556ac2202105

An attacker could expose Order information using brute force to guess Order numbers. This patch fixes it by requiring Order token to obtain Order information from API v2 Order Status endpoint.

spree - Version 3.7.10

Published by damianlegawiec almost 5 years ago

This security release is recommended for all Spree 3.7 installations

Fixes security issue with API v2 Order information https://github.com/spree/spree/pull/9662/commits/72e1d4427f3b214eda6e3931b335556ac2202105

An attacker could expose Order information using brute force to guess Order numbers. This patch fixes it by requiring Order token to obtain Order information from API v2 Order Status endpoint.

spree - Version 3.7.9

Published by damianlegawiec almost 5 years ago

This patch release contains bug fixes backported from the master branch. We'd like to thank all the contributors who made this happen 👍

Core

Package Rankings
Top 0.96% on Rubygems.org
Top 3.46% on Proxy.golang.org
Top 17.05% on Npmjs.org