coldtrick / caas_default
This package is abandoned and no longer maintained.
No replacement package was suggested.
Default installation for Caas
v1.3
2019-03-01 09:18 UTC
Requires
- coldtrick/advanced_statistics: ~2.2.0
- coldtrick/ckeditor_extended: ~3.2.0
- coldtrick/html_email_handler: ~4.0.1
- coldtrick/profile_manager: ~13.0.0
- coldtrick/security_tools: ~3.0.0
- coldtrick/translation_editor: ~6.1.0
- elgg/elgg: ~2.3.0
README
Default installation set for hosted Elgg
How can a plugin be added to this project
A plugin can be added to this project if it meets certain requirements.
- It needs to have a generic use for all users who use this project
- It needs to respect Semantic Versioning
- It needs to have public Composer support (eg. Packagist)
- It needs to define a minimal Elgg version in composer (by using a conflict rule)
Version management of this project
Major release (x.0)
- Major version update of Elgg (eg. form 2.x to 3.x) including plugins
Minor release (1.x)
- Updates to Elgg or plugins with update scripts (these require an action by the site admin)
- Updates to Elgg or plugins with changes for the users
Patch release (1.0.x)
- Updates to Elgg or plugins without noteworthy changes for the users