File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33## [ 3.x - Unreleased] - 2023-xx-xx
44
5+ ## [ 3.12.1] - 2023-12-02
6+ ### Fixed
7+ - Restored ability to copy/paste the samples from the docs into a non-dev installation
8+
59## [ 3.12.0] - 2023-07-30
610### Changed
711- Improved efficiency in packing
@@ -499,8 +503,9 @@ Initial release
499503 - Experimental code to get a feel for how calculations can best be implemented
500504 - Only works if all items fit into a single box (so not production ready at all)
501505
502- [ 3.x - Unreleased ] : https://github.com/dvdoug/BoxPacker/compare/3.12.0 ...3.x
506+ [ 3.x - Unreleased ] : https://github.com/dvdoug/BoxPacker/compare/3.12.1 ...3.x
503507
508+ [ 3.12.1 ] : https://github.com/dvdoug/BoxPacker/compare/3.12.0...3.12.1
504509[ 3.12.0 ] : https://github.com/dvdoug/BoxPacker/compare/3.11.0...3.12.0
505510[ 3.11.0 ] : https://github.com/dvdoug/BoxPacker/compare/3.10.0...3.11.0
506511[ 3.10.0 ] : https://github.com/dvdoug/BoxPacker/compare/3.9.4...3.10.0
Original file line number Diff line number Diff line change 3333 },
3434 "autoload" : {
3535 "psr-4" : {
36- "DVDoug\\ BoxPacker\\ " : " src/"
37- }
38- },
39- "autoload-dev" : {
40- "psr-4" : {
41- "DVDoug\\ BoxPacker\\ " : " tests/"
36+ "DVDoug\\ BoxPacker\\ " : [" src/" , " tests/" ]
4237 }
4338 }
4439}
You can’t perform that action at this time.
0 commit comments