Recent Releases of openfoodnetwork
openfoodnetwork - v5.0.24 Pasta
What's Changed
User-facing changes 👀
- Reset stock for absent products in DFC catalog by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13191
- [Enterprise Fees] Keep fees on product when a product is removed from the order cycle by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13240
- Allow producer to edit their products on hubs' orders by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13113
Technical changes 🛠️
- Remove accidental line from schema by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13254
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.23...v5.0.24
Consumption - Agriculture and Nutrition
- Ruby
Published by chahmedejaz 5 days ago

openfoodnetwork - v5.0.23 Lupin-bean Hummus
What's Changed
User-facing changes 👀
- Fixes button staying disabled after report fail by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13243
- [FF] Add option to display customer contact details to suppliers in reports by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13192
- Email header: Improve logo, resizing and styles by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13216
Technical changes 🛠️
- Fix Rubocop InverseOf offense in Order model by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13247
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.22...v5.0.23
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 12 days ago

openfoodnetwork - v5.0.22 Vegan Naan
What's Changed
User-facing changes 👀
- Add basque language by @mcmpp in https://github.com/openfoodfoundation/openfoodnetwork/pull/13229
- Fix: Admin visiting non-existent enterprise raises error by @Tresor11 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13224
API changes ⚠️
- [API change] Remove unused ProductStock concern by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13235
Technical changes 🛠️
- Adds tests to recent reply_to email changes by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13230
- Bump rspec-sql from 0.0.2 to 0.0.3 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13234
- Alert us to deprecation warnings by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13236
- Fixes rubocop offense inverse_of on payment model by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13239
- Fetch variant enterprise fees from order lineitems adjustments #11529 by @abdulazizali77 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13084
- Fixes some Rails InverseOf offenses by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13226
- Correct rubocop Style/* offenses by @chitty in https://github.com/openfoodfoundation/openfoodnetwork/pull/13231
New Contributors
- @mcmpp made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/13229
- @Tresor11 made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/13224
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.21...v5.0.22
https://rainbowplantlife.com/vegan-naan/
Consumption - Agriculture and Nutrition
- Ruby
Published by chahmedejaz 18 days ago

openfoodnetwork - v5.0.21 Lentil & broccoli tacos
What's Changed
User-facing changes 👀
- [DFC Orders] Sync remote products when order cycle opens by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13167
- Add a 'reply to' email address to some more emails by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13176
- Fix expand notes field when editing order by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13214
Experimental features for testing 🚧
- Feature toggle option to open admin dashboard in same tab @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13143
- We are trialling UX improvements and have created an option to change the navigation menu link behaviour. See Feature toggles.
Technical changes 🛠️
- Gracefully handle product missing from catalog by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13207
- Autocorrect rubocop offenses Style/RedundantAssignment and Style/RedundantArgument by @chitty in https://github.com/openfoodfoundation/openfoodnetwork/pull/13227
- [Enterprise fees] Add system testing for various enterprise fees by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13228
- Bump puma to v6.5.0 by @chitty in https://github.com/openfoodfoundation/openfoodnetwork/pull/13233
- Fixes Rails TimeZone rubocop offenses by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13223
New Contributors
- @chitty made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/13227
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.20...v5.0.21
https://bojongourmet.com/wp-content/uploads/2017/07/Smoky-Lentil-Tacos.jpg
taken from: https://bojongourmet.com/smoky-lentil-tacos/
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 27 days ago

openfoodnetwork - v5.0.20 Shawarma
🎉 Special thanks to @cyrillefr for contributing to the completion of this large list of RuboCop issues in #12330! 🚀👏
Please note that a bug in the previous release has been removed.
What's Changed
User-facing changes 👀
- [Bug fix] Revert "Update line items enterprise fee instead of deleting and recreating " by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13218
- Rescue from invalid DFC catalog URLs by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13182
- Fix obscure issue when choosing payment method in checkout by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13197
API changes ⚠️
- Update images in DFC product import on URL change by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13153
Technical changes 🛠️
- Fixes some rubocop linting offenses - part IV by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13209
- Ensure tests run with specified locale by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13210
- Categorise breaking-change labels in release notes by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13201
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.19...v5.0.20
Shawarma is a popular Middle Eastern street food made from marinated meat (typically chicken, beef, or lamb) that is stacked on a vertical rotisserie and slow-cooked as it turns. The outer layers are shaved off and served in a warm pita or flatbread, often with toppings like garlic sauce, tahini, pickles, and fresh vegetables. It's known for its rich, spiced flavor and juicy texture, making it a favorite fast-food dish worldwide.
https://en.wikipedia.org/wiki/Shawarma
Consumption - Agriculture and Nutrition
- Ruby
Published by chahmedejaz about 1 month ago

openfoodnetwork - v5.0.19 Caramel Fudge
!! ⚠️ Do not use this release, It contains a S1 bug https://github.com/openfoodfoundation/openfoodnetwork/issues/13217 where supplier fees are applied to the all products !!
What's Changed
User-facing changes 👀
- Update line items enterprise fee instead of deleting and recreating by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13144
Technical changes 🛠️
- Fixes some rubocop linting offenses - part III by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13199
- Fail Reviewdog Rubocop check on any found issues by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13196
- Make sure the first page load is complete before updating database by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13200
- Ensure we test for the right text after AJAX loads filters by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13202
Dependencies 📦
- chore(deps): bump trix from 2.1.12 to 2.1.13 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13203
- chore(deps): bump @babel/runtime from 7.15.3 to 7.26.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13204
- chore(deps): bump @babel/helpers from 7.21.5 to 7.26.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13205
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.18...v5.0.19
Fudge is a type of confection that is made by mixing sugar, butter, and milk. It has its origins in the 19th century United States, and became popular in American women's colleges in the late 19th century. Fudge can come in a variety of flavorings depending on the region or country it was made; popular flavors include fruit, nut, chocolate, and caramel.
https://en.wikipedia.org/wiki/Fudge
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook about 1 month ago

openfoodnetwork - v5.0.18 Creme Caramel
What's Changed
User-facing changes 👀
- Remove true as select default first option by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13171
- Speed up super admin dashboard by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13147
- Add shipment state to OC customer totals report by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13187
- Page is redirected to root after login from shopfront page by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13189
Technical changes 🛠️
- Fixes some rubocop linting offenses by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13178
- Add task to reset database with sample data by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13183
- Fixes some rubocop linting offenses - part II by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/13186
Dependencies 📦
- chore(deps): bump @hotwired/turbo from 8.0.12 to 8.0.13 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13184
- chore(deps-dev): bump pretty-quick from 4.0.0 to 4.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13194
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.17...v5.0.18
Crème caramel, flan, caramel pudding, condensed milk pudding or caramel custard is a custard dessert with a layer of clear caramel sauce.
https://en.wikipedia.org/wiki/Cr%C3%A8me_caramel
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug about 2 months ago

openfoodnetwork - v5.0.17 Cake
What's Changed
User-facing changes 👀
- Align inputs on orders list and adjust position of checkboxes for reports by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13156
- [DFC Orders] Select/deselect all on DFC Product Import by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13168
- Create styled email for reset password instructions by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13157
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.16...v5.0.17
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 about 2 months ago

openfoodnetwork - v5.0.16 Falafel with jam
What's Changed
User-facing changes 👀
- Quick beautification of test email by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13158
- Fix order of line item based report rows by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13154
- Add shipping method and shipment state to packing reports by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13160
- Autoremove/update item from the cart if stock changed during checkout by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13121
- Add a 'reply to' email address where it makes sense and has been missing by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13139
- Direct people to refresh OIDC connection when needed by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13126
- Fix reset stock when importing DFC products by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13151
API changes ⚠️
- Add DFC product groups with variants by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13148
Technical changes 🛠️
- Bump datafoodconsortium-connector to support product variants by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13146
- Delete old, unused script/rails by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13162
- Update label and change default dev locale by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13134
- Fix base urls for assets in development by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13165
- Fix user controlled method execution by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13164
Dependencies 📦
- chore(deps): bump elliptic from 6.6.0 to 6.6.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13152
- chore(deps): bump dompurify from 3.2.3 to 3.2.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13155
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.15...v5.0.16
Release name
No, don't eat falafel with jam. That's just what my 3-year-old kid asked for at lunch today. I personally like a yoghurt dip with herbs. Some people prefer humous but that's just doubling up on chickpeas in my opinion. 🤷
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 2 months ago

openfoodnetwork - v5.0.15
Welcome and thanks @krisztin for your first contribution 💐
What's Changed
User-facing changes 👀
- Updating form field borders for better contrast by @krisztin in https://github.com/openfoodfoundation/openfoodnetwork/pull/13131
- [DFC Orders] List products to import on screen by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13125
- Keep stock selection when error on saving by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12621
Technical changes 🛠️
- Add option to define your own rubocop command by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13122
- Fix flaky payment method spec by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13135
- Hopefully fix flaky OC spec by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13136
- Report DFC server errors to Bugsnag by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13141
- Catch error and provide message by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13115
- Adds coverage on supplier option to charge tax by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13142
Dependencies 📦
- chore(deps): bump leaflet-geosearch from 4.1.0 to 4.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13137
- chore(deps-dev): bump jasmine-core from 5.5.0 to 5.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13138
- chore(deps): bump tom-select from 2.4.2 to 2.4.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13150
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.14...v5.0.15
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 2 months ago

openfoodnetwork - v5.0.14
Special thanks to @Yassir4 for their first contribution 💐
What's Changed
User-facing changes 👀
- Add columns to "pay your supplier" report by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13037
- Fix product description truncation by @Yassir4 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13124
Technical changes 🛠️
- DFC import: Find broader taxon if we don't have a specific one by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13109
- Update caniuse-lite by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13120
- Lighten Docker Compose setup by @pacodelaluna in https://github.com/openfoodfoundation/openfoodnetwork/pull/13082
- fix rubocop Rails/ResponseParseBody by @Yassir4 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13112
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.13...v5.0.14
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 3 months ago

openfoodnetwork - v5.0.13
What's Changed
User-facing changes 👀
- Specify OpenStreetMap marker size and tip position so they are positioned correctly at all zoom levels by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/13098
- Remove tax rate refund code path by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13086
Technical changes 🛠️
- Remove unused helper module by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13088
- Remove unneeded HAML upgrade script by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13089
- Fix flaky spec of order shipment by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13091
- Remove class Spree::StockLocation by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13087
- Handle wrong OIDC tokens gracefully by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13093
- Compile assets on demand in test local environment by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13096
- Specify test assets output path by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13099
- Simplify default country code lookup by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13103
- Log rack-timeout ready and completed messages in DEBUG mode by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/13108
- Replace spree roles by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13090
- Remove unused preference default_country_id by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13104
Dependencies 📦
- chore(deps): bump tom-select from 2.4.1 to 2.4.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13106
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.12...v5.0.13
https://en.wikipedia.org/wiki/Raclette
Raclette is a dish of Swiss origin, based on heating cheese and scraping off the melted part, then served with boiled potatoes or bread.
Traditionally, cow herders carried cheese with them when they were moving cows to or from pastures up in the mountains. In the evening, the cheese would be placed next to a campfire for softening, then scraped onto bread.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 3 months ago

openfoodnetwork - v5.0.12 Peanuts
What's Changed
User-facing changes 👀
- Don't show stock for on-demand inventory items by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13064
- Admin updates can trigger new backorders until the order cycle is closed by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13065
API changes ⚠️
- Publish price as in new DFC standard by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13079
Technical changes 🛠️
- Fix artifact download for Simplecov collation by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13077
- Police migrations by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13076
- Reduce parallel CI runs from 45 to 27 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13085
- Remove unused app config options by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13058
- Update ActionCable config by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13072
- [Checkout] Shipping fees update, remove order callback by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13023
Dependencies 📦
- chore(deps): bump leaflet-geosearch from 4.0.0 to 4.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13092
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.11...v5.0.12
The peanut (Arachis hypogaea), is a legume crop grown mainly for its edible seeds.
Taken from here.
Notable references:
https://simpsonswiki.com/wiki/Honey_Roasted_Peanuts
https://en.wikipedia.org/wiki/Peanuts
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 3 months ago

openfoodnetwork - v5.0.11 Sage
What's Changed
User-facing changes 👀
- Add plural form for flower farming variant unit names by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13038
- Clarify that our only user role is "admin" and simplify code by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13047
- New variants should inherit tax category in UI by @vishaldeepak in https://github.com/openfoodfoundation/openfoodnetwork/pull/13068
- Add 'Voucher:' before voucher code on edit cart page by @kernal053 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13061
User-facing changes 👀 and API Changing ⚠️
- Add external billing id on enterprises by @pacodelaluna in https://github.com/openfoodfoundation/openfoodnetwork/pull/12980
Technical changes 🛠️
- Fix flaky admin order spec by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13066
- Sync prod database schema by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13074
Dependencies 📦
- chore(deps-dev): bump rubocop-rails from 2.24.1 to 2.28.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12491
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.10...v5.0.11
Salvia officinalis, the common sage or sage, is a perennial, evergreen subshrub, with woody stems, grayish leaves, and blue to purplish flowers. It is a member of the mint family Lamiaceae and native to the Mediterranean region, though it has been naturalized in many places throughout the world. It has a long history of medicinal and culinary use, and in modern times it has been used as an ornamental garden plant.
Taken from Wikipedia.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 3 months ago

openfoodnetwork - v5.0.10 Pavlova Roll
What's Changed
User-facing changes 👀
- DFC Orders: Calculate wholesale price for imported retail variants by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13033
- Calculate stock from DFC wholesale variants by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13049
- Ensure shipment gets updated when an order is updated by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12954
- Add 'Voucher:' before voucher code on order confirmation emails by @kernal053 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12998
- Default tax category is selected by default #12989 by @MrBowmanXD in https://github.com/openfoodfoundation/openfoodnetwork/pull/13009
- Remove product SKU from product pages and report by @murjax in https://github.com/openfoodfoundation/openfoodnetwork/pull/12991
Technical changes 🛠️
- Use the correct spanish translation for Unit Scale by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/13039
- Changing a variant unit scale from items to weight/volume does not remove variant unit name by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13027
- Alert user when error requesting a report by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12867
- Add timepicker helper with added expectation to reduce flakiness by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13029
- Back Office Product List - Hide search field and filters when there are no products in list by @saunmanoj888 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12983
- Make Connected Apps links available in Transifex by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/13011
- Fix DFC catalog syncs for blank cart by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13036
- Remove unused renderSvg, ofnDisableScroll, integer, ofnScrollTo angular directives by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/12979
- Remove old, replaced backorder lookup by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13044
- Remove local storage by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13057
- Install rbenv automatically if missing by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13034
Dependencies 📦
- Bump hotkeys-js from 3.13.7 to 3.13.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13035
- Bump trix from 2.1.10 to 2.1.11 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13048
- Bump trix from 2.1.11 to 2.1.12 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13050
- Bump js-big-decimal from 2.1.0 to 2.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13053
- Bump stimulus_reflex from 3.5.1 to 3.5.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13040
- Bump @floating-ui/dom from 1.6.12 to 1.6.13 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13063
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.9...v5.0.10
A delicious combination of soft meringue, cream and strawberries.
https://www.bestrecipes.com.au/recipes/strawberry-pavlova-roll-recipe/v8ywocg8
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook 4 months ago

openfoodnetwork - v5.0.8 Saskatoon berry pie
Congrats
Description
What's Changed
User-facing changes 👀
- Add customer code to notify producer emails when enabled by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13012
Technical changes 🛠️
- Amend DFC backorder completely by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13000
Dependencies 📦
- Bump tom-select from 2.3.1 to 2.4.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12990
- Bump trix from 2.1.9 to 2.1.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13025
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.8...v5.0.9
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 4 months ago

openfoodnetwork - v5.0.8 Barmbrack
Thanks to all contributors, including a big effort from @chahmedejaz! 💪
What's Changed
User-facing changes 👀
- Bulk product import stalling at 66% when missing info by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13001
- [Orders Page] Fix Confirmation modals do not auto-close by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13004
- Add 'tax category' to the All Products report by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13018
- Order cycle mail reports to producers display different data in html and txt versions by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12996
Experimental features for testing 🚧
- [City OFN Voucher] A shopper can use a VINE voucher by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12949
Technical changes 🛠️
- Remove failing map spec by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/13005
- Add simpler Alert.raise interface to notify Bugsnag by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12992
- Add new DFC vocabulary for order states by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12994
- Add Alpine Image for Docker by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12905
Dependencies 📦
- Bump jasmine-core from 5.4.0 to 5.5.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13017
- Bump trix from 2.1.8 to 2.1.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/13020
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.7...v5.0.8
Barmbrack (Irish: bairín breac[1]), also often shortened to brack, is a yeast bread with added sultanas and raisins. The bread is associated with Halloween in Ireland, where an item (often a ring) is placed inside the bread, with the person receiving it considered to be fortunate.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 5 months ago

openfoodnetwork - v 5.0.7 Banana
What's Changed
User-facing changes 👀
- Impossible to update product sold by weight with product import by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12995
- [Products] Empty option on unit scale dropdown by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12969
- Show alert if map cannot load by @murjax in https://github.com/openfoodfoundation/openfoodnetwork/pull/12963
API changes ⚠️
- Add cities and countries to DFC affiliate sales data endpoint by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12964
Technical changes 🛠️
- Update script to anonymise customer first and last names by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12862
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.6...v5.0.7
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 5 months ago

openfoodnetwork - v5.0.6 Peppercorn
A bit spicy
What's Changed
User-facing changes 👀
- [Orders Page] - Bug Fix for Pagination not working by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/13003
- Fix rounding issues by upgrading decimal maths library by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12950
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.5...v5.0.6
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook 5 months ago

openfoodnetwork - v5.0.5 Pepperberry
What's Changed
User-facing changes 👀
- Add Serbian language by @duleorlovic in https://github.com/openfoodfoundation/openfoodnetwork/pull/12972
- Report Orders and Distributors should display variant by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12930
- Scroll to top when using pagination by @bouaik in https://github.com/openfoodfoundation/openfoodnetwork/pull/12962
Technical changes 🛠️
- Update docker readme by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12976
- Store link to open backorder by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12960
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.4...v5.0.5
Pepperberry, also known as Mountain Pepper, is an evergreen shrub often used as a culinary spice. It can be found in Aboriginal cuisine as a food flavouring, as well as in traditional medicine as a treatment for skin disorders, venereal diseases, colic and stomach ache. It is native to the woodlands and cool temperate rainforests of Australia’s south-eastern region.
Source here.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 5 months ago

openfoodnetwork - v5.0.4 Parsley
What's Changed
- [Flower Farms] - Pay Suppliers Report by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12879
Technical changes 🛠️
- Avoid collision of test secrets by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12953
- Remove unused stock aggregation by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12961
- Fix Bugsnag call to notify by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12967
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.3...v5.0.4
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 5 months ago

openfoodnetwork - v5.0.3 Palmier
What's Changed
User-facing changes 👀
- Fix supplier loading on Product & inventory report by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12797
Dependencies 📦
- Bump @floating-ui/dom from 1.6.11 to 1.6.12 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12955
- Bump trix from 2.1.7 to 2.1.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12956
- Bump elliptic from 6.5.7 to 6.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12958
- Bump jquery-ui from 1.14.0 to 1.14.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12959
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.2...v5.0.3
A palmier, from French, short for feuille de palmier 'palm tree leaf'), pig's ear, palm heart, or elephant ear is a pastry in a palm leaf shape or a butterfly shape, sometimes called palm leaves, cœur de France, French hearts, shoe-soles, or glasses that were invented in the beginning of the 20th century.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 6 months ago

openfoodnetwork - v5.0.2 Massa de pimentão
Welcome New Contributors
Welcome @MichaelDimmitt and @nicogaldamez, many thanks for your first contributions! 💐
API changes ⚠️
- Amend backorder after cancellations by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12945
Technical changes 🛠️
- Spec restock after order cancellation by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12938
- Add Bugsnag notification if we reach tax rate refund code by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12921
- Add scripts to save and restore baseline data by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12947
- Sanitise HTML attributes in the database by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12943
- Update release template by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12895
- Fix typo by @MichaelDimmitt in https://github.com/openfoodfoundation/openfoodnetwork/pull/12951
- Ignores name column on customer model by @nicogaldamez in https://github.com/openfoodfoundation/openfoodnetwork/pull/12917
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.1...v5.0.2
Adapted from Wikipedia:
Paprika paste, also known as pimento paste, is a typical seasoning in Portuguese cuisine, Turkish cuisine and probably elsewhere around the world. It is a type of paste made from sweet peppers and salt, used to season food, in general. Have you made it yourself? Feel free to share your experience on Slack!
Foto from taken from here.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 6 months ago

openfoodnetwork - v5.0.1 African bird's eye pepper (aka piri piri)
What's Changed
User-facing changes 👀
- Bug 12939 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12940
Technical changes 🛠️
- Use the correct spanish translation by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12934
- Make DFC API docs deterministic by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12935
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v5.0.0...v5.0.1
--
Piri piri (/ˌpɪri ˈpɪri/ PIRR-ee-PIRR-ee), often hyphenated or as one word, and with variant spellings peri-peri (/ˌpɛriˈpɛriː/) or pili pili,[1] is a cultivar of Capsicum frutescens from the malagueta pepper.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 6 months ago

openfoodnetwork - v5.0.0 Grünkohl
We've decided to release this version as a major release v5.0.0 because there are two milestones to celebrate. 🎉
- In #12787 the last part of the product refactor was done. 💪 Big thanks to @rioug and the team!
- In #12912 we're removing the feature toggle for the new admin user interface (v3) on production and staging servers. This whole project was a great achievement of the OFN team all over the world! 🥳
What's Changed
User-facing changes 👀
- [DFC Orders] Import product's invalid weight as 1 item by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12913
- Fix checkout order total and payment fees calculation by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12880
- Filter reports by last 3 months by default by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12927
API changes ⚠️
- [Product Refactor] Move variant unit sizes to variant by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12787
Experimental features for testing 🚧
- [Citi OFN Voucher] Add VINE connected app by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12886
- Remove the admin_style_v3 toggle from Production and Staging environments by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12912
Technical changes 🛠️
- [BUU] Add missing specs by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12898
- Remove StockLocation from ReturnAuthorization by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12914
- Request offline access when connecting OIDC account by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12932
- Handle case of BackorderJob having no work by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12929
Dependencies 📦
- Bump trix from 2.1.5 to 2.1.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12889
- Bump jasmine-core from 5.3.0 to 5.4.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12910
- Bump @hotwired/turbo from 8.0.10 to 8.0.11 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12916
- Bump @hotwired/turbo from 8.0.11 to 8.0.12 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12924
- Bump trix from 2.1.6 to 2.1.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12923
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.11...v5.0.0
In Northern Germany, there is a winter tradition known as "Kohlfahrt" ("kale trip"), where a group of people will go on a hike through the woods during the day before gathering at an inn or private residence where kale is served, usually with bacon and Kohlwurst ("kale sausage").[27] Kale is considered a Northern German staple and comfort food. (Wikipedia)
Source: https://www.oma-kocht.de/klassischer-gruenkohl-nach-omas-rezept/
Consumption - Agriculture and Nutrition
- Ruby
Published by drummer83 6 months ago

openfoodnetwork - v4.6.11 Mee goreng
What's Changed
User-facing changes 👀
- [DFC Orders] Backorder stock controlled products by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12888
- DFC Orders update for pilot 1 and 2 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12899
- Fail gracefully on DFC product import errors by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12906
- [Product Preview] Fix price currency display by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12897
Technical changes 🛠️
- Remove unneeded StockLocation code by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12887
- Bump DFC connector from 1.0.0.pre.alpha.12 to 1.0.0.pre.alpha.13 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12904
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.8...v4.6.11
Mee goreng, or mi goreng, refers to fried noodles in the Malay-speaking cultures of several countries, such as the Southeast Asian states of Brunei, Malaysia, and Singapore.
https://en.wikipedia.org/wiki/Mee_goreng
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug 6 months ago

openfoodnetwork - v4.6.8 Calamari
What's Changed
User-facing changes 👀
- Replace text angular editor with trix editor in About Us and Shopfront message fields by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/12734
- Place backorders for linked products via DFC integration by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12856
- [BUU] Fix Display ordering in shopfront field to allow re-ordering of the sequence by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12860
Technical changes 🛠️
- Fix date dependent spec by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12881
- Use Dockerv2 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12875
- Add database index to order cycle dates by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12884
- Remove use of unnecessary backorderable default column by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12885
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.7...v4.6.8
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 7 months ago

openfoodnetwork - v4.6.7 Horchata
What's Changed
User-facing changes 👀
- Make OC edit warning modal cancel button redirect user to OC list [OFN-12774] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12784
- [admin] Update page titles by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12833
- Add browser unsaved changes modal when navigating from order summary page [OFN-11600] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12836
- [BUU] Fix No explanation why cloning failed by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12857
Technical changes 🛠️
- Clean up enterprise serialiser for shop page speed by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12872
Dependencies 📦
- Bump body-parser from 1.20.2 to 1.20.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12871
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.6...v4.6.7
--
Horchata or orxata is a name given to various beverages, which are generally plant based, but sometimes contain milk. In Spain, it is made with soaked, ground, and sweetened tiger nuts. In some parts of the Americas, the base is jicaro, melon or sesame seeds, or white rice, along with other spices. Different varieties can be served hot or cold, and may be used as a flavor in other beverages, such as frappé coffee.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 7 months ago

openfoodnetwork - v4.6.6 Turkish Delight
What's Changed
User-facing changes 👀
- Fix bug #12835 for producer reports by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12847
- Product preview by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12848
- [BUU2] Hide producer column when there's only one producer in the admin account by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12854
Technical changes 🛠️
- [BUU] Add missing permission check on product actions by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12868
- Fix- chore(deps): bump debounced from 0.0.5 to 1.0.2 by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12845
- Sanitise HTML in long description of enterprise by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12459
Dependencies 📦
- Bump @hotwired/turbo from 8.0.5 to 8.0.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12858
- Bump @floating-ui/dom from 1.6.10 to 1.6.11 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12864
- Bump express from 4.19.2 to 4.21.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12861
- Bump @hotwired/turbo from 8.0.6 to 8.0.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12869
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.5...v4.6.6
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 7 months ago

openfoodnetwork - v4.6.5 Bohneneintopf
What's Changed
Technical changes 🛠️
- Improves test coverage on Orders and Distributors report by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12790
Dependencies 📦
- Bump turbo_power from 0.6.2 to 0.7.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12849
- Bump jasmine-core from 5.2.0 to 5.3.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12851
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.4...v4.6.5
Bean soup and bean stew are dishes whose main ingredient is beans cooked in a broth. The types of beans (usually forms of the common bean), the preparations and the other ingredients can vary greatly.
https://www.chefkoch.de/rezepte/817071186230121/Mamas-gruene-Bohnen-Eintopf.html
Consumption - Agriculture and Nutrition
- Ruby
Published by drummer83 7 months ago

openfoodnetwork - v4.6.4 Alfafa sprouts
What's Changed
User-facing changes 👀
- Fix Display Unit As field is not Displaying on Invoice and Report by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12799
API changes ⚠️
- Share anonymised sales data on DFC API with authorised users by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12831
Technical changes 🛠️
- Removes test on PDF file on sales tax report by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12830
- Enable include-hidden-files for uploading code coverage chunks by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12839
- Reproduces bug #12835 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12841
- Optimise shops page: Only inject distributors with active order cycles by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12827
- Fix karma test by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12834
Dependencies 📦
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12840
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.3...v4.6.4
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 8 months ago

openfoodnetwork - v4.6.3 Moules-frites
What's Changed
User-facing changes 👀
- [BUU] Fix Table width not responsive to the amount of selected columns by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12812
- Fix broken column after cloning product by @kernal053 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12807
- Increase column space in bulk products table by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12814
- [BUU] Fix the too Narrow Price field by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12813
- Fix typos in "category" and unify capitals on "Back To Xyz List" buttons by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12806
- UX improvements for creation of new products [OFN-12744] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12760
- Fix bulk coop report by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12793
- Fix Inconsistent Behavior When Editing Products to mg Units in Hungarian Locale by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12826
- [BUU] Fully enable admin_style_v3 by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12824
Technical changes 🛠️
- Adds retry option to flaky edit_spec.rb by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12800
- Set up code coverage metrics with simplecov by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12798
- Fix artifact path for simplecov report upload by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12822
- Update deprecated WickedPdf config syntax by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12805
New Contributors
- @kernal053 made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12807
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6.1...v4.6.3
Moules-frites or moules et frites is a main dish of mussels and French fries originating in Northern France and Belgium.
https://en.wikipedia.org/wiki/Moules-frites
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug 8 months ago

openfoodnetwork - v4.6.1 Biryani
What's Changed
User-facing changes 👀
- Pluralize admin products search result [OFN-12532-v1] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12740
- Update product variant unit display name, price, and total price width on different screen sizes [OFN-6567] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12733
- Clearer error message and clean up for Product Categories by @EdwardLi-coder in https://github.com/openfoodfoundation/openfoodnetwork/pull/12779
- Add warning popup to order cycle list [OFN-12775] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12781
- Add fallback report loading in case websockets fail by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12782
- change colour of "complete order" by @EdwardLi-coder in https://github.com/openfoodfoundation/openfoodnetwork/pull/12762
- Display admin order page instead of shopfront order page to avoid error 500 by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12772
Technical changes 🛠️
- Improve effiency of OrderCycle.earliest_closing_times by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12745
- Remove direct dependency on MiniMagick by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12766
- Reproduces S2 bug #12768 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12785
- Fix Artifact Upload Conflicts with Unique Node-Based Names by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12789
- Track (negative) stock for on-demand products and overrides by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12726
- Optimise subscriptions admin by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12780
- Optimise shops page: Enable injected enterprise data to be scoped to specific enterprise ids by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12755
Dependencies 📦
- Bump mrujs from 1.0.1 to 1.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12788
- Bump elliptic from 6.5.4 to 6.5.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12792
- (Fix) chore(deps): bump wicked_pdf from 2.6.3 to 2.8.0 [OFN-12214] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12743
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.6...v4.6.1
Biryani is a mixed rice dish, mainly popular in South Asia. It is made with rice, some type of meat (chicken, goat, lamb, beef, prawn, or fish) and spices. To cater to vegetarians, in some cases, it is prepared by substituting vegetables or paneer for the meat. (source here.)
(source here.)
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 8 months ago

openfoodnetwork - v4.6 Yu Xiang Rou Si
Congratulations @EdwardLi-coder on your first contributions, and also thanks again @wandji20! 💐
What's Changed
User-facing changes 👀
- Remove awesome nested set gem and dependencies [OFN-11636] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12749
- Removes unused tree structure on product categories. Your taxons and taxonomies will now be listed in one flat alphabetical list.
- Add warning modal when changing dates for order cycle with linked orders [OFN-11613] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12653
- [BUU] Activate admin_style_v3 for 75% of users by @EdwardLi-coder in https://github.com/openfoodfoundation/openfoodnetwork/pull/12759
- [BUU] Fix 'Back to products list' stateful navigation by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12735
- [BUU] Fix Messy flash notifications on new products page by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12778
API Changes ⚠️
- Remove awesome nested set gem and dependencies [OFN-11636] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12749
- Removes unused tree structure on product categories. Your taxons and taxonomies will now be listed in one flat alphabetical list.
Technical changes 🛠️
- Remove now unneeded FDC compatibility code from product import by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12729
- update artifact v3 to v4 by @EdwardLi-coder in https://github.com/openfoodfoundation/openfoodnetwork/pull/12757
Dependencies 📦
- Bump mrujs from 1.0.0 to 1.0.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12763
- Bump js-big-decimal from 2.0.7 to 2.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12764
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.5.5...v4.6
Thank you to Edward for providing the topic of this release:
Yu Xiang Rou Si, also known as Fish-Fragrant Shredded Pork, is a classic Sichuan dish that showcases the bold flavors of Chinese cuisine. Despite its name, this dish contains no fish. The "fish-fragrant" refers to a savory, sweet, and sour sauce traditionally used in fish dishes. Tender strips of pork are stir-fried with garlic, ginger, and scallions, then combined with a flavorful sauce made from doubanjiang (spicy bean paste), soy sauce, vinegar, and sugar. The dish is often garnished with julienned carrots and wood ear mushrooms, creating a colorful and tasty meal that perfectly balances spicy, sour, and sweet flavors. It's a popular choice in Chinese restaurants worldwide and a staple of Sichuan cooking.
https://en.wikipedia.org/wiki/Yuxiang_shredded_pork
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook 8 months ago

openfoodnetwork - v4.5.5 Mixed Salad
What's Changed
User-facing changes 👀
- Ensure product category error message is shown when creating new product [OFN-12591] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12671
- [BUU] Fixes Products Page ActionView::Template::Error by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12710
- [BUU] Style fixes by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12713
- Fix NoMethodError in Admin::ProductsV3#index - Only when using the hu.yml locale by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12748
- Load MiniMagick before use by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12754
Experimental features for testing 🚧
- New settings screen to activate each connected app type by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12721
Technical changes 🛠️
- Fixes Rails/RootPathnameMethods offense by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12667
- Stabilise spec by not relying on record ids by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12738
- Stabilise flaky spec with unique taxons by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12747
Dependencies 📦
- Bump trix from 2.1.3 to 2.1.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12737
- Bump jasmine-core from 5.1.2 to 5.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12736
- Bump karma from 6.4.3 to 6.4.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12722
- (Fix) chore(deps): bump invisible_captcha from 2.2.0 to 2.3.0 by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12725
- Bump jquery-ui from 1.13.3 to 1.14.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12741
- Bump @floating-ui/dom from 1.6.8 to 1.6.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12742
- Bump trix from 2.1.4 to 2.1.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12753
- Bump @floating-ui/dom from 1.6.9 to 1.6.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12752
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.5.4...v4.5.5
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 9 months ago

openfoodnetwork - v4.5.4 Orange roll
@johansenja made their first contribution 👏 👏 👏 Welcome! 💐
What's Changed
User-facing changes 👀
- Fix URL State management on the Products page by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12678
- Use public contact email at the bottom of order confirmation email [OFN-12509] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12654
- (Fix) [User->New] Language is displayed twice [OFN-11513] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12655
- Require variant category and supplier when creating new product variants [OFN-12666] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12690
- Use vertical transitions for cloning and deleting products by @ccozkan in https://github.com/openfoodfoundation/openfoodnetwork/pull/12691
- Fixes 422 error due to bad sql building by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12704
- Display only per_item fees for oc incoming exchange #11326 by @abdulazizali77 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12563
Experimental features for testing 🚧
- [BUU] Activate admin_style_v3 for ~50% of users by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12719
- Add "Affiliate Sales Data" connected app option by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12676
Technical changes 🛠️
- Remove SR from clear search button [OFN-12551] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12664
- Add request_id to logs for production and staging by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12715
- Fix flaky spec with fixed order of products by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12728
- Preload enterprise logos and promo images for /shops page by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12723
- Make Item column wider and tax and quantity columns narrower in invoice PDF by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/12711
Dependencies 📦
- Bump trix from 2.1.2 to 2.1.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12677
- Bump @hotwired/turbo from 8.0.4 to 8.0.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12689
- Bump @floating-ui/dom from 1.6.7 to 1.6.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12696
- Fix rubocop Style/Send group by @johansenja in https://github.com/openfoodfoundation/openfoodnetwork/pull/12703
Technical Changes 🔧
- Pluralize admin products search result [OFN-12532] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12665
- Revert "Pluralize admin products search result [OFN-12532]" by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12730
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.5.3...v4.5.4
http://portugueseflavours.blogspot.com/2009/03/orange-roll_17.html?m=1
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 9 months ago

openfoodnetwork - v4.5.3 Macaron
What's Changed
Experimental features for testing 🚧
- [BUU] fix error 500 on hungary instance by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12700
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.5.2...v4.5.3
A macaron or French macaroon is a sweet meringue-based confection
https://en.wikipedia.org/wiki/Macaron
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug 9 months ago

openfoodnetwork - v4.5.2 Schorle
Many thanks to @zsoltiNagy for their first contribution!! 💐
What's Changed
User-facing changes 👀
- [inventory] Fix product sorting by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12680
- Replace product by variant to see producer name on views by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12663
- 12570 - Fix Variant Unit field is Out of Sync with the Pop-out by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12602
- Revert product description truncation fix by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12694
Experimental features for testing 🚧
- Changed a single line in turbo to insert cloned products after the original product by @zsoltiNagy in https://github.com/openfoodfoundation/openfoodnetwork/pull/12675
- Activates admin_style_v3 for 25 per cent users by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12686
- [BUU] Handle corrupt data and troubleshooting by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12683
Technical changes 🛠️
- Use application tmp dir for product import by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12649
- Improve spec for Spree::Order#finalize! by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12662
- Prepare product_import_spec.rb for BUU as default by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12668
- Fix flaky spec by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12684
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.5.1...v4.5.2
Schorle is a German beverage made by diluting juice or wine with carbonated wateror lemonade (lemon-lime soda). The most common variety is Apfelschorle (made from apple juice and sparkling mineral water).
https://en.wikipedia.org/wiki/Schorle
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 9 months ago

openfoodnetwork - v4.5.1 Koki
Welcome, and congratulations @wandji20 on your first two contributions! 💐 🎉
What's Changed
User-facing changes 👀
- Fix Voucher Code Field Focus Issue by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12634
- (Fix) Product description not correctly truncated by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12635
- Redirect successful user signup request to main home page [OFN-11597] by @wandji20 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12639
Experimental features for testing 🚧
- [BUU] Activate admin_style_v3 for all super admins by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12657
This is the next step for phasing in the new Backoffice UI Uplift design.
Technical changes 🛠️
- [Product Refactor] Refactor products renderer by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12574
- Fixes Rails/SkipsModelValidations offenses by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12647
- [BUU] Re-Organize products_v3 Feature specs by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12661
- [BUU] Prepares specs for enabling admin_style_v3 by default by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12652
Dependencies 📦
- Bump trix from 2.1.1 to 2.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12646
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.55...v4.5.1
It is a popular street food – a pudding made with black-eyed peas (koki beans).
https://steemit.com/food/@javasoftchat/koki-beans-recipe
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook 10 months ago

openfoodnetwork - v4.5.0 Pommes Frittes
What's Changed
This release includes several bug fixes around reports and invoice printing. But we also bumped the minor release version due to a significant change in our data structure.
⚠️ We made a major change in our data structure, associating supplier enterprises to variants instead of products. This has only minor impact on the user interface but does come with some API changes, listed below.
User-facing changes 👀
- Load large on-screen reports on demand by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12592
- [Reports] Disable GO button once clicked by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12619
- [Reports] Fix data-disable on Go button by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12628
- Hide customer data on orders_and_distributors report by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12594
- Poll to check when invoice file finished by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12640
- Fix orders and distributors report after product refactor by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12644
API changes ⚠️
- [Product Refactor] Move supplier to Variant by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12562
The above pull request changes the API v0:
- In general, supplier will now appear under the variant in API response
api/v0/order_cycles/:id/products
:- search parameter changed from "variants_display_name_or_supplier_name_cont" to "variants_display_name_or_variants_supplier_name_cont"
- search parameter changed from "with_properties" to "with_variants_supplier_properties"
api/v0/order_cycles/:id/producer_properties
: new endpoint returning producer properties, previously included in
api/v0/order_cycles/:id/properties
api/v0/products/bulk_products
: search parameter changed from : "supplier_id_eq" to"variants_supplier_id_eq"
Experimental features for testing 🚧
- 11987: Prevent Reloading the whole table upon Product Clone by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12565
Technical changes 🛠️
- Remove unused spec code by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12630
- [BUU] Activate admin_style_v3 for most system specs by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11645
- [BUU] Refactors products_v3 system specs by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12595
- Fixes Rails/SelectMap offense by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12641
Dependencies 📦
- chore(deps): bump @floating-ui/dom from 1.6.6 to 1.6.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12633
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.54...v4.5.0
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 10 months ago

openfoodnetwork - v4.4.54 Feijoada
What's Changed
User-facing changes 👀
- Sanitize HTML in custom tab content [read only] by @anansilva in https://github.com/openfoodfoundation/openfoodnetwork/pull/12542
- [BUU] Enable admin_style_v3 for new users from 3/07/2024 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12606
Experimental features for testing 🚧
- [BUU] Add translation for "Products V3" page title by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12618
Technical changes 🛠️
- Adds test case to assure acceptance criteria from #12374 and #12373 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12571
- Ensure all assets are compiled on test page visit by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12585
- Adds regression spec for #12591 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12593
- [Invoices] Notify if any order cannot be invoiced on bulk invoice printing (update the behavior only when invoice flag enabled ) by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12605
- Add Auto Author Assign Workflow for Pull Requests by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12616
- Fixes Rails/RelativeDateConstant offense by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12601
- 12346 - Fix Rubocop Rails/Pluck and Rails/PluckInWhere by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12599
- Fixes Rails/UnknownEnv offense by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12614
Dependencies 📦
- chore(deps): bump @floating-ui/dom from 1.6.5 to 1.6.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12617
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.53...v4.4.54
Feijoada or feijoada à brasileirais a dish that consists of a stew of black beans with various types of pork and beef. It is served with, white rice, sautéed kale, and sliced oranges, among other sides. It is a popular dish, typical of Brazilian cuisine.
https://en.wikipedia.org/wiki/Feijoada_(Brazilian_dish)
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug 10 months ago

openfoodnetwork - v4.4.53 Chifrijo
What's Changed
User-facing changes 👀
- Update button should change status on modified white label by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12577
API changes ⚠️
- Add enterprise logo and contact name to DFC API with standard attributes by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12554
Experimental features for testing 🚧
- BUU Display error messages when file not valid by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12558
- [BUU] Change product columns to be shown by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12546
- Error messages don't block bottom of page clicks by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12567
Technical changes 🛠️
- Updating specs for BUU (feature parity) by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12557
- Solve Rubocop RedundantInterpolation cops by @zanetagebka in https://github.com/openfoodfoundation/openfoodnetwork/pull/12575
- Fixes offenses raised by Rails/UnusedRenderContent by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12582
- Add translation key for Spree::Image#attachment by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12583
- Cache yarn global package data in CI by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12581
- Update message logged when a product is deleted by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12590
- Update spec for quotation mark replacement by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12584
- Fixes Rails/RedundantActiveRecordAllMethod issues by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12589
- Revert "Allow negative stock levels for on-demand products" by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12587
Dependencies 📦
- chore(deps): bump ws from 6.2.2 to 6.2.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12579
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.51...v4.4.53
Chifrijo is a contemporary Costa Rican dish, its existence has been known since the seventies and its origin is from the bars of the capital San José. It is very common in bars, cantinas and restaurants. Its name is made up of the first syllables of its main ingredients: chicharrones, chimichurri (pico de gallo) and beans.
(photo taken from https://es.wikipedia.org/wiki/Chifrijo#/media/Archivo:Chifrijo.jpg)
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 10 months ago

openfoodnetwork - v4.4.52 Hot potato
A quick (hopeful) bug fix for some payments not marked as complete:
- Revert "Allow negative stock levels for on-demand products" #12587
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.51...v4.4.52
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 10 months ago

openfoodnetwork - v4.4.51 Orecchiette alla Pugliese
Welcome @zanetagebka, and thank you for your contribution! 💐
What's Changed
User-facing changes 👀
- Update and Recalculate Fees after Order Adjusted in Backoffice by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12538
Technical changes 🛠️
- Fix RedundantPresenceValidationOnBelongs on Spree::Order model by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12548
- Fix cops StringConcatenation by @zanetagebka in https://github.com/openfoodfoundation/openfoodnetwork/pull/12547
- [Invoices] Notify if any order cannot be invoiced on bulk invoice sending by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12458
- Revert "[Invoices] Notify if any order cannot be invoiced on bulk invoice sending" by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12568
/pull/12538 - Add compatibility to the DFC product import for FDC (Shopify) API by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12525
- Allow negative stock levels for on-demand products by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12536
Dependencies 📦
- chore(deps-dev): bump rubocop from 1.63.5 to 1.64.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12541
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.50...v4.4.51
Orecchiette alla Pugliese is the signature pasta dish of Puglia, in the heel of Italy's boot.
https://blog.markethallfoods.com/recipes/orecchiette-alla-pugliese
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook 10 months ago

openfoodnetwork - v4.4.50 Pfannkuchen
What's Changed
User-facing changes 👀
- Sanitise HTML in product description [read-only] by @anansilva in https://github.com/openfoodfoundation/openfoodnetwork/pull/12518
- Display additional tax total in order - fixes #11680 by @abdulazizali77 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12427
- Force start date before end date with range mode flatpickr by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12094
Experimental features for testing 🚧
- [BUU] Fix for blank dropdowns by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12521
- [BUU] Use Turbo with animation for deleting products and variants by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12511
Technical changes 🛠️
- Do not commit to db unchanged products in bulk save by @isidzukuri in https://github.com/openfoodfoundation/openfoodnetwork/pull/12515
Dependencies 📦
- chore(deps): bump leaflet-geosearch from 3.11.1 to 4.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12540
New Contributors
- @abdulazizali77 made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12427
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.49...v4.4.50
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 11 months ago

openfoodnetwork - v4.4.49 Lemon slice
What's Changed
User-facing changes 👀
- Sanitise HTML in long description of enterprise group [read-only] by @anansilva in https://github.com/openfoodfoundation/openfoodnetwork/pull/12506
- Get registration location map working with OSM by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/12495
- Restore enterprise edit form as manager by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12535
Experimental features for testing 🚧
- Allow only enterprise managers to connect apps by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12507
Technical changes 🛠️
- Deleting some used one-shot rake tasks by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12510
- Fix redundant presence validation on belongs part V by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12514
- More realistic test env for translations by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12489
- [BUU] Add specs for feature parity (from #11645) by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12519
- Fix Redundant presence validation on belongs part VI by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12529
Dependencies 📦
- chore(deps-dev): bump knapsack_pro from 7.2.0 to 7.4.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12517
- chore(deps-dev): bump webmock from 3.23.0 to 3.23.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12523
- chore(deps): bump view_component from 3.12.0 to 3.12.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12527
- chore(deps): bump rack-timeout from 0.6.3 to 0.7.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12530
- chore(deps): bump devise-i18n from 1.12.0 to 1.12.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12537
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.47...v4.4.49
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 11 months ago

openfoodnetwork - v4.4.47 Peaches
Congratulations for to @MrBowmanXD and @isidzukuri for their first contribution 💐
What's Changed
User-facing changes 👀
- Allow return or line break in shipping / payment method description by @MrBowmanXD in https://github.com/openfoodfoundation/openfoodnetwork/pull/12465
Experimental features for testing 🚧
- Show any tax category errors when saving variants by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12486
- [BUU] Remove StimulusReflex from Image Edit by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12504
Technical changes 🛠️
- [12355] Remove discourse by @isidzukuri in https://github.com/openfoodfoundation/openfoodnetwork/pull/12496
- Clean up unused enterprise fields by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12460
- Log who deleted products on current bulk edit products screen by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12457
- Move mail spec precompile assets for it by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12490
- Updates Paypal system spec to consider new checkout flow by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12494
- Break up large spec files by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12502
- Avoid submitting duplicate Connected Apps by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12481
- Fix RedundantPresenceValidationOnBelongs on two files by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12493
- Removes deprecation strikethrough from tax report (by producer) by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12505
- Fixup db schema.rb by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12508
Dependencies 📦
- chore(deps): bump aws-sdk-s3 from 1.147.0 to 1.151.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12488
- Bump stimulus_reflex to 3.5.1 and cable_ready to 5.0.5 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12472
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.46...v4.4.47
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 11 months ago

openfoodnetwork - v4.4.46 Security patch
A small patch to include an update for vulnerability CVE-2024-35176: DoS in REXML.
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.45...v4.4.46
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook 11 months ago

openfoodnetwork - v4.4.45
What's Changed
User-facing changes 👀
- Fix Ship Order menu choice not working by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12376
- Remove "ready for" info from shipping method description area at checkout #12395 (solved) by @MrBowmanXD in https://github.com/openfoodfoundation/openfoodnetwork/pull/12443
- 12372-[Admin] Missing translations page titles by @arunguleria in https://github.com/openfoodfoundation/openfoodnetwork/pull/12454
- Sanitise HTML in long description of enterprise [read-only] by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12470
Experimental features for testing 🚧
- Feature/11058 change products order by name by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12449
- [BUU] Delete Button missing before saving variant by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12441
Technical changes 🛠️
- Use recommended RSpec config by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12451
- Removes unused spec related to legacy checkout by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12417
- Updates tests on a regular checkout by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12464
- Fix RedundantPresenceValidationOnBelongs on two files by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12428
Dependencies 📦
- chore(deps): bump wkhtmltopdf-binary from 0.12.6.6 to 0.12.6.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12463
- chore(deps): bump i18n from 1.14.4 to 1.14.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12462
- chore(deps): bump dotenv from 3.1.0 to 3.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12466
- chore(deps): bump geocoder from 1.8.2 to 1.8.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12467
- chore(deps): bump nokogiri from 1.16.4 to 1.16.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12468
- chore(deps-dev): bump knapsack_pro from 7.1.0 to 7.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12475
- chore(deps): bump omniauth-rails_csrf_protection from 1.0.1 to 1.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12483
- chore(deps): bump roadie-rails from 3.1.0 to 3.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12484
New Contributors
- @MrBowmanXD made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12443
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.44...v4.4.45
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook 11 months ago

openfoodnetwork - v4.4.44 Four bean salad
What's Changed
Experimental features for testing 🚧
- [BUU] Change Producer, Category and Tax Category by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12401
Technical changes 🛠️
- Optimise CI by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12418
- Explicitely require all rubocop extensions by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12433
- Remove tag template from link to draft release by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12430
- Update links to n8n server by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12432
- Updates checkout tests to cover for out of stock variant by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12423
- Knapsack pro 7.1.0 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12447
Dependencies 📦
- chore(deps): bump flipper, flipper-active_record and flipper-ui by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12111
- chore(deps): bump trix from 2.1.0 to 2.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12435
- chore(deps): bump @floating-ui/dom from 1.6.4 to 1.6.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12440
- chore(deps-dev): bump spring from 4.2.0 to 4.2.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12438
- chore(deps): bump flipper, flipper-active_record and flipper-ui by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12444
- chore(deps-dev): bump rubocop-rspec from 2.29.1 to 2.29.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12450
- chore(deps): bump newrelic_rpm from 9.8.0 to 9.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12455
- chore(deps-dev): bump rubocop from 1.63.2 to 1.63.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12456
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.43...v4.4.44
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk 12 months ago

openfoodnetwork - v4.4.43 Madeleine
Congrats to @kellyzhangg made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12391 🙌 💐 👏
What's Changed
User-facing changes 👀
- Revert "Fix Duplicate Language Display on New User Creation" by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12434
API changes ⚠️
- Publish enterprise website with https:// by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12410
Technical changes 🛠️
- Add payments controller test by @kellyzhangg in https://github.com/openfoodfoundation/openfoodnetwork/pull/12391
- Add task to check for invalid address by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12413
- Updates multilingual spec to test checkout steps by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12421
- Fix RedundantPresenceValidationOnBelongs on some files (part II) by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12414
Dependencies 📦
- chore(deps): bump sidekiq from 7.2.2 to 7.2.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12416
- chore(deps): bump @floating-ui/dom from 1.6.3 to 1.6.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12419
- chore(deps): bump jquery-ui from 1.13.2 to 1.13.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12420
New Contributors
- @kellyzhangg made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12391
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.41...v4.4.43
The madeleine or petite madeleine is a traditional small cake from Commercy and Liverdun, two communes of the Lorraine region in northeastern France
https://en.wikipedia.org/wiki/Madeleine_(cake)
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug 12 months ago

openfoodnetwork - v4.4.41 Fava beans
Congrats to @sergioosouzaa made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12392 🙌 💐 👏
What's Changed
User-facing changes 👀
- Fix Duplicate Language Display on New User Creation by @sergioosouzaa in https://github.com/openfoodfoundation/openfoodnetwork/pull/12392
Experimental features for testing 🚧
- [BUU] Fix non-admin saving by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12412
- [BUU] Add Turbo for dynamic page loading by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12361
- [BUU] Fix Wrong Tax Category Display by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12333
Technical changes 🛠️
- Test all files with Rubocop, not just added code in the diff by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12393
- Fix RedundantPresenceValidationOnBelongs on some files by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12407
- [VCR/Stripe] Tests payment intents for offline payments by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12408
- prevent generating invoices when order's distributor can't generate invoices by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12219
- Fix Rubocop Rails: Rails/HasManyOrHasOneDependent by @anthonyms in https://github.com/openfoodfoundation/openfoodnetwork/pull/12313
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.40...v4.4.41
Vicia faba, commonly known as the broad bean, fava bean, or faba bean, is a species of vetch, a flowering plant in the pea and bean family Fabaceae. It is widely cultivated as a crop for human consumption, and also as a cover crop
https://en.wikipedia.org/wiki/Vicia_faba
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 12 months ago

openfoodnetwork - v4.4.40
What's Changed
User-facing changes 👀
- Don't pass invalid auth method "None" to net-smtp by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12384
- Adds missing keys from i18n tasks output by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11958
Technical changes 🛠️
- Let Rubocop suggest extensions by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12371
- [BUU] Optimisation by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12334
- Adds regression spec as shared example, for order edit subsections by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12370
- Allow Dependabot to open as many PRs as it likes by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12382
- Fix Rails/WhereExists rubocop offenses by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12363
Dependencies 📦
- chore(deps): bump stripe from 10.15.0 to 11.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12366
- chore(deps): bump view_component from 3.11.0 to 3.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12377
- chore(deps): bump mini_portile2 from 2.8.5 to 2.8.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12378
- chore(deps-dev): bump foreman from 0.87.2 to 0.88.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12379
- chore(deps-dev): bump rspec-sql from 0.0.1 to 0.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12385
- chore(deps-dev): bump rubocop from 1.63.1 to 1.63.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12386
- chore(deps): bump redis from 5.1.0 to 5.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12387
- chore(deps): bump stripe from 11.0.0 to 11.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12396
- chore(deps): bump aws-sdk-s3 from 1.146.1 to 1.147.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12397
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.39...v4.4.40
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook about 1 year ago

openfoodnetwork - v4.4.39 Spiegelei / sunshine egg
What's Changed
User-facing changes 👀
- Translation fixes for return authorization status by @arunguleria in https://github.com/openfoodfoundation/openfoodnetwork/pull/12303
- Fix: preserve order of invoices in bulk print by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12357
Experimental features for testing 🚧
- [BUU] Remove Stimulus Reflex from Products screen by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12328
Technical changes 🛠️
- Bump stripe 10.14.0 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12339
- Fix Lint/DuplicateRequire issue by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12344
- Adds regression spec for S2 bug #12340 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12343
- Fix Rubocop Rails/NegateInclude issues by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12337
- Fix rubocop Lint/ConstantDefinitionInBlock group by @anansilva in https://github.com/openfoodfoundation/openfoodnetwork/pull/12316
- Make URL to connect app translatable by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12341
- Fix Rubocop Rails/HelperInstanceVariable by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12324
- Fix Rubocop Locale Errors by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12345
- Fix rubocop FixRailsWhereEquals by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12352
- Remove unnecessary method checkout_steps by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12300
- Improves regression spec after reviewer feedback by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12353
Dependencies 📦
- chore(deps): bump trix from 2.0.10 to 2.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12319
- chore(deps): bump aws-sdk-s3 from 1.146.0 to 1.146.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12321
- chore(deps-dev): bump debug from 1.9.1 to 1.9.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12322
- chore(deps-dev): bump letter_opener from 1.9.0 to 1.10.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12325
- chore(deps-dev): bump rubocop-rspec from 2.27.1 to 2.28.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12329
- chore(deps): bump json from 2.7.1 to 2.7.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12336
- chore(deps): bump datafoodconsortium-connector from 1.0.0.pre.alpha.10 to 1.0.0.pre.alpha.11 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12335
- chore(deps-dev): bump rubocop-rspec from 2.28.0 to 2.29.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12342
- chore(deps-dev): bump rubocop from 1.62.1 to 1.63.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12349
- chore(deps): bump valid_email2 from 5.2.1 to 5.2.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12358
- chore(deps-dev): bump spring from 4.1.3 to 4.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12360
- chore(deps): bump tar from 6.1.11 to 6.2.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12354
- chore(deps): bump stripe from 10.14.0 to 10.15.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12359
- chore(deps): bump datafoodconsortium-connector from 1.0.0.pre.alpha.11 to 1.0.0.pre.alpha.12 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12368
- chore(deps): bump devise from 4.9.3 to 4.9.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12367
- chore(deps-dev): bump rubocop from 1.63.0 to 1.63.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12364
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.38...v4.4.39
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk about 1 year ago

openfoodnetwork - v4.4.38 Hummingbird cake
What's Changed
User-facing changes 👀
- [Product Refactor] Primary Taxon by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11369
API changes ⚠️
- [Product Refactor] Primary Taxon by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11369
Technical changes 🛠️
- Vcr stripe accounts controller spec by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12262
- Fix rubocop Lint/DuplicateBranch group by @anansilva in https://github.com/openfoodfoundation/openfoodnetwork/pull/12320
- Removes Stripe accounts created for testing purposes by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12326
Dependencies 📦
- chore(deps): bump newrelic_rpm from 9.7.1 to 9.8.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12318
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.37...v4.4.38
Hummingbird cake is a banana-pineapple spice cake originating in Jamaica and a popular dessert in the southern United Statessince the 1970s
https://en.wikipedia.org/wiki/Hummingbird_cake
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug about 1 year ago

openfoodnetwork - v4.4.37 Hot Cross Buns
What's Changed
Experimental features for testing 🚧
- [BUU] Change variant unit values by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12268
Technical changes 🛠️
- Feat/12297 rvm support script setup by @Pauloparakleto in https://github.com/openfoodfoundation/openfoodnetwork/pull/12305
Dependencies 📦
- chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12312
- chore(deps): bump bugsnag from 6.26.3 to 6.26.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12315
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.36...v4.4.37
A hot cross bun is a spiced bun usually made with fruit, marked with a cross on the top.
The cross representing the crucifixion of Jesus, the spices inside signifying the spices used to embalm him at his burial and sometimes also orange peel to reflect the bitterness of his time on the cross.
https://en.wikipedia.org/wiki/Hot_cross_bun
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook about 1 year ago

openfoodnetwork - v4.4.36 Cheese Tapa
A patch release to fix the S1 https://github.com/openfoodfoundation/openfoodnetwork/issues/11752.
What's Changed
Technical changes 🛠️
- Remove unused Devise login links partial by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12298
- Don't generate packing reports twice just to show the form by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/12307
- Reduce unnecessary avalanches of Redis queries by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/12306
Dependencies 📦
- chore(deps): bump stripe from 10.12.0 to 10.13.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12302
- chore(deps-dev): bump rdoc from 6.6.2 to 6.6.3.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12311
- chore(deps-dev): bump rubocop-rails from 2.24.0 to 2.24.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12310
- chore(deps): update rails-nested-form from fork to v5.0.0 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12308
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.35...v
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 about 1 year ago

openfoodnetwork - v4.4.35 Affogato
What's Changed
User-facing changes 👀
- [BO Orders] Update Entreprise fees when decreasing quantity by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12229
Only on instances with OIDC activated (fr-prod):
- Import products from DFC catalog by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12274
API changes ⚠️
- Limit enterprise image sizes on DFC API by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12284
- [BO Orders] Update Entreprise fees when decreasing quantity by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12229
- Publish full URLs of social media links on DFC API by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12299
Technical changes 🛠️
- Bulk printing/sending should show warning if ABN is required but not set. by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11918
- Add tests to the search product feature by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12267
- Group
Order && OrderCycle
related services by @feruzoripov in https://github.com/openfoodfoundation/openfoodnetwork/pull/12256 - [BUU] Enqueue actions to perform at end of reflex by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12247
- fix route to Admin#order#invoice#generate by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12207
- Rubocop by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12273
- Add placeholder file with comments by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12285
- set variant_processor to mini_magick by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12271
- Fix Rubocop Rails issue: Rails/FindEach by @anthonyms in https://github.com/openfoodfoundation/openfoodnetwork/pull/12289
- chore(README.md): change the order the instalation guide appears and add advise about specific ruby and node versions. by @Pauloparakleto in https://github.com/openfoodfoundation/openfoodnetwork/pull/12293
- Downgrade cable_ready JS to 5.0.1 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12246
Dependencies 📦
- chore(deps): bump aws-sdk-s3 from 1.143.1 to 1.144.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12269
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12272
- chore(deps): bump activerecord-import from 1.5.1 to 1.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12276
- chore(deps-dev): bump shoulda-matchers from 6.1.0 to 6.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12278
- chore(deps): bump aws-sdk-s3 from 1.144.0 to 1.145.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12279
- chore(deps): bump stripe from 10.11.0 to 10.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12275
- chore(deps-dev): bump rspec-rails from 6.1.1 to 6.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12288
- chore(deps): bump aws-sdk-s3 from 1.145.0 to 1.146.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12287
- chore(deps): bump @hotwired/turbo from 8.0.3 to 8.0.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12257
New Contributors
- Thank you @anthonyms for your first contribution!! 💚 🎉 ✨
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.34...v4.4.35
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk about 1 year ago

openfoodnetwork - v4.4.34 Pavlova
Description
What's Changed
User-facing changes 👀
- Fix incorrect results for multiple tax rates in report by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12206
API changes ⚠️
- [DFC] Add spree_product_uri to SuppliedProduct by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12254
Technical changes 🛠️
- Enforce RSpec expect(..).not_to over to_not by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12250
- Bumps Stripe from 10.10.0 to 10.11.0 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12252
- Add dev script to run rubocop on changed files by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12248
- Set known default password for sample users by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12249
Dependencies 📦
- chore(deps-dev): bump rubocop-rails from 2.23.1 to 2.24.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12225
- chore(deps): bump i18n from 1.14.3 to 1.14.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12251
- chore(deps-dev): bump rubocop from 1.60.2 to 1.62.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12259
- chore(deps): bump rails-i18n from 7.0.8 to 7.0.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12265
- chore(deps): bump aws-sdk-s3 from 1.143.0 to 1.143.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12266
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.33...v4.4.34
Pavlova is a meringue-based dessert Originating in either Australia or New Zealand in the early 20th century,
https://en.wikipedia.org/wiki/Pavlova_(dessert)
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug about 1 year ago

openfoodnetwork - v4.4.33 Vinegar-caramelized onions
Congrats to @feruzoripov 💐 which made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12203
Description
What's Changed
Experimental features for testing 🚧
- [BUU] Unit Scale - basic implementation by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12233
Technical changes 🛠️
- Standardize Naming Conventions for Query-Related Services in
app/queries
by @feruzoripov in https://github.com/openfoodfoundation/openfoodnetwork/pull/12203 - Use new rspec-sql gem by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12221
- add for every serialized attribute a coder by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12208
- hide alternative invoice checkbox if invoices feature is enabled by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12189
- Add Rubocop negation matcher by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12224
- Update Haml syntax and gem to version 6 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12167
- Update README.md by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12192
- Re-implement dropdown controller with html details element by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12194
- fix invoice render multiple tax rates by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12172
Dependencies 📦
- chore(deps): bump rack from 2.2.8 to 2.2.8.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12216
- chore(deps): bump jwt from 2.8.0 to 2.8.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12218
- chore(deps-dev): bump rubocop-rspec from 2.26.1 to 2.27.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12223
- chore(deps): bump i18n from 1.14.1 to 1.14.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12236
- chore(deps-dev): bump rubocop-rspec from 2.27.0 to 2.27.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12226
- chore(deps): bump json-jwt from 1.16.5 to 1.16.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12228
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.32...v4.4.33
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 about 1 year ago

openfoodnetwork - v4.4.32 Dreamy Zucchini Pasta
What's Changed
User-facing changes 👀
- Refund stripe payment when an order is complete by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12168
Technical changes 🛠️
- Add RSpec cops by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11500
- Fix github action linter by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12195
- Disable RSpec cops by default by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12204
- on redirect, the body will no longer include the target link by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/12210
Dependencies 📦
- chore(deps): bump @hotwired/turbo from 8.0.2 to 8.0.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12187
- chore(deps): bump ip from 1.1.8 to 1.1.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12182
- chore(deps): bump view_component from 3.10.0 to 3.11.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12186
- chore(deps-dev): bump karma from 6.4.2 to 6.4.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12196
- chore(deps-dev): bump listen from 3.8.0 to 3.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12197
- chore(deps-dev): bump webmock from 3.21.2 to 3.23.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12199
- chore(deps-dev): bump rubocop-rspec from 2.23.2 to 2.26.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12200
- chore(deps): bump stripe from 10.9.0 to 10.10.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12190
- chore(deps): bump dotenv from 3.0.2 to 3.0.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12205
- chore(deps): bump dotenv from 3.0.3 to 3.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12213
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.31...v4.4.32
A great way to enjoy leftover zucchini at the sleepy end of (southern hemisphere) summer..+
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook about 1 year ago

openfoodnetwork - v4.4.31 Mealworm Müsli
What's Changed
User-facing changes 👀
- Fix capturing order payment ignore order changes by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12132
- Make sure fees are applied when adding the first item to a back office order by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/12116
- Remove stripe decorator by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12122
- Modify default hash tabs controller to redirect users to shopping panel when an OC is selected. by @basilawwad in https://github.com/openfoodfoundation/openfoodnetwork/pull/12103
API changes ⚠️
- [DFC] Add state to address by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12153
Experimental features for testing 🚧
- [BUU] Image modal styles by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12130
- Improve error message by not displaying the first part of the second … by @isidzukuri in https://github.com/openfoodfoundation/openfoodnetwork/pull/12162
- [BUU] Create a new variant inline by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12133
Technical changes 🛠️
- Replace remote_toggle with method inside generic controller by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12126
- Improve random name generation in factories related to tax_rate_factory by @isidzukuri in https://github.com/openfoodfoundation/openfoodnetwork/pull/12156
- (Semi-)automatically commit new Stripe recordings by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12152
- Add rake task to reset queued jobs by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12161
- Reduce Capybara wait time during development by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12159
- [Stripe testing] Replaces stubs for VCR calls on profile_storer_spec.rb by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12173
- Simplify user factory around admin role by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12174
- Add rubocop binstub for spring support by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12175
- Store OIDC tokens to call DFC APIs by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12160
Dependencies 📦
- chore(deps): bump dotenv-rails from 2.8.1 to 3.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12148
- chore(deps-dev): bump letter_opener from 1.8.1 to 1.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12154
- chore(deps): bump dotenv from 3.0.0 to 3.0.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12163
- chore(deps): bump dotenv from 3.0.1 to 3.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12165
- chore(deps): bump stripe from 10.8.0 to 10.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12166
- chore(deps): bump jwt from 2.7.1 to 2.8.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12170
- chore(deps): bump sidekiq from 7.2.1 to 7.2.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12171
- chore(deps-dev): bump webmock from 3.20.0 to 3.21.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12177
New Contributors
- @isidzukuri made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/12156
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.30...v4.4.31
Inspiration for the name came from Kirsten Bradley at Milkwood.
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk about 1 year ago

openfoodnetwork - v4.4.30 Galette-Saucisse
What's Changed
User-facing changes 👀
- Fix Customer Search Autofill Issue by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12112
Dependencies 📦
- chore(deps): bump redis from 5.0.8 to 5.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12140
- chore(deps): bump @hotwired/turbo from 7.3.0 to 8.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12142
- chore(deps-dev): bump jasmine-core from 5.1.1 to 5.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12143
- chore(deps): bump @floating-ui/dom from 1.6.1 to 1.6.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12144
- chore(deps): bump @floating-ui/dom from 1.6.2 to 1.6.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12147
- chore(deps): bump stripe from 10.6.0 to 10.8.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12141
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.29...v4.4.30
A galette-saucisse is a type of French street food item consisting of a hot sausage, traditionally grilled, wrapped in a type of crepe called galette de sarrasin or Breton galette :
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug about 1 year ago

openfoodnetwork - v4.4.29
Thanks for everyone's continued efforts in building a fairer food system 🌱 🥗 🍎
What's Changed
Technical changes 🛠️
- Fix gem dependency declaration by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12131
- Removes UnionPay (debit) from non-3DS card list by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12135
- Corrects setup for setup in credit card cloner spec by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12127
- [Stripe, VCR] Updates credit_card_remover_spec.rb by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12104
- Remove update script, use bin/setup instead by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12128
Dependencies 📦
- chore(deps): bump datafoodconsortium-connector from 1.0.0.pre.alpha.9 to 1.0.0.pre.alpha.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12101
- chore(deps): bump hotkeys-js from 3.13.5 to 3.13.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12118
- chore(deps): bump valid_email2 from 5.1.1 to 5.2.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12117
- chore(deps): bump nokogiri from 1.16.0 to 1.16.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12121
- chore(deps): bump invisible_captcha from 2.1.0 to 2.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12124
- chore(deps): bump trix from 2.0.9 to 2.0.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12123
- chore(deps-dev): bump webmock from 3.19.1 to 3.20.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12134
- chore(deps): bump hotkeys-js from 3.13.6 to 3.13.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12136
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.28...v4.4.29
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook about 1 year ago

openfoodnetwork - v4.4.28 Açorda
What's Changed
User-facing changes 👀
- Include Tax on enterprise fees on the invoice by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12047
- Actions dropdown should stay closed after shipping order by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12075
- Add invisible captcha to registration screen by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12073
API changes ⚠️
- Add promo image to DFC Enterprise API by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12068
Experimental features for testing 🚧
- [BUU] Add new product images by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12048
- [BUU] Style and behaviour updates by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12107
Technical changes 🛠️
- Remove migrations with faulty ids by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12041
- Remove automatic pre-commit hook by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12079
- [Stripe, VCR] Updates credit_card_cloner_spec.rb by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12074
- [Pending spec] Updates distributor to have a shopfront message (reproduces #12076) by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12098
- Prompt for nodenv when missing by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12078
- Replace toggle_controller with method inside generic controller by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12084
- Display a warning when clicking the generate invoice button if an ABN is required but not present by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/12093
- Remove background_reports feature toggle by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12100
Dependencies 📦
- chore(deps): bump tom-select from 2.2.3 to 2.3.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11759
- chore(deps): bump redis from 4.8.1 to 5.0.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11698
- chore(deps): bump bugsnag from 6.26.2 to 6.26.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12081
- chore(deps-dev): bump rubocop from 1.59.0 to 1.60.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12083
- chore(deps): bump @floating-ui/dom from 1.5.4 to 1.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12090
- chore(deps): bump newrelic_rpm from 9.7.0 to 9.7.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12091
- chore(deps-dev): bump rspec-rails from 6.1.0 to 6.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12092
- chore(deps): bump @floating-ui/dom from 1.6.0 to 1.6.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12095
- chore(deps-dev): bump capybara from 3.39.2 to 3.40.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12096
- chore(deps): bump aws-sdk-s3 from 1.142.0 to 1.143.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12097
- chore(deps): bump monetize from 1.12.0 to 1.13.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12102
- chore(deps): bump bootsnap from 1.17.1 to 1.18.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12105
- chore(deps): bump bootsnap from 1.18.2 to 1.18.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12110
- chore(deps): bump omniauth_openid_connect and openid_connect by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12109
- chore(deps): bump trix from 2.0.8 to 2.0.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12114
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.27...v4.4.28
Açorda is a typical dish from south Portugal made from old, dry bread, garlic, salt, olive oil, water and fresh coriander leaves/stalks. From this base recipe several things can be added (e.g. eggs, fish or meat).
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 about 1 year ago

openfoodnetwork - v4.4.27 Butterbrot
What's Changed
User-facing changes 👀
- send-shipment-email-optionally by @binarygit in https://github.com/openfoodfoundation/openfoodnetwork/pull/11762
- Include vouchers in report: Enterprise Fees With Tax Report By Order by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/11985
API changes ⚠️
- [DFC] match taxons to dfc product types by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11817
Technical changes 🛠️
- Removes default selection for User facing changes by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/12035
- Filter out Stripe client_id by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12058
- Bump prettier and pretty-quick by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12064
- Spec requiring tax category when creating products by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12038
- Replace toggle_button_disable controller with generic toggle_control controller by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/12050
- Hotkey fix by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12052
Dependencies 📦
- Bump hotkeys-js from 3.13.3 to 3.13.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12044
- Bump bootsnap from 1.17.0 to 1.17.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12042
- Bump bugsnag from 6.26.1 to 6.26.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12054
- Bump pretty-quick from 3.1.3 to 3.3.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12053
- Bump bullet from 7.1.5 to 7.1.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12049
- Bump stripe from 10.3.0 to 10.5.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12018
- Bump roo from 2.10.0 to 2.10.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12060
- Bump stripe from 10.5.0 to 10.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12059
- Bump shoulda-matchers from 6.0.0 to 6.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12071
- Bump js-big-decimal from 2.0.4 to 2.0.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12072
- Bump sidekiq from 7.2.0 to 7.2.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12070
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.26...v4.4.27
Bread with butter and maybe other toppings is still a staple in Germany:
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk about 1 year ago

openfoodnetwork - v4.4.26 Floating island
What's Changed
API changes ⚠️
- Update variant name, price and stock through the DFC API by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12037
Experimental features for testing 🚧
- [BUU] See product images by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11942
- [BUU] Update product images by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12031
Technical changes 🛠️
- Show Connected Apps only to enterprise managers by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12030
Dependencies 📦
- chore(deps-dev): bump webmock from 3.18.1 to 3.19.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11470
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.25...v4.4.26
A floating island or île flottante is a dessert consisting of meringue floating on crème anglaise
https://en.wikipedia.org/wiki/Floating_island_(dessert)
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug over 1 year ago

openfoodnetwork - v4.4.25 Raisins
What's Changed
User-facing changes 👀
- Fix flash type when updating entreprise fees by @bouaik in https://github.com/openfoodfoundation/openfoodnetwork/pull/11981
- Add keyboard shortcut to submit forms (ctrl/cmd + enter) by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11990
- Add Vouchers to OC Customer Total Report by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/11999
- Make hint for logo size translatable and adjust to 300 px by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11982
- Backoffice, fix customer search when searching by first name by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12015
API changes ⚠️
- [DFC] add/delete enterprise to enterprise group by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/12024
Experimental features for testing 🚧
- [BUU] Dropdown UI tweaks (tom-select) by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11932
- [BUU] Add option to delete a product or variant by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/11846
- [BUU] Sticky table header and saving banner - alternate solution by @dacook in https://github.com/openfoodfoundation/openfoodnetwork
/pull/12023 - Fix ToS Position Issue by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/12009
Technical changes 🛠️
- Cache default country simply in memory by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12004
- upgrade paper-trail to 15.1 by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11994
- show warning when a new invoice can be generated by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11921
- Remove feature toggle for vouchers, they are always on by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12014
- DRY specs with fixture_file_upload helper by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12013
- Autocorrect Rubocop issues by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/12026
- Show DFC API first in documentation by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/12032
- Improve
admin/enterprise_roles
page performance by @bmd08a1 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11983
Dependencies 📦
- Bump puma from 6.4.1 to 6.4.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12016
- Bump bullet from 7.1.4 to 7.1.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12017
- Bump @floating-ui/dom from 1.5.3 to 1.5.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12019
- Bump follow-redirects from 1.14.8 to 1.15.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12022
- Bump bugsnag from 6.26.0 to 6.26.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12025
- Bump faraday from 2.8.1 to 2.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12029
- Bump knapsack_pro from 6.0.3 to 6.0.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12028
- Bump view_component from 3.9.0 to 3.10.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12027
- Bump newrelic_rpm from 9.6.0 to 9.7.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12033
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.24...v4.4.25
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 over 1 year ago

openfoodnetwork - v4.4.24 Porridge with raisins
The first release of the new year after a little break. There are lots of little changes in here and a special thanks to @arunguleria for better page titles during checkout.
What's Changed
User-facing changes 👀
- Only display Supplier column in Order Cycle Report email if there is more than one supplier by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/11798
- 11599-Change page title on checkout pages by @arunguleria in https://github.com/openfoodfoundation/openfoodnetwork/pull/11911
- Fix missing translation of tooltip in dashboard by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11929
- Fix colour of the arrow when hovering the change package area in dashboard by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11931
- Show Dashboard header in the header area for multi-enterprise users by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11927
- Fix open Contact tab from "customers only" message by @duleorlovic in https://github.com/openfoodfoundation/openfoodnetwork/pull/11789
- Add Punjabi and Malayalam language for India instance #11855 by @duleorlovic in https://github.com/openfoodfoundation/openfoodnetwork/pull/11957
- Add banner to allow user to accept ToS changes by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11795
- Include voucher tax adjustment in revenues by hub report by @bmd08a1 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11914
- Fix menu and sub menu highlighting by @bouaik in https://github.com/openfoodfoundation/openfoodnetwork/pull/11966
- Cleanse JS errors from DOM on Stripe failure by @murjax in https://github.com/openfoodfoundation/openfoodnetwork/pull/11915
- Fixes minor styling issues of admin and admin v3 in the dashboard by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11977
API changes ⚠️
- Use full product and variant name on DFC API by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11956
- Send semantic id when connecting enterprise to app by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11959
Technical changes 🛠️
- a new invoice should refer the latest invoice. by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11704
- [Invoices] Display the shipping category. by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11805
- Remove raw from various template by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11803
- Adds payment intent creation/capture tests for valid credid card types (non-3D) by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11900
- Ensure pagination appears at bottom of table by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11901
- Sequential invoice numbers per distributor by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11696
- Replaces Stripe Stubs with VCR calls by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11924
- [BUU] Flash message redesign by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11874
- Add new enterprise settings tab Connected Apps by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11937
- Adds build node to check for i18n exceptions by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11906
- Removes forgotten comment line by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11965
- Replaces Stripe stubs with the real account IDs by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11950
- Update Swagger config to new naming by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11960
- Tests app/services/stripe_payment_status.rb by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11963
- Enterprise user can remove Connected Apps by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11954
- Moves test introduced by #11799 to avoid non-explicit modal acceptance by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11972
- Update copyright year in README.md by @RachL in https://github.com/openfoodfoundation/openfoodnetwork/pull/12002
- upgrade ransack to 4.1.0 by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11993
- remove unnecessary require instructions by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11998
Dependencies 📦
- Bump knapsack_pro from 6.0.1 to 6.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11910
- Bump knapsack_pro from 6.0.2 to 6.0.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11913
- Bump json-canonicalization from 0.3.2 to 0.4.0 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11917
- Bump debug from 1.8.0 to 1.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11919
- Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11933
- Bump stripe from 10.2.0 to 10.3.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11943
- Bump combine_pdf from 1.0.24 to 1.0.25 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11953
- Bump rubocop-rails from 2.22.2 to 2.23.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11945
- Bump faraday from 2.7.12 to 2.8.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11961
- Bump debug from 1.9.0 to 1.9.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11969
- Bump combine_pdf from 1.0.25 to 1.0.26 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11980
- Bump moment from 2.29.4 to 2.30.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11989
- Bump rubocop-rails from 2.23.0 to 2.23.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11979
- Bump puma from 6.4.0 to 6.4.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11995
- Bump pdf-reader from 2.11.0 to 2.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11997
- Bump active_storage_validations from 1.1.3 to 1.1.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11996
- Bump aws-sdk-s3 from 1.141.0 to 1.142.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12006
- Bump mime-types from 3.5.1 to 3.5.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12007
- Bump view_component from 3.8.0 to 3.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12010
- Bump shoulda-matchers from 5.3.0 to 6.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/12008
New Contributors
- @arunguleria made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/11911
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.23...v4.4.24
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk over 1 year ago

openfoodnetwork - v4.4.23 - Pottage
The new "background reports" feature is now enabled. This is designed for significant system resource savings and has been carefully tested. Thanks @mkllnk and the team for working through this big job!
Also, congratulations and thanks @bmd08a1 for your first contribution! 🎉
What's Changed
User-facing changes 👀
- Activate background report processing by default by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11872
- product should not be priceless by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11863
- Fix mapping of flash messages on order cycle pages by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11885
- Replace references to 'split checkout' with just 'checkout' by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/11889
- Allow searching orders by customers' full name with comma and full name reversed by @bmd08a1 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11891
Technical changes 🛠️
- [DFC] Patch dfc connector parser to improve SKOS concept parsing by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11893
- [BUU] Stock level popout by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11811
- [BUU] Link style tweaks by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11907
- Adds test cases to account for priceless and 0.0 priced variant creation by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11899
Dependencies 📦
- chore(deps): bump json from 2.6.3 to 2.7.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11887
- bump stripe from 10.1.0 to 10.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11888
- Bump rubocop from 1.57.2 to 1.58.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11895
- Bump knapsack_pro from 6.0.0 to 6.0.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11904
- Bump json from 2.7.0 to 2.7.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11903
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.22...v4.4.23
'Pottage' is a pre-industrial staple of the British diet. A simple bean stew that became associated with peasantry and thus deeply unfashionable during industrial development. A return to eating pottage would be a significant step in shifting the standard British diet to one that is more plant-based from homegrown crops. Mushy peas, as eaten with fish and chips, is one of the few remnants still prevalent in the British diet that is derived from this dish.
(Lynne from UK)
Photo credit: LearningLark on Flickr
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook over 1 year ago

openfoodnetwork - v4.4.22 Paris-Brest
What's Changed
User-facing changes 👀
- Add hi and mr locale using tx pull -l hi by @duleorlovic in https://github.com/openfoodfoundation/openfoodnetwork/pull/11856
- Open external link in product description inside new page by @binarygit in https://github.com/openfoodfoundation/openfoodnetwork/pull/11837
Technical changes 🛠️
- [Invoices] fix bulk invoice printing by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11807
- Spec refactor by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11853
- Vertical ellipsis menu component by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11848
- Remove unnecessary host config in specs by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11857
- Adds a pending spec for legal invoices feature issue #11791 by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11792
- DRY Terms of Service spec to save time by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11867
- Help Dependabot to update rswag by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11881
- ViewComponent sidecar by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11873
Dependencies 📦
- chore(deps-dev): bump rswag-specs from 2.11.0 to 2.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11858
- chore(deps): bump aws-sdk-s3 from 1.139.0 to 1.140.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11859
- chore(deps): bump rswag-api from 2.11.0 to 2.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11860
- chore(deps): bump rswag-ui from 2.11.0 to 2.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11861
- chore(deps): bump view_component from 3.7.0 to 3.8.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11866
- chore(deps): bump aws-sdk-s3 from 1.140.0 to 1.141.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11868
- chore(deps-dev): bump knapsack_pro from 5.7.0 to 6.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11877
- chore(deps-dev): bump rswag-specs from 2.12.0 to 2.13.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11878
- chore(deps): bump rswag-api from 2.12.0 to 2.13.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11875
- chore(deps): bump rswag-ui from 2.12.0 to 2.13.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11876
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.21...v4.4.22
Paris-Brest is a classic French pasty named after the famous bike race Paris-Brest-Paris
https://en.wikipedia.org/wiki/Paris%E2%80%93Brest
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug over 1 year ago

openfoodnetwork - v4.4.21 Sourdough Bread
What's Changed
The vouchers functionality will be activated on all instances. 🎉
User-facing changes 👀
- Maintain date range values in the report forms by @yasirazgar in https://github.com/openfoodfoundation/openfoodnetwork/pull/11732
- Fully Enable Vouchers Feature Toggle by Default by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/11831
API changes ⚠️
- Bump DFC taxonomies to v1.0.2 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11818
Technical changes 🛠️
- Feature toggled specs by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11821
- Implement product clone by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/11785
- [System specs, CI] Fixes blacklist/whitelist deprecation warning by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11844
- Avoid precompiling assets unnecessarily by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11847
- Extends bulk print invoice spec to assert on file contents by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11836
- Fix display inventory warning spec by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11852
Dependencies 📦
- chore(deps): bump activerecord-import from 1.5.0 to 1.5.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11832
- chore(deps-dev): bump bullet from 7.1.3 to 7.1.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11833
- chore(deps-dev): bump rubocop-rails from 2.22.1 to 2.22.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11834
- chore(deps): bump aws-sdk-s3 from 1.136.0 to 1.137.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11835
- chore(deps): bump trix from 2.0.7 to 2.0.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11838
- chore(deps): bump faraday from 2.7.11 to 2.7.12 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11839
- chore(deps-dev): bump rspec-rails from 6.0.3 to 6.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11841
- chore(deps): bump aws-sdk-s3 from 1.137.0 to 1.138.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11842
- chore(deps): bump active_storage_validations from 1.1.2 to 1.1.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11840
- chore(deps-dev): bump spring from 4.1.2 to 4.1.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11850
- chore(deps): bump aws-sdk-s3 from 1.138.0 to 1.139.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11849
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.20...v4.4.21
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk over 1 year ago

openfoodnetwork - v4.4.20 Tupinambur
New Contributors
- @chahmedejaz made his first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/11659 - Thank you Ahmed 🎉 💐
What's Changed
User-facing changes 👀
- Don't update order when not enough stock when editing as admin by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11754
- Fix hidden input showing on Producer registration by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11776
- Fix navigation behavior on enterprise settings panel tabs by @murjax in https://github.com/openfoodfoundation/openfoodnetwork/pull/11799
- Fix Orders in confirmation state cannot be completed by hub or shop by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/11290
- Fixes un-localized Order date and time format on edit order page by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/11659
- Fix product with ml unit display dl by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11741
- Open external links in product description in a new page by @binarygit in https://github.com/openfoodfoundation/openfoodnetwork/pull/11761
- Fix Cloning Tags Issue for OrderCycle by @chahmedejaz in https://github.com/openfoodfoundation/openfoodnetwork/pull/11731
- Fix Stripe payment flash rendering issue by @murjax in https://github.com/openfoodfoundation/openfoodnetwork/pull/11730
API changes ⚠️
- chore(deps): bump datafoodconsortium-connector from 1.0.0.pre.alpha.8 to 1.0.0.pre.alpha.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11781
- Add logo and contact info to DFC Enterprise API by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11816
Technical changes 🛠️
- Stripe version in sync with vcr tests by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11779
- Check for .present? for ENV GOOGLE variables by @duleorlovic in https://github.com/openfoodfoundation/openfoodnetwork/pull/11790
- Fix bugsnag warning by @yasirazgar in https://github.com/openfoodfoundation/openfoodnetwork/pull/11733
- Stabilise spec with sleep by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11802
- Fixes pending tests cases on invoices spec by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11780
- Store report files on the local disk by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11661
- [VCR, automation] Adds payment intent tests with invalid cards by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11810
- Revert prettier to v 2.8.8 by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11822
- Add script for preparing translations by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11788
- Fix Style Rubocop Errors by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11786
- Fix invoice printing tests by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11705
- Fix Style Rubocop Errors by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11820
Dependencies 📦
- chore(deps): bump cable_ready from 5.0.1 to 5.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11797
- chore(deps-dev): bump prettier from 2.8.8 to 3.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11806
- chore(deps-dev): bump spring from 4.1.1 to 4.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11813
- chore(deps): bump angular_rails_csrf from 5.0.0 to 6.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11812
- chore(deps): bump active_storage_validations from 1.1.1 to 1.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11814
- Update browserslist caniuse db by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11819
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.19...v4.4.20
Topinambo - as I got to know it this week - is a species of sunflower native to central North America.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 over 1 year ago

openfoodnetwork - v4.4.19 Loquat
What's Changed
User-facing changes 👀
No changes
API changes ⚠️
- [DFC API] add image to product by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11756
Technical changes 🛠️
- [BUU] Showing error summary at top of form by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11750
- Remove orphaned JSON data in admin pages by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11755
- Clarify cuprite driver configuration by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11749
- New and unique invoice template by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11679
- Remove bogus gateways by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11701
- [BUU] Grey out disabled button by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11757
Dependencies 📦
- chore(deps): bump stripe from 10.0.0 to 10.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11758
- chore(deps-dev): bump cuprite from 0.14.3 to 0.15 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11777
- chore(deps-dev): bump bullet from 7.1.2 to 7.1.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11778
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.18...v4.4.19
No-one seems to be sure exactly how to pronounce it, but all the kids in the neighbourhood love climbing the sprawling branches and trying to reach the juicy, golden-orange fruits of the Loquat tree (before the birds do)!
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook over 1 year ago

openfoodnetwork - v4.4.18 Calamari
What's Changed
User-facing changes 👀
None.
Experimental features for testing 🚧
- [vouchers] fix tax calculation when moving back in the checkout process by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11677
Technical changes 🛠️
- [BUU] Mark changed fields, when error by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11702
- Print robots tag for registration layout by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11736
- Replaces mocks with VCR calls by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11742
Dependencies 📦
- chore(deps): bump active_storage_validations from 1.0.4 to 1.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11716
- chore(deps-dev): bump rubocop from 1.57.1 to 1.57.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11723
- chore(deps): bump valid_email2 from 5.1.0 to 5.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11727
- chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11729
- chore(deps-dev): bump rubocop-rails from 2.21.2 to 2.22.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11735
- chore(deps): bump angular-rails-templates from 1.2.0 to 1.2.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11734
- chore(deps): bump view_component from 3.6.0 to 3.7.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11739
- chore(deps): bump newrelic_rpm from 9.5.0 to 9.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11740
- chore(deps): bump bootsnap from 1.16.0 to 1.17.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11738
- chore(deps): bump sidekiq from 7.1.6 to 7.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11745
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.17...v4.4.18
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk over 1 year ago

openfoodnetwork - v4.4.17 Far Breton
Congrats to @prateek0411999 for his first contribution!! 💐 👏 🎉
What's Changed
User-facing changes 👀
- Format money amounts according to locale, not currency by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11674
- Avoid error when generating Enterprise fees w/ Tax Report by Producer by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11688
- Make update button on enterprises primary details form clickable upon input to name field by @ccozkan in https://github.com/openfoodfoundation/openfoodnetwork/pull/11695
- Fix content aligning in subscriptions table by @ccozkan in https://github.com/openfoodfoundation/openfoodnetwork/pull/11684
Experimental features for testing 🚧
- add condition on warning_forfeit_remaining_amount note by @prateek0411999 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11694
Technical changes 🛠️
- Fix Style/HashSyntax 13/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11700
- removes mini_portile2 by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11703
- 11318 - Fix flaky packing_report_spec.rb by @yasirazgar in https://github.com/openfoodfoundation/openfoodnetwork/pull/11706
Dependencies 📦
- chore(deps): bump tom-select from 2.2.2 to 2.2.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11690
- chore(deps): bump mini_portile2 from 2.8.4 to 2.8.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11697
- chore(deps): bump combine_pdf from 1.0.23 to 1.0.24 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11691
- chore(deps): bump stripe from 9.4.0 to 10.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11676
New Contributors
- @prateek0411999 made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/11694
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.16...v4.4.17
Far Breton (also Breton far; Breton: Farz forn) is a traditional cake or dessert from the Brittany region in France.
https://en.wikipedia.org/wiki/Far_Breton
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug over 1 year ago

openfoodnetwork - v4.4.16 Green Coffee Beans
Congrats to @lauriejefferson for their first contribution!! 💐 👏 🎉
What's Changed
User-facing changes 👀
- Not paid order confirmations resemble paid orders 7603 by @lauriejefferson in https://github.com/openfoodfoundation/openfoodnetwork/pull/11114
- Ensure dynamic modals always use selected locale by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11627
- Don't show credit owed when = 0 in order confirmation by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11668
- Admin, Orders list: when capturing an order, fix an issue that makes the tooltip invisible (+ errors in the console) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11577
Experimental features for testing 🚧
- [Vouchers] Fix tax included in price amount by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11593
- Notify user about errors raised in reports by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11657
- Hide old products screen when admin_style_v3 enabled by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11660
- [BUU] Left-align headers of new orders table by @lauriejefferson in https://github.com/openfoodfoundation/openfoodnetwork/pull/11634
Technical changes 🛠️
- Update tag_release script by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11663
- Adds coverage on order-associated attributes by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11547
- Adds coverage on order confirmation page by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11682
- Moves assertions within before do block by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11687
Dependencies 📦
- chore(deps-dev): bump rubocop from 1.57.0 to 1.57.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11664
- chore(deps): bump acts-as-taggable-on from 9.0.1 to 10.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11671
- chore(deps-dev): bump bullet from 7.1.1 to 7.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11672
- chore(deps): bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11683
- chore(deps): bump roadie-rails from 3.0.0 to 3.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11685
New Contributors
- @lauriejefferson made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/11114
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.15...v4.4.16
A coffee bean is a fruit from the Coffea plant and the source for coffee. It is the pip inside the red or purple fruit. This fruit is often referred to as a coffee cherry, and like the cherry, it is a stone fruit.
Coffee beans right before being shoved into the oven 🥰
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 over 1 year ago

openfoodnetwork - v4.4.15 Sweet Potato Tacos
💐 Welcome to @murjax and @HillaryOkello, thank you for your contributions.
Indeed, all of the user-facing changes were volunteer contributions. We have a wonderful community! 😊 💚
What's Changed
User-facing changes 👀
- Add ability to customers report to filter with open ended boundaries by @ccozkan in https://github.com/openfoodfoundation/openfoodnetwork/pull/11619
- Fix occurring time shift in customers report results by @ccozkan in https://github.com/openfoodfoundation/openfoodnetwork/pull/11623
- Prevent customers from editing shipped orders by @murjax in https://github.com/openfoodfoundation/openfoodnetwork/pull/11603
- Display ordered lists uniform with unordered lists in Trix editor by @HillaryOkello in https://github.com/openfoodfoundation/openfoodnetwork/pull/11651
Technical changes 🛠️
- Support enabling invoices to individual users by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11345
- fix Viewing an invoice with the instance's invoice setting set to alternative model leads to an error 500 by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11219
- Add script to create patch release tags by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11629
- Add spec for Missing Foreign Keys and add them by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11548
- [BUU] Inline error messages and validation by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11565
- Fix Rails/HasManyOrHasOneDependent by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11441
- Test customer report filtering without sorting by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11637
- Update feature toggle title by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11641
- Show only the new products page in the menu by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11646
- Only validate image when changed by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11647
Dependencies 📦
- chore(deps): bump trix from 2.0.6 to 2.0.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11618
- chore(deps-dev): bump bullet from 7.0.7 to 7.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11632
- chore(deps): bump devise-i18n from 1.11.0 to 1.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11620
- chore(deps): bump stripe from 9.3.0 to 9.4.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11630
- chore(deps): bump awesome_nested_set from 3.5.0 to 3.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11631
- chore(deps): bump sidekiq from 7.1.5 to 7.1.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11643
- chore(deps-dev): bump bullet from 7.1.0 to 7.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11639
- chore(deps): bump rswag-ui from 2.10.1 to 2.11.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11648
- chore(deps): bump rswag-api from 2.10.1 to 2.11.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11650
- chore(deps): bump responders from 3.1.0 to 3.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11652
- chore(deps-dev): bump rswag-specs from 2.10.1 to 2.11.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11649
- chore(deps): bump paranoia from 2.6.2 to 2.6.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11653
- chore(deps-dev): bump rubocop from 1.56.4 to 1.57.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11654
- chore(deps): bump devise from 4.9.2 to 4.9.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11655
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.14...v4.4.15
Photo credit: https://cookieandkate.com/sweet-potato-black-bean-tacos/
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook over 1 year ago

openfoodnetwork - v4.4.14 Potato mash
Congrats to @aisayo for their first contribution! Thank you. 💐
What's Changed
User-facing changes 👀
- Editing user as admin doesn't show error 404 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11591
Features under construction 🚧
- [Vouchers] Fix Sales Tax Totals By Order report by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11543
Technical changes 🛠️
- Remove Deprecated delegate_belongs_to by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11579
- Splits checkout files by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11479
- Fix Style/HashSyntax 12/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11586
- Splits bottleneck system/admin/subscriptions_spec.rb by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11588
- [BUU] editing fixups by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11571
- [dev ENV only] Adds attribute to enterprise factory by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11624
- Update README.md by @aisayo in https://github.com/openfoodfoundation/openfoodnetwork/pull/11625
Dependencies 📦
- chore(deps): bump trix from 2.0.5 to 2.0.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11584
- chore(deps-dev): bump rubocop from 1.56.3 to 1.56.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11595
- chore(deps): bump valid_email2 from 5.0.3 to 5.0.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11604
- chore(deps-dev): bump rubocop-rails from 2.21.1 to 2.21.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11605
- chore(deps): bump sidekiq from 7.1.4 to 7.1.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11616
- chore(deps): bump valid_email2 from 5.0.5 to 5.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11621
New Contributors
- @aisayo made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/11625
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.13...v4.4.14
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk over 1 year ago

openfoodnetwork - v4.4.13 Kouign-amann
What's Changed
User-facing changes 👀
- Admin, reports: improve customer addresses report by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11185
Technical changes 🛠️
- Fix Style/HashSyntax 10/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11582
- Fix Style/HashSyntax 11/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11583
Dependencies 📦
- chore(deps): bump aws-sdk-s3 from 1.135.0 to 1.136.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11589
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.12...v4.4.13
Kouign-amann is a sweet Breton cake made with laminated dough. It is a round multi-layered cake, originally made with bread dough (nowadays sometimes viennoiserie dough), containing layers of butter and incorporated sugar.
https://en.wikipedia.org/wiki/Kouign-amann
Consumption - Agriculture and Nutrition
- Ruby
Published by rioug over 1 year ago

openfoodnetwork - v4.4.12 - Mango Chutney
What's Changed
Feature Toggle 🚥
- [Vouchers] add activate/deactivate feature by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11510
API changes ⚠️
- [DFC API] Add custom OFN product id to DFC SuppliedProduct by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11378
Technical changes 🛠️
- Fix Style/HashSyntax 4/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11540
- Fix Style/HashSyntax 5/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11554
- Fix Style/HashSyntax 7/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11569
- Fix Style/HashSyntax 8/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11570
- Fix Style/HashSyntax 9/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11578
- Fix Style/HashSyntax 6/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11562
- 🚧 [BUU] Bulk form editing features by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11509
- 🚧 [BUU] Add
Edit
link into a small menu on the last Actions column to the right of the table by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11568 - 🚧 BUU: update and tweak UI and CSS to fit V3 style to legacy by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11496
- Compare adjustments in deterministic order for invoices by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11573
- Remove duplicate association from Spree::User by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11555
- Update templates by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11542
- [Release test automation] Adds assertions on bulk invoice creation by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11539
- Install the current node version in setup by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11551
Dependencies 📦
- chore(deps-dev): bump rubocop-rails from 2.21.0 to 2.21.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11546
- chore(deps): bump @floating-ui/dom from 1.5.2 to 1.5.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11552
- chore(deps): bump view_component from 3.5.0 to 3.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11549
- chore(deps): bump stripe from 9.2.0 to 9.3.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11550
- chore(deps): bump valid_email2 from 5.0.0 to 5.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11557
- chore(deps): bump ffaker from 2.22.0 to 2.23.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11567
- chore(deps): bump valid_email2 from 5.0.2 to 5.0.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11566
- chore(deps-dev): bump knapsack_pro from 5.6.0 to 5.7.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11574
- chore(deps): bump aws-sdk-s3 from 1.134.0 to 1.135.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11575
- chore(deps): bump puma from 6.3.1 to 6.4.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11576
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.11...v4.4.12
Mango chutney is a savory condiment made from slow-cooked, ripe mangoes and spices. Originating from India, chutneys have traveled the globe, and every country has its own take on this versatile condiment.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 over 1 year ago

openfoodnetwork - v4.4.11 Vanilla Cheesecake
A bumper release after a week's pause.
Thanks everyone for your contributions. Congrats @pedrocarmona on your first! 🎉
What's Changed
User-facing changes 👀
- fix If ToS file is not set, customer needs to accept Terms on each checkout by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11396
- Send translated email when creating users via admin interface by @pedrocarmona in https://github.com/openfoodfoundation/openfoodnetwork/pull/11487
- Admin, add trix editor to product description editor (both new and edit) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11140
- [Super admin] Highlight 'Configuration' tab on 'Terms of Service' page by @drummer83 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11505
- Improve user feedback in oc edit page for hidden inventory by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11501
- Adds enterprise fees w tax report by producer by @abdellani, @filipefurtad0 and @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11013
- Fix error when importing entries with a tax category by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11497
API changes ⚠️
- [DFC API] Import known units when creating new products by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11377
- [DFC API] Add endpoint for enterprise groups by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11508
Features under construction 🚧
- Activate vouchers feature per user or enterprise by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11450
Technical changes 🛠️
- Stabilise flaky enterprise fee spec by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11477
- Fix Rails/HelperInstanceVariable in injection_helper.rb by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11476
- [BUU] Editing - part 2 (product and variant text fields) 🚧 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11468
- BUU: Fix question mark icon for tooltip by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11525
- [DFC API] Replace service class with simple AR association by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11471
- Require associations on join model by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11489
- Skip online validation of sample emails by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11490
- [Invoices] Adds unit level test coverage order model attributes by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11309
- Add release note category "API changes" by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11484
- Fix Rails/HelperInstanceVariable 2 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11488
- Group DFC API operations by endpoint in documentation by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11494
- Renames product so it always appears first on the report results by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11537
- Fix Update button sizing by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11511
- Fix Style/HashSyntax 1 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11516
- Fix Style/HashSyntax 2/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11528
- Fix Style/HashSyntax 3/13 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11533
Dependencies 📦
- chore(deps): bump stripe from 9.0.0 to 9.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11485
- chore(deps): bump activerecord-session_store from 2.0.0 to 2.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11486
- chore(deps): bump valid_email2 from 4.0.6 to 5.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11495
- chore(deps-dev): bump web-console from 4.2.0 to 4.2.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11499
- chore(deps): bump foundation-sites from 5.5.2 to 5.5.3 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11349
- chore(deps): bump stripe from 9.1.0 to 9.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11512
- chore(deps): bump rails from 7.0.7.2 to 7.0.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11520
- chore(deps): bump @floating-ui/dom from 1.5.1 to 1.5.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11522
- chore(deps-dev): bump rubocop from 1.56.2 to 1.56.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11523
- chore(deps-dev): bump rubocop-rails from 2.20.2 to 2.21.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11519
- chore(deps): bump sidekiq from 7.1.2 to 7.1.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11526
- chore(deps): bump sidekiq from 7.1.3 to 7.1.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11536
- chore(deps): bump faraday from 2.7.10 to 2.7.11 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11534
- chore(deps): bump newrelic_rpm from 9.4.2 to 9.5.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11535
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.10...v4.4.11
It looks so simple, yet is so decadent. So good.
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook over 1 year ago

openfoodnetwork - v4.4.10 Eggs Benedict
A small service release with only one visible change.
User-facing changes 👀
- fix Non-empty orders in the cart state do not appear in orders page by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11348
Technical changes 🛠️
- Report customers in deterministic order by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11439
- Fix Rails/ActiveRecordOverride by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11425
- Add required enterprise fields to DFC API by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11397
- De-flake voucher specs by checking success by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11451
- [Flaky] spec/system/admin/products_v3/products_spec.rb by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11452
- Buu labels by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11453
- Generate all release note categories with labels by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11427
- Renames Knapsack nodes by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11457
- Uncomments pluralize test by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11475
- Fix Rubocop Style Errors by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11454
Dependencies 📦
- chore(deps): bump ffaker from 2.21.0 to 2.22.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11443
- chore(deps-dev): bump knapsack_pro from 5.4.1 to 5.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11449
- chore(deps): bump aws-sdk-s3 from 1.133.0 to 1.134.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11448
- chore(deps-dev): bump jasmine-core from 5.1.0 to 5.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11455
- chore(deps-dev): bump rubocop from 1.56.1 to 1.56.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11469
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.9...v4.4.10
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk over 1 year ago

openfoodnetwork - v4.4.9 - Moscat Grape
Many thanks to @duleorlovic for their first contribution!! 🎉 💐
User-facing changes 👀
- Admin, White Label: add translation for invalid URL in white label context by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11387
- fix cancel order button by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11347
- Add Google map region parameter by @duleorlovic in https://github.com/openfoodfoundation/openfoodnetwork/pull/11395
Experimental features for testing 😎
- [Vouchers] fix error when creating a percentage voucher by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11391
- fix order invoice generator must update the latest invoice by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11430
Technical changes 🔧
- Remove dead code related to bulk invoice printing by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11352
- Remove product display_as cell by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11295
- Respond to all formats for "not found" error by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11379
- 🚧 BUU: No results page and number of results tweaks by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11416
- 🚧 BUU: Once products are loaded, scroll higher, ie. just above filters by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11417
- 🚧 Products V3: Do not display "Producers" selector if only one is possible by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11383
- Add Query Object to Product Model to Fix Metrics/ClassLength by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11230
- Allow has_and_belongs_to_many to reduce code by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11426
- fix Snail when setting "0" in the unit value field by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11415
- Add Form Object to Schedules Controller by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11206
- Fix Rails and Style Autocorrect Rubocop Errors by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11418
- [BUU] Change name of my products 🚧 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11208
Dependencies 📦
- chore(deps): bump puma from 6.3.0 to 6.3.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11423
- chore(deps-dev): bump rubocop from 1.56.0 to 1.56.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11428
- chore(deps): bump newrelic_rpm from 9.4.1 to 9.4.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11429
- chore(deps): bump stripe from 8.6.0 to 9.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11419
- chore(deps-dev): bump knapsack_pro from 5.3.5 to 5.4.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11434
- chore(deps): bump rails from 7.0.7 to 7.0.7.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11437
- chore(deps): bump aws-sdk-s3 from 1.132.1 to 1.133.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11438
- chore(deps): bump activerecord-import from 1.4.1 to 1.5.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11432
- chore(deps): bump mime-types from 3.5.0 to 3.5.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11433
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.8...v4.4.9
Moscatel is a group of very sweet grape varieties.
Several wines and sparkling wines are produced from Moscatel grapes, always with a sweet characteristic. In general, they accompany desserts very well and, when chilled, are refreshing and also as an aperitif.
https://en.wikipedia.org/wiki/Muscat_(grape)
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 over 1 year ago

openfoodnetwork - v4.4.8 Chocolate truffle
Big thanks to @macanudo527 for tirelessly improving the quality of our code.
This is mainly a maintenance release with only one little fix.
User facing changes 👀
- Fix removing customer tag when using search bar for said tag by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11270
Experimental features for testing 😎
- Don't allow multi-line voucher codes by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/11259
- [Vouchers] Percentage rate by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/10821
Technical changes 🔧
- Stabilise flaky checkout spec with voucher by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11376
- Drop option_types and option_values tables by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11373
- Drop :is_master column from variants table by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11374
- Drop unused tables by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11375
- Reduce controller size by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11222
- Remove ignored session store config by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11389
- 🔧 Remove
new_products_page
and all associated controllers/components/... by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11382 - Require belongs_to associations by default by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11297
- Invoice data generator, fix flaky test by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11404
- [Product Refactor] Shipping Category by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11221
- Use known, statically cached DFC context by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11323
- 🚧 BUU: some design updates + one small code fix by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11401
- Don't show extra red messages when gems missing by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11409
- Fix autocorrect Rails Cops 2 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11337
- 🚧 BUU: refactor/improve testing by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11400
- Release template by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11392
- 🚧 BUU: Pagination tweaks by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11407
- Fix rubocop rails errors by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11405
Dependencies 📦
- chore(deps): bump rails from 7.0.6 to 7.0.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11384
- chore(deps): bump aws-sdk-s3 from 1.132.0 to 1.132.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11385
- chore(deps): bump rails-i18n from 7.0.7 to 7.0.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11414
- chore(deps-dev): bump timecop from 0.9.6 to 0.9.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11406
- chore(deps): bump newrelic_rpm from 9.3.1 to 9.4.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11413
- chore(deps): bump newrelic_rpm from 9.4.0 to 9.4.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11420
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.7...v4.4.8
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk over 1 year ago

openfoodnetwork - v4.4.7 Brussels Sprout
Lots of little changes that may not look attractive, but nevertheless valuable.
User facing changes 👀
- Account creation: translate some messages around password creation by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11371
Experimental features for testing 😎
- [vouchers] error moving between summary and cart pages by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11117
- Fix display invoice tab for completed, resumed and canceled orders only by @bouaik in https://github.com/openfoodfoundation/openfoodnetwork/pull/11327
- rename 'new invoice' button to 'create or update invoice' by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11354
- fix Bulk invoice printing/sending by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11192
- render date without time on invoices list by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11116
Technical changes 🔧
- SCSS cleanup by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11320
- Skip online domain validation of dev user email by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11321
- Setup script tweaks by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11365
- Remove duplicated keys in en yml by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11353
- [Product Refactor] Remove multiple taxons by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11346
- Remove unused variant :position attribute by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11372
Dependencies 📦
- Add new relic gem by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11256
- chore(deps): bump js-big-decimal from 2.0.1 to 2.0.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11339
- chore(deps): bump stimulus from 3.2.1 to 3.2.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11343
- chore(deps): bump mime-types from 3.4.1 to 3.5.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11344
- chore(deps-dev): bump rubocop from 1.55.1 to 1.56.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11366
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.6...v4.4.7
The Brussels sprout is a leaf vegetable, grown for its edible buds which appear like miniature cabbages. It is native to the Mediterranean like other cabbage species, and cultivated in the 13th century near Brussels, Belgium, from which they derived their name.
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook over 1 year ago

openfoodnetwork - v4.4.6 Fish'n'chips
Congrats to @bouaik for their first contribution. 🎉 💐
Bug fixes and layout tweaks while the team is working on bigger feature releases.
User facing changes 👀
- White label: Update mobile variant size for white label logo to fit the same ratio by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11281
- Rescue from errors when displaying images by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11310
- Fix margin in guest checkout by @bouaik in https://github.com/openfoodfoundation/openfoodnetwork/pull/11302
- Sort orders by last name, then first name on orders page by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/11299
- Shopfront: On non-shop tab, when changing OC, switch to shop tab and hides non-shop tab content by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11235
- Registration of an enterprise name already taken stops registration process by @cyrillefr in https://github.com/openfoodfoundation/openfoodnetwork/pull/11177
- Add a filter by product on the Order and Fulfilment reports by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11254
Experimental features for testing 😎
- Show vouchers panel only if enterprise sells products (own or any) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11234
Technical changes 🔧
- Show invoice number on invoices by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11126
- Prevent git errors from showing in command output by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11296
- Dfc connector context by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11263
- Skip empty commits in Rubocop Autocorrect Script by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11303
- chore(deps-dev): bump rubocop from 1.55.0 to 1.55.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11308
- chore(deps-dev): bump knapsack_pro from 5.3.4 to 5.3.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11317
- chore(deps): bump @floating-ui/dom from 1.4.5 to 1.5.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11307
- [Product Refactor] Tax category by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11156
- chore(deps): bump stimulus_reflex from 3.5.0-rc2 to 3.5.0-rc3 + cable_ready from 5.0.0.rc2 to 5.0.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11209
- chore(deps): bump js-big-decimal from 1.4.1 to 2.0.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11324
- Fix remaining Layout/LineLength Rubocop Errors by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11322
- Fix autocorrect Rails Cops by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11312
New Contributors
- @bouaik made their first contribution in https://github.com/openfoodfoundation/openfoodnetwork/pull/11302
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.5...v4.4.6
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk over 1 year ago

openfoodnetwork - v4.4.5 - Camellia sinensis
What's Changed
User facing changes 👀
- Admin, Products & Inventory reports: add
on_hand
andon_demand?
columns by default ; markInventory (on hand)
report as deprecated by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11251 - Add greek locale by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11277
- Admin: improve platform version displaying on admin homepage by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11292
- White label: Customize rendering inside the trix-editor, to match the shopfront rendering by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11282
- Admin, Enterprise creation : set visibility to "Hidden" by default by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11247
Technical changes 🔧
- Fix Rubocop Layout violations - 1 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11241
- Add Ruby version to engines for Rubocop by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11246
- Adds missing key by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11252
- Fix Rubocop Layout violations - 2 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11261
- Updates spec to cover #11150 (regression spec) by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11227
- Comments out flaky caching example by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11280
- Fix rubocop layout 3 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11283
- Compile JS before testing caching by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11284
- Adds coverage to Invoices (system specs) by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11238
- Update CSP configuration for Safari by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11294
- Fix swagger-api integration after last update by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11278
- Fix rubocop layout 4 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11300
Experimental features 🧪
- set invoice status automatically after creation by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11084
- 🚧 Products v3: viewing, searching, filtering & pagination by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11163
- 🚧 Products v3: table and menu tweaks by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11198
Dependency updates 📦
- chore(deps): bump stripe from 8.5.0 to 8.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11218
- chore(deps-dev): bump knapsack_pro from 5.3.0 to 5.3.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11248
- chore(deps): bump bugsnag from 6.25.2 to 6.26.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11249
- chore(deps-dev): bump knapsack_pro from 5.3.1 to 5.3.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11257
- chore(deps): bump aws-sdk-s3 from 1.126.0 to 1.131.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11258
- chore(deps-dev): bump jasmine-core from 5.0.1 to 5.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11265
- chore(deps-dev): bump knapsack_pro from 5.3.2 to 5.3.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11264
- chore(deps): bump view_component from 3.4.0 to 3.5.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11272
- chore(deps): bump aws-sdk-s3 from 1.131.0 to 1.132.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11271
- chore(deps-dev): bump rubocop from 1.54.2 to 1.55.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11279
- chore(deps-dev): bump knapsack_pro from 5.3.3 to 5.3.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11288
- chore(deps): bump rexml from 3.2.5 to 3.2.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11287
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.4...v4.4.5
Camellia sinensis is a species of evergreen shrub or small tree in the flowering plant family Theaceae. Its leaves and leaf buds are used to produce the popular beverage tea. Common names include tea plant, tea shrub, and tea tree (unrelated to Melaleuca alternifolia, the source of tea tree oil, or the genus Leptospermum commonly called tea tree). Taken from wikipedia.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 over 1 year ago

openfoodnetwork - v4.4.4 - Chocolate
What's Changed
User facing changes 👀
- Checkout, Summary step: Display the ship/delivery address (instead of the billing one) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11175
- Checkout summary: avoid carriage return on price by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11105
Technical changes 🛠️
- [vouchers] fix delete voucher when tax excluded from price by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11184
- authorize enterprise users to access invoices page by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11115
- Fixes missing translation on Invoices tab by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11239
- Fix Metrics/ClassSize by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11150
- Fix Layout/LineLength - Bundle 3 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10966
- Adds spec for profile change by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11182
- Adds assertion on the Out of Stock message by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11236
Dependency updates 📦
- chore(deps-dev): bump knapsack_pro from 5.1.2 to 5.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11224
- chore(deps): bump rswag-ui from 2.9.0 to 2.10.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11216
- chore(deps): bump rswag-api from 2.9.0 to 2.10.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11215
- chore(deps): bump @floating-ui/dom from 1.4.4 to 1.4.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11210
- chore(deps-dev): bump rswag-specs from 2.9.0 to 2.10.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11213
- chore(deps-dev): bump rubocop from 1.54.1 to 1.54.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11217
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11228
- chore(deps-dev): bump knapsack_pro from 5.2.0 to 5.3.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11232
- chore(deps): bump mini_portile2 from 2.8.2 to 2.8.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11231
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.3...v4.4.4
(Almost) everybody loves chocolate.
It was developed in Central America from the Cocoa bean, requiring a process of fermentation, drying, cleaning, roasting, grinding and heating.
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook almost 2 years ago

openfoodnetwork - v4.4.3 - Chiclet
Description
Technical changes and some Used-facing improvements, mostly at Admin level.
What's Changed
User facing changes 👀
- Admin, White Label: check the custom tab checkbox if any errors on custom tab (ie. title is blank) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11187
- Admin, Orders: Make bulk actions dropdown re-enabled for Safari browser by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11170
- Remove split checkout from feature toggle by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11159
- Don't return duplicate rows in the customer addresses report by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/11148
Experimental Features 🧪
- Vouchers part 2 by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11135
- DFC API return SuppliedProduct after creation by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11145
Technical changes 🔧
- chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11181
- Drop unused Spree Promotion Tables by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11162
- chore(deps): bump cable_ready from 5.0.0 to 5.0.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11179
- chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11191
- chore(deps): bump view_component from 3.3.0 to 3.4.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11202
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.2...v4.4.3
A chewing-gum and a pop-song:
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 almost 2 years ago

openfoodnetwork - v4.4.2 Banoffee Pie
No user-facing changes in this release, but a lot of work under the hood to improve the codebase and make it easier to work with.
Technical Changes 🛠
- Remove datadog gem, too expensive by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11092
- Add timestamps to variants table by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11138
- OFN DFC API documenation in OpenAPI format generated with Rswag by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11133
Automated tests 🧪
- Cart state orders not appearing orders page by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11121
Cleanup 🧹
- Remove :permalink attribute from Product by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11137
- Remove :available_on attribute from Product by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11136
- Remove unused gem test-unit by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11144
Feature coming soon, still under development 🚧
- [admin_style_v3] Products table with variants by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11123
- Fix container issues introduced by #11123 by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11169
Packages updated 📦
- chore(deps): bump geocoder from 1.8.1 to 1.8.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11158
- chore(deps-dev): bump rubocop from 1.52.1 to 1.54.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11154
- chore(deps): bump state_machines-activerecord from 0.8.0 to 0.9.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11152
- chore(deps): bump faraday from 2.7.6 to 2.7.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11147
- chore(deps): bump @floating-ui/dom from 1.4.2 to 1.4.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11142
- chore(deps): bump view_component from 3.2.0 to 3.3.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11128
- chore(deps): bump rails from 7.0.5 to 7.0.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11146
- chore(deps): bump @floating-ui/dom from 1.4.3 to 1.4.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11166
- chore(deps): bump sanitize from 6.0.1 to 6.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11172
- chore(deps): bump faraday from 2.7.9 to 2.7.10 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11167
- chore(deps-dev): bump vcr from 6.1.0 to 6.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11127
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.4.1...v4.4.2
Banoffee pie is a British dessert pie made from bananas, whipped cream and a thick caramel sauce (made from boiled condensed milk, or dulce de leche), combined either on a buttery biscuit base or one made from crumbled biscuits and butter.
Consumption - Agriculture and Nutrition
- Ruby
Published by jibees almost 2 years ago

openfoodnetwork - v4.4.1 - Tomato Scrambled Eggs
What's Changed
User facing changes 👀
- Show current version2 by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11032
- [White Label] Fix colors of custom content editor to have beautiful toolbar by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10987
- Enterprise fee w tax by order by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10323
- Add an OFN UID column to the Users & Enterprises report by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/11041
- Restore line item ordering by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11014
- Show "loading" screen for background reports and display when ready by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10849
- Admin, Orders list: add tooltip on Edit action icon + capitalize tooltip (instead of uppercasing) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10963
- Redirect user to payment when the card doesn't have enough credit by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10914
- Admin, Edit variant: remove unwanted extra space on price (added in certain specific conditions) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11107
- Filter distributors before listing on checkout options by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/11079
- Hide users with no completed orders from a hub's customers list by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10704
Experimental features for testing 😎
- Invoices by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10532
- Prototype: Import products via DFC Connector by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11008
- Vouchers part 1 by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11002
- [Invoices] Actions dropdown menu disappears after creating the first invoice by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/11089
- Allow access to DFC API with OFN API token by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11101
Technical changes 🔧
- Bump Ruby from 3.0.3 to 3.1.4 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10888
- chore(deps-dev): bump knapsack_pro from 5.1.0 to 5.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11083
- chore(deps-dev): bump rubocop-rails from 2.19.1 to 2.20.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11082
- chore(deps): bump @floating-ui/dom from 1.3.0 to 1.4.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11093
- Add image error Bugsnag notifications by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11087
- chore(deps): bump aws-sdk-s3 from 1.124.0 to 1.126.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11078
- Fix Layout/LineLength - Bundle 1 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10964
- Use Redis for caching in test environment by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11075
- Update workflow permissions check to latest version by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11088
- Fix bulk order cancellation test by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/11080
- Fix Layout/LineLength - Bundle 2 by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10965
- Call matomo manually on asynchronous page visits by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11022
- Gracefully deal with missing S3 config by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11109
Changed and reverted ♻️
- Revert "Fix json v1.8.6 common.rb warning" by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11100
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.13...v4.4.1
Summer's here!! 😎 And with it, ripe tomatoes - finally the time of the year where tomato scrambled eggs are at it's best.
Image taken from https://itsmydish.com/scramble-egg-tomatoes/
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 almost 2 years ago

openfoodnetwork - v4.4.0 No masters
We are working to simplify the data model in the background, and this release takes an important step forward. As it is a large change, other updates have been postponed until the next release.
Technical changes
Up until now, there has been a hidden "master" variant attached to each product. This has now been carefully unpicked and removed.
- Remove master variants (#10939) by @Matt-Yorkley
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.13...v4.4.0
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook almost 2 years ago

openfoodnetwork - v4.3.13 Lentil Patties
A lot happened in the last week. Many improvements of the new White Label feature, faster image display, a few bug fixes and last but not least: you can see the current app version at the bottom of the enterprise dashboard. ✨
And that's just the noticeable changes, we also updated a lot of dependencies, improved the code quality (thanks @macanudo527 et al) and we are working on a better admin interface in the background.
User facing changes 👀
- [White Label] Remove ofn navigation for small width screens as well when option is activated by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10937
- [White Label] Validate the presence of a custom tab title before creating it (+ max 20 characters length) by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10938
- [WhiteLabel] Add some margin to custom tab content for a shop by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10959
- [White Label] Customize colors of custom content editor to have beautiful toolbar by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10960
- [WhiteLabel] Make update button active when changing custom tab content by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10961
- Ignore leading and trailing whitespace when importing products via a spreadsheet by @cillian in https://github.com/openfoodfoundation/openfoodnetwork/pull/10974
- Admin, Create an order, Select a product: translate some messages in the product selection search box by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10907
- Fix ProcessPaymentIntent service by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10933
- Fix error on summarising total_units in Order Cycle Supplier Totals report by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10848
- Fix BOM order loading issue by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10999
- [OIDC] Translate 'Enterprises' > 'OIDC Settings' tab title by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10983
- [White Label] Custom tab content editor: order and unordered list should have a margin-left set by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10988
- Update ActiveStorage image processing by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10804
- Show current version at bottom of admin dashboard by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/11004
Experimental features for testing 😎
- [admin_style_v3] As an enterprise user i can see the back office with new brand colours by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10949
- [admin_v3] Update all table styles by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/10948
- Remove split checkout toggle and legacy checkout by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10913
Technical changes 🔧
- Prettier css admin by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/10876
- Fix Style/LineLength by @macanudo527 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10714
- Adds spec for tooltips on orders page by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10971
- chore(deps): bump @floating-ui/dom from 1.2.9 to 1.3.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10984
- chore(deps-dev): bump jasmine-core from 5.0.0 to 5.0.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10985
- chore(deps-dev): bump capybara from 3.39.1 to 3.39.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10986
- chore(deps): bump rails from 7.0.4.3 to 7.0.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10892
- chore(deps): bump view_component from 3.0.0 to 3.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10918
- Remove unused mini_racer gem by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10915
- chore(deps): bump ddtrace from 1.11.1 to 1.12.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10929
- chore(deps-dev): bump knapsack_pro from 4.1.0 to 5.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10970
- chore(deps): bump aws-sdk-s3 from 1.122.0 to 1.123.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10934
- chore(deps): bump i18n from 1.13.0 to 1.14.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10935
- chore(deps): bump view_component from 3.1.0 to 3.2.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10991
- chore(deps): bump test-unit from 3.5.9 to 3.6.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10996
- chore(deps-dev): bump rubocop from 1.52.0 to 1.52.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10995
- chore(deps): bump jwt from 2.7.0 to 2.7.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10993
- chore(deps): bump active_storage_validations from 1.0.3 to 1.0.4 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10992
- Require belongs_to associations - part 1 by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10850
- Add workflow for deploying to staging by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/11031
- chore(deps): bump aws-sdk-s3 from 1.123.1 to 1.124.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11011
- Clears cache around examples by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/11019
- chore(deps): bump ddtrace from 1.12.0 to 1.12.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11017
- chore(deps): bump sidekiq from 7.1.1 to 7.1.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/11018
Changed and reverted ♻️
- Fix
redis
andhiredis-client
version requirements by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10455 - Revert "Fix
redis
andhiredis-client
version requirements " by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/11033
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.12...v4.3.13
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk almost 2 years ago

openfoodnetwork - v4.3.12 Chard
Important bugs have fixed in this release. Congrats to the team!
User-facing changes 👀
- BOM: Sort by order completed at desc for line items by default by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10896
- fix Viewing an order in state "confirmation" changes the state to "complete" by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10936
- Ensure directory exists before saving invoices pdf by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10955
- Improve nil-safety in variant naming methods by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10952
- [White Label] Backoffice: improve design for logo used in shopfront by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10910
- [White Label] Make logo url link more tolerant in terms of format by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10922
Technical changes 💻
- Order class tidyup by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10940
Fix a bug introduced by the release
- Require localized_number in Payment class by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10976
Packages upgraded 📦
- chore(deps-dev): bump rubocop from 1.51.0 to 1.52.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10928
- chore(deps): bump paranoia from 2.6.1 to 2.6.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10943
- chore(deps): bump faraday from 2.7.5 to 2.7.6 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10951
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.11...v4.3.12
Consumption - Agriculture and Nutrition
- Ruby
Published by jibees almost 2 years ago

openfoodnetwork - v4.3.11 Asparagus
What's Changed
User facing changes 👀
- [White Label] Small width screens: Hide OFN logo and use the customized logo if activated by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10893
- [White Label] Allow user to create custom tab in shop navigation by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10875
- [White Label] Small width screens : use the white label link if exists for logo in nav bar by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10911
Experimental features for testing 😎
- [admin_v3] New brand colours in admin interface by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/10791
- Update products with DFC Prototype by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10861
Performance 🚤
- Remove OptionValue and OptionType code by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10812
- Delete exchange variants in bulk when deleting an order cycle by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10860
- Remove Angular from admin orders index page by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10833
Technical changes 🔧
- Fix flaky spec: Prefer using
match_array
overeq
to compare array by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10895 - chore(deps): bump sidekiq from 7.1.0 to 7.1.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10898
- Simplify background report spec after rspec fix by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10904
- chore(deps): bump @floating-ui/dom from 1.2.8 to 1.2.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10905
- Changes date through keystrokes; removes Retry option by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10908
- chore(deps): bump puma from 6.2.2 to 6.3.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10912
- chore(deps): bump mrujs from 0.10.1 to 1.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10897
- chore(deps-dev): bump rspec-rails from 6.0.2 to 6.0.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10919
- chore(deps): bump sidekiq-scheduler from 5.0.2 to 5.0.3 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10920
Asparagus, or garden asparagus, folk name sparrow grass, scientific name Asparagus officinalis, is a perennial flowering plant species in the genus Asparagus. Its young shoots are used as a spring vegetable.
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.10...v4.3.11
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 almost 2 years ago

openfoodnetwork - v4.3.10
Powering ahead with some new features for re-branding your shop, and preparation for gift vouchers.
And as always, some great work behind the scenes to keep things purring along, including from new contributor @Pauloparakleto! 🎉
Edit: All the above plus a last minute S2 bug fix around cookies 🍪
User facing changes 👀
- White Label: remove OFN banner from order confirmation emails when
hide_ofn_navigation
is activated for the shop by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10744 - White Label: allow hide of groups tab in shop navigation by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10750
- Validate user's email address by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10839
- Do not show cookies banner once user accept it by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10884
Experimental features for testing 😎
- [Vouchers] Flat rate of any amount by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/10761
- [Vouchers] Updates warning_forfeit_remaining_amount default message by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10859
Translations
As in every release, the latest translations from Transifex are included each week.
This includes a requested update to the AU Sell page.
Technical changes 🔧
- Adds a spec to check enterprise fees creation by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10539
- refactor(spec/system/admin/subscriptions_spec.rb): issue #7483 by @Pauloparakleto in https://github.com/openfoodfoundation/openfoodnetwork/pull/10815
- Bump knapsack_pro from 3.11.0 to 4.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10880
- chore(deps-dev): bump knapsack_pro from 4.0.0 to 4.1.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10886
- chore(deps): bump faraday from 2.7.4 to 2.7.5 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10885
- Remove dead reference to removed model by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10889
- chore(deps): bump test-unit from 3.5.8 to 3.5.9 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10891
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.9...v4.3.10
Consumption - Agriculture and Nutrition
- Ruby
Published by dacook almost 2 years ago

openfoodnetwork - v4.3.9 Döner Kebab
Big thank you to @Matt-Yorkley for significant performance improvements. Most notable in this release is the speed-up of cloning big order cycles from minutes to seconds. 🚄
The white labeling feature is now activated for everyone. And several bugs have been fixed.
User facing changes 👀
- BOM: when deleting the last item of order that leads to order cancellation, take into account the restock items checkbox by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10789
- Activate white label feature by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10825
- Fix searching issue with full name on bulk order management by @saunmanoj888 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10813
- Prevent saving the enterprise fee when a per order calculator is selected along with 'Inherit from product' by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10512
Experimental features for testing 😎
- Vouchers bare minimum checkout by @rioug in https://github.com/openfoodfoundation/openfoodnetwork/pull/10587
- [Hidden] Notify about completed report with download link via email by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10732
- 10634 Remove admin_style_v2 feature by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/10779
- Serialize DFC catalog items with DFC Connector by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10488
Technical changes 🔧
- Bump capybara from 3.39.0 to 3.39.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10842
- Bump test-unit from 3.5.7 to 3.5.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10845
- Bump rails-i18n from 7.0.6 to 7.0.7 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10840
- Bump @floating-ui/dom from 1.2.7 to 1.2.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10841
- Bump rubocop from 1.50.2 to 1.51.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10843
- Adds test case for logging out by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10827
- Bump jasmine-core from 4.6.0 to 5.0.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10844
- Scope orders before bulk actions by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10817
- Also remove localized number logic from weight calculator by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/10800
- Clone all ExchangeVariant objects in bulk by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10832
- [Security] Validate product import file path by @abdellani in https://github.com/openfoodfoundation/openfoodnetwork/pull/10823
- Improve eager-loading on admin products page by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10814
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.8...v4.3.9
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk almost 2 years ago

openfoodnetwork - v4.3.8 Pasta with Pesto
A quick bug fix which was introduced by the release last week.
User facing changes 👀
- Adds minus sign to validation criteria by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10838
Technical changes 🔧
- Improve readability and performance of variant spec by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10834
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.7...v4.3.8
Consumption - Agriculture and Nutrition
- Ruby
Published by mkllnk almost 2 years ago

openfoodnetwork - v4.3.7 Seaweed Salad
Great to have you back @Matt-Yorkley 🎉
User facing changes 👀
- Admin, Edit customer details for an order: when changing to another customer, update
customer_id
as well by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10805
Regression fix - before reaching production 🔍
- Fix bad indentation (and hierarchy) of DOM elements causing bad rendering on small width screens by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10836
Technical changes 🔧
- Bump rspec-rails from 6.0.1 to 6.0.2 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10803
- Enable prettier for Admin SCSS by @dacook in https://github.com/openfoodfoundation/openfoodnetwork/pull/10780
- Bump ddtrace from 1.11.0 to 1.11.1 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10802
- Remove SessionCookieUpgrader from middleware by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10767
- Remove unknown (deleted) feature toggles at boot by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10792
- Fixup order of statements in db schema by @mkllnk in https://github.com/openfoodfoundation/openfoodnetwork/pull/10818
- Bump @babel/core from 7.21.5 to 7.21.8 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10794
- Bump debug from 1.7.2 to 1.8.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10822
- Bump knapsack_pro from 3.10.0 to 3.11.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10811
- Bump aws-sdk-s3 from 1.121.0 to 1.122.0 by @dependabot in https://github.com/openfoodfoundation/openfoodnetwork/pull/10810
- Remove indirect JS dependencies by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10820
- Use the default webpack configuration for dev env by @jibees in https://github.com/openfoodfoundation/openfoodnetwork/pull/10793
- Locale-aware Fragment Caching by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10772
- Improve
Permissions::Order#visible_line_items
querying by @Matt-Yorkley in https://github.com/openfoodfoundation/openfoodnetwork/pull/10769 - Splits assertions to allow JS table populate by @filipefurtad0 in https://github.com/openfoodfoundation/openfoodnetwork/pull/10829
Full Changelog: https://github.com/openfoodfoundation/openfoodnetwork/compare/v4.3.6...v4.3.7
Seaweed, or macroalgae, refers to thousands of species of macroscopic, multicellular, marine algae. Some are edible and consumed across the world.
Consumption - Agriculture and Nutrition
- Ruby
Published by filipefurtad0 almost 2 years ago
