Skip to content

Releases: RobinTheHood/ModifiedModuleLoaderClient

1.23.0

06 Jun 11:27
Compare
Choose a tag to compare

What's Changed

In this version, there are 4 great new features. The progress of module installations and updates is now indicated by a spinner. The entire module installer has been revamped. There are now additional options for installing, updating, and discarding changes, which are helpful in case of conflicts. Additionally, you are now shown the latest and current updates for modules.

Added

Full Changelog: 1.22.1...1.23.0

1.22.1

22 Dec 17:27
Compare
Choose a tag to compare

What's Changed

Two bugs have been fixed in this release

Fixed

  • Fixed an issue preventing dependencies from being installed during module installation. 1102698
  • Resolved a bug where an additional notice message was displayed in error handling. 5d895e0

Full Changelog: 1.22.0...1.22.1

1.22.0

05 Dec 16:20
Compare
Choose a tag to compare

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

Fixed

New Contributors

Full Changelog: 1.20.0...1.22.0

v1.21.1

24 Nov 10:16
Compare
Choose a tag to compare

Fixed:

  • Can not load and install module in mmlc 1.21.0 #148

Full Changelog: 1.21.0...1.21.1

v1.21.0

22 Jun 12:33
Compare
Choose a tag to compare

What's Changed

  • change minimum requirement to php 7.4

Added

Changed

Full Changelog: 1.20.0...1.21.0

v1.20.0

10 Mar 11:00
Compare
Choose a tag to compare

What's Changed

Added

  • feat: determine modified version for 2.0.1.0 and up by @grandeljay in #55
  • feat: inform user about invalid parent directory by @grandeljay in #60
  • feat: Add module meta by @grandeljay in #71
  • feat: Add option to define shop root by @grandeljay in #73
  • feat: Change view setting installMode as select and modify function invokeSettings() to set installMode by @Gulliver72 in #52
  • feat: show README.md content under module info section details
  • feat: protect vendor and vendor-no-composer with .htaccess
  • feat: create accessToken if no accessToken is set
  • feat: add auto code highlight detection for markdown files

Changed

  • build(deps): bump guzzlehttp/guzzle from 7.4.2 to 7.4.5 by @dependabot in #70
  • fix: module icon style by @grandeljay in #72
  • fix: strip html tags form short-description in Module Listing
  • fix: only load composer ClassLoader if class not exists #64

New Contributors

Full Changelog: 1.19.1...1.20.0