Skip to content

Releases: solidusio/solidus

v1.3.0.rc1

06 Jun 22:02
v1.3.0.rc1
1d08239
Compare
Choose a tag to compare
v1.3.0.rc1 Pre-release
Pre-release
Version v1.3.0.rc1

v1.3.0.beta1

25 Apr 22:28
Compare
Choose a tag to compare
v1.3.0.beta1 Pre-release
Pre-release

This is a beta release, there may some incompatible changes before the final release. Ongoing development is in the v1.3 branch.

v1.3.0.beta1 on rubygems

v1.0.6

23 Mar 22:31
Compare
Choose a tag to compare

v1.2.2

07 Mar 22:15
Compare
Choose a tag to compare

This is a patch release, stores should be able to upgrade from v1.2.x without any compatibility problems.

  • Fixed several issues with the taxon tree page
    • Fixed issues adding new taxons
    • Re-added a the "add child" button
    • Fixed an issue when the solidus engine was not mounted at /
  • Fixee an issue when Spree::TaxRate.adjust was called with a mixed set of items (both LineItem and Shipment)

v1.2.1

23 Feb 17:15
Compare
Choose a tag to compare

This release fixes multiple security vulnerabilities. Details can be found on the solidus-security mailing list.

v1.1.3

23 Feb 17:15
Compare
Choose a tag to compare

This release fixes multiple security vulnerabilities. Details can be found on the solidus-security mailing list.

v1.0.5

23 Feb 17:15
Compare
Choose a tag to compare

This release fixes multiple security vulnerabilities. Details can be found on the solidus-security mailing list.

v1.2.0

26 Jan 23:31
Compare
Choose a tag to compare

Submitted for your consideration, Solidus 1.2.0

This is a minor release of Solidus, the most major change is the location of the admin navigation, which is now on the left. It also contains many bug fixes and improvements.

Full list of changes
Rubygems

  • Admin menu has been moved from top of the page to the left side.
  • Submenu items are accessible from any page. See the wiki
    for more information and instructions on upgrading.
  • Solidus_auth_devise
    should be updated to '~> 1.3' to support the new menu.
  • Added optional styles to the admin area to advance admin rebrand.
    To use the new colors, add @import 'spree/backend/themes/blue_steel/globals/_variables_override';
    to your spree/backend/globals/variables_override. After changing this file you might need to run rake tmp:clear
  • Added a style guide for html and css in the admin. Can be found at /admin/style_guide #602
  • Removed deface requirement from core

Projects and extensions which rely on deface will need to add it explicitly
to their dependencies.

  • testing_support/capybara_ext.rb no longer changes capybara's matching
    mode to :prefer_exact, and instead uses capybara's default, :smart.

You can restore the old behaviour (not recommended) by adding
Capybara.match = :prefer_exact to your spec_helper.rb.

More information can be found in capybara's README

  • Fixed a bug where sorting in the admin would not save positions correctly.
    #632
  • Included (VAT-style) taxes, will be considered applicable if they are
    inside the default tax zone, rather than just when they are the defaut tax
    zone. #657
  • Update jQuery.payment to v1.3.2 (from 1.0) #608
  • Removed Order::CurrencyUpdater. #635
  • Removed Product#set_master_variant_defaults, which was unnecessary since master is build with is_master already true.
  • Improved performance of stock packaging #550 #565 #574
  • Replaced admin taxon management interface #569
  • Fix logic around raising InsufficientStock when creating shipments. #566

Previously, InsufficientStock was raised if any StockLocations were fully
out of inventory. This was incorrect because it was possible other stock
locations could have fulfilled the inventory. This was also incorrect because
the stock location could have some, but insufficient inventory, and not raise
the exception (an incomplete package would be returned). Now the coordinator
checks that the package is complete and raises InsufficientStock if it is
incomplete for any reason.

  • Support sprockets-rails 3.0 and greater

v1.1.2

22 Jan 21:42
Compare
Choose a tag to compare

This is a patch release fixing an incompatibility with the latest jquery-rails, which includes jQuery 1.12.0.

  • Remove jquery-mirate from backend, which caused errors when used with jQuery 1.12 #691

v1.0.4

22 Jan 21:42
Compare
Choose a tag to compare

This is a patch release fixing an incompatibility with the latest jquery-rails, which includes jQuery 1.12.0.

  • Remove jquery-mirate from backend, which caused errors when used with jQuery 1.12 #691