|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v2.5.0](https://github.com/solidusio/solidus_dev_support/tree/v2.5.0) (2021-04-20) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.4.3...v2.5.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Allow Solidus 3 [\#176](https://github.com/solidusio/solidus_dev_support/pull/176) ([kennyadsl](https://github.com/kennyadsl)) |
| 10 | +- Relax Ruby version requirement [\#174](https://github.com/solidusio/solidus_dev_support/pull/174) ([gauravtiwari](https://github.com/gauravtiwari)) |
| 11 | + |
| 12 | +## [v2.4.3](https://github.com/solidusio/solidus_dev_support/tree/v2.4.3) (2021-02-23) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.4.2...v2.4.3) |
| 15 | + |
| 16 | +**Implemented enhancements:** |
| 17 | + |
| 18 | +- Add instruction on how to use the new factories in apps [\#172](https://github.com/solidusio/solidus_dev_support/pull/172) ([kennyadsl](https://github.com/kennyadsl)) |
| 19 | + |
| 20 | +**Fixed bugs:** |
| 21 | + |
| 22 | +- Explode directories into individual files [\#171](https://github.com/solidusio/solidus_dev_support/pull/171) ([kennyadsl](https://github.com/kennyadsl)) |
| 23 | +- Fix factories loading, part 2 [\#170](https://github.com/solidusio/solidus_dev_support/pull/170) ([kennyadsl](https://github.com/kennyadsl)) |
| 24 | + |
| 25 | +## [v2.4.2](https://github.com/solidusio/solidus_dev_support/tree/v2.4.2) (2021-02-19) |
| 26 | + |
| 27 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.4.1...v2.4.2) |
| 28 | + |
| 29 | +## [v2.4.1](https://github.com/solidusio/solidus_dev_support/tree/v2.4.1) (2021-02-19) |
| 30 | + |
| 31 | +[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.4.0...v2.4.1) |
| 32 | + |
| 33 | +**Fixed bugs:** |
| 34 | + |
| 35 | +- Fix loading factories in extensions after the last changes in Solidus [\#169](https://github.com/solidusio/solidus_dev_support/pull/169) ([kennyadsl](https://github.com/kennyadsl)) |
| 36 | + |
3 | 37 | ## [v2.4.0](https://github.com/solidusio/solidus_dev_support/tree/v2.4.0) (2021-02-05) |
4 | 38 |
|
5 | 39 | [Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.3.0...v2.4.0) |
|
57 | 91 | **Implemented enhancements:** |
58 | 92 |
|
59 | 93 | - Add standard github\_changelog\_generator configuration [\#151](https://github.com/solidusio/solidus_dev_support/pull/151) ([aldesantis](https://github.com/aldesantis)) |
60 | | -- Move generated factories to `testing\_support/` [\#150](https://github.com/solidusio/solidus_dev_support/pull/150) ([aldesantis](https://github.com/aldesantis)) |
| 94 | +- Move generated factories to `testing_support/` [\#150](https://github.com/solidusio/solidus_dev_support/pull/150) ([aldesantis](https://github.com/aldesantis)) |
61 | 95 | - Add extension configuration boilerplate [\#149](https://github.com/solidusio/solidus_dev_support/pull/149) ([aldesantis](https://github.com/aldesantis)) |
62 | 96 |
|
63 | 97 | **Fixed bugs:** |
|
0 commit comments