This document contains a changelog of what's new and fixed in Alpacka. Check the tags and commits for more specific information about each fixed issue.
- Changes since 0.4.0 are available in core/components/alpacka/docs/changelog.txt
- Alpacka is now available as a MODX transport package. Composer-support should be backwards compatible for package users, please report issues if you have an uncovered edge case.
- Fix incorrect call to modTransliterate
- Add abstract class for object oriented snippets with a bit more flexibility.
- Fix critical error when setResource is called repeatedly (e.g. iterating over items)
- Fix issue with incorrectly setting the current resource to $this->modx->resource
- Fix issue parsing template variables due to missing resourceIdentifier
- Make sure context specific settings are loaded into $service->config when setting the working context
- Make $service->pathVariables public
- Fix/add [[+resource]] path placeholder
- Fix incorrect templatesPath (should be templates_path) config option in _getTplChunk
- Remove space in the connector_url config option
- First alpha release
- Alpha of the alpha (first release to packagist)