Skip to content

Releases: MahoCommerce/maho-composer-plugin

v3.0.0

12 Jan 22:13
abab924
Compare
Choose a tag to compare
  • Changed namespace from Maho\MahoAutoload to Maho\ComposerPlugin\AutoloadRuntime etc.
  • AutoloadRuntime::getInstalledPackages() now also includes the root package (i.e. child project). This simplifies a lot code in Maho.
  • AutoloadRuntime::globPackages() is a nice new function to find files by pattern in all maho / module packages.
  • Builds paths during composer dump to avoid filesystem lookups in production.
  • Modman support
  • Passes PHPStan at level 10 with strict rules!

Full Changelog: v2.1.0...v3.0.0

v2.1.0

15 Nov 10:32
Compare
Choose a tag to compare

Better phpdoc and fixed a possibly null warning

v2.0.0

10 Oct 17:23
49fe8b7
Compare
Choose a tag to compare

Improvements to Maho's autoloaders by @justinbeaty in #1

v1.2.0

12 Sep 12:03
Compare
Choose a tag to compare

TinyMCE folder (and language packs) are copied to /public only if they exist (in Maho's core they're now optional)

v1.1.0

19 Aug 19:19
Compare
Choose a tag to compare
  • This plugin is now added to Maho's core and not only child projects
  • Installing TinyMCE via the plugin to the pub/js folder

v1.0.0

03 Aug 19:52
Compare
Choose a tag to compare

Initial release