Releases: wttech/APM
Releases · wttech/APM
Release APM 5.0.0 RC3
Release APM 5.0.0 RC2
Release APM 5.0.0 RC1
- New grammar driven by ANTLR
- New commands e.g.
for-each
,run
,require
- Multiline arrays
- Three types of action's arguments:
required
,named
andflags
- Blocks of codes
- New commands e.g.
- New annotations for custom Action Mappers
- Annotations for different types of arguments:
@Required
,@Named
,@Flag
- Examples of action's usage
- Annotations for different types of arguments:
- Improved launchers for automatic script execution
- Execution after package installation
- Execution only if script has been changed
- Improved scripts versioning
- Introduced new structure of modules
- Separate module for
check
actions (optional)
- Separate module for
Release APM 4.3.1
- Bugfixes
Release APM 4.3.0
- Automatic history clearing service has been introduced
- Added indices to heavily used queries in ScriptFinder
Release APM 4.2.2
- Bugfixes
Release APM 4.2.1
- Bugfixes
Release APM 3.0.5
- Bugfixes
Release APM 4.2.0
- Added new syntax for creating authorizables and defining permissions:
- previously (still valid):
CREATE USER xxx
FOR USER xxx
SET PROPERTY profile/givenName 'XXX' - and now:
CREATE USER xxx THEN
SET PROPERTY profile/givenName 'XXX'
- previously (still valid):
- bugfixes
Release APM 3.2.0
Added possibility to define restrictions:
- rep:ntItems - restriction to limit the affected ACE to nodes of the specified primary node type(s)
DENY /content/dam TYPES [sling:Folder] [DELETE]
- denies deletion of folders under dam - rep:itemNames - restriction for property or node names
DENY /content/sites ITEMS [text] [MODIFY]
- denies modification of property text under sites