1.22.0
What's Changed
The biggest new feature in this release is the new dependency resolver. This now checks even more precisely whether the respective dependencies among the modules are met.
Added
- feat: add php compatibility by @RobinTheHood in #83
- feat: add mmlc version compatibility by @RobinTheHood in #84
- feat: add vendor-mmlc feature by @RobinTheHood in #80
- feat: add payment modules category by @RobinTheHood in #92
- feat: self update only to next minor version by @RobinTheHood in #97
- feat: new dependency resolver by @RobinTheHood in #100
- feat: check php version before self update by @RobinTheHood in #101
- feat: several admin folders by @RobinTheHood in #118
- feat: add more gui config options and improve _config.php by @RobinTheHood in #120
- feat: add and use new ConfigBuilder by @RobinTheHood in #119
- feat: preps for di container by @RobinTheHood in #121
- feat: show warning when dependencies are not installed by @RobinTheHood in #122
- feat: change code for di by @RobinTheHood in #124
- feat: 110 detect is installed via git by @RobinTheHood in #123
- feat: load description from description.md by @RobinTheHood in #125
- feat: improving error handling in the sendpostrequest method by @RobinTheHood in #96
- refactor: new archive class by @RobinTheHood in #127
- Remove unused code by @grandeljay in #133
- Ignore VS Code Workspaces by @grandeljay in #132
- Use latest archive tag/version by @grandeljay in #130
- Use developer information by @grandeljay in #131
- Use modified version by @grandeljay in #135
- Use MMLC version by @grandeljay in #136
- Use current php version by @grandeljay in #137
- Update to v1.21.0 by @grandeljay in #128
- fead: add date field to moduleinfo.json by @RobinTheHood in #149
Fixed
- fix: use hash_file() instead hash() by @RobinTheHood in #91
- fix: do opcache_reset() after update by @RobinTheHood in #94
- fix: render output always as UTF-8 by @RobinTheHood in #98
- fix: handle invalid constraints by @RobinTheHood in #112
- fix: handling of version contraints lower 1 by @RobinTheHood in #106
New Contributors
- @RobinTheHood made their first contribution in #83
Full Changelog: 1.20.0...1.22.0