Skip to content

Releases: wireframe-framework/processwire-composer-installer

0.0.3

07 Jun 15:38
Compare
Choose a tag to compare

Added

  • Class constant BASE_PATH for ModuleInstaller and SiteProfileInstaller.
  • If the site directory doesn't have 'site-' prefix, add it automatically.
  • Detect if the site directory is nested within repository and move it to root.

0.0.2

02 Jun 22:54
Compare
Choose a tag to compare

Fixed

  • Fix an issue where a typo in ModuleInstaller prevented it from working properly.
  • Fix an issue with missing basePath being treated as an absolute path.

0.0.1

02 Jun 22:20
Compare
Choose a tag to compare

Added

  • Added required classes (Plugin, BaseInstaller, ModuleInstaller, SiteProfileInstaller).
  • Added markdown files to describe the project (LICENSE, README.md, CHANGELOG.md.)
  • Added the composer.json file.