v2.1.102
·
3 commits
to master
since this release
Added Features
- Introduced
SubTitle
class to provide a brief subtitle for extensions, enhancing metadata about each extension. - Added support for
subTitle
inExtension
andOwnExtension
classes, which allows specifying a subtitle for each extension.
Changes
-
Updated the
DetailedDescriptions
class to reflect the new purpose of describing the capabilities of the extension instead of merely listing supported languages. -
Modified the
description
field inExtension
class for clarity, now explicitly detailing it as a short description of the capabilities of the extension. -
Updated constructors in
Extension
andOwnExtension
classes to includesubTitle
, improving the schema for these classes by making the subtitle a required attribute. -
Added
getSubTitle
method toExtension
andOwnExtension
classes, allowing retrieval of the subtitle. -
Implemented new
withSubTitle
andwithoutSubTitle
methods inOwnExtension
class to facilitate subtitle management.
New Classes
- Created a new
Scaling
class to define minimum and maximum scaling limits for projects. - New
ServerInternal
class added to provide comprehensive details about internal server structures and functionalities, supporting broader project management capabilities.