Open Food Network v2.6.1 Release Notes

Release Date: 2019-11-05 // over 4 years ago
  • ๐Ÿš€ This release makes various improvements to the admin section and software development tools. Some important fixes have also been done to handling of edge-case scenarios in pagination and in order cycles. You can also expect some additional performance improvements in this release.

    ๐Ÿฑ Thank you very much for your contributions, @agustinariq, @chaserx, @JacksonBates, @AndrewCleve, and @andrewjprice! ๐ŸŽ‰ ๐Ÿ˜ƒ

    โž• Added

    • โž• Add Rake task to remove the limit of enterprises a user can create #4400
    • โž• Add asterisks to required fields in New Order Cycle form #4359
    • โž• Add color to links in WYSIWYG editor in admin #4354
    • Add database indexes for order_cycle_id and distributor_id to spree_orders table #4398
    • โž• Add Rake task to remove an unused enterprise that doesn't have any entities associated to it #4402
    • โž• Add the full name of the customer in the orders list for better admin experience #4384

    ๐Ÿ”„ Changed

    • โšก๏ธ Update the edit button action on the admin/products page to open a new tab, in order to preserve filters on the products page. #4342
    • 0๏ธโƒฃ Set a default date range for the Orders and Fulfillment report #4327
    • โฌ†๏ธ Bump activerecord-import from 1.0.2 to 1.0.3 #4362
    • โฌ†๏ธ Bump fuubar from 2.4.1 to 2.5.0 #4414
    • โฌ†๏ธ Bump bugsnag from 6.12.1 to 6.12.2 #4405
    • โฌ†๏ธ Bump i18n-js from 3.3.0 to 3.4.0 #4373

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue with duplicate product names affecting shopfront pagination #4417
    • ๐Ÿ‘Œ Improve readability of README.md #4418
    • Product sub menu entries are now consistent in all pages under the Product menu #4394
    • ๐Ÿ›  Fixed OFN sample data script #4407
    • ๐Ÿšš When the supplier of a product is changed the product is automatically removed from all Order Cycles so that data remains consistent. The product can be manually re-added to the Order Cycle. #4376
    • Fixed a flaky test in product_importer_spec.rb #4390
    • ๐Ÿ›  Fixed missing translations in the admin edit order page and inventory page #4385, #4386

    โœ‚ Removed

    • โœ‚ Remove Option Types menu entry, this is a legacy feature from Spree that is not usable in OFN. #4397
    • ๐Ÿ‘‰ Make app and code simpler by removing unused feature "prototypes," a feature implemented in Spree but never used in OFN. #4395