This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
Releases: nooku/nooku-installer
Releases · nooku/nooku-installer
v2.0.2
- Fixed: Restrict console-plugin-api version to ^1.0 (see this issue)
v1.0.6
- Fixed: Restrict console-plugin-api version to ^1.0 (see this issue)
v2.0.1
- Improved - Throw RuntimeException with clear message when running install from outside Joomla directory.
- Added - Enable Joomla logger based on Composer's verbosity flag.
v2.0.0
- Added - Support for Nooku Framework Joomla repository
- Added - Support for moving Nooku component assets
v1.0.5
Fixed - Ensure compatibility with both latest Composer (Composer version 1.0-dev (1cb427ff5c0b977468643a39436f3b0a356fc8eb) 2015-04-26) and previous versions.
v1.0.4
Added - Support for nooku-framework-joomla package
v1.0.3
- Fixed - Fix call to undefined function Composer\Autoload\includeFile() error in Joomla 3.4
v1.0.2
- Fixed - Load Nooku Component name from koowa-component.xml manifest instead of parsing it out of the package name.
v1.0.1
- Fixed - Make sure to bootstrap the Koowa plugin after the framework installation.
- Removed - Do not enforce naming conventions on Composer package names.
v1.0.0
- Improved - Always load the framework plugin if it is available when we install regular extensions.
- Improved - Improved element name detection in the JoomlaExtension installer.
- Added - Support
joomla-extension
package types to install any kind of Joomla extension.