Releases: pjdevries/plg_system_classextender
Releases · pjdevries/plg_system_classextender
plg_system_classextender-1.3.1
plg_system_classextender-1.3.0
- Enables filtering routes on URL
format
query parameter. - Fixes various typo's.
- Updates README to reflect latest changes.
Thanx to @roland-d for the PR.
plg_system_classextender-1.2.0
- Adds various route attributes to auto generated configuration file.
- Enhances validation and exception handling and adds various checks and associated messages for:
- Validity of JSON in configuration file.
- Presence of critical, required configuration attributes.
- Presence of non critical but necessary attributes,
- Fixes various typo's.
- Updates README to reflect latest changes.
plg_system_classextender-1.1.2
- Ignores empty dependencies.
plg_system_classextender-1.1.1
- Adds all available attributes to auto generated JSON configuration file.
- Updates README with latest changes
plg_system_classextender-1.1.0
- Adds attribute
dependencies
to the JSON extension description object, allowing to specify class files to be loaded before loading extended and extending classes. - Adds attribute
client
` to the JSON extension description object, allowing to specify in which part of the site a class extension must be effectuated. - Updates README to reflect the latest changes and remove some redundant information.
plg_system_classextender-1.0.2
- Fixes bug where route name was added to the extended base class file.
plg_system_classextender-1.0.1
- If a new class extender folder is created during configuration of the plugin, a basic JSON configuration file is created in that folder.
- README is updated with info about the above and minimal Joomla! and PHP requirements.
plg_system_classextender-1.0.0
Inititial release.